Searched defs:tmpDir (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/skia/tests/
H A DDocumentTest.cpp32 SkString tmpDir = skiatest::Test::GetTmpDir(); local
34 if (tmpDir.isEmpty()) {
40 SkString path = SkOSPath::Join(tmpDir.c_str(), "aborted.pdf");
61 SkString tmpDir = skiatest::Test::GetTmpDir(); local
62 if (tmpDir.isEmpty()) {
68 SkString path = SkOSPath::Join(tmpDir.c_str(), "file.pdf");
H A DStreamTest.cpp39 static void test_filestreams(skiatest::Reporter* reporter, const char* tmpDir) { argument
40 SkString path = SkOSPath::Join(tmpDir, "wstream_test");
133 SkString tmpDir = skiatest::Test::GetTmpDir(); local
134 if (!tmpDir.isEmpty()) {
135 test_filestreams(reporter, tmpDir.c_str());
H A DTest.cpp23 DEFINE_string2(tmpDir, t, NULL, "tmp directory for tests to use.");
116 const char* tmpDir = FLAGS_tmpDir.isEmpty() ? NULL : FLAGS_tmpDir[0]; local
117 return SkString(tmpDir);
H A Dskia_test.cpp137 SkString tmpDir = Test::GetTmpDir(); local
138 if (!tmpDir.isEmpty()) {
139 header.appendf(" --tmpDir %s", tmpDir.c_str());
H A DDataRefTest.cpp177 SkString tmpDir = skiatest::Test::GetTmpDir(); local
178 if (tmpDir.isEmpty()) {
182 SkString path = SkOSPath::Join(tmpDir.c_str(), "data_test");
/external/skia/tests/
H A DDocumentTest.cpp32 SkString tmpDir = skiatest::Test::GetTmpDir(); local
34 if (tmpDir.isEmpty()) {
40 SkString path = SkOSPath::SkPathJoin(tmpDir.c_str(), "aborted.pdf");
61 SkString tmpDir = skiatest::Test::GetTmpDir(); local
62 if (tmpDir.isEmpty()) {
68 SkString path = SkOSPath::SkPathJoin(tmpDir.c_str(), "file.pdf");
H A DStreamTest.cpp39 static void test_filestreams(skiatest::Reporter* reporter, const char* tmpDir) { argument
40 SkString path = SkOSPath::SkPathJoin(tmpDir, "wstream_test");
133 SkString tmpDir = skiatest::Test::GetTmpDir(); local
134 if (!tmpDir.isEmpty()) {
135 test_filestreams(reporter, tmpDir.c_str());
H A DTest.cpp23 DEFINE_string2(tmpDir, t, NULL, "tmp directory for tests to use.");
120 const char* tmpDir = FLAGS_tmpDir.isEmpty() ? NULL : FLAGS_tmpDir[0]; local
121 return SkString(tmpDir);
H A Dskia_test.cpp156 SkString tmpDir = Test::GetTmpDir(); local
157 if (!tmpDir.isEmpty()) {
158 header.appendf(" --tmpDir %s", tmpDir.c_str());
H A DDataRefTest.cpp177 SkString tmpDir = skiatest::Test::GetTmpDir(); local
178 if (tmpDir.isEmpty()) {
182 SkString path = SkOSPath::SkPathJoin(tmpDir.c_str(), "data_test");
/external/chromium_org/third_party/icu/source/tools/pkgdata/
H A Dpkgtypes.h116 const char *tmpDir; member in struct:UPKGOptions_
H A Dpkgdata.cpp407 o.tmpDir = options[TEMPDIR].value;
409 o.tmpDir = o.targetDir;
533 char tmpDir[SMALL_BUFFER_MAX_SIZE] = ""; local
561 uprv_strcpy(tmpDir, o->tmpDir);
562 uprv_strcat(tmpDir, PKGDATA_FILE_SEP_STRING);
564 uprv_strcpy(datFileNamePath, tmpDir);
690 writeAssemblyCode(datFileNamePath, o->tmpDir, o->entryName, NULL, gencFilePath);
722 writeObjectCode(datFileNamePath, o->tmpDir, o->entryName, NULL, NULL, gencFilePath);
1446 o->tmpDir,
[all...]
/external/icu/icu4c/source/tools/pkgdata/
H A Dpkgtypes.h116 const char *tmpDir; member in struct:UPKGOptions_
H A Dpkgdata.cpp417 o.tmpDir = options[TEMPDIR].value;
419 o.tmpDir = o.targetDir;
543 char tmpDir[SMALL_BUFFER_MAX_SIZE] = ""; local
571 uprv_strcpy(tmpDir, o->tmpDir);
572 uprv_strcat(tmpDir, PKGDATA_FILE_SEP_STRING);
574 uprv_strcpy(datFileNamePath, tmpDir);
700 writeAssemblyCode(datFileNamePath, o->tmpDir, o->entryName, NULL, gencFilePath);
733 // writeObjectCode(datFileNamePath, o->tmpDir, o->entryName, NULL, NULL, gencFilePath);
1540 o->tmpDir,
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 286 milliseconds