HomeSort by relevance Sort by last modified time
    Searched defs:CACHE_DIR (Results 1 - 14 of 14) sorted by null

  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cache/
rules.mk 18 CACHE_DIR := $(SRC_DIR)/cache
24 $I$(subst /,$(COMPILER_SEP),$(CACHE_DIR)) \
31 CACHE_DRV_SRC := $(CACHE_DIR)/ftcbasic.c \
32 $(CACHE_DIR)/ftccache.c \
33 $(CACHE_DIR)/ftccmap.c \
34 $(CACHE_DIR)/ftcglyph.c \
35 $(CACHE_DIR)/ftcimage.c \
36 $(CACHE_DIR)/ftcmanag.c \
37 $(CACHE_DIR)/ftcmru.c \
38 $(CACHE_DIR)/ftcsbits.
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowContext.java 27 public static final File CACHE_DIR = createTempDir("android-cache");
89 CACHE_DIR.mkdirs();
90 return CACHE_DIR;
146 clearFiles(CACHE_DIR);
  /packages/apps/TV/usbtuner/src/com/android/usbtuner/exoplayer/cache/
TrickplayStorageManager.java 32 private static final String CACHE_DIR = "timeshift";
58 mCacheDir = new File(baseDir, CACHE_DIR);
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerStressTest.java 41 private final static String CACHE_DIR =
157 StatFs fs = new StatFs(CACHE_DIR);
162 File outFile = File.createTempFile("DM_TEST", null, new File(CACHE_DIR));
179 fs.restat(CACHE_DIR);
DownloadManagerFunctionalTest.java 38 private final static String CACHE_DIR =
140 assertTrue(new File(CACHE_DIR + "/" + DEFAULT_FILENAME).exists());
  /frameworks/base/core/java/android/app/backup/
FullBackup.java 214 private final File CACHE_DIR;
248 return CACHE_DIR.getCanonicalPath();
328 CACHE_DIR = ceContext.getCacheDir();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.equinox.common_3.7.0.v20150402-1709.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 

Completed in 780 milliseconds