HomeSort by relevance Sort by last modified time
    Searched refs:caching (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/libunwind/doc/
unw_set_caching_policy.tex 8 \begin{Name}{3}{unw\_set\_caching\_policy}{David Mosberger-Tang}{Programming Library}{unw\_set\_caching\_policy}unw\_set\_caching\_policy -- set unwind caching policy
19 The \Func{unw\_set\_caching\_policy}() routine sets the caching policy
24 \item[\Const{UNW\_CACHE\_NONE}] Turns off caching completely. This
27 \item[\Const{UNW\_CACHE\_GLOBAL}] Enables caching using a global cache
28 that is shared by all threads. If global caching is unavailable or
31 \item[\Const{UNW\_CACHE\_PER\_THREAD}] Enables caching using
32 thread-local caches. If a thread-local caching are unavailable or
37 If caching is enabled, an application must be prepared to make
45 caching is turned off by default. For the local address space
46 \Func{unw\_local\_addr\_space}, caching is turned on by default
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-52801.js 36 // RegExp caching doesn't set lastIndex correctly.
50 assertEquals(5, re.lastIndex); // Fails if caching.
54 assertEquals(5, re.lastIndex); // Fails if caching.
65 assertEquals(5, re.lastIndex); // Fails if caching.
69 assertEquals(5, re.lastIndex); // Fails if caching.
regress-2326.js 30 // caching of optimized code kicks in.
  /external/chromium_org/v8/test/mjsunit/harmony/
generators-debug-liveedit.js 19 // Prevents eval script caching.
28 // Prevents eval script caching.
  /external/chromium_org/v8/test/webkit/
dictionary-prototype-caching.js 24 description("Test to ensure correct behaviour of prototype caching with dictionary prototypes");
35 // Prototype lookup caching will attempt to convert proto back to an ordinary structure
dfg-getter-throw.js 25 "Tests that DFG getter caching does not break the world if the getter throws an exception."
dfg-getter.js 25 "Tests that DFG getter caching does not break the world."
parser-high-byte-character.js 35 Over 1024 bytes to ensure precompilation caching is triggered.
reentrant-caching.js 25 description("Test caching with re-entrancy.");
dictionary-no-cache.js 24 description("Test to ensure that we handle caching of prototype chains containing dictionaries.");
  /external/chromium_org/chrome/common/extensions/docs/server2/
file_system.py 101 method exists to do so in a canonical and most efficient way for caching.
141 '''The identity of the file system, exposed for caching classes to
  /external/chromium_org/third_party/tcmalloc/vendor/packages/rpm/
rpm.spec 21 performance of C++ programs. This includes an optimized thread-caching
  /external/chromium_org/v8/test/mjsunit/
regexp-cache-replace.js 28 // Tests that regexp caching isn't messing things up.
indexed-accessors.js 64 // Testing that a defined getter doesn't get lost due to inline caching.
debug-liveedit-check-stack.js 45 // Prevents eval script caching.
keyed-ic.js 28 // This test attempts to test the inline caching for keyed access.
regexp-results-cache.js 28 // Long string to trigger caching.
string-external-cached.js 29 // Test data pointer caching of external strings.
regexp.js 527 // Test that caching of result doesn't share result objects.
569 // Again, to check if caching interferes.
591 // Again, to check if caching interferes.
  /external/dnsmasq/contrib/Suse/
dnsmasq-suse.spec 21 Summary: A lightweight caching nameserver
  /external/libunwind/src/ia64/
Gscript.c 99 unw_caching_policy_t caching = as->caching_policy; local
101 if (caching == UNW_CACHE_NONE)
116 if (likely (caching == UNW_CACHE_GLOBAL))
  /external/chromium_org/chrome/common/extensions/docs/examples/api/cookies/
manager.js 46 // An object used for caching data about the browser's cookies, which we update
  /external/libunwind/src/dwarf/
Gparser.c 520 unw_caching_policy_t caching = as->caching_policy; local
522 if (caching == UNW_CACHE_NONE)
525 if (likely (caching == UNW_CACHE_GLOBAL))
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/
image_util.js 409 * caching. If not passed, caching will be disabled.
481 // Fetch metadata to detect last modification time for the caching purpose.
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_util.js 409 * caching. If not passed, caching will be disabled.
481 // Fetch metadata to detect last modification time for the caching purpose.

Completed in 747 milliseconds

1 2 3