HomeSort by relevance Sort by last modified time
    Searched full:100000 (Results 376 - 400 of 991) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
frag_unittest.cc 96 static const int kIterations = 100000;
realloc_unittest.cc 68 } else if (size < 100000) {
  /external/chromium_org/v8/test/mjsunit/
array-feedback.js 122 a = create1(100000);
math-round.js 62 assertEquals(-0, roundsum(100000, -0));
  /external/chromium_org/v8/test/mjsunit/compiler/
math-floor-global.js 161 assertEquals(-0, floorsum(100000, -0));
math-floor-local.js 161 assertEquals(-0, floorsum(100000, -0));
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 84 50000, 60000, 100000, 120000, 300000, 500000, 1000000, 2000000};
133 for (uptr x = 0, step = kAddressSpaceSize / 100000;
425 const uptr kNumAllocs = 100000;
651 50000, 60000, 100000, 120000, 300000, 500000, 1000000, 2000000};
  /external/guava/guava-tests/test/com/google/common/collect/
ConcurrentHashMultisetBasherTest.java 113 int iterations = 100000;
  /external/guava/guava-tests/test/com/google/common/hash/
HashingTest.java 53 for (int shards = 1; shards <= 100000; shards++) {
  /external/icu4c/tools/toolutil/
package.h 28 #define STRING_STORE_SIZE 100000
  /external/libpng/
png.c 893 if (white_x > 100000L - white_y)
898 if (red_x > 100000L - red_y)
903 if (green_x > 100000L - green_y)
908 if (blue_x > 100000L - blue_y)
  /external/libvpx/libvpx/test/
fdct4x4_test.cc 128 count_sign_block[j][1]) < 100000);
vp8_fdct4x4_test.cc 129 (abs(count_sign_block[j][0] - count_sign_block[j][1]) < 100000);
  /external/libxslt/libxslt/
xsltutils.h 265 #define XSLT_TIMESTAMP_TICS_PER_SEC 100000l
  /external/llvm/test/CodeGen/PowerPC/
negctr.ll 54 %exitcond = icmp eq i64 %indvars.iv.next, -100000
  /external/nist-sip/java/gov/nist/javax/sip/
Utils.java 194 for (int b = 0; b < 100000; b++) {
  /external/openfst/src/test/
weight_test.cc 30 DEFINE_int32(repeat, 100000, "number of test repetitions");
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_unittest.cc 240 WriteString(output, string(100000, 'x')); // A very long string
241 WriteString(output, string(100000, 'y')); // A very long string
256 EXPECT_TRUE(input->Skip(100000 - 10));
257 ReadString(input, string(10, 'x') + string(100000 - 20000, 'y'));
  /external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
streamplayer.cpp 59 User::After(100000); //wait buffer to be flushed
  /external/skia/src/utils/
SkParse.cpp 238 (1 << 24) / 10000, (1 << 24) / 100000 };
  /external/srtp/crypto/test/
auth_driver.c 162 #define NUM_TRIALS 100000
  /external/v8/test/mjsunit/compiler/
math-floor-global.js 161 assertEquals(-0, floorsum(100000, -0));
math-floor-local.js 161 assertEquals(-0, floorsum(100000, -0));
  /external/v8/test/mjsunit/
math-floor.js 159 assertEquals(-0, floorsum(100000, -0));
math-round.js 62 assertEquals(-0, roundsum(100000, -0));

Completed in 1422 milliseconds

<<11121314151617181920>>