/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static/ |
Test_invoke_static.java | 62 assertEquals(123456789l, T_invoke_static_4.run());
|
/external/guava/guava-tests/test/com/google/common/hash/ |
Crc32cHashFunctionTest.java | 84 assertCrc(0xE3069283, "123456789".getBytes(UTF_8));
|
/external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.native.obs/ |
string_alloc.pass.cpp | 35 MultiStringType longString = MKSTR("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ/123456789/abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ");
|
/external/libphonenumber/geocoder/test/com/google/i18n/phonenumbers/ |
PhoneNumberToTimeZonesMapperTest.java | 51 new PhoneNumber().setCountryCode(1).setNationalNumber(123456789L);
|
/external/libphonenumber/geocoder/test/com/google/i18n/phonenumbers/geocoding/ |
PhoneNumberOfflineGeocoderTest.java | 55 new PhoneNumber().setCountryCode(1).setNationalNumber(123456789L);
|
/external/ltp/testcases/kernel/syscalls/sendmsg/ |
sendmsg02.c | 66 char data[] = "123456789";
|
/external/smali/smalidea/src/test/java/org/jf/smalidea/ |
SmaliLexerTest.java | 175 private Random random = new Random(123456789);
|
/external/strace/tests/ |
semop.c | 92 ts->tv_nsec = 123456789;
|
utimensat.c | 121 ts[0].tv_nsec = 123456789;
|
/external/strace/tests-m32/ |
semop.c | 92 ts->tv_nsec = 123456789;
|
utimensat.c | 121 ts[0].tv_nsec = 123456789;
|
/external/strace/tests-mx32/ |
semop.c | 92 ts->tv_nsec = 123456789;
|
utimensat.c | 121 ts[0].tv_nsec = 123456789;
|
/external/wycheproof/java/com/google/security/wycheproof/ |
WycheproofRunner.java | 105 * bugs = {"b/123456789"}
|
/frameworks/av/media/libmediaextractor/include/media/ |
MediaExtractor.h | 179 // be formatted as "12345678-1234-1234-1234-123456789abc", as generated by
|
/prebuilts/go/darwin-x86/src/net/ |
error_test.go | 127 {"tcp", JoinHostPort("127.0.0.1", "123456789")}, 129 {"udp", JoinHostPort("127.0.0.1", "123456789")}, 280 {"tcp", JoinHostPort("127.0.0.1", "123456789")}, 343 {"udp", JoinHostPort("127.0.0.1", "123456789")},
|
/prebuilts/go/linux-x86/src/net/ |
error_test.go | 127 {"tcp", JoinHostPort("127.0.0.1", "123456789")}, 129 {"udp", JoinHostPort("127.0.0.1", "123456789")}, 280 {"tcp", JoinHostPort("127.0.0.1", "123456789")}, 343 {"udp", JoinHostPort("127.0.0.1", "123456789")},
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/class.path/path.member/path.native.obs/ |
string_alloc.pass.cpp | 35 MultiStringType longString = MKSTR("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ/123456789/abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ");
|
/external/icu/icu4c/source/test/cintltst/ |
cnmdptst.c | 203 static const double val[] = { 0.01234, 123456789, 1.23e75, -3.141592653e-78 }; 205 static const double val[] = { 0.01234, 123456789, 1.23e300, -3.141592653e-271 }; 208 static const int32_t lval[] = { 0, -1, 1, 123456789 }; 730 unum_format(f, (int32_t)123456789L, resultBuffer, 512 , &pos, &status); 734 log_err("Fail: Formatting \"#,##,###\" pattern with 123456789 got %s, expected %s\n", resultBuffer, "12,34,56,789"); 754 unum_format(f, (int32_t)123456789L, resultBuffer, 512 , &pos, &status); 758 log_err("Fail: Formatting \"#,###\" pattern with 123456789 got %s, expected %s\n", resultBuffer, "12,3456,789"); [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/ |
GsmAlphabet.java | [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ |
multiply.decTest | 104 mulx080 multiply 0.1 123456789 -> 12345678.9
105 mulx081 multiply 0.1 1234567891 -> 123456789 Inexact Rounded
108 mulx084 multiply 0.1 123456789 -> 12345678.9
117 mulx090 multiply 123456789 0.1 -> 12345678.9
118 mulx091 multiply 1234567891 0.1 -> 123456789 Inexact Rounded
121 mulx094 multiply 123456789 0.1 -> 12345678.9
[all...] |
/external/python/cpython2/Lib/test/decimaltestdata/ |
multiply.decTest | 104 mulx080 multiply 0.1 123456789 -> 12345678.9 105 mulx081 multiply 0.1 1234567891 -> 123456789 Inexact Rounded 108 mulx084 multiply 0.1 123456789 -> 12345678.9 117 mulx090 multiply 123456789 0.1 -> 12345678.9 118 mulx091 multiply 1234567891 0.1 -> 123456789 Inexact Rounded 121 mulx094 multiply 123456789 0.1 -> 12345678.9 [all...] |
/external/python/cpython3/Lib/test/decimaltestdata/ |
multiply.decTest | 104 mulx080 multiply 0.1 123456789 -> 12345678.9 105 mulx081 multiply 0.1 1234567891 -> 123456789 Inexact Rounded 108 mulx084 multiply 0.1 123456789 -> 12345678.9 117 mulx090 multiply 123456789 0.1 -> 12345678.9 118 mulx091 multiply 1234567891 0.1 -> 123456789 Inexact Rounded 121 mulx094 multiply 123456789 0.1 -> 12345678.9 [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/decimaltestdata/ |
multiply.decTest | 104 mulx080 multiply 0.1 123456789 -> 12345678.9 105 mulx081 multiply 0.1 1234567891 -> 123456789 Inexact Rounded 108 mulx084 multiply 0.1 123456789 -> 12345678.9 117 mulx090 multiply 123456789 0.1 -> 12345678.9 118 mulx091 multiply 1234567891 0.1 -> 123456789 Inexact Rounded 121 mulx094 multiply 123456789 0.1 -> 12345678.9 [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/decimaltestdata/ |
multiply.decTest | 104 mulx080 multiply 0.1 123456789 -> 12345678.9 105 mulx081 multiply 0.1 1234567891 -> 123456789 Inexact Rounded 108 mulx084 multiply 0.1 123456789 -> 12345678.9 117 mulx090 multiply 123456789 0.1 -> 12345678.9 118 mulx091 multiply 1234567891 0.1 -> 123456789 Inexact Rounded 121 mulx094 multiply 123456789 0.1 -> 12345678.9 [all...] |