/external/sqlite/android/ |
OldPhoneNumberUtilsTest.cpp | 49 EXPECT_FALSE(phone_number_compare_loose("123456789", "923456789")); 50 EXPECT_FALSE(phone_number_compare_loose("123456789", "123456781")); 51 EXPECT_FALSE(phone_number_compare_loose("123456789", "1234567890")); 52 EXPECT_TRUE(phone_number_compare_loose("123456789", "0123456789"));
|
/external/valgrind/exp-sgcheck/tests/ |
stackerr.c | 49 sprintf(buf, "%d", 123456789);
|
/frameworks/base/core/tests/coretests/res/values/ |
arrays.xml | 36 <item>123456789</item>
|
/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/ |
get_long_double_fr_FR.pass.cpp | 95 assert(ex == 123456789); 106 assert(ex == -123456789); 117 assert(ex == -123456789); 175 assert(ex == 123456789); 187 assert(ex == 123456789); 200 assert(ex == -123456789); 224 assert(ex == 123456789); 262 assert(ex == 123456789); 273 assert(ex == -123456789); 284 assert(ex == -123456789); [all...] |
get_long_double_ru_RU.pass.cpp | 102 assert(ex == 123456789); 113 assert(ex == -123456789); 124 assert(ex == -123456789); 183 assert(ex == 123456789); 195 assert(ex == 123456789); 208 assert(ex == -123456789); 232 assert(ex == -123456789); 269 assert(ex == 123456789); 280 assert(ex == -123456789); 291 assert(ex == -123456789); [all...] |
get_string_en_US.pass.cpp | 93 assert(ex == "123456789"); 104 assert(ex == "-123456789"); 115 assert(ex == "-123456789"); 174 assert(ex == "123456789"); 186 assert(ex == "123456789"); 199 assert(ex == "-123456789"); 261 assert(ex == "123456789"); 272 assert(ex == "-123456789"); 283 assert(ex == "-123456789"); 342 assert(ex == "123456789"); [all...] |
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/ |
get_long_double_fr_FR.pass.cpp | 95 assert(ex == 123456789); 106 assert(ex == -123456789); 117 assert(ex == -123456789); 175 assert(ex == 123456789); 187 assert(ex == 123456789); 200 assert(ex == -123456789); 224 assert(ex == 123456789); 262 assert(ex == 123456789); 273 assert(ex == -123456789); 284 assert(ex == -123456789); [all...] |
get_long_double_ru_RU.pass.cpp | 102 assert(ex == 123456789); 113 assert(ex == -123456789); 124 assert(ex == -123456789); 183 assert(ex == 123456789); 195 assert(ex == 123456789); 208 assert(ex == -123456789); 232 assert(ex == -123456789); 269 assert(ex == 123456789); 280 assert(ex == -123456789); 291 assert(ex == -123456789); [all...] |
get_string_en_US.pass.cpp | 93 assert(ex == "123456789"); 104 assert(ex == "-123456789"); 115 assert(ex == "-123456789"); 174 assert(ex == "123456789"); 186 assert(ex == "123456789"); 199 assert(ex == "-123456789"); 261 assert(ex == "123456789"); 272 assert(ex == "-123456789"); 283 assert(ex == "-123456789"); 342 assert(ex == "123456789"); [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_structseq.py | 82 self.assertRaises(TypeError, t, "123456789", dict=None)
84 s = "123456789"
|
/external/boringssl/src/crypto/cipher_extra/test/ |
chacha20_poly1305_tests.txt | 13 IN: "123456789abcdef0" 22 AD: "123456789abcdef0" 29 IN: "123456789abcdef0" 30 AD: "123456789abcdef" 37 IN: "123456789abcdef" 38 AD: "123456789abcdef0" 45 IN: "123456789abcdef0" 46 AD: "123456789abcdef0" [all...] |
/external/libcxx/test/std/experimental/filesystem/class.path/path.nonmember/ |
path.io.pass.cpp | 36 MultiStringType InStr = MKSTR("abcdefg/\"hijklmnop\"/qrstuvwxyz/123456789"); 37 MultiStringType OutStr = MKSTR("\"abcdefg/\\\"hijklmnop\\\"/qrstuvwxyz/123456789\"");
|
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/ |
putback.pass.cpp | 44 testbuf<char> sb(" 123456789"); 67 testbuf<wchar_t> sb(L" 123456789");
|
read.pass.cpp | 46 testbuf<char> sb(" 123456789"); 65 testbuf<wchar_t> sb(L" 123456789");
|
/external/python/cpython2/Lib/test/ |
test_structseq.py | 82 self.assertRaises(TypeError, t, "123456789", dict=None) 84 s = "123456789"
|
/external/tcpdump/tests/ |
dhcp-rfc3004-v.out | 13 instance#2: "subopt2-123456789", length 17 41 instance#2: "subopt2-123456789", length 17
|
/libcore/ojluni/src/test/java/time/tck/java/time/serial/ |
TCKInstantSerialization.java | 88 dos.writeInt(123456789); 91 assertSerializedBySer(Instant.ofEpochSecond(654321, 123456789), bytes);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_structseq.py | 82 self.assertRaises(TypeError, t, "123456789", dict=None) 84 s = "123456789"
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_structseq.py | 82 self.assertRaises(TypeError, t, "123456789", dict=None) 84 s = "123456789"
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/input.streams/istream.unformatted/ |
putback.pass.cpp | 44 testbuf<char> sb(" 123456789"); 67 testbuf<wchar_t> sb(L" 123456789");
|
read.pass.cpp | 46 testbuf<char> sb(" 123456789"); 65 testbuf<wchar_t> sb(L" 123456789");
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_structseq.py | 82 self.assertRaises(TypeError, t, "123456789", dict=None) 84 s = "123456789"
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_structseq.py | 82 self.assertRaises(TypeError, t, "123456789", dict=None) 84 s = "123456789"
|
/art/test/529-checker-unresolved/src/ |
Main.java | 67 UnresolvedClass.staticInt = 123456789; 75 expectEquals(123456789, UnresolvedClass.staticInt); 112 c.instanceInt = 123456789; 120 expectEquals(123456789, c.instanceInt);
|
/external/autotest/client/site_tests/network_ModemManagerSMS/src/ |
fake-gsm | 16 \+C?GSN 123456789
|