Home
last modified time | relevance | path

Searched refs:accessors (Results 1 – 25 of 114) sorted by relevance

12345

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DV8DOMConfiguration.cpp42 …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/
DAccessorMaker.java29 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/
Ddiskcache.cc118 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()
Ddiskcache.h82 mutable size_t accessors; member
/external/chromium_org/third_party/libjingle/source/talk/base/
Ddiskcache.cc118 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()
Ddiskcache.h82 mutable size_t accessors; member
/external/v8/src/
Dproperty.cc125 AccessorPair* accessors = AccessorPair::cast(value_); in ContainsTransition() local
126 return accessors->getter()->IsMap() || accessors->setter()->IsMap(); in ContainsTransition()
/external/chromium_org/v8/test/webkit/
Dobject-literal-syntax-expected.txt33 …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/
DMakefile.sources4 pixman-access-accessors.c \
15 pixman-edge-accessors.c \
DAndroid.mk15 pixman-access-accessors.c \
26 pixman-edge-accessors.c \
/external/clang/test/SemaObjC/
Dproperty-category-impl.m4 /* This test is for categories which don't implement the accessors but some accessors are
/external/chromium_org/tools/json_schema_compiler/dart_test/
Doperatable_type.dart30 * Public accessors
53 * Public accessors
Ddictionaries.dart50 * Public accessors
155 * Public accessors
206 * Public accessors
Dtags.dart73 * Public accessors
Dfunctions.dart20 * Public accessors
Devents.dart28 * Public accessors
67 * Public accessors
/external/chromium_org/third_party/ocmock/OCMock/
DOCClassMockObject.m11 #pragma mark Initialisers, description, accessors, etc.
DOCProtocolMockObject.m12 #pragma mark Initialisers, description, accessors, etc.
DOCObserverMockObject.m12 #pragma mark Initialisers, description, accessors, etc.
DOCMObserverRecorder.m20 #pragma mark Initialisers, description, accessors, etc.
/external/clang/test/CodeGenObjC/
Ddebug-info-property-accessors.m5 // Ensure we emit the names of explicit/renamed accessors even if they
/external/skia/gyp/
Dpixman_test.gyp66 '../../../pixman/pixman/pixman-access-accessors.c',
75 '../../../pixman/pixman/pixman-edge-accessors.c',
/external/chromium_org/third_party/skia/gyp/
Dpixman_test.gyp66 '../../../pixman/pixman/pixman-access-accessors.c',
75 '../../../pixman/pixman/pixman-edge-accessors.c',
/external/chromium_org/v8/test/cctest/
Dcctest.gyp50 'test-accessors.cc',
66 'test-declarative-accessors.cc',
/external/clang/test/Index/
Dcomplete-documentation-properties.m3 // This test is for when property accessors do not have their own code

12345