/packages/inputmethods/LatinIME/dictionaries/ |
tr_wordlist.combined.gz | |
pl_wordlist.combined.gz | |
en_wordlist.combined.gz | |
en_US_wordlist.combined.gz | |
en_GB_wordlist.combined.gz | |
es_wordlist.combined.gz | |
el_wordlist.combined.gz | |
da_wordlist.combined.gz | |
pt_BR_wordlist.combined.gz | |
pt_PT_wordlist.combined.gz | |
sv_wordlist.combined.gz | |
nl_wordlist.combined.gz | |
nb_wordlist.combined.gz | |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
FloatTest.java | 606 "0x1.0p-126", 607 "0x1.00000000000000000000000000000000000000000000001p-126", 608 "0x1.000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffp-126", 609 "0x1.000001p-126", 610 "0x1.000001000000000000000000000000000000000000000001p-126", 611 "0x1.000001fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffp-126", 613 "-0x1.0p-126", 614 "-0x1.00000000000000000000000000000000000000000000001p-126", 615 "-0x1.000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffp-126", 616 "-0x1.000001p-126", [all...] |
/external/chromium_org/chrome/app/ |
chrome_dll_resource.h | 32 #define IDR_SXS 126
|
/external/chromium_org/chromeos/test/data/network/ |
toplevel_wifi_wpa_psk.onc | 3 "GUID": "{126ea985-9ece-4250-8a32-123abc}",
|
/external/llvm/test/Transforms/MergeFunc/ |
2013-01-10-MergeFuncAssert.ll | 8 i32 126, label %sw.bb4
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_errno.py | 56 self.assertEqual(get_last_error(), 126) 58 self.assertEqual(set_last_error(32), 126)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_errno.py | 56 self.assertEqual(get_last_error(), 126) 58 self.assertEqual(set_last_error(32), 126)
|
/external/clang/test/Index/ |
annotate-nested-name-specifier.cpp | 447 // CHECK: Keyword: "typedef" [126:3 - 126:10] TypedefDecl=type:126:74 (Definition) 448 // CHECK: Identifier: "outer_alias" [126:11 - 126:22] NamespaceRef=outer_alias:10:11 449 // CHECK: Punctuation: "::" [126:22 - 126:24] TypedefDecl=type:126:74 (Definition) 450 // CHECK: Identifier: "inner" [126:24 - 126:29] NamespaceRef=inner:114:1 [all...] |
/external/harfbuzz_ng/src/hb-ucdn/ |
unicodedata_db.h | [all...] |
/external/qemu/android/ |
icons.h | 22 8, 18,162, 44, 42,165,184,111, 20,229,182,200, 39,126,188,146, 28 244,126,203,225,196, 36, 19, 73, 54,226, 94, 54,226, 94, 38,146, 32 89,152,205,126, 94,156,104,110,221,230, 70, 63, 98, 73, 8, 53, 56 32, 16,106,122, 47,147, 73,153,126,231,254,254,184,153,100,106, 67 238,254,126, 67,131,193, 96,234,236,233,233, 61,209,210,210,250, 88 90,254, 57,126,124,193,122, 0, 38,120, 17,129,104,189,102, 36, 91 29, 29,101, 12,150, 25,141,109, 91, 31,111,126,245,232,141, 31, 104 135, 31,126,100, 41,232,243, 44,152,128,207, 4, 20,202,171, 7, 116 20, 1, 47,117,146, 2,136, 47, 46, 46,126, 92,200,113, 14, 53, 127 111,170, 30, 52,126, 7,199, 90, 94, 66,110,210, 66,164,197,207 [all...] |
/external/libffi/testsuite/libffi.call/ |
cls_18byte.c | 70 struct cls_struct_18byte g_dbl = { 1.0, 127, 126, 3.0 }; 92 /* { dg-output "1 127 126 3 4 125 124 5: 5 252 250 8" } */ 99 /* { dg-output "\n1 127 126 3 4 125 124 5: 5 252 250 8" } */
|
cls_19byte.c | 73 struct cls_struct_19byte g_dbl = { 1.0, 127, 126, 3.0, 120 }; 96 /* { dg-output "1 127 126 3 120 4 125 124 5 119: 5 252 250 8 239" } */ 104 /* { dg-output "\n1 127 126 3 120 4 125 124 5 119: 5 252 250 8 239" } */
|
/external/chromium/base/json/ |
string_escape.cc | 61 if (c < 32 || c > 126 || c == '<' || c == '>') { 63 // 2. Technically, we could also pass through c > 126 as UTF8, but this
|