HomeSort by relevance Sort by last modified time
    Searched full:fromcache (Results 1 - 15 of 15) sorted by null

  /external/glide/library/src/main/java/com/bumptech/glide/load/
CacheLoader.java 20 InputStream fromCache = diskCache.get(key);
21 if (fromCache != null) {
23 result = decoder.decode(fromCache, width, height);
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/
ResourceRunner.java 80 Resource<Z> fromCache = cacheLoader.load(key, cacheDecoder, width, height);
84 if (fromCache != null) {
85 Resource<Z> transformed = transformation.transform(fromCache, width, height);
86 if (transformed != fromCache) {
87 fromCache.recycle();
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
LogoBridge.java 52 * @param fromCache Whether the logo was loaded from the cache.
55 public void onLogoAvailable(Logo logo, boolean fromCache);
  /external/chromium_org/extensions/browser/api/web_request/
web_request_api_constants.cc 13 const char kFromCache[] = "fromCache";
  /hardware/qcom/audio/legacy/alsa_sound/
AudioPolicyManagerALSA.cpp 95 newDevice = getNewDevice(mPrimaryOutput, false /*fromCache*/);
131 getDeviceForStrategy(STRATEGY_MEDIA, true /*fromCache*/));
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 350 // if fromCache is true, the device is returned from mDeviceForStrategy[],
355 // 2 access to either current device selection (fromCache == true) or
356 // "future" device selection (fromCache == false) when called from a context
360 bool fromCache);
451 // see getDeviceForStrategy() for the use of fromCache parameter
453 audio_devices_t getNewDevice(audio_io_handle_t output, bool fromCache);
457 // cached values are used by getDeviceForStrategy() if parameter fromCache is true.
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp 187 getNewDevice(mOutputs.keyAt(i), true /*fromCache*/),
343 newDevice = getNewDevice(mPrimaryOutput, false /*fromCache*/);
375 getDeviceForStrategy(STRATEGY_MEDIA, true /*fromCache*/));
378 getDeviceForStrategy(STRATEGY_SONIFICATION, true /*fromCache*/));
467 audio_devices_t newDevice = getNewDevice(output, true /*fromCache*/);
547 audio_devices_t device = getDeviceForStrategy(strategy, false /*fromCache*/);
    [all...]
  /frameworks/av/services/audiopolicy/
AudioPolicyManager.h 587 // if fromCache is true, the device is returned from mDeviceForStrategy[],
592 // 2 access to either current device selection (fromCache == true) or
593 // "future" device selection (fromCache == false) when called from a context
597 bool fromCache);
    [all...]
AudioPolicyManager.cpp 332 audio_devices_t newDevice = getNewOutputDevice(mPrimaryOutput, false /*fromCache*/);
339 true /*fromCache*/);
420 audio_devices_t newDevice = getNewOutputDevice(mPrimaryOutput, false /*fromCache*/);
689 getDeviceForStrategy(STRATEGY_MEDIA, true /*fromCache*/));
692 getDeviceForStrategy(STRATEGY_SONIFICATION, true /*fromCache*/));
698 audio_devices_t rxDevice = getNewOutputDevice(mPrimaryOutput, false /*fromCache*/);
    [all...]
  /external/chromium_org/extensions/common/api/
web_request.json 396 "fromCache": {"type": "boolean", "description": "Indicates if this response was fetched from disk cache."},
440 "fromCache": {"type": "boolean", "description": "Indicates if this response was fetched from disk cache."},
485 "fromCache": {"type": "boolean", "description": "Indicates if this response was fetched from disk cache."},
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/request/
GenericRequest.java 369 + (resource.getSize() / (1024d * 1024d)) + " fromCache: " + loadedFromMemoryCache);
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 1165 fromcache = False variable in class:Response
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-model-builder-3.2.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.registry_3.5.0.v20100503.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.registry_3.5.301.v20130717-1549.jar 

Completed in 971 milliseconds