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

/external/lzma/CPP/7zip/UI/Common/
H A DWorkDir.cpp47 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/qemu/android/filesystems/testing/
H A DTestSupport.cpp30 char tempDir[MAX_PATH]; local
31 DWORD ret = GetTempPath(MAX_PATH, tempDir);
37 UINT ret2 = GetTempFileName(tempDir, "emulator-test-", 0, &result[0]);
/external/chromium_org/net/base/
H A Ddirectory_lister_unittest.cc174 base::ScopedTempDir tempDir; local
175 EXPECT_TRUE(tempDir.CreateUniqueTempDir());
180 DirectoryLister lister(tempDir.path(), &delegate);
/external/chromium_org/third_party/icu/source/test/letest/
H A DFontObject.cpp27 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 DPortableFontInstance.cpp98 SFNTDirectory tempDir; local
100 fread(&tempDir, sizeof tempDir, 1, fFile);
102 le_int32 dirSize = sizeof tempDir + ((SWAPW(tempDir.numTables) - ANY_NUMBER) * sizeof(DirectoryEntry));
/external/chromium_org/third_party/icu/source/test/perf/leperf/
H A DFontObject.cpp27 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 DPortableFontInstance.cpp98 SFNTDirectory tempDir; local
100 fread(&tempDir, sizeof tempDir, 1, fFile);
102 le_int32 dirSize = sizeof tempDir + ((SWAPW(tempDir.numTables) - ANY_NUMBER) * sizeof(DirectoryEntry));
/external/icu/icu4c/source/test/letest/
H A DFontObject.cpp27 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 DPortableFontInstance.cpp98 SFNTDirectory tempDir; local
100 fread(&tempDir, sizeof tempDir, 1, fFile);
102 le_int32 dirSize = sizeof tempDir + ((SWAPW(tempDir.numTables) - ANY_NUMBER) * sizeof(DirectoryEntry));
/external/icu/icu4c/source/test/perf/leperf/
H A DFontObject.cpp27 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 DPortableFontInstance.cpp98 SFNTDirectory tempDir; local
100 fread(&tempDir, sizeof tempDir, 1, fFile);
102 le_int32 dirSize = sizeof tempDir + ((SWAPW(tempDir.numTables) - ANY_NUMBER) * sizeof(DirectoryEntry));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
H A Dapitooling-ant.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dyjp-controller-api-redist.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/yourkit/ com/yourkit/api/ com/yourkit/runtime/ com/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 3635 milliseconds