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

1 2 3 4 5 6 7 8 91011>>

  /external/v8/src/
accessors.cc 29 #include "accessors.h"
58 MaybeObject* Accessors::IllegalSetter(JSObject*, Object*, void*) {
64 Object* Accessors::IllegalGetAccessor(Object* object, void*) {
70 MaybeObject* Accessors::ReadOnlySetAccessor(JSObject*, Object* value, void*) {
78 // Accessors::ArrayLength
82 MaybeObject* Accessors::ArrayGetLength(Object* object, void*) {
92 Object* Accessors::FlattenNumber(Object* value) {
104 MaybeObject* Accessors::ArraySetLength(JSObject* object, Object* value, void*) {
139 const AccessorDescriptor Accessors::ArrayLength = {
147 // Accessors::StringLengt
    [all...]
objects-inl.h 89 #define ACCESSORS(holder, name, type, offset) \
    [all...]
accessors.h 62 // Accessors contains all predefined proxy accessors.
64 class Accessors : public AllStatic {
property.cc 125 AccessorPair* accessors = AccessorPair::cast(value_);
126 return accessors->getter()->IsMap() || accessors->setter()->IsMap();
  /external/clang/test/SemaObjC/
property-category-impl.m 3 /* This test is for categories which don't implement the accessors but some accessors are
  /frameworks/native/opengl/tools/glgen/stubs/jsr239/
GL11ImplHeader.java-impl 15 // Private accessors for native code
  /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/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
expression-002.js 4 ECMA Section: 11.2.1 Property Accessors
14 var TITLE = "Property Accessors";
expression-003.js 4 ECMA Section: 11.2.1 Property Accessors
14 var TITLE = "Property Accessors";
expression-004.js 4 ECMA Section: 11.2.1 Property Accessors
12 var TITLE = "Property Accessors";
  /external/chromium/testing/gtest/xcode/Samples/FrameworkSample/
widget.h 38 // public accessors in multiple forms.
47 // Public accessors to number data
51 // Public accessors to the string data
  /external/protobuf/gtest/xcode/Samples/FrameworkSample/
widget.h 38 // public accessors in multiple forms.
47 // Public accessors to number data
51 // Public accessors to the string data
  /external/chromium/chrome/browser/ui/cocoa/find_bar/
find_bar_bridge_unittest.mm 21 TEST_F(FindBarBridgeTest, Accessors) {
  /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/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.
  /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)) {
  /external/clang/include/clang/Basic/
LangOptions.h 28 // Define simple language options (with no accessors).
35 // have accessors (below).
69 // Define accessors/mutators for language options of enumeration type.
  /external/llvm/include/llvm-c/
Object.h 64 // SectionRef accessors
80 // SymbolRef accessors
86 // RelocationRef accessors
  /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/android/jni/
mime_utils.cc 9 // Accessors for the various JNI binding objects.
  /external/chromium/base/
cpu.h 21 // Accessors for CPU information.
file_version_info_mac.h 25 // Accessors to the different version properties.
file_version_info_win.h 24 // Accessors to the different version properties.
  /external/chromium/chrome/browser/download/
save_file.h 27 // Accessors.
  /external/chromium/chrome/browser/ssl/
ssl_cert_error_handler.h 32 // These accessors are available on either thread

Completed in 2226 milliseconds

1 2 3 4 5 6 7 8 91011>>