Searched refs:accessors (Results 1 - 25 of 45) sorted by relevance

12

/external/libcxx/test/strings/basic.string/string.ops/string.accessors/
H A DAndroid.mk17 test_makefile := external/libcxx/test/strings/basic.string/string.ops/string.accessors/Android.mk
19 test_name := strings/basic.string/string.ops/string.accessors/data
23 test_name := strings/basic.string/string.ops/string.accessors/get_allocator
27 test_name := strings/basic.string/string.ops/string.accessors/c_str
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DV8DOMConfiguration.cpp44 void V8DOMConfiguration::installAccessors(v8::Handle<v8::ObjectTemplate> prototype, v8::Handle<v8::Signature> signature, const AccessorConfiguration* accessors, size_t accessorCount, v8::Isolate* isolate) argument
48 v8::FunctionCallback getterCallback = accessors[i].getter;
49 v8::FunctionCallback setterCallback = accessors[i].setter;
51 if (accessors[i].getterForMainWorld)
52 getterCallback = accessors[i].getterForMainWorld;
53 if (accessors[i].setterForMainWorld)
54 setterCallback = accessors[i].setterForMainWorld;
59 getter = v8::FunctionTemplate::New(isolate, getterCallback, v8::External::New(isolate, const_cast<WrapperTypeInfo*>(accessors[i].data)), signature, 0);
64 setter = v8::FunctionTemplate::New(isolate, setterCallback, v8::External::New(isolate, const_cast<WrapperTypeInfo*>(accessors[i].data)), signature, 1);
67 prototype->SetAccessorProperty(v8AtomicString(isolate, accessors[
94 installDOMClassTemplate(v8::Handle<v8::FunctionTemplate> functionDescriptor, const char* interfaceName, v8::Handle<v8::FunctionTemplate> parentClass, size_t fieldCount, const AttributeConfiguration* attributes, size_t attributeCount, const AccessorConfiguration* accessors, size_t accessorCount, const MethodConfiguration* callbacks, size_t callbackCount, v8::Isolate* isolate) argument
[all...]
/external/javassist/src/main/javassist/compiler/
H A DAccessorMaker.java23 * 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
[all...]
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Ddiskcache.cc118 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)) {
H A Ddiskcache.h82 mutable size_t accessors; member in struct:talk_base::DiskCache::Entry
/external/chromium_org/third_party/webrtc/base/
H A Ddiskcache.cc101 if ((LS_UNLOCKED == entry->lock_state) && (entry->accessors > 0))
134 entry->accessors += 1;
144 if (entry->accessors > 0) {
166 entry->accessors += 1;
191 if ((LS_UNLOCKED != entry->lock_state) || (entry->accessors > 0))
227 if ((LS_UNLOCKED != it->second.lock_state) || (it->second.accessors > 0))
306 e.accessors = 0;
322 entry->accessors -= 1;
337 if ((LS_UNLOCKING == entry->lock_state) && (0 == entry->accessors)) {
H A Ddiskcache.h65 mutable size_t accessors; member in struct:rtc::DiskCache::Entry
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dunwind.c507 static unw_accessors_t accessors = { variable
525 addr_space = unw_create_addr_space(&accessors, 0);
/external/javassist/src/main/javassist/
H A DCtClassType.java68 private AccessorMaker accessors; field in class:CtClassType
85 accessors = null;
158 if (accessors == null)
159 accessors = new AccessorMaker(this);
161 return accessors;
/external/chromium_org/v8/test/cctest/
H A Dtest-cpu-profiler.cc813 // Test that native accessors are properly reported in the CPU profile.
814 // This test checks the case when the long-running accessors are called
827 TestApiCallbacks accessors(100);
829 v8::External::New(isolate, &accessors);
859 // Test that native accessors are properly reported in the CPU profile.
860 // This test makes sure that the accessors are called enough times to become
872 TestApiCallbacks accessors(1);
874 v8::External::New(isolate, &accessors);
890 // Make sure accessors ICs are in monomorphic state before starting
892 accessors
[all...]
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tools.pas69 { Property accessors }
92 { Property accessors }
130 { Property accessors }
188 { Property accessors }
H A DAntlr.Runtime.Tree.pas334 { Property accessors }
440 { Property accessors }
537 { Property accessors }
613 { Property accessors }
708 { Property accessors }
806 { Property accessors }
885 { Property accessors }
1079 { Property accessors }
1206 /// property accessors do the conversion to/from ICommonTree.
1708 { Property accessors }
[all...]
/external/chromium_org/v8/src/
H A Dheap-snapshot-generator.cc1461 int entry, AccessorPair* accessors) {
1462 SetInternalReference(accessors, entry, "getter", accessors->getter(),
1464 SetInternalReference(accessors, entry, "setter", accessors->setter(),
1721 AccessorPair* accessors = AccessorPair::cast(callback_obj);
1722 Object* getter = accessors->getter();
1726 Object* setter = accessors->setter();
1460 ExtractAccessorPairReferences( int entry, AccessorPair* accessors) argument
H A Dfactory.cc150 Handle<AccessorPair> accessors = local
152 accessors->set_getter(*the_hole_value(), SKIP_WRITE_BARRIER);
153 accessors->set_setter(*the_hole_value(), SKIP_WRITE_BARRIER);
154 accessors->set_access_flags(Smi::FromInt(0), SKIP_WRITE_BARRIER);
155 return accessors;
1571 // The global object might be created from an object template with accessors.
1572 // Fill these accessors into the dictionary.
1576 ASSERT(details.type() == CALLBACKS); // Only accessors are expected.
2213 // Recursively copy parent instance templates' accessors,
2244 // Use a temporary FixedArray to acculumate static accessors
[all...]
H A Dheap-snapshot-generator.h380 void ExtractAccessorPairReferences(int entry, AccessorPair* accessors);
/external/chromium_org/v8/tools/gyp/
H A Dv8_base.host.darwin-arm.mk28 v8/src/accessors.cc \
H A Dv8_base.host.darwin-arm64.mk28 v8/src/accessors.cc \
H A Dv8_base.host.darwin-mips.mk28 v8/src/accessors.cc \
H A Dv8_base.host.darwin-x86.mk28 v8/src/accessors.cc \
H A Dv8_base.host.darwin-x86_64.mk28 v8/src/accessors.cc \
H A Dv8_base.host.linux-arm.mk28 v8/src/accessors.cc \
H A Dv8_base.host.linux-arm64.mk28 v8/src/accessors.cc \
H A Dv8_base.host.linux-mips.mk28 v8/src/accessors.cc \
H A Dv8_base.host.linux-x86.mk28 v8/src/accessors.cc \
H A Dv8_base.host.linux-x86_64.mk28 v8/src/accessors.cc \

Completed in 1250 milliseconds

12