HomeSort by relevance Sort by last modified time
    Searched full:100000 (Results 201 - 225 of 593) sorted by null

1 2 3 4 5 6 7 891011>>

  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/
eval.pass.cpp 281 const int N = 100000;
341 const int N = 100000;
401 const int N = 100000;
461 const int N = 100000;
521 const int N = 100000;
581 const int N = 100000;
641 const int N = 100000;
  /external/bzip2/
decompress.c 212 s->ll16 = BZALLOC( s->blockSize100k * 100000 * sizeof(UInt16) );
214 ((1 + s->blockSize100k * 100000) >> 1) * sizeof(UChar)
218 s->tt = BZALLOC( s->blockSize100k * 100000 * sizeof(Int32) );
263 if (s->origPtr > 10 + 100000*s->blockSize100k)
352 nblockMAX = 100000 * s->blockSize100k;
bzlib_private.h 446 if (s->tPos >= (UInt32)100000 * (UInt32)s->blockSize100k) return True; \
453 if (c_tPos >= (UInt32)100000 * (UInt32)ro_blockSize100k) return True; \
477 if (s->tPos >= (UInt32)100000 * (UInt32)s->blockSize100k) return True; \
  /external/compiler-rt/lib/asan/tests/
asan_noinst_test.cc 87 const int kNumIterations = (ASAN_LOW_MEMORY) ? 10000 : 100000;
665 GOOD_ACCESS(glob100000, 100000 - 1);
688 BAD_ACCESS(glob100000, 100000);
779 for (int i = 0; i < 100000; i++)
871 size_t sizes[] = {16, 1000, 10000, 100000, 2100000};
  /external/chromium/base/allocator/
allocator_unittests.cc 19 static const size_t kNotTooBig = 100000;
65 if (size < 100000) {
396 int start_sizes[] = { 100, 1000, 10000, 100000 };
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-0x.cpp 168 Agg<short> ce1 = { Convert<int>(100000) }; // expected-error {{constant expression evaluates to 100000 which cannot be narrowed to type 'short'}} expected-note {{override}} expected-warning {{changes value from 100000 to -31072}}
  /development/samples/ToyVpn/server/linux/
ToyVpnServer.cpp 104 usleep(100000);
258 usleep(100000);
  /external/chromium-trace/trace-viewer/src/tracks/
ruler_track.js 202 var roundedUnitValue = Math.floor(unitValue * 100000) / 100000;
  /frameworks/compile/mclinker/include/mcld/ADT/
StringHash.h 156 * 0.049s in 100000 test
173 * 0.057s in 100000 test
  /cts/tests/tests/util/src/android/util/cts/
TypedValueTest.java 105 final int data2 = 100000;
  /cts/tests/tests/widget/src/android/widget/cts/
ChronometerTest.java 53 int expected = 100000;
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
CertificateListTest.java 69 nextUpdate = new Date(thisUpdate.getTime()+100000);
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TestHelper_ClassLoader.java 170 size = 100000;
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 71 50000, 60000, 100000, 120000, 300000, 500000, 1000000, 2000000};
120 for (uptr x = 0, step = kAddressSpaceSize / 100000;
361 const uptr kNumAllocs = 100000;
589 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 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/MC/MBlaze/
mblaze_special.s 20 # BINARY: 100101 00000 100000 000000000000000
  /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

Completed in 864 milliseconds

1 2 3 4 5 6 7 891011>>