Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
DXmlStringFileHelper.java71 Map<String, String> cache = getResIdsForFile(project, xmlFileWsPath); in valueOfStringId() local
86 Map<String, String> cache = mResIdCache.get(xmlFileWsPath); in getResIdsForFile() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
DXmlPropertyEditor.java184 Map<String, Image> cache = getImageCache(property); in paint() local
206 Map<String, Image> cache = getImageCache(property); in paint() local
416 Map<String, Image> cache = (Map<String, Image>) project.getSessionProperty(CACHE_NAME); in getImageCache() local
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
DAddonsListFetcher.java91 public Site[] fetch(String url, DownloadCache cache, ITaskMonitor monitor) { in fetch()
191 DownloadCache cache, in fetchUrl()
DSdkStats.java144 public void load(DownloadCache cache, boolean forceHttp, ITaskMonitor monitor) { in load()
244 DownloadCache cache, in fetchUrl()
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/util/
DArrayUtils.java108 Object cache = sCache[bucket]; in emptyArray() local
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/archives/
DArchiveInstaller.java103 DownloadCache cache, in install()
151 DownloadCache cache, in downloadFile()
312 DownloadCache cache, in fetchUrl()
/sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/archives/
DArchiveInstallerTest.java74 DownloadCache cache, in downloadFile()
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/sources/
DSdkSource.java322 public void load(DownloadCache cache, ITaskMonitor monitor, boolean forceHttp) { in load()
614 DownloadCache cache, in fetchUrl()
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/build/
DJarListSanitizer.java313 Map<String, JarEntity> cache = new HashMap<String, JarListSanitizer.JarEntity>(); in getCachedJarList() local