Searched refs:cache (Results 1 – 11 of 11) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ |
D | XmlStringFileHelper.java | 65 Map<String, String> cache = getResIdsForFile(project, xmlFileWsPath); in valueOfStringId() local 66 return cache.get(stringId); in valueOfStringId() 80 Map<String, String> cache = mResIdCache.get(xmlFileWsPath); in getResIdsForFile() local 81 if (cache == null) { in getResIdsForFile() 82 cache = internalGetResIdsForFile(project, xmlFileWsPath); in getResIdsForFile() 83 mResIdCache.put(xmlFileWsPath, cache); in getResIdsForFile() 85 return cache; in getResIdsForFile()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
D | XmlPropertyEditor.java | 210 Map<String, Image> cache = getImageCache(property); in paint() local 211 swtImage = cache.get(value); in paint() 221 cache.put(value, swtImage); in paint() 232 Map<String, Image> cache = getImageCache(property); in paint() local 233 swtImage = cache.get(value); in paint() 265 cache.put(value, swtImage); in paint() 536 Map<String, Image> cache = (Map<String, Image>) project.getSessionProperty(CACHE_NAME); in getImageCache() local 537 if (cache == null) { in getImageCache() 538 cache = Maps.newHashMap(); in getImageCache() 539 project.setSessionProperty(CACHE_NAME, cache); in getImageCache() [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
D | AndroidClasspathContainerInitializer.java | 332 String cache = ProjectHelper.loadStringProperty(project, PROPERTY_CONTAINER_CACHE); 334 if (cache == null || targetNameCache == null) { 339 if (cache.startsWith(CACHE_VERSION_SEP) == false) { 343 cache = cache.substring(CACHE_VERSION_SEP.length()); 350 String[] paths = cache.split(Pattern.quote(PATH_SEPARATOR)); 609 String cache = ProjectHelper.loadStringProperty(iProject, PROPERTY_CONTAINER_CACHE); 610 if (cache == null) { 616 String[] cachedPaths = cache.split(Pattern.quote(PATH_SEPARATOR));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
D | completionvalues1-expected-completion30.txt | 6 android:animationCache : Defines whether layout animations should create a drawing cache for their…
|
D | completionvalues1-expected-completion32.txt | 8 …whether the ViewGroup should always draw its children using their drawing cache or not. [boolean] 12 android:animationCache : Defines whether layout animations should create a drawing cache for their… 198 android:persistentDrawingCache : Defines the persistence of the drawing cache. [flag] 234 android:scrollingCache : When set to true, the list uses a drawing cache during scrolling. [boolea…
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
D | StringEvaluator.java | 25 import freemarker.cache.TemplateLoader;
|
D | TemplateHandler.java | 53 import freemarker.cache.TemplateLoader;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.base/META-INF/ |
D | MANIFEST.MF | 76 com.google.common.cache,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/META-INF/ |
D | MANIFEST.MF | 134 freemarker.cache;x-friends:="com.android.ide.eclipse.tests",
|
/sdk/templates/docs/ |
D | jquery-1.8.0.min.js | 2 …cache:{},deletedIds:[],uuid:0,expando:"jQuery"+(p.fn.jquery+Math.random()).replace(/\D/g,""),noDat… property
|
/sdk/eclipse/ |
D | changes.txt | 207 - There is a new "PNG crunch cache", which means image crunching
|