Home
last modified time | relevance | path

Searched defs:cache (Results 1 – 5 of 5) sorted by relevance

/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
DXmlStringFileHelper.java67 Map<String, String> cache = getResIdsForFile(project, xmlFileWsPath); in valueOfStringId() local
82 Map<String, String> cache = mResIdCache.get(xmlFileWsPath); in getResIdsForFile() local
/development/ndk/build/platforms/android-3/arch-arm/usr/include/asm/
Dprocinfo.h35 struct cpu_cache_fns *cache; member
/development/ndk/build/platforms/android-4/arch-arm/usr/include/asm/
Dprocinfo.h35 struct cpu_cache_fns *cache; member
/development/ndk/build/platforms/android-5/arch-arm/usr/include/asm/
Dprocinfo.h35 struct cpu_cache_fns *cache; member
/development/samples/GlobalTime/src/com/android/globaltime/
DGlobalTime.java390 private InputStream cache(InputStream is) throws IOException { in cache() method in GTView