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

  /external/freetype/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);
  /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 39 private final static String CACHE_DIR =
141 assertTrue(new File(CACHE_DIR + "/" + DEFAULT_FILENAME).exists());
  /frameworks/base/core/java/android/app/backup/
FullBackup.java 220 private final File CACHE_DIR;
257 return CACHE_DIR.getCanonicalPath();
367 CACHE_DIR = ceContext.getCacheDir();
    [all...]
  /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/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 104 milliseconds