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

1 2 3 4 5 6 7 8 9

  /prebuilts/go/darwin-x86/src/cmd/go/internal/work/
buildid.go 365 // useCache tries to satisfy the action a, which has action ID actionHash,
368 // If useCache decides that the cache can be used, it sets a.buildID
371 // and returns false. When useCache returns false the expectation is that
374 // When useCache returns false, it may have initiated buffering of output
378 func (b *Builder) useCache(a *Action, p *load.Package, actionHash cache.ActionID, target string) bool {
533 // It requires that useCache was called for action a and returned false,
  /prebuilts/go/linux-x86/src/cmd/go/internal/work/
buildid.go 365 // useCache tries to satisfy the action a, which has action ID actionHash,
368 // If useCache decides that the cache can be used, it sets a.buildID
371 // and returns false. When useCache returns false the expectation is that
374 // When useCache returns false, it may have initiated buffering of output
378 func (b *Builder) useCache(a *Action, p *load.Package, actionHash cache.ActionID, target string) bool {
533 // It requires that useCache was called for action a and returned false,
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkMainLaunchConfigTab.java 44 public boolean useCache() {
  /build/kati/cmd/kati/
main.go 43 useCache bool
72 flag.BoolVar(&useCache, "use_cache", false, "Use cache.")
273 req.UseCache = useCache
  /external/skia/src/gpu/
GrSoftwarePathRenderer.cpp 248 bool useCache = fAllowCaching && !inverseFilled && args.fViewMatrix->preservesAxisAlignment() &&
266 if (useCache) {
276 useCache = false;
283 if (useCache) {
318 if (useCache) {
322 SkBackingFit fit = useCache ? SkBackingFit::kExact : SkBackingFit::kApprox;
364 if (useCache) {
  /external/skqp/src/gpu/
GrSoftwarePathRenderer.cpp 248 bool useCache = fAllowCaching && !inverseFilled && args.fViewMatrix->preservesAxisAlignment() &&
266 if (useCache) {
276 useCache = false;
283 if (useCache) {
316 if (useCache) {
320 SkBackingFit fit = useCache ? SkBackingFit::kExact : SkBackingFit::kApprox;
362 if (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)) {
  /prebuilts/misc/common/robolectric/3.1.1/lib/
wagon-http-lightweight-1.0-beta-6.jar 
objenesis-2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/wagon/wagon-http-lightweight/1.0-beta-6/
wagon-http-lightweight-1.0-beta-6.jar 
  /hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
ComposerCommandEngine.h 189 bool useCache = false;
191 auto rawHandle = readHandle(&useCache);
199 auto err = mResources->getDisplayClientTarget(mCurrentDisplay, slot, useCache, rawHandle,
222 bool useCache = false;
224 auto rawhandle = readHandle(&useCache);
230 auto err = mResources->getDisplayOutputBuffer(mCurrentDisplay, slot, useCache, rawhandle,
361 bool useCache = false;
363 auto rawHandle = readHandle(&useCache);
369 auto err = mResources->getLayerBuffer(mCurrentDisplay, mCurrentLayer, slot, useCache,
  /hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
ComposerCommandBuffer.h 497 void writeHandle(const native_handle_t* handle, bool useCache) {
499 writeSigned(static_cast<int32_t>((useCache) ? IComposerClient::HandleIndex::CACHED
723 bool useCache;
724 return readHandle(&useCache);
  /prebuilts/tools/common/m2/repository/org/objenesis/objenesis/1.0/
objenesis-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/objenesis/objenesis/1.2/
objenesis-1.2.jar 
  /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...]
  /prebuilts/devtools/tools/lib/
objenesis-2.1.jar 
cglib-nodep-3.1.jar 
  /prebuilts/tools/common/m2/repository/org/objenesis/objenesis/2.1/
objenesis-2.1.jar 
  /prebuilts/tools/common/m2/repository/org/objenesis/objenesis/2.4/
objenesis-2.4.jar 
  /prebuilts/tools/common/m2/repository/org/objenesis/objenesis/2.5/
objenesis-2.5.jar 
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 
  /external/guice/lib/build/
cglib-3.1.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-all/1.9.5/
mockito-all-1.9.5.jar 
  /tools/external/gradle/
gradle-api-2.14.1.jar 
  /external/guice/extensions/persist/lib/
cglib-nodep-3.0.jar 

Completed in 475 milliseconds

1 2 3 4 5 6 7 8 9