HomeSort by: relevance | last modified time | path
    Searched defs:Generate (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/dsymutil/
Reproducer.h 21 Generate,
45 /// Reproducer instance used to generate a new reproducer. The VFS returned by
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest.cc 333 UInt32 Random::Generate(UInt32 range) {
339 << "Cannot generate a number in the range [0, 0).";
342 << "but this can only generate numbers in [0, " << kMaxRange << ").";
2678 // Runs the test if the constructor didn't generate a fatal failure or invoke
3691 // The following routines generate an XML representation of a UnitTest
4091 // The following routines generate an JSON representation of a UnitTest
5909 " Generate a JSON or XML report in the given directory or with the given\n"

Completed in 35 milliseconds