HomeSort by relevance Sort by last modified time
    Searched refs:dirName (Results 101 - 125 of 280) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/skia/src/gpu/
GrLayerCache.cpp 527 void GrLayerCache::writeLayersToDisk(const SkString& dirName) {
532 SkString fileName(dirName);
547 SkString fileName(dirName);
GrLayerCache.h 355 void writeLayersToDisk(const SkString& dirName);
  /external/icu/icu4c/source/common/
putil.cpp 935 const char* dirName = dirEntry->d_name;
936 if (uprv_strcmp(dirName, SKIP1) != 0 && uprv_strcmp(dirName, SKIP2) != 0) {
940 uprv_strcat(newpath, dirName);
957 } else if (uprv_strcmp(TZFILE_SKIP, dirName) != 0 && uprv_strcmp(TZFILE_SKIP2, dirName) != 0) {
    [all...]
  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/
LayoutXmlProcessor.java 273 public static String generateExportFileName(String fileName, String dirName) {
274 return fileName + '-' + dirName + ".xml";
  /cts/tests/tests/media/src/android/media/cts/
DecodeEditEncodeTest.java 165 String dirName = getContext().getFilesDir().getAbsolutePath();
167 sourceChunks.saveToFile(new File(dirName, fileName));
173 String dirName = getContext().getFilesDir().getAbsolutePath();
175 destChunks.saveToFile(new File(dirName, fileName));
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.frameworkadmin_2.0.0.v20100503.jar 
  /external/skia/tools/
skdiff_main.cpp 286 SkString dirName;
287 while (dirIterator.next(&dirName, true)) {
288 if (dirName.startsWith(".")) {
295 pathRelativeToRootDir.append(dirName);
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.frameworkadmin_2.0.100.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.frameworkadmin_2.0.100.v20130327-2119.jar 
  /frameworks/native/cmds/installd/
utils.cpp 674 static int _add_cache_files(cache_t *cache, cache_dir_t *parentDir, const char *dirName,
681 CACHE_NOISY(ALOGI("_add_cache_files: parent=%p dirName=%s dir=%p pathBase=%s",
682 parentDir, dirName, dir, pathBase));
690 cacheDir = _add_cache_dir_t(cache, parentDir, dirName);
717 cacheDir = _add_cache_dir_t(cache, parentDir, dirName);
720 // Update pathBase for the new path... this may change dirName
746 cacheDir = _add_cache_dir_t(cache, parentDir, dirName);
753 // Build final full path for file... this may change dirName
883 char dirname[PATH_MAX]; local
906 strcpy(dirname, resolved.c_str())
    [all...]
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/fixtures/
parser_test.js 12 return ['Parser(', test.dirName, ') - ', test.idx, '.', test.setName, ' - ', test.input].join('');
  /prebuilts/tools/common/fest/
fest-util-1.1.3.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PreviewIconFactory.java 533 String dirName = String.format("palette-preview-r16b-%s-%s-%s", targetName,
535 IPath dirPath = pluginState.append(dirName);
  /sdk/find_java/src/source/
utils.h 285 CPath dirName() const {
  /prebuilts/gdb/darwin-x86/lib/python2.7/logging/
handlers.py 300 dirName, baseName = os.path.split(self.baseFilename)
301 fileNames = os.listdir(dirName)
309 result.append(os.path.join(dirName, fileName))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/logging/
handlers.py 300 dirName, baseName = os.path.split(self.baseFilename)
301 fileNames = os.listdir(dirName)
309 result.append(os.path.join(dirName, fileName))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
handlers.py 300 dirName, baseName = os.path.split(self.baseFilename)
301 fileNames = os.listdir(dirName)
309 result.append(os.path.join(dirName, fileName))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
handlers.py 300 dirName, baseName = os.path.split(self.baseFilename)
301 fileNames = os.listdir(dirName)
309 result.append(os.path.join(dirName, fileName))
    [all...]
  /frameworks/base/services/backup/java/com/android/server/backup/
BackupManagerService.java 439 public String dirName;
453 dirName = _dirName;
468 dirName = _dirName;
484 dirName = _dirName;
500 dirName = _dirName;
575 public String dirName;
581 BackupParams(IBackupTransport transport, String dirName, ArrayList<String> kvPackages,
584 this.dirName = dirName;
795 String dirName = transport.transportDirName()
    [all...]
  /frameworks/base/tools/aapt/
Resource.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/antlr/ST4/4.0.8/
ST4-4.0.8.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/ST4/4.0.8/
ST4-4.0.8.jar 
  /external/testng/src/main/java/org/testng/
TestNGAntTask.java 926 String dirName= u.substring(0, tail);
928 return new File(fromURI(dirName));
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/pm/
AppCacheTest.java 59 void cleanUpDirectory(File pDir, String dirName) {
60 File testDir = new File(pDir, dirName);
  /frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/
LoaderDicom.java 266 public static Volume buildVolume(String dirName) {
267 return buildVolume(new File(dirName));

Completed in 1797 milliseconds

1 2 3 45 6 7 8 91011>>