/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/ |
delay.h | 22 #define mdelay(n) ( (__builtin_constant_p(n) && (n)<=MAX_UDELAY_MS) ? udelay((n)*1000) : ({unsigned long __ms=(n); while (__ms--) udelay(1000);})) 26 #define ndelay(x) udelay(((x)+999)/1000)
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/ |
delay.h | 22 #define mdelay(n) ( (__builtin_constant_p(n) && (n)<=MAX_UDELAY_MS) ? udelay((n)*1000) : ({unsigned long __ms=(n); while (__ms--) udelay(1000);})) 26 #define ndelay(x) udelay(((x)+999)/1000)
|
/development/cmds/monkey/ |
example_script.txt | 4 sleep 1000 9 sleep 1000 14 sleep 1000 19 sleep 1000
|
/device/lge/hammerhead/ |
sec_config | 3 16:4294967295:1000
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
t052importS2.g | 10 a[x] returns [y] : B {this.capture("S.a"); $y="1000";} ;
|
/external/llvm/test/CodeGen/Thumb/ |
thumb-imm.ll | 4 ret i32 1000
|
/external/tcpdump/tests/ |
dio.out | 1 IP6 (hlim 255, next-header ICMPv6 (58) payload length: 24) fe80::1000:ff:fe64:6423 > ff02::1: [icmp6 sum ok] ICMP6, RPL, (CLR)Destination Advertisement Object
|
/external/valgrind/VEX/test/ |
fpspeed.c | 11 double* a1 = malloc(1000 * sizeof(double)); 12 double* a2 = malloc(1000 * sizeof(double)); 13 for (i = 0; i < 1000; i++) { 22 for (i = 0; i < 1000; i++) {
|
/external/valgrind/callgrind/tests/ |
threads.c | 6 double a[1000]; 11 for(i=0;i<1000;i++) a[i] = (double)i; 19 for(j=0;j<1000;j++) 20 for(i=0;i<1000;i++)
|
/external/valgrind/drd/tests/ |
rwlock_race.c | 22 struct timespec delay = { ms / 1000, (ms % 1000) * 1000 * 1000 };
|
/external/valgrind/memcheck/tests/ |
trivialleak.c | 7 for (i = 0; i < 1000; i++)
|
/external/valgrind/none/tests/ |
manythreads.stdout.exp | 0 1000...
|
/external/webrtc/src/system_wrappers/source/ |
sleep.cc | 30 short_wait.tv_sec = msecs / 1000; 31 short_wait.tv_nsec = (msecs % 1000) * 1000 * 1000;
|
/libcore/luni/src/test/resources/ |
connection.properties | 9 sqlMaxTasks = 1000
|
/external/skia/experimental/SkV8Example/js/ |
sample.js | 23 setTimeout(onTimeout, 1000); 25 setTimeout(onTimeout, 1000);
|
/external/valgrind/VEX/useful/ |
test_main.h.base | 21 #define TEST_N_BBS 1000 28 #define TEST_N_BBS 1000
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
oom.h | 19 #define OOM_SCORE_ADJ_MIN (-1000) 20 #define OOM_SCORE_ADJ_MAX 1000
|
/external/wpa_supplicant_8/src/ap/ |
bss_load.c | 36 sec = ((hapd->bss_load_update_timeout / 1000) * 1024) / 1000; 37 usec = (hapd->bss_load_update_timeout % 1000) * 1024; 54 sec = ((hapd->bss_load_update_timeout / 1000) * 1024) / 1000; 55 usec = (hapd->bss_load_update_timeout % 1000) * 1024;
|
/external/llvm/test/Object/Inputs/ |
archive-test.a-irix6-mips64el | 4 ? ? ?f1 f2 f3 f4 f5 f1.o/ 1423595232 1000 1000 100644 1240 ` 13 ( f.c s_d s_foo f1 f2.o/ 1423595240 1000 1000 100644 1240 ` 22 ( f.c s_d s_foo f2 f3.o/ 1423595244 1000 1000 100644 1240 ` 31 ( f.c s_d s_foo f3 f4.o/ 1423595248 1000 1000 100644 1240 ` 40 ( f.c s_d s_foo f4 f5.o/ 1423595251 1000 1000 100644 1240 [all...] |
/art/runtime/base/ |
time_utils.cc | 41 const uint64_t one_sec = 1000 * 1000 * 1000; 42 const uint64_t one_ms = 1000 * 1000; 43 const uint64_t one_us = 1000; 56 const uint64_t one_sec = 1000 * 1000 * 1000; 57 const uint64_t one_ms = 1000 * 1000 [all...] |
/external/mesa3d/src/gallium/state_trackers/xvmc/ |
attributes.c | 46 { XvGettable | XvSettable, -1000, 1000, XV_BRIGHTNESS }, 47 { XvGettable | XvSettable, -1000, 1000, XV_CONTRAST }, 48 { XvGettable | XvSettable, -1000, 1000, XV_SATURATION }, 49 { XvGettable | XvSettable, -1000, 1000, XV_HUE }, 138 *value = context_priv->procamp.brightness * 1000; 140 *value = context_priv->procamp.contrast * 1000 - 1000 [all...] |
/packages/apps/Stk/src/com/android/stk/ |
StkApp.java | 36 static final int DISP_TEXT_CLEAR_AFTER_DELAY_TIMEOUT = (15 * 1000); 37 static final int DISP_TEXT_WAIT_FOR_USER_TIMEOUT = (60 * 1000); 40 static final int UI_TIMEOUT = (30 * 1000); 43 static final int TONE_DFEAULT_TIMEOUT = (2 * 1000); 56 timeout = 1000 * 60; 59 timeout = 1000 / 10; 63 timeout = 1000;
|
/external/eigen/test/eigen2/ |
eigen2_regression.cpp | 86 Vector2f points2f [1000]; 87 Vector2f *points2f_ptrs [1000]; 88 for(int i = 0; i < 1000; i++) points2f_ptrs[i] = &(points2f[i]); 91 makeNoisyCohyperplanarPoints(1000, points2f_ptrs, &coeffs3f, 0.01f); 96 CALL_SUBTEST(check_linearRegression(1000, points2f_ptrs, coeffs2f, 0.002f)); 101 Vector2f points2f [1000]; 102 Vector2f *points2f_ptrs [1000]; 103 for(int i = 0; i < 1000; i++) points2f_ptrs[i] = &(points2f[i]); 105 makeNoisyCohyperplanarPoints(1000, points2f_ptrs, &coeffs3f, 0.01f); 108 CALL_SUBTEST(check_fitHyperplane(1000, points2f_ptrs, coeffs3f, 0.002f)) [all...] |
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
fp_mad.rs | 12 for (int ct=0; ct < 1000 * (1000 / 80); ct++) { 13 for (int i=0; i < (1000); i++) { 28 rsDebug("fp_mad4 M ops", 1000.f / time); 35 for (int ct=0; ct < 1000 * (1000 / 20); ct++) { 36 for (int i=0; i < (1000); i++) { 51 rsDebug("fp_mad M ops", 1000.f / time); 58 for (int ct=0; ct < 1000 * 10; ct++) { 59 for (int i=0; i < (1000); i++) [all...] |
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
fp_mad.rs | 12 for (int ct=0; ct < 1000 * (1000 / 80); ct++) { 13 for (int i=0; i < (1000); i++) { 28 rsDebug("fp_mad4 M ops", 1000.f / time); 35 for (int ct=0; ct < 1000 * (1000 / 20); ct++) { 36 for (int i=0; i < (1000); i++) { 51 rsDebug("fp_mad M ops", 1000.f / time); 58 for (int ct=0; ct < 1000 * 10; ct++) { 59 for (int i=0; i < (1000); i++) [all...] |