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

1 2 3

  /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/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.
  /frameworks/base/core/java/android/view/
DisplayList.java 287 * Set the caching property on the display list, which indicates whether the display list
291 * @param caching true if the display list represents a hardware layer, false otherwise.
295 public abstract void setCaching(boolean caching);
GLES20DisplayList.java 136 public void setCaching(boolean caching) {
138 nSetCaching(mFinalizer.mNativeDisplayList, caching);
455 private static native void nSetCaching(int displayList, boolean 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/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.
  /external/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.
  /external/chromium_org/chrome/common/extensions/docs/server2/
file_system.py 68 '''The identity of the file system, exposed for caching classes to
  /external/dnsmasq/contrib/Suse/
dnsmasq-suse.spec 21 Summary: A lightweight caching nameserver
  /frameworks/base/core/jni/
android_view_GLES20DisplayList.cpp 73 jobject clazz, DisplayList* displayList, jboolean caching) {
74 displayList->setCaching(caching);
  /frameworks/base/libs/hwui/
DisplayList.h 444 void setCaching(bool caching) {
445 mCaching = caching;
  /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/chromium_org/remoting/webapp/
identity.js 42 * each time the function is called. Implement caching functionality unless

Completed in 620 milliseconds

1 2 3