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

  /frameworks/compile/libbcc/lib/ExecutionEngine/
Script.cpp 61 case ScriptStatus::Cached:
211 // TODO: Support cached shared object.
307 ScriptCached *cached = reader.readCacheFile(&objFile, &infoFile, this);
309 if (!cached) {
314 mCached = cached;
315 mStatus = ScriptStatus::Cached;
319 if (!cached->isLibRSThreadable() && mpExtSymbolLookupFn) {
392 // Note: If we re-compile the script because the cached context slot not
479 case ScriptStatus::Cached: {
497 case ScriptStatus::Cached:
    [all...]
Script.h 47 Cached
  /external/clang/include/clang/Basic/
PartialDiagnostic.h 81 Storage Cached[NumCached];
103 if (S >= Cached && S <= Cached + NumCached) {
  /external/webkit/Source/WebCore/loader/cache/
CachedResource.h 75 Cached, // regular case
174 // Returns cached metadata of the given type associated with this resource.
CachedImage.cpp 72 setStatus(Cached);
CachedResource.cpp 168 m_status = Cached;
221 // We only expect to receive cached metadata from the platform once.
231 // Currently, only one type of cached metadata per resource is supported.
470 // Update cached headers from the 304 response
CachedResourceLoader.cpp 648 if (!resource || !frame() || resource->status() != CachedResource::Cached)
702 // Don't request preload if the resource already loaded normally (this will result in double load if the page is being reloaded with cached results ignored).
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
  /external/clang/lib/Basic/
Diagnostic.cpp 868 FreeList[I] = Cached + I;
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 36 * Cached references to the `fieldset` groups that define the configuration
  /external/v8/src/
date.js 138 // Cached time value.
140 // String input for which the cached time is valid.
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.jar 
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 373 milliseconds