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

1 2 3 4 5 6 78 91011>>

  /external/valgrind/main/callgrind/
costs.c 33 #define COSTCHUNK_SIZE 100000
  /external/valgrind/main/drd/tests/
custom_alloc.c 8 #define SUPERBLOCK_SIZE 100000
  /external/valgrind/main/massif/tests/
custom_alloc.c 8 #define SUPERBLOCK_SIZE 100000
  /external/valgrind/main/memcheck/tests/
mempool.c 8 #define SUPERBLOCK_SIZE 100000
  /external/valgrind/unittest/
demo_tests.cc 245 usleep(100000);
313 usleep(100000);
375 usleep(100000); // Let the writers go first.
441 usleep(100000); // Let the good folks go first.
deadlock_unittest.cc 353 usleep(100000);
360 usleep(100000);
posix_tests.cc 231 usleep(100000);
368 usleep(100000);
409 usleep(100000);
590 usleep(100000);
609 usleep(100000);
881 for (int i = 0; i < 100000; i++) {
  /external/webkit/Source/WebCore/platform/graphics/win/
QTMovie.h 55 QTMovieLoadStateComplete = 100000L
  /frameworks/av/media/libstagefright/rtsp/
SDPLoader.cpp 29 #define DEFAULT_SDP_SIZE 100000
  /frameworks/wilhelm/src/
devices.c 104 100000 // maxFrequency
  /libcore/support/src/test/java/tests/support/
Support_TestWebData.java 65 new Date().getTime() + 100000)
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/
eval_param.pass.cpp 39 const int N = 100000;
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/
eval_param.pass.cpp 39 const int N = 100000;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
pmap_prot.h 79 #define PMAPPROG ((u_long)100000)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
pmap_prot.h 79 #define PMAPPROG ((u_long)100000)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
pmap_prot.h 79 #define PMAPPROG ((u_long)100000)
  /system/core/libcutils/
android_reboot.c 96 usleep(100000);
  /system/core/libsuspend/
autosuspend_wakeup_count.c 49 usleep(100000);
  /cts/tests/tests/media/src/android/media/cts/
MediaRandomTest.java 49 private static final int NUMBER_OF_RECORDER_RANDOM_ACTIONS = 100000;
50 private static final int NUMBER_OF_PLAYER_RANDOM_ACTIONS = 100000;
  /external/chromium/base/
pickle_unittest.cc 275 std::string str(100000, 'A');
276 source.WriteData(str.c_str(), 100000);
  /external/v8/test/cctest/
test-conversions.cc 124 CHECK_EQ(0.0, StringToDouble(&uc, "0e-100000", ALLOW_HEX | ALLOW_OCTALS));
125 CHECK_EQ(0.0, StringToDouble(&uc, "0e+100000", ALLOW_HEX | ALLOW_OCTALS));
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_pcap.c 184 timeout = 100000;
267 eloop_register_timeout(0, 100000, l2_packet_receive_timeout,
  /external/wpa_supplicant_8/wpa_supplicant/
preauth_test.c 210 eloop_register_timeout(0, 100000, eapol_test_poll, eloop_ctx,
342 eloop_register_timeout(0, 100000, eapol_test_poll, &wpa_s, NULL);
  /frameworks/av/libvideoeditor/vss/3gpwriter/inc/
M4MP4W_Types.h 151 #define M4MP4W_DefaultMaxChunkSize 100000 /*bytes*/
291 M4OSA_UInt32 MaxChunkSize; /* Init to 100000*/
  /frameworks/av/media/libstagefright/timedtext/
TimedTextPlayer.cpp 36 static const int64_t kAdjustmentProcessingTimeUs = 100000ll;
38 static const int64_t kWaitTimeUsToRetryRead = 100000ll;

Completed in 2003 milliseconds

1 2 3 4 5 6 78 91011>>