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

1 2 3 4

  /external/chromium_org/third_party/WebKit/PerformanceTests/DOM/resources/dom-perf/
suites.js 2 "dom/accessors.js",
  /external/v8/src/
property.cc 125 AccessorPair* accessors = AccessorPair::cast(value_);
126 return accessors->getter()->IsMap() || accessors->setter()->IsMap();
  /external/javassist/src/main/javassist/compiler/
AccessorMaker.java 23 * AccessorMaker maintains accessors to private members of an enclosing
29 private HashMap accessors; field in class:AccessorMaker
36 accessors = new HashMap();
43 String consDesc = (String)accessors.get(key);
80 accessors.put(key, consDesc);
102 String accName = (String)accessors.get(key);
142 accessors.put(key, accName);
154 Object res = accessors.get(key);
186 accessors.put(key, minfo);
205 Object res = accessors.get(key)
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
diskcache.cc 118 if ((LS_UNLOCKED == entry->lock_state) && (entry->accessors > 0))
151 entry->accessors += 1;
161 if (entry->accessors > 0) {
183 entry->accessors += 1;
208 if ((LS_UNLOCKED != entry->lock_state) || (entry->accessors > 0))
244 if ((LS_UNLOCKED != it->second.lock_state) || (it->second.accessors > 0))
323 e.accessors = 0;
339 entry->accessors -= 1;
354 if ((LS_UNLOCKING == entry->lock_state) && (0 == entry->accessors)) {
diskcache.h 82 mutable size_t accessors; member in struct:talk_base::DiskCache::Entry
  /external/chromium_org/third_party/libjingle/source/talk/base/
diskcache.cc 118 if ((LS_UNLOCKED == entry->lock_state) && (entry->accessors > 0))
151 entry->accessors += 1;
161 if (entry->accessors > 0) {
183 entry->accessors += 1;
208 if ((LS_UNLOCKED != entry->lock_state) || (entry->accessors > 0))
244 if ((LS_UNLOCKED != it->second.lock_state) || (it->second.accessors > 0))
323 e.accessors = 0;
339 entry->accessors -= 1;
354 if ((LS_UNLOCKING == entry->lock_state) && (0 == entry->accessors)) {
diskcache.h 82 mutable size_t accessors; member in struct:talk_base::DiskCache::Entry
  /external/pixman/pixman/
Android.mk 15 pixman-access-accessors.c \
26 pixman-edge-accessors.c \
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
GLPropertyAccessor.java 60 * @param accessors list of accessor's to be used to navigate the property hierarchy. The
61 * accessors are either Integers or {@link GLStateType} objects. Integers
66 public static IGLPropertyAccessor makeAccessor(int contextId, Object...accessors) {
69 for (Object accessor : accessors) {
  /external/chromium_org/v8/test/mjsunit/bugs/
bug-1344252.js 28 // Test that setter accessors added to the prototype chain are called
31 // Test that accessors added to the prototype chain are called
64 // accessors added to the prototype chain are called instead of
  /external/v8/test/mjsunit/bugs/
bug-1344252.js 28 // Test that setter accessors added to the prototype chain are called
31 // Test that accessors added to the prototype chain are called
64 // accessors added to the prototype chain are called instead of
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1172.js 29 // function's prototype even in the presence of JS accessors.
32 // to use JS accessors to set 'constructor' property.
regress-1692.js 64 // Inherited accessors.
70 // Own accessors.
regress-1062422.js 28 // 1062422 Ensure that accessors can handle unexpected receivers.
regress-1172-bis.js 28 // Verifies that exception thrown from JS accessors when attempting a call
regress-1119.js 29 // by JS accessors.
regress-1130.js 29 // of JS accessors on Object's prototype elements.
regress-192.js 34 // literals MUST NOT trigger inherited accessors, but act as if creating
regress-900.js 28 // Check that we allow accessors on JSArray elements.
  /external/v8/test/mjsunit/regress/
regress-1172.js 29 // function's prototype even in the presence of JS accessors.
32 // to use JS accessors to set 'constructor' property.
regress-1692.js 64 // Inherited accessors.
70 // Own accessors.
regress-1062422.js 28 // 1062422 Ensure that accessors can handle unexpected receivers.
regress-1172-bis.js 28 // Verifies that exception thrown from JS accessors when attempting a call
  /external/chromium_org/v8/test/mjsunit/
global-accessors.js 28 // Test accessors on the global object.
  /external/v8/test/mjsunit/
global-accessors.js 28 // Test accessors on the global object.

Completed in 435 milliseconds

1 2 3 4