Home
last modified time | relevance | path

Searched refs:stn (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/
H A Dtarfile.py160 def stn(s, length, encoding, errors): function
1110 devmajor = stn("", 8, encoding, errors)
1111 devminor = stn("", 8, encoding, errors)
1114 # itn()/stn() do this for all fields except type.
1120 stn(info.get("name", ""), 100, encoding, errors),
1128 stn(info.get("linkname", ""), 100, encoding, errors),
1130 stn(info.get("uname", ""), 32, encoding, errors),
1131 stn(info.get("gname", ""), 32, encoding, errors),
1134 stn(info.get("prefix", ""), 155, encoding, errors)
/third_party/icu/icu4c/source/test/perf/howExpensiveIs/
H A DhowExpensiveIs.cpp223 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()
/third_party/python/Lib/test/
H A Dtest_tarfile.py2415 self.assertEqual(tarfile.stn("foo", 8, "ascii", "strict"),
2417 self.assertEqual(tarfile.stn("foobar", 3, "ascii", "strict"),
2486 'PAX_NUMBER_FIELDS', 'stn', 'nts', 'nti', 'itn', 'calc_chksums',

Completed in 11 milliseconds