HomeSort by relevance Sort by last modified time
    Searched defs:Generate (Results 101 - 118 of 118) sorted by null

1 2 3 45

  /external/llvm/utils/unittest/googletest/
gtest.cc 284 UInt32 Random::Generate(UInt32 range) {
289 << "Cannot generate a number in the range [0, 0).";
292 << "but this can only generate numbers in [0, " << kMaxRange << ").";
    [all...]
  /external/mesa3d/src/gtest/src/
gtest.cc 284 UInt32 Random::Generate(UInt32 range) {
289 << "Cannot generate a number in the range [0, 0).";
292 << "but this can only generate numbers in [0, " << kMaxRange << ").";
    [all...]
  /external/open-vcdiff/gtest/src/
gtest.cc 265 UInt32 Random::Generate(UInt32 range) {
270 << "Cannot generate a number in the range [0, 0).";
273 << "but this can only generate numbers in [0, " << kMaxRange << ").";
    [all...]
  /external/protobuf/gtest/src/
gtest.cc 261 UInt32 Random::Generate(UInt32 range) {
266 << "Cannot generate a number in the range [0, 0).";
269 << "but this can only generate numbers in [0, " << kMaxRange << ").";
    [all...]
  /external/v8/src/arm/
code-stubs-arm.cc 69 void ToNumberStub::Generate(MacroAssembler* masm) {
85 void FastNewClosureStub::Generate(MacroAssembler* masm) {
142 void FastNewContextStub::Generate(MacroAssembler* masm) {
189 void FastNewBlockContextStub::Generate(MacroAssembler* masm) {
302 void FastCloneShallowArrayStub::Generate(MacroAssembler* masm) {
343 // Fall through to generate the code to handle double elements.
379 void FastCloneShallowObjectStub::Generate(MacroAssembler* masm) {
457 void Generate(MacroAssembler* masm);
461 void ConvertToDoubleStub::Generate(MacroAssembler* masm) {
    [all...]
lithium-codegen-arm.cc 74 // NONE indicates that the scope shouldn't actually generate code to set up
250 code->Generate();
    [all...]
  /external/v8/src/ia32/
code-stubs-ia32.cc 45 void ToNumberStub::Generate(MacroAssembler* masm) {
66 void FastNewClosureStub::Generate(MacroAssembler* masm) {
121 void FastNewContextStub::Generate(MacroAssembler* masm) {
164 void FastNewBlockContextStub::Generate(MacroAssembler* masm) {
297 void FastCloneShallowArrayStub::Generate(MacroAssembler* masm) {
338 // Fall through to generate the code to handle double elements.
371 void FastCloneShallowObjectStub::Generate(MacroAssembler* masm) {
419 void ToBooleanStub::Generate(MacroAssembler* masm) {
519 void StoreBufferOverflowStub::Generate(MacroAssembler* masm) {
718 // >>> operator has a tendency to generate numbers with an exponent of 31
    [all...]
lithium-codegen-ia32.cc 78 // MANUAL indicates that the scope shouldn't actually generate code to set up
268 code->Generate();
    [all...]
  /external/v8/src/mips/
code-stubs-mips.cc 69 void ToNumberStub::Generate(MacroAssembler* masm) {
87 void FastNewClosureStub::Generate(MacroAssembler* masm) {
144 void FastNewContextStub::Generate(MacroAssembler* masm) {
190 void FastNewBlockContextStub::Generate(MacroAssembler* masm) {
300 void FastCloneShallowArrayStub::Generate(MacroAssembler* masm) {
341 // Fall through to generate the code to handle double elements.
376 void FastCloneShallowObjectStub::Generate(MacroAssembler* masm) {
454 void Generate(MacroAssembler* masm);
458 void ConvertToDoubleStub::Generate(MacroAssembler* masm) {
    [all...]
lithium-codegen-mips.cc 73 // NONE indicates that the scope shouldn't actually generate code to set up
248 code->Generate();
    [all...]
  /external/v8/src/x64/
code-stubs-x64.cc 41 void ToNumberStub::Generate(MacroAssembler* masm) {
62 void FastNewClosureStub::Generate(MacroAssembler* masm) {
117 void FastNewContextStub::Generate(MacroAssembler* masm) {
158 void FastNewBlockContextStub::Generate(MacroAssembler* masm) {
283 void FastCloneShallowArrayStub::Generate(MacroAssembler* masm) {
324 // Fall through to generate the code to handle double elements.
357 void FastCloneShallowObjectStub::Generate(MacroAssembler* masm) {
402 void ToBooleanStub::Generate(MacroAssembler* masm) {
500 void StoreBufferOverflowStub::Generate(MacroAssembler* masm) {
666 void UnaryOpStub::Generate(MacroAssembler* masm)
    [all...]
lithium-codegen-x64.cc 75 // MANUAL indicates that the scope shouldn't actually generate code to set up
269 code->Generate();
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest.cc 287 UInt32 Random::Generate(UInt32 range) {
292 << "Cannot generate a number in the range [0, 0).";
295 << "but this can only generate numbers in [0, " << kMaxRange << ").";
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-codegen-arm.cc 70 // NONE indicates that the scope shouldn't actually generate code to set up
313 code->Generate();
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-codegen-ia32.cc 82 // MANUAL indicates that the scope shouldn't actually generate code to set up
449 code->Generate();
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-codegen-mips.cc 70 // NONE indicates that the scope shouldn't actually generate code to set up
307 code->Generate();
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-codegen-x64.cc 75 // MANUAL indicates that the scope shouldn't actually generate code to set up
358 code->Generate();
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc 189 // to generate Google Test fatal failures. It verifies that the given
246 // generate Google Test non-fatal failures. It asserts that the given
726 const int selected = begin + random->Generate(range_width);
    [all...]

Completed in 1041 milliseconds

1 2 3 45