/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | tarfile.py | 160 def stn(s, length, encoding, errors): function 1107 devmajor = stn("", 8, encoding, errors) 1108 devminor = stn("", 8, encoding, errors) 1117 stn(info.get("name", ""), 100, encoding, errors), 1125 stn(info.get("linkname", ""), 100, encoding, errors), 1127 stn(info.get("uname", ""), 32, encoding, errors), 1128 stn(info.get("gname", ""), 32, encoding, errors), 1131 stn(info.get("prefix", ""), 155, encoding, errors)
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | tarfile.py | 160 def stn(s, length, encoding, errors): function 1107 devmajor = stn("", 8, encoding, errors) 1108 devminor = stn("", 8, encoding, errors) 1117 stn(info.get("name", ""), 100, encoding, errors), 1125 stn(info.get("linkname", ""), 100, encoding, errors), 1127 stn(info.get("uname", ""), 32, encoding, errors), 1128 stn(info.get("gname", ""), 32, encoding, errors), 1131 stn(info.get("prefix", ""), 155, encoding, errors)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | tarfile.py | 160 def stn(s, length, encoding, errors): function 1107 devmajor = stn("", 8, encoding, errors) 1108 devminor = stn("", 8, encoding, errors) 1117 stn(info.get("name", ""), 100, encoding, errors), 1125 stn(info.get("linkname", ""), 100, encoding, errors), 1127 stn(info.get("uname", ""), 32, encoding, errors), 1128 stn(info.get("gname", ""), 32, encoding, errors), 1131 stn(info.get("prefix", ""), 155, encoding, errors)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | tarfile.py | 160 def stn(s, length, encoding, errors): function 1107 devmajor = stn("", 8, encoding, errors) 1108 devminor = stn("", 8, encoding, errors) 1117 stn(info.get("name", ""), 100, encoding, errors), 1125 stn(info.get("linkname", ""), 100, encoding, errors), 1127 stn(info.get("uname", ""), 32, encoding, errors), 1128 stn(info.get("gname", ""), 32, encoding, errors), 1131 stn(info.get("prefix", ""), 155, encoding, errors)
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | tarfile.py | 160 def stn(s, length, encoding, errors): function 1107 devmajor = stn("", 8, encoding, errors) 1108 devminor = stn("", 8, encoding, errors) 1117 stn(info.get("name", ""), 100, encoding, errors), 1125 stn(info.get("linkname", ""), 100, encoding, errors), 1127 stn(info.get("uname", ""), 32, encoding, errors), 1128 stn(info.get("gname", ""), 32, encoding, errors), 1131 stn(info.get("prefix", ""), 155, encoding, errors)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | tarfile.py | 160 def stn(s, length, encoding, errors): function 1107 devmajor = stn("", 8, encoding, errors) 1108 devminor = stn("", 8, encoding, errors) 1117 stn(info.get("name", ""), 100, encoding, errors), 1125 stn(info.get("linkname", ""), 100, encoding, errors), 1127 stn(info.get("uname", ""), 32, encoding, errors), 1128 stn(info.get("gname", ""), 32, encoding, errors), 1131 stn(info.get("prefix", ""), 155, encoding, errors)
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | tarfile.py | 168 def stn(s, length): function 1119 stn(info.get("name", ""), 100), 1127 stn(info.get("linkname", ""), 100), 1128 stn(info.get("magic", POSIX_MAGIC), 8), 1129 stn(info.get("uname", ""), 32), 1130 stn(info.get("gname", ""), 32), 1133 stn(info.get("prefix", ""), 155)
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/perf/howExpensiveIs/ |
H A D | howExpensiveIs.cpp | 223 double stn = st/sieveTime; in runTestOn() local 225 printf("%s\t%.9f\t%.9f +/- %.9f, @ %d iter\n", t.getName(),stn,st,me,iter); in runTestOn() 229 tn,stn,st,me,iter); in runTestOn()
|
/aosp_15_r20/external/icu/icu4c/source/test/perf/howExpensiveIs/ |
H A D | howExpensiveIs.cpp | 223 double stn = st/sieveTime; in runTestOn() local 225 printf("%s\t%.9f\t%.9f +/- %.9f, @ %d iter\n", t.getName(),stn,st,me,iter); in runTestOn() 229 tn,stn,st,me,iter); in runTestOn()
|
/aosp_15_r20/external/hyphenation-patterns/TeX/la/ |
H A D | hyph-la.pat.txt | 178 2stn
|
/aosp_15_r20/external/hyphenation-patterns/TeX/it/ |
H A D | hyph-it.pat.txt | 299 2stn
|
/aosp_15_r20/external/cronet/third_party/icu/source/data/misc/ |
H A D | keyTypeData.txt | 402 stn{""}
|
/aosp_15_r20/external/icu/icu4c/source/data/misc/ |
H A D | keyTypeData.txt | 403 stn{""}
|
/aosp_15_r20/external/cldr/common/testData/transforms/ |
H A D | hy-Latn-t-hy-m0-bgn.txt | 759 տեքստն tek’stn
|
H A D | hy-fonipa-t-hy.txt | 206 տեքստն tɛkʰstn
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_tarfile.py | 2373 self.assertEqual(tarfile.stn("foo", 8, "ascii", "strict"), 2375 self.assertEqual(tarfile.stn("foobar", 3, "ascii", "strict"),
|
/aosp_15_r20/external/hyphenation-patterns/TeX/pl/ |
H A D | hyph-pl.pat.txt | 3116 2stn
|
/aosp_15_r20/external/selinux/python/po/ |
H A D | cs.po | 1525 msgstr "Nelze vypsat místní kontexty souboru" 1545 "Ekvivalence místního Fkontextu SELinuxu \n"
|
/aosp_15_r20/packages/inputmethods/LatinIME/dictionaries/ |
D | cs_wordlist.combined.gz |
|
/aosp_15_r20/cts/apps/CtsVerifier/libs/ |
HD | opencv3-android.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/opencv/
org/ ... |
/aosp_15_r20/external/hyphenation-patterns/TeX/de/ |
H A D | hyph-de-1901.pat.txt | 19203 2stn
|
H A D | hyph-de-1996.pat.txt | 19080 2stn
|
H A D | hyph-de-ch-1901.pat.txt | 19022 2stn
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/transforms/ |
H A D | internal_raw_IPA-old.txt | 12607 augustness ɔgˈəstnɛs 31913 castner %8306 kˈæstnər 34927 chestnut %27112 -nət, ʧˈɛsnət, ʧˈɛstnət 34929 chestnutt ʧˈɛstnət 36053 christner krˈɪstnər 39614 colorfastness kˈələrfˌæstnɛs 43647 costner %21452 kˈɑstnər 43648 costner's kˈɑstnərz 55747 distressedness dɪstrˈɛstnɛs 57488 downcastness dˈaʊnkˌæstnɛs [all …]
|
H A D | internal_raw_IPA.txt | 10780 augustness ɔgˈəstnɛs 27031 castner %20791 kˈæstnər 29495 chestnut %36463 tʃˈɛsnət, tʃˈɛstnət 29497 chestnutt %31039 tʃˈɛstnət 30428 christner %31322 krˈɪstnər 33386 colorfastness %29269 kˈələrfˌæstnɛs 36893 costner %30538 kˈɑstnər 36894 costner's %31050 kˈɑstnərz 47108 distressedness dɪstrˈɛstnɛs 48597 downcastness dˈaʊnkˌæstnɛs [all …]
|