Searched
full:100000 (Results
526 -
550 of
991) sorted by null
<<21222324252627282930>>
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
tcmalloc_unittest.cc | 184 static const size_t kNotTooBig = 100000; 190 static const size_t kTooBig = kMaxSize - 100000; 605 int start_sizes[] = { 100, 1000, 10000, 100000 }; [all...] |
/external/chromium_org/ui/compositor/ |
layer_animation_sequence_unittest.cc | 236 sequence.Progress(start_time + base::TimeDelta::FromMilliseconds(100000),
|
/external/chromium_org/v8/test/mjsunit/ |
unbox-double-arrays.js | 32 var large_array_size = 100000;
|
/external/compiler-rt/lib/asan/tests/ |
asan_mem_test.cc | 105 for (size_t size = 200; size < 100000; size += size / 2) {
|
/external/grub/netboot/ |
etherboot.h | 439 #define PROG_PORTMAP 100000
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
AtomicDoubleArrayTest.java | 285 static final long COUNTDOWN = 100000;
|
/external/jmonkeyengine/engine/src/android/com/jme3/util/ |
FastInteger.java | 41 10000000, 1000000, 100000, 10000, 1000, 100, 10, 1 };
|
/external/mesa3d/include/GL/ |
glx.h | 173 #define GLX_SAMPLE_BUFFERS 0x186a0 /*100000*/
|
/external/netperf/ |
netcpu_pstatnew.c | 194 #define CALC_THOUSANDTH_PERCENT 100000
|
/external/srtp/crypto/test/ |
cipher_driver.c | 228 int num_trials = 100000;
|
/external/v8/test/mjsunit/ |
unbox-double-arrays.js | 31 var large_array_size = 100000;
|
/external/wpa_supplicant_8/wpa_supplicant/ |
notify.c | 409 wpa_supplicant_req_scan(wpa_s, 0, 100000);
|
/frameworks/av/media/libstagefright/wifi-display/ |
MediaSender.cpp | 497 if (mPrevTimeUs < 0ll || mPrevTimeUs + 100000ll <= timeUs) {
|
/frameworks/av/services/camera/libcameraservice/device3/ |
Camera3Device.h | 135 static const size_t kDumpSleepDuration = 100000; // 0.10 sec
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.merge/ |
merge.pass.cpp | 29 unsigned N = 100000;
|
merge_comp.pass.cpp | 32 unsigned N = 100000;
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/bigram/ |
dynamic_bigram_list_policy.cpp | 28 const int DynamicBigramListPolicy::BIGRAM_ENTRY_COUNT_IN_A_BIGRAM_LIST_LIMIT = 100000;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/ |
glx.h | 173 #define GLX_SAMPLE_BUFFERS 0x186a0 /*100000*/
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/ |
glx.h | 173 #define GLX_SAMPLE_BUFFERS 0x186a0 /*100000*/
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/ |
glx.h | 173 #define GLX_SAMPLE_BUFFERS 0x186a0 /*100000*/
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
utils.py | 195 randint = random.randrange(100000)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pprint.py | 342 object = [("string", (1, 2), [3, 4], {5: 6, 7: 8})] * 100000
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
logb.decTest | 99 logbx1105 logb 100000 -> 5
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
utils.py | 195 randint = random.randrange(100000)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pprint.py | 342 object = [("string", (1, 2), [3, 4], {5: 6, 7: 8})] * 100000
|
Completed in 1875 milliseconds
<<21222324252627282930>>