/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
D | V8DOMConfiguration.cpp | 42 …type, v8::Handle<v8::Signature> signature, const AccessorConfiguration* accessors, size_t accessor… in installAccessors() argument 45 v8::FunctionCallback getterCallback = accessors[i].getter; in installAccessors() 46 v8::FunctionCallback setterCallback = accessors[i].setter; in installAccessors() 48 if (accessors[i].getterForMainWorld) in installAccessors() 49 getterCallback = accessors[i].getterForMainWorld; in installAccessors() 50 if (accessors[i].setterForMainWorld) in installAccessors() 51 setterCallback = accessors[i].setterForMainWorld; in installAccessors() 56 …getterCallback, v8::External::New(isolate, const_cast<WrapperTypeInfo*>(accessors[i].data)), signa… in installAccessors() 61 …setterCallback, v8::External::New(isolate, const_cast<WrapperTypeInfo*>(accessors[i].data)), signa… in installAccessors() 64 …ng::NewFromUtf8(isolate, accessors[i].name, v8::String::kInternalizedString), getter, setter, acce… in installAccessors() [all …]
|
/external/javassist/src/main/javassist/compiler/ |
D | AccessorMaker.java | 29 private HashMap accessors; field in AccessorMaker 36 accessors = new HashMap(); in AccessorMaker() 43 String consDesc = (String)accessors.get(key); in getConstructor() 80 accessors.put(key, consDesc); in getConstructor() 102 String accName = (String)accessors.get(key); in getMethodAccessor() 142 accessors.put(key, accName); in getMethodAccessor() 154 Object res = accessors.get(key); in getFieldGetter() 186 accessors.put(key, minfo); in getFieldGetter() 205 Object res = accessors.get(key); in getFieldSetter() 241 accessors.put(key, minfo); in getFieldSetter()
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | diskcache.cc | 118 if ((LS_UNLOCKED == entry->lock_state) && (entry->accessors > 0)) in LockResource() 151 entry->accessors += 1; in WriteResource() 161 if (entry->accessors > 0) { in UnlockResource() 183 entry->accessors += 1; in ReadResource() 208 if ((LS_UNLOCKED != entry->lock_state) || (entry->accessors > 0)) in DeleteResource() 244 if ((LS_UNLOCKED != it->second.lock_state) || (it->second.accessors > 0)) in CheckLimit() 323 e.accessors = 0; in GetOrCreateEntry() 339 entry->accessors -= 1; in ReleaseResource() 354 if ((LS_UNLOCKING == entry->lock_state) && (0 == entry->accessors)) { in ReleaseResource()
|
D | diskcache.h | 82 mutable size_t accessors; member
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | diskcache.cc | 118 if ((LS_UNLOCKED == entry->lock_state) && (entry->accessors > 0)) in LockResource() 151 entry->accessors += 1; in WriteResource() 161 if (entry->accessors > 0) { in UnlockResource() 183 entry->accessors += 1; in ReadResource() 208 if ((LS_UNLOCKED != entry->lock_state) || (entry->accessors > 0)) in DeleteResource() 244 if ((LS_UNLOCKED != it->second.lock_state) || (it->second.accessors > 0)) in CheckLimit() 323 e.accessors = 0; in GetOrCreateEntry() 339 entry->accessors -= 1; in ReleaseResource() 354 if ((LS_UNLOCKING == entry->lock_state) && (0 == entry->accessors)) { in ReleaseResource()
|
D | diskcache.h | 82 mutable size_t accessors; member
|
/external/v8/src/ |
D | property.cc | 125 AccessorPair* accessors = AccessorPair::cast(value_); in ContainsTransition() local 126 return accessors->getter()->IsMap() || accessors->setter()->IsMap(); in ContainsTransition()
|
/external/chromium_org/v8/test/webkit/ |
D | object-literal-syntax-expected.txt | 33 …rew exception SyntaxError: Object literal may not have multiple get/set accessors with the same na… 34 …rew exception SyntaxError: Object literal may not have multiple get/set accessors with the same na… 35 …rew exception SyntaxError: Object literal may not have multiple get/set accessors with the same na… 40 …rew exception SyntaxError: Object literal may not have multiple get/set accessors with the same na… 41 …rew exception SyntaxError: Object literal may not have multiple get/set accessors with the same na… 42 …rew exception SyntaxError: Object literal may not have multiple get/set accessors with the same na…
|
/external/pixman/pixman/ |
D | Makefile.sources | 4 pixman-access-accessors.c \ 15 pixman-edge-accessors.c \
|
D | Android.mk | 15 pixman-access-accessors.c \ 26 pixman-edge-accessors.c \
|
/external/clang/test/SemaObjC/ |
D | property-category-impl.m | 4 /* This test is for categories which don't implement the accessors but some accessors are
|
/external/chromium_org/tools/json_schema_compiler/dart_test/ |
D | operatable_type.dart | 30 * Public accessors 53 * Public accessors
|
D | dictionaries.dart | 50 * Public accessors 155 * Public accessors 206 * Public accessors
|
D | tags.dart | 73 * Public accessors
|
D | functions.dart | 20 * Public accessors
|
D | events.dart | 28 * Public accessors 67 * Public accessors
|
/external/chromium_org/third_party/ocmock/OCMock/ |
D | OCClassMockObject.m | 11 #pragma mark Initialisers, description, accessors, etc.
|
D | OCProtocolMockObject.m | 12 #pragma mark Initialisers, description, accessors, etc.
|
D | OCObserverMockObject.m | 12 #pragma mark Initialisers, description, accessors, etc.
|
D | OCMObserverRecorder.m | 20 #pragma mark Initialisers, description, accessors, etc.
|
/external/clang/test/CodeGenObjC/ |
D | debug-info-property-accessors.m | 5 // Ensure we emit the names of explicit/renamed accessors even if they
|
/external/skia/gyp/ |
D | pixman_test.gyp | 66 '../../../pixman/pixman/pixman-access-accessors.c', 75 '../../../pixman/pixman/pixman-edge-accessors.c',
|
/external/chromium_org/third_party/skia/gyp/ |
D | pixman_test.gyp | 66 '../../../pixman/pixman/pixman-access-accessors.c', 75 '../../../pixman/pixman/pixman-edge-accessors.c',
|
/external/chromium_org/v8/test/cctest/ |
D | cctest.gyp | 50 'test-accessors.cc', 66 'test-declarative-accessors.cc',
|
/external/clang/test/Index/ |
D | complete-documentation-properties.m | 3 // This test is for when property accessors do not have their own code
|