/external/valgrind/main/drd/tests/ |
tsan_unittest.cpp | 376 usleep(100000); // Make sure the waiter blocks. 424 usleep(100000); // Make sure the waiter blocks. 518 usleep(100000); // Make sure the signaller gets first. 570 usleep(100000); // Make sure the signaller gets first. 618 usleep(100000); // Make sure the signaller gets there first. 672 usleep(100000); 713 usleep(100000); 1060 usleep(100000); // Make sure the waiter blocks. 1093 usleep(100000); // Make sure the waiter blocks. 1287 usleep(100000); // Make sure the waiter blocks [all...] |
custom_alloc.c | 8 #define SUPERBLOCK_SIZE 100000
|
/device/moto/stingray/whisper/ |
SHA_CommMarshalling.h | 190 #define READDELAY 100000 191 #define ENCREADDELAY 100000
|
/frameworks/av/media/libstagefright/timedtext/ |
TimedTextPlayer.cpp | 33 static const int64_t kAdjustmentProcessingTimeUs = 100000ll; 34 static const int64_t kWaitTimeUsToRetryRead = 100000ll;
|
/hardware/ti/wlan/wl1271/stad/src/Data_link/ |
txCtrl.h | 63 static const TI_UINT32 txDelayRangeStart[TX_DELAY_RANGES_NUM] = { 0, 1000, 10000, 20000, 40000, 60000, 80000, 100000, 200000 }; 64 static const TI_UINT32 txDelayRangeEnd [TX_DELAY_RANGES_NUM] = { 1000, 10000, 20000, 40000, 60000, 80000, 100000, 200000, 0xFFFFFFFF };
|
/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/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}}
|
p7-cxx11-nowarn.cpp | 169 Agg<short> ce1 = { Convert<int>(100000) }; // expected-warning {{constant expression evaluates to 100000 which cannot be narrowed to type 'short'}} expected-note {{override}} expected-warning {{changes value from 100000 to -31072}}
|
/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
|
/device/samsung/tuna/power/ |
power_tuna.c | 74 "100000");
|
/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/jmonkeyengine/engine/src/test/jme3test/model/ |
TestHoverTank.java | 65 chaseCam.setMaxDistance(100000);
|
/external/qemu/distrib/sdl-1.2.12/src/thread/amigaos/ |
SDL_systhread.c | 110 TASKATTR_STACKSIZE, 100000,
|
/external/skia/tests/ |
ClampRangeTest.cpp | 122 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/massif/tests/ |
custom_alloc.c | 8 #define SUPERBLOCK_SIZE 100000
|
/external/valgrind/main/memcheck/tests/ |
mempool.c | 8 #define SUPERBLOCK_SIZE 100000
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
QTMovie.h | 55 QTMovieLoadStateComplete = 100000L
|