/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
inexact.decTest | 113 inx101 multiply 1000 1000 -> 1000000 116 inx104 multiply 1000 10000 -> 10000000 125 inx201 divide 1000 1000 -> 1 126 inx202 divide 1000 1 -> 1000 127 inx203 divide 1000 2 -> 500 128 inx204 divide 1000 3 -> 333.3 Inexact Rounded 129 inx205 divide 1000 4 -> 25 [all...] |
dqMultiply.decTest | 178 dqmul504 multiply 0E-4260 1000E-4260 -> 0E-6176 Clamped 221 dqmul581 multiply Inf -1000 -> -Infinity 226 dqmul586 multiply Inf 1000 -> Infinity 228 dqmul588 multiply -1000 Inf -> -Infinity 234 dqmul594 multiply 1000 Inf -> Infinity 238 dqmul601 multiply -Inf -1000 -> Infinity 243 dqmul606 multiply -Inf 1000 -> -Infinity 245 dqmul608 multiply -1000 Inf -> -Infinity 251 dqmul614 multiply 1000 -Inf -> -Infinity 255 dqmul622 multiply NaN -1000 -> Na [all...] |
rescale.decTest | 482 resx535 rescale 1.234 1000 -> NaN Invalid_operation 487 resx539 rescale 1.234 -1000 -> NaN Invalid_operation 494 resx542 rescale 1E+1000 +999 -> NaN Invalid_operation 495 resx543 rescale 1E+999 +1000 -> NaN Invalid_operation 497 resx545 rescale 1E-1000 -999 -> 0E-999 Inexact Rounded 498 resx546 rescale 1E-999 -1000 -> 1.0E-999 504 resx552 rescale 1E-1000 -1005 -> 1.00000E-1000 Subnormal 509 resx556 rescale 1.666666E-1000 -1005 -> 1.66667E-1000 Subnormal Inexact Rounde [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
reperf.py | 5 s = "\13hello\14 \13world\14 " * 1000
|
/external/chromium_org/third_party/sqlite/src/test/ |
jrnlmode.test | 363 INSERT INTO t3 VALUES(randomblob(1000),randomblob(1000),randomblob(1000)); 365 SELECT randomblob(1000),randomblob(1000),randomblob(1000) FROM t3; 367 SELECT randomblob(1000),randomblob(1000),randomblob(1000) FROM t3; 369 SELECT randomblob(1000),randomblob(1000),randomblob(1000) FROM t3 [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
dqMultiply.decTest | 178 dqmul504 multiply 0E-4260 1000E-4260 -> 0E-6176 Clamped 221 dqmul581 multiply Inf -1000 -> -Infinity 226 dqmul586 multiply Inf 1000 -> Infinity 228 dqmul588 multiply -1000 Inf -> -Infinity 234 dqmul594 multiply 1000 Inf -> Infinity 238 dqmul601 multiply -Inf -1000 -> Infinity 243 dqmul606 multiply -Inf 1000 -> -Infinity 245 dqmul608 multiply -1000 Inf -> -Infinity 251 dqmul614 multiply 1000 -Inf -> -Infinity 255 dqmul622 multiply NaN -1000 -> Na [all...] |
rescale.decTest | 482 resx535 rescale 1.234 1000 -> NaN Invalid_operation 487 resx539 rescale 1.234 -1000 -> NaN Invalid_operation 494 resx542 rescale 1E+1000 +999 -> NaN Invalid_operation 495 resx543 rescale 1E+999 +1000 -> NaN Invalid_operation 497 resx545 rescale 1E-1000 -999 -> 0E-999 Inexact Rounded 498 resx546 rescale 1E-999 -1000 -> 1.0E-999 504 resx552 rescale 1E-1000 -1005 -> 1.00000E-1000 Subnormal 509 resx556 rescale 1.666666E-1000 -1005 -> 1.66667E-1000 Subnormal Inexact Rounde [all...] |
/external/llvm/lib/Target/AArch64/Utils/ |
AArch64BaseInfo.h | 144 S1E1R = 0x43c0, // 01 000 0111 1000 000 145 S1E2R = 0x63c0, // 01 100 0111 1000 000 146 S1E3R = 0x73c0, // 01 110 0111 1000 000 147 S1E1W = 0x43c1, // 01 000 0111 1000 001 148 S1E2W = 0x63c1, // 01 100 0111 1000 001 149 S1E3W = 0x73c1, // 01 110 0111 1000 001 150 S1E0R = 0x43c2, // 01 000 0111 1000 010 151 S1E0W = 0x43c3, // 01 000 0111 1000 011 152 S12E1R = 0x63c4, // 01 100 0111 1000 100 153 S12E1W = 0x63c5, // 01 100 0111 1000 10 [all...] |
/external/chromium_org/net/base/ |
backoff_entry_unittest.cc | 14 BackoffEntry::Policy base_policy = { 0, 1000, 2.0, 0.0, 20000, 2000, false }; 49 EXPECT_EQ(TimeDelta::FromMilliseconds(1000), entry.GetTimeUntilRelease()); 104 entry.set_now(entry.GetReleaseTime() + TimeDelta::FromMilliseconds(1000)); 141 EXPECT_EQ(entry.ImplGetTimeNow() + TimeDelta::FromMilliseconds(1000), result); 142 EXPECT_EQ(TimeDelta::FromMilliseconds(1000), entry.GetTimeUntilRelease()); 178 EXPECT_EQ(TimeDelta::FromMilliseconds(1000), entry.GetTimeUntilRelease()); 182 EXPECT_EQ(TimeDelta::FromMilliseconds(1000), entry.GetTimeUntilRelease()); 225 EXPECT_EQ(TimeTicks() + TimeDelta::FromMilliseconds(1000), release_time); 248 EXPECT_EQ(TimeDelta::FromMilliseconds(1000), entry.GetTimeUntilRelease()); 257 EXPECT_EQ(TimeDelta::FromMilliseconds(1000), entry.GetTimeUntilRelease()) [all...] |
/external/smack/src/org/xbill/DNS/ |
LOCRecord.java | 52 this.latitude = (long)(latitude * 3600 * 1000 + (1L << 31)); 53 this.longitude = (long)(longitude * 3600 * 1000 + (1L << 31)); 121 value = (long) (1000 * (sec + 60L * (min + 60L * deg))); 170 0, 9000000000L, 1000); 197 sb.append(temp / (3600 * 1000)); /* degrees */ 198 temp = temp % (3600 * 1000); 201 sb.append(temp / (60 * 1000)); /* minutes */ 202 temp = temp % (60 * 1000); 205 renderFixedPoint(sb, w3, temp, 1000); /* seconds */ 249 return ((double)(latitude - (1L << 31))) / (3600 * 1000); [all...] |
/external/valgrind/main/exp-bbv/tests/arm-linux/ |
ll.post.exp | 36 T:13:1000 37 T:13:1000 38 T:13:1000 39 T:13:1000 40 T:13:1000 41 T:13:1000 42 T:13:1000 43 T:13:1000 44 T:13:1000 45 T:13:1000 [all...] |
/external/valgrind/main/exp-bbv/tests/ppc32-linux/ |
ll.post.exp | 28 T:13:1000 29 T:13:1000 30 T:13:1000 31 T:13:1000 32 T:13:1000 33 T:13:1000 34 T:13:1000 35 T:13:1000 36 T:13:1000 37 T:13:1000 [all...] |
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
ScrollAnimatorNoneTest.cpp | 120 EXPECT_CALL(scrollableArea, scrollSize(_)).Times(AtLeast(1)).WillRepeatedly(Return(1000)); 122 EXPECT_CALL(scrollableArea, maximumScrollPosition()).Times(AtLeast(1)).WillRepeatedly(Return(IntPoint(1000, 1000))); 156 EXPECT_CALL(scrollableArea, maximumScrollPosition()).Times(AtLeast(1)).WillRepeatedly(Return(IntPoint(1000, 1000))); 352 const double kPosition = 1000; 461 EXPECT_TRUE(updateDataFromParameters(1, 40, 1000, kStartTime, ¶meters)); 471 EXPECT_TRUE(updateDataFromParameters(1, 40, 1000, kStartTime, ¶meters)); 481 EXPECT_TRUE(updateDataFromParameters(1, 40, 1000, kStartTime, ¶meters)); 491 EXPECT_TRUE(updateDataFromParameters(1, 40, 1000, kStartTime, ¶meters)) [all...] |
/bionic/libc/kernel/arch-mips/asm/ |
delay.h | 29 #if HZ >= 1000 35 #define MAX_UDELAY_MS (1000 / HZ)
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
ChromeClient.java | 41 for(; timeout > 0; timeout -= 1000) { 44 wait(1000);
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
delay.h | 29 #if HZ >= 1000 35 #define MAX_UDELAY_MS (1000 / HZ)
|
/development/samples/ApiDemos/res/anim/ |
animator_set.xml | 19 android:duration="1000" 26 android:duration="1000"
|
/device/asus/deb/ |
fstab.deb | 10 /dev/block/platform/msm_sdcc.1/by-name/radio /firmware vfat ro,uid=1000,gid=1000,fmask=0337,dmask=0227,iocharset=iso8859-1,shortname=mixed,errors=remount-ro wait
|
/external/chromium_org/cc/output/ |
managed_memory_policy.cc | 12 const size_t ManagedMemoryPolicy::kDefaultNumResourcesLimit = 10 * 1000 * 1000;
|
/external/chromium_org/chrome/test/functional/ |
crash_reporter.py | 40 os.chown(breakpad_folder, 1000, 1000)
|
/external/chromium_org/chrome/test/functional/media/ |
audio_latency_perf.py | 13 a clip 50 times and the ideal duration of all playbacks is 1000ms and the total 14 duration is 1500ms, the recorded result is (1500ms - 1000ms) / 50 == 10ms.
|
mixed_audio_latency_perf.py | 14 a clip 50 times and the ideal duration of all playbacks is 1000ms and the total 15 duration is 1500ms, the recorded result is (1500ms - 1000ms) / 50 == 10ms.
|
/external/chromium_org/net/quic/crypto/ |
null_encrypter_test.cc | 35 EXPECT_EQ(1000u, encrypter.GetMaxPlaintextSize(1016)); 42 EXPECT_EQ(1016u, encrypter.GetCiphertextSize(1000));
|
/external/chromium_org/net/websockets/ |
websocket_errors.h | 20 kWebSocketNormalClosure = 1000, 33 // The range 1000-2999 is reserved by RFC6455 for use by the WebSocket
|
/external/chromium_org/ppapi/tests/ |
test_scrollbar.cc | 35 location.set_width(1000); 36 location.set_height(1000);
|