/external/lzma/CPP/7zip/UI/Common/ |
H A D | WorkDir.cpp | 47 UString tempDir = workDirInfo.Path;
local 48 NName::NormalizeDirPathPrefix(tempDir);
49 return tempDir;
53 UString tempDir;
local 54 if (!NDirectory::MyGetTempPath(tempDir))
56 return tempDir;
|
/external/smali/util/src/test/java/org/jf/util/ |
H A D | ClassFileNameHandlerTest.java | 121 File tempDir = Files.createTempDir(); 122 ClassFileNameHandler handler = new ClassFileNameHandler(tempDir, ".smali"); 127 checkFilename(tempDir, file1, "a", "a", Strings.repeat("a", 124) + "#" + Strings.repeat("a", 118) + ".smali"); 130 checkFilename(tempDir, file2, "a", "a", Strings.repeat("a", 124) + "#" + Strings.repeat("a", 118) + ".1.smali"); 137 File tempDir = Files.createTempDir(); 138 ClassFileNameHandler handler = new ClassFileNameHandler(tempDir, ".smali"); 141 checkFilename(tempDir, file, "a", "b", "c", "d.smali"); 144 checkFilename(tempDir, file, "a", "b", "c", "e.smali"); 147 checkFilename(tempDir, file, "a", "b", "d", "d.smali"); 150 checkFilename(tempDir, fil [all...] |
/external/icu/icu4c/source/test/letest/ |
H A D | FontObject.cpp | 27 SFNTDirectory tempDir; local 29 fread(&tempDir, sizeof tempDir, 1, file); 31 numTables = SWAPW(tempDir.numTables); 32 searchRange = SWAPW(tempDir.searchRange) >> 4; 33 entrySelector = SWAPW(tempDir.entrySelector); 34 rangeShift = SWAPW(tempDir.rangeShift) >> 4; 36 int dirSize = sizeof tempDir + ((numTables - ANY_NUMBER) * sizeof(DirectoryEntry));
|
H A D | PortableFontInstance.cpp | 98 SFNTDirectory tempDir; local 100 size_t numRead = fread(&tempDir, sizeof tempDir, 1, fFile); 103 le_int32 dirSize = sizeof tempDir + ((SWAPW(tempDir.numTables) - ANY_NUMBER) * sizeof(DirectoryEntry));
|
/external/icu/icu4c/source/test/perf/leperf/ |
H A D | FontObject.cpp | 27 SFNTDirectory tempDir; local 29 fread(&tempDir, sizeof tempDir, 1, file); 31 numTables = SWAPW(tempDir.numTables); 32 searchRange = SWAPW(tempDir.searchRange) >> 4; 33 entrySelector = SWAPW(tempDir.entrySelector); 34 rangeShift = SWAPW(tempDir.rangeShift) >> 4; 36 int dirSize = sizeof tempDir + ((numTables - ANY_NUMBER) * sizeof(DirectoryEntry));
|
H A D | PortableFontInstance.cpp | 98 SFNTDirectory tempDir; local 100 fread(&tempDir, sizeof tempDir, 1, fFile); 102 le_int32 dirSize = sizeof tempDir + ((SWAPW(tempDir.numTables) - ANY_NUMBER) * sizeof(DirectoryEntry));
|
/external/guava/guava-tests/test/com/google/common/io/ |
H A D | IoTestCase.java | 52 private File tempDir; field in class:IoTestCase 130 if (tempDir == null) { 131 tempDir = createTempDir(); 134 return tempDir;
|
/external/google-breakpad/src/client/mac/tests/ |
H A D | minidump_generator_test.cc | 78 AutoTempDir tempDir; member in class:__anon5086::MinidumpGeneratorTest 92 MinidumpGenerator::UniqueNameInDirectory(tempDir.path(), NULL); 183 MinidumpGenerator::UniqueNameInDirectory(tempDir.path(), NULL); 262 MinidumpGenerator::UniqueNameInDirectory(tempDir.path(), NULL);
|
H A D | exception_handler_test.cc | 68 AutoTempDir tempDir; member in class:__anon5085::ExceptionHandlerTest 112 ExceptionHandler eh(tempDir.path(), NULL, MDCallback, &fds[1], true, NULL); 194 ExceptionHandler eh(tempDir.path(), NULL, DumpNameMDCallback, this, true, 213 ExceptionHandler eh(tempDir.path(), NULL, DumpNameMDCallback, this, true, 283 tempDir.path(), 322 ExceptionHandler eh(tempDir.path(), NULL, MDCallback, &fds[1], true, NULL); 421 ExceptionHandler eh(tempDir.path(), NULL, MDCallback, &fds[1], true, NULL); 520 ExceptionHandler eh(tempDir.path(), NULL, MDCallback, &fds[1], true, NULL); 610 ExceptionHandler eh(tempDir.path(), NULL, MDCallback, &fds[1], true, NULL); 667 ExceptionHandler eh(tempDir [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/ |
H A D | DiskLruCacheTest.java | 52 @Rule public final TemporaryFolder tempDir = new TemporaryFolder(); field in class:DiskLruCacheTest 78 cacheDir = tempDir.getRoot(); 754 File dir = tempDir.newFolder("testOpenCreatesDirectoryIfNecessary"); 823 fileSystem.deleteContents(tempDir.getRoot()); 832 fileSystem.deleteContents(tempDir.getRoot()); 849 fileSystem.deleteContents(tempDir.getRoot()); 857 fileSystem.deleteContents(tempDir.getRoot());
|
/external/guava/guava/src/com/google/common/io/ |
H A D | Files.java | 596 File tempDir = new File(baseDir, baseName + counter); 597 if (tempDir.mkdir()) { 598 return tempDir;
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/ |
H A D | HttpOverSpdyTest.java | 75 @Rule public final TemporaryFolder tempDir = new TemporaryFolder(); field in class:HttpOverSpdyTest 95 cache = new Cache(tempDir.getRoot(), Integer.MAX_VALUE);
|
H A D | URLConnectionTest.java | 121 @Rule public final TemporaryFolder tempDir = new TemporaryFolder(); field in class:URLConnectionTest 883 cache = new Cache(tempDir.getRoot(), Integer.MAX_VALUE);
|
/external/libphonenumber/demo/war/WEB-INF/lib/ |
H A D | commons-fileupload-1.2.1.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/fileupload/ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/ |
H A D | apitooling-ant.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
H A D | CallTest.java | 85 @Rule public final TemporaryFolder tempDir = new TemporaryFolder(); field in class:CallTest 100 cache = new Cache(tempDir.getRoot(), Integer.MAX_VALUE);
|
/external/owasp/sanitizer/tools/findbugs/lib/ |
H A D | yjp-controller-api-redist.jar | META-INF/ META-INF/MANIFEST.MF com/ com/yourkit/ com/yourkit/api/ com/yourkit/runtime/ com/ ... |
/external/vogar/lib/ |
H A D | guava.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/annotations/ ... |
/external/owasp/sanitizer/distrib/lib/ |
H A D | guava.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ... |
/external/owasp/sanitizer/lib/guava-libraries/ |
H A D | guava.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ... |