/external/python/cpython3/Tools/stringbench/ |
stringbench.py | 52 _RANGE_1000 = list(range(1000)) 75 @bench('"A" in "A"*1000', "early match, single character", 1000) 77 s1 = STR("A" * 1000) 82 @bench('"B" in "A"*1000', "no match, single character", 1000) 84 s1 = STR("A" * 1000) 90 @bench('"AB" in "AB"*1000', "early match, two characters", 1000) 92 s1 = STR("AB" * 1000) [all...] |
/art/libartbase/base/ |
time_utils.cc | 45 const uint64_t one_sec = 1000 * 1000 * 1000; 46 const uint64_t one_ms = 1000 * 1000; 47 const uint64_t one_us = 1000; 60 const uint64_t one_sec = 1000 * 1000 * 1000; 61 const uint64_t one_ms = 1000 * 1000 [all...] |
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
fold-mul-lohi.ll | 5 @B = external global [1000 x i8], align 32 6 @A = external global [1000 x i8], align 32 7 @P = external global [1000 x i8], align 32 16 %tmp2 = getelementptr [1000 x i8]* @B, i32 0, i32 %i.019.0 19 %tmp5 = getelementptr [1000 x i8]* @A, i32 0, i32 %i.019.0 22 %tmp10 = getelementptr [1000 x i8]* @P, i32 0, i32 %tmp8
|
stride-reuse.ll | 5 @B = external global [1000 x float], align 32 6 @A = external global [1000 x float], align 32 7 @P = external global [1000 x i32], align 32 16 %tmp2 = getelementptr [1000 x float]* @B, i32 0, i32 %i.019.0 19 %tmp5 = getelementptr [1000 x float]* @A, i32 0, i32 %i.019.0 23 %tmp10 = getelementptr [1000 x i32]* @P, i32 0, i32 %i.019.0
|
/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;
|
/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
BatteryStatsSensorTest.java | 63 clocks.realtime * 1000, BatteryStats.STATS_SINCE_CHARGED)); 67 clocks.realtime * 1000, BatteryStats.STATS_SINCE_CHARGED)); 77 curr = 1000 * (clocks.realtime = clocks.uptime = 100); 82 curr = 1000 * (clocks.realtime = clocks.uptime = 200); 86 curr = 1000 * (clocks.realtime = clocks.uptime = 215); 94 curr = 1000 * (clocks.realtime = clocks.uptime = 550); 98 curr = 1000 * (clocks.realtime = clocks.uptime = 678); 113 curr = 1000 * (clocks.realtime = clocks.uptime = 100); 117 curr = 1000 * (clocks.realtime = clocks.uptime = 200); 121 curr = 1000 * (clocks.realtime = clocks.uptime = 215) [all...] |
/art/test/913-heaps/ |
expected_jack.diff | 2 < root@root --(stack-local[id=1,tag=3000,depth=2,method=doFollowReferencesTestNonRoot,vreg=13,location= 30])--> 1@1000 [size=16, length=-1] 4 > root@root --(stack-local[id=1,tag=3000,depth=2,method=doFollowReferencesTestNonRoot,vreg=13,location= 32])--> 1@1000 [size=16, length=-1] 6 < root@root --(stack-local[id=1,tag=3000,depth=1,method=doFollowReferencesTestImpl,vreg=11,location= 8])--> 1@1000 [size=16, length=-1] 7 < root@root --(stack-local[id=1,tag=3000,depth=1,method=doFollowReferencesTestImpl,vreg=5,location= 8])--> 1@1000 [size=16, length=-1] 9 > root@root --(stack-local[id=1,tag=3000,depth=1,method=doFollowReferencesTestImpl,vreg=13,location= 10])--> 1@1000 [size=16, length=-1] 10 > root@root --(stack-local[id=1,tag=3000,depth=1,method=doFollowReferencesTestImpl,vreg=5,location= 10])--> 1@1000 [size=16, length=-1] 12 < root@root --(stack-local[id=1,tag=3000,depth=2,method=doFollowReferencesTestNonRoot,vreg=13,location= 30])--> 1@1000 [size=16, length=-1] 14 > root@root --(stack-local[id=1,tag=3000,depth=2,method=doFollowReferencesTestNonRoot,vreg=13,location= 32])--> 1@1000 [size=16, length=-1] 16 < root@root --(stack-local[id=1,tag=3000,depth=1,method=doFollowReferencesTestImpl,vreg=11,location= 8])--> 1@1000 [size=16, length=-1] 17 < root@root --(stack-local[id=1,tag=3000,depth=1,method=doFollowReferencesTestImpl,vreg=5,location= 8])--> 1@1000 [size=16, length=-1 [all...] |
/prebuilts/go/darwin-x86/test/ |
bounds.go | 16 a1k [1000]int 20 p1k *[1000]int 137 use(s[i%1000]) 138 use(a1[i%1000]) 139 use(a1k[i%1000]) 140 use(a100k[i%1000]) 141 use(p1[i%1000]) 142 use(p1k[i%1000]) 143 use(p100k[i%1000]) 145 use(s[ui%1000]) [all...] |
/prebuilts/go/linux-x86/test/ |
bounds.go | 16 a1k [1000]int 20 p1k *[1000]int 137 use(s[i%1000]) 138 use(a1[i%1000]) 139 use(a1k[i%1000]) 140 use(a100k[i%1000]) 141 use(p1[i%1000]) 142 use(p1k[i%1000]) 143 use(p100k[i%1000]) 145 use(s[ui%1000]) [all...] |
/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...] |
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue11674.go | 17 var _ = x / 1e-1000 // ERROR "complex division by zero" 20 var _ = x / 1e-1000i // ERROR "complex division by zero" 28 var _ = x / (1e-1000 + 1e-1000i) // ERROR "complex division by zero" 31 var _ = y / 1e-1000 // ERROR "complex division by zero" 33 var _ = y / 1e-1000i // ERROR "complex division by zero" 38 var _ = y / (1e-1000 + 1e-50i) 39 var _ = y / (1e-50 + 1e-1000i) 40 var _ = y / (1e-1000 + 1e-1000i) // ERROR "complex division by zero [all...] |
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue11674.go | 17 var _ = x / 1e-1000 // ERROR "complex division by zero" 20 var _ = x / 1e-1000i // ERROR "complex division by zero" 28 var _ = x / (1e-1000 + 1e-1000i) // ERROR "complex division by zero" 31 var _ = y / 1e-1000 // ERROR "complex division by zero" 33 var _ = y / 1e-1000i // ERROR "complex division by zero" 38 var _ = y / (1e-1000 + 1e-50i) 39 var _ = y / (1e-50 + 1e-1000i) 40 var _ = y / (1e-1000 + 1e-1000i) // ERROR "complex division by zero [all...] |
/device/google/cuttlefish_common/common/libs/time/ |
monotonic_time_test.cpp | 35 TimeDifference td1(10, 1000, 1); 41 int64_t scale = 1000; 42 TimeDifference td1(10, 1000, scale); 49 TimeDifference td1(-10, 1000, scale); 55 int64_t scale1 = 1, scale2 = 1000; 56 TimeDifference td1(-10, 1000, scale1); 62 int64_t scale1 = 1000, scale2 = 1000; 70 TimeDifference td1(10, 1000, scale); 77 TimeDifference td1(10, 1000, scale) [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...] |
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/dram/ |
dram_spec_timing.c | 268 pdram_timing->trstl = ((DDR3_TRSTL * nmhz + 999) / 1000); 269 pdram_timing->trsth = ((DDR3_TRSTH * nmhz + 999) / 1000); 271 pdram_timing->trefi = ((DDR3_TREFI_7_8_US * nmhz + 999) / 1000); 276 tmp = ((DDR3_TWR * nmhz + 999) / 1000); 293 tmp = ((DDR3_TRTP * nmhz + (nmhz >> 1) + 999) / 1000); 296 (((ddr3_trc_tfaw[ddr_speed_bin] >> 8) * nmhz + 999) / 1000); 297 tmp = ((DDR3_TRRD * nmhz + 999) / 1000); 300 tmp = ((DDR3_TWTR * nmhz + (nmhz >> 1) + 999) / 1000); 305 / 1000); 308 / 1000); [all...] |
/external/ltp/runtest/ |
net_stress.ipsec_icmp | 30 icmp4-uni-basic01 icmp-uni-basic.sh -s "10 100 1000 10000 65507" 31 icmp4-uni-basic02 icmp-uni-basic.sh -p ah -m transport -s "10 100 1000 10000 65483" 32 icmp4-uni-basic03 icmp-uni-basic.sh -p ah -m tunnel -s "10 100 1000 10000 65463" 33 icmp4-uni-basic04 icmp-uni-basic.sh -p esp -m transport -s "10 100 1000 10000 65470" 34 icmp4-uni-basic05 icmp-uni-basic.sh -p esp -m tunnel -s "10 100 1000 10000 65450" 35 icmp4-uni-basic06 icmp-uni-basic.sh -p comp -m transport -s "10 100 1000 10000 65000" 36 icmp4-uni-basic07 icmp-uni-basic.sh -p comp -m tunnel -s "10 100 1000 10000 65000" 37 icmp4-uni-basic08 icmp-uni-basic.sh -A rfc4106_128 -p esp_aead -m transport -s "10 100 1000 10000 65470" 38 icmp4-uni-basic09 icmp-uni-basic.sh -A rfc4106_192 -p esp_aead -m transport -s "10 100 1000 10000 65470" 39 icmp4-uni-basic10 icmp-uni-basic.sh -A rfc4106_256 -p esp_aead -m transport -s "10 100 1000 10000 65470 [all...] |
/external/webrtc/webrtc/modules/remote_bitrate_estimator/ |
remote_bitrate_estimators_test.cc | 47 RunFor(10 * 60 * 1000); 56 RunFor(10 * 60 * 1000); 75 delay.SetOneWayDelayMs(1000); 76 RunFor(10 * 60 * 1000); 84 RunFor(10 * 60 * 1000); 87 RunFor(10 * 1000); 89 RunFor(10 * 60 * 1000); 98 RunFor(1 * 60 * 1000); 101 RunFor(10 * 1000); 104 RunFor(10 * 60 * 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_DEFAULT_TIMEOUT = (2 * 1000); 56 timeout = 1000 * 60; 59 timeout = 1000 / 10; 63 timeout = 1000;
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-sh/sh64/ |
cmpct1.xd | 6 start address 0x0+1000 9 LOAD off 0x0+80 vaddr 0x0+1000 paddr 0x0+1000 align 2\*\*7 16 0 \.text 00000008 0+1000 0+1000 00000080 2\*\*0 23 0+1000 l d \.text 0+ (|\.text) 35 0+1000 g \.text 0+ start
|
/frameworks/base/core/tests/coretests/src/android/os/ |
UserHandleTest.java | 40 EXPECT_EQ(1000, multiuser_get_uid(0, 1000)); 44 EXPECT_EQ(1001000, multiuser_get_uid(10, 1000)); 52 EXPECT_EQ(0, multiuser_get_user_id(1000)); 64 EXPECT_EQ(1000, multiuser_get_app_id(1000)); 68 EXPECT_EQ(1000, multiuser_get_app_id(1001000)); 76 EXPECT_EQ(ERR_GID, multiuser_get_cache_gid(0, 1000)); 80 EXPECT_EQ(ERR_GID, multiuser_get_cache_gid(10, 1000)); 88 EXPECT_EQ(1000, multiuser_get_shared_gid(0, 1000)) [all...] |
/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/ |
nbody.rs | 14 float CENTER_MASS = 1000; 35 float3 point = {rsRand(-1000.f, 1000.f), 36 rsRand(-1000.f, 1000.f), 37 rsRand(-1000.f, 1000.f)}; 39 float4 v = {rsRand(-1000.f, 1000.f), 40 rsRand(-1000.f, 1000.f) [all...] |
/packages/apps/TV/tuner/src/com/android/tv/tuner/util/ |
StatusTextUtils.java | 24 private static final int PACKETS_PER_SEC_RED = 1000; 51 // audioPosition should go in rate of 1000ms. 52 long audioPositionMsRate = audioPositionUsRate / 1000; 54 if (Math.abs(audioPositionMsRate - 1000) > AUDIO_POSITION_MS_RATE_DIFF_RED) { 56 } else if (Math.abs(audioPositionMsRate - 1000) > AUDIO_POSITION_MS_RATE_DIFF_YELLOW) { 66 audioPositionUs / 1000, 74 audioPtsUs / 1000, 75 audioPtsUsRate / 1000, 76 (audioPtsUs - audioPositionUs) / 1000)); 81 videoPtsUs / 1000, [all...] |
/external/clang/test/CodeGenOpenCL/ |
unroll-hint.cl | 8 for( int i = 0; i < 1000; ++i); 16 for( int i = 0; i < 1000; ++i); 24 for( int i = 0; i < 1000; ++i); 32 int i = 1000; 41 int i = 1000; 50 int i = 1000; 60 int i = 1000; 69 int i = 1000; 78 int i = 1000;
|
/external/jemalloc/test/include/test/ |
mq.h | 92 if (ns < 1000*1000*1000) { \ 95 if (ns > 1000*1000*1000) \ 96 ns = 1000*1000*1000; \
|
/toolchain/binutils/binutils-2.27/gold/ |
main.cc | 265 elapsed.user / 1000, (elapsed.user % 1000) * 1000, 266 elapsed.sys / 1000, (elapsed.sys % 1000) * 1000, 267 elapsed.wall / 1000, (elapsed.wall % 1000) * 1000); 273 elapsed.user / 1000, (elapsed.user % 1000) * 1000 [all...] |