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

  /external/javassist/src/main/javassist/
ClassPool.java 508 * @param useCache false if the cached CtClass must be ignored.
512 protected synchronized CtClass get0(String classname, boolean useCache)
516 if (useCache) {
523 clazz = parent.get0(classname, useCache);
528 clazz = createCtClass(classname, useCache);
531 if (useCache)
538 clazz = parent.get0(classname, useCache);
550 protected CtClass createCtClass(String classname, boolean useCache) {
557 if ((!useCache || getCached(base) == null) && find(base) == null)
    [all...]
  /external/javassist/src/test/test/javassist/proxy/
ProxyCacheGCTest.java 42 ProxyFactory.useCache = false;
53 ProxyFactory.useCache = true;
ProxyFactoryCompatibilityTest.java 44 System.out.println("ProxyFactory.useCache = " + ProxyFactory.useCache);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ProjectChooserHelper.java 65 boolean useCache();
83 public boolean useCache() {
103 public boolean useCache() {
176 if (mAndroidProjects == null || (mFilter != null && mFilter.useCache() == false)) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkMainLaunchConfigTab.java 44 public boolean useCache() {
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
ReverseGeocoder.java 305 boolean useCache) {
310 if (useCache && mGeoCache != null) {
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
FileListingService.java 608 * <code>FileEntry</code>. <var>useCache</var> allows usage of this cache, but only if the
612 * If the cache is valid and <code>useCache == true</code>, the method will always simply
616 * @param useCache A flag to use the cache or to force a new ls command.
622 public FileEntry[] getChildren(final FileEntry entry, boolean useCache,
626 if (useCache && entry.needFetch() == 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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
LibraryProperties.java 118 public boolean useCache() {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 740 milliseconds