Home
last modified time | relevance | path

Searched refs:tn2 (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Tools/scripts/
Dget-remote-certificate.py35 tn2 = (outfile or tempfile.mktemp())
37 (tn, tn2))
41 with open(tn2, 'rb') as fp:
43 os.unlink(tn2)
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
DPerfTest.java165 String tn2 = "test" + tn1; in isTestCmd_impl() local
168 } else if (theTests.containsKey(tn2)) { in isTestCmd_impl()
169 return tn2; in isTestCmd_impl()