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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ProjectChooserHelper.java 65 boolean useCache();
81 public boolean useCache() {
99 public boolean useCache() {
172 if (mAndroidProjects == null || (mFilter != null && mFilter.useCache() == false)) {
  /external/javassist/src/main/javassist/util/proxy/
ProxyFactory.java 108 * this default globally by setting static field {@link ProxyFactory#useCache} to false.
164 * per factory setting initialised from current setting for useCache but able to be reset before each create call
216 public static volatile boolean useCache = true;
254 * @param useCache true if this factory should use the proxy cache and false if it should not use the cache
257 public void setUseCache(boolean useCache)
261 if (handler != null && useCache) {
264 factoryUseCache = useCache;
342 factoryUseCache = useCache;
    [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 362 milliseconds