Home
last modified time | relevance | path

Searched defs:tmpDir (Results 1 – 13 of 13) sorted by relevance

/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DFileClientSessionCacheTest.java27 String tmpDir = System.getProperty("java.io.tmpdir"); in testMaxSize() local
/external/skia/tests/
DTest.cpp35 const char* tmpDir = FLAGS_tmpDir.isEmpty() ? nullptr : FLAGS_tmpDir[0]; in GetTmpDir() local
DPDFDocumentTest.cpp44 SkString tmpDir = skiatest::GetTmpDir(); in test_abortWithFile() local
73 SkString tmpDir = skiatest::GetTmpDir(); in test_file() local
DStreamBufferTest.cpp72 SkString tmpDir = skiatest::GetTmpDir(); in DEF_TEST() local
DStreamTest.cpp44 static void test_filestreams(skiatest::Reporter* reporter, const char* tmpDir) { in test_filestreams()
132 SkString tmpDir = skiatest::GetTmpDir(); in TestWStream() local
Dskia_test.cpp158 SkString tmpDir = skiatest::GetTmpDir(); in main() local
DDataRefTest.cpp146 SkString tmpDir = skiatest::GetTmpDir(); in test_files() local
/external/testng/src/test/java/test/failures/
DBaseFailuresTest.java87 File tmpDir = new File(outputDir); in verify() local
/external/vogar/src/vogar/target/
DTestEnvironment.java68 private final String tmpDir; field in TestEnvironment
/external/icu/icu4c/source/tools/pkgdata/
Dpkgtypes.h118 const char *tmpDir; member
Dpkgdata.cpp558 char tmpDir[SMALL_BUFFER_MAX_SIZE] = ""; in pkg_executeOptions() local
/external/deqp/scripts/
Dcheck_build_sanity.py31 def __init__ (self, srcDir, tmpDir): argument
/external/llvm/utils/lit/lit/
DTestRunner.py607 def getDefaultSubstitutions(test, tmpDir, tmpBase, normalize_slashes=False): argument