/device/moto/stingray/whisper/ |
SHA_CommMarshalling.h | 190 #define READDELAY 100000 191 #define ENCREADDELAY 100000
|
/external/valgrind/unittest/ |
racecheck_unittest.cc | 184 usleep(100000); // Make sure the waiter blocks. 274 usleep(100000); // Make sure the signaller gets first. 376 usleep(100000); // Make sure the signaller gets there first. 430 usleep(100000); 470 usleep(100000); 763 usleep(100000); // Make sure the waiter blocks. 796 usleep(100000); // Make sure the waiter blocks. 981 usleep(100000); // Make sure the waiter blocks. 1014 usleep(100000); // Make sure the waiter blocks. 1122 usleep(100000); [all...] |
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.
|
/external/srec/tools/grxmlcompile/ |
sub_grph.h | 39 #define NONE_LABEL -100000 // Null transition 51 #define MAXNUM 100000 // A large number 366 int opStack[100000]; // TODO: remove hard coded number
|
/external/bluetooth/bluez/test/ |
attest.c | 178 at_command(fd, "AT+CPBR=1,100\r\n", 100000);
|
/external/clang/test/CodeGen/ |
init.c | 65 char str[100000] = "abc"; // tail should be memset.
|
/external/e2fsprogs/tests/progs/ |
random_exercise.c | 150 for (i=0; i < 100000; i++) {
|
/external/grub/docs/ |
Makefile.am | 17 kernel_LDFLAGS = -nostdlib -Wl,-N -Wl,-Ttext -Wl,100000
|
/external/qemu/distrib/sdl-1.2.12/src/thread/amigaos/ |
SDL_systhread.c | 110 TASKATTR_STACKSIZE, 100000,
|
/external/skia/tests/ |
ClampRangeTest.cpp | 115 for (int i = 0; i < 100000; i++) {
|
/external/tcpdump/ |
pmap_prot.h | 73 #define SUNRPC_PMAPPROG ((u_int32_t)100000)
|
/external/v8/test/mjsunit/compiler/ |
array-access.js | 116 for (var i = 0; i < 100000; i++) { f(g, 0); }
|
/external/v8/test/mjsunit/ |
keyed-call-generic.js | 79 dict_array[100000] = 1;
|
/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/ |
custom_alloc.c | 8 #define SUPERBLOCK_SIZE 100000
|
mempool.c | 8 #define SUPERBLOCK_SIZE 100000
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
QTMovie.h | 55 QTMovieLoadStateComplete = 100000L
|
/libcore/support/src/test/java/tests/support/ |
Support_TestWebData.java | 65 new Date().getTime() + 100000)
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/ |
pmap_prot.h | 79 #define PMAPPROG ((u_long)100000)
|
/system/core/libcutils/ |
android_reboot.c | 96 usleep(100000);
|
/system/media/wilhelm/src/ |
devices.c | 104 100000 // maxFrequency
|
/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));
|