HomeSort by relevance Sort by last modified time
    Searched full:getter (Results 51 - 75 of 1126) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/clang/test/SemaObjC/
property-3.m 37 @property (nonatomic, readonly, getter=isAvailable) int available; // expected-note{{property declared here}}
41 @property (nonatomic, assign, getter=wasAvailable) int available; // expected-warning{{getter name mismatch between property redeclaration ('wasAvailable') and its original declaration ('isAvailable')}}
arc-decls.m 57 @property (retain) id newFoo; // expected-error {{property follows Cocoa naming convention for returning 'owned' objects}} expected-note{{explicitly declare getter '-newFoo' with '__attribute__((objc_method_family(none)))' to return an 'unowned' object}}
58 @property (strong) id copyBar; // expected-error {{property follows Cocoa naming convention for returning 'owned' objects}} expected-note{{explicitly declare getter '-copyBar' with '__attribute__((objc_method_family(none)))' to return an 'unowned' object}}
59 @property (copy) id allocBaz; // expected-error {{property follows Cocoa naming convention for returning 'owned' objects}} expected-note{{explicitly declare getter '-allocBaz' with '__attribute__((objc_method_family(none)))' to return an 'unowned' object}}
61 @property (retain) id newDFoo; // expected-error {{property follows Cocoa naming convention for returning 'owned' objects}} expected-note{{explicitly declare getter '-newDFoo' with '__attribute__((objc_method_family(none)))' to return an 'unowned' object}}
62 @property (strong) id copyDBar; // expected-error {{property follows Cocoa naming convention for returning 'owned' objects}} expected-note{{explicitly declare getter '-copyDBar' with '__attribute__((objc_method_family(none)))' to return an 'unowned' object}}
63 @property (copy) id allocDBaz; // expected-error {{property follows Cocoa naming convention for returning 'owned' objects}} expected-note{{explicitly declare getter '-allocDBaz' with '__attribute__((objc_method_family(none)))' to return an 'unowned' object}}
81 - (id)newFoo; // expected-note {{explicitly declare getter '-newFoo' with '__attribute__((objc_method_family(none)))' to return an 'unowned' object}}
84 - (id)newBar; // expected-note {{explicitly declare getter '-newBar' with 'OBJC_METHOD_FAMILY_NONE' to return an 'unowned' object}}
87 @property (retain) id newBaz; // expected-error {{property follows Cocoa naming convention for returning 'owned' objects}} expected-note {{explicitly declare getter '-newBaz' with 'OBJC_METHOD_FAMILY_NONE' to return an 'unowned' object}}
90 @property (retain, readonly) id newGarply; // expected-error {{property follows Cocoa naming convention for returning 'owned' objects}} expected-note {{explicitly declare getter '-newGarply' with '__attribute__((objc_method_family(none)))' to return an 'unowned' object}
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/chicken/
swigclosprefix.scm 14 (define-method (compute-getter-and-setter (class <swig-metaclass-$module>) slot allocator)
17 (let ((getter (let search-get ((lst slot))
30 (lambda (o) (getter (slot-ref o 'swig-this)))
  /system/connectivity/shill/
property_accessor.h 141 // CustomAccessor<> allows custom getter and setter methods to be provided.
150 // |target| is the object on which to call the methods |getter|, |setter|
156 // It is an error to pass NULL for either |target| or |getter|.
158 T(C::*getter)(Error* error),
163 getter_(getter),
167 DCHECK(getter); // otherwise, use CustomWriteOnlyAccessor
174 T(C::*getter)(Error* error),
176 : CustomAccessor(target, getter, setter, nullptr) {}
265 // CustomReadOnlyAccessor<> allows a custom getter method to be provided.
270 // |target| is the object on which to call the |getter| method
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRRecognitionException.h 44 @property (retain, getter=getStream, setter=setStream:) id<ANTLRIntStream> input;
45 @property (retain, getter=getToken, setter=setToken:) id<ANTLRToken>token;
46 @property (retain, getter=getNode, setter=setNode:) id<ANTLRTree>node;
47 @property (getter=getLine, setter=setLine:) NSInteger line;
48 @property (getter=getCharPositionInLine, setter=setCharPositionInLine:) NSInteger charPositionInLine;
ANTLRRewriteRuleElementStream.h 46 @property (assign, getter=GetCursor, setter=SetCursor:) NSInteger cursor;
47 @property (assign, getter=Getdirty, setter=Setdirty:) BOOL dirty;
48 @property (assign, getter=GetIsSingleElement, setter=SetIsSingleElement:) BOOL isSingleElement;
49 @property (assign, getter=GetElement, setter=SetElement:) Elements elements;
50 @property (assign, getter=GetElementDescription, setter=SetElementDescription:) NSString *elementDescription;
51 @property (retain, getter=GetTreeAdaptor, setter=SetTreeAdaptor:) id<ANTLRTreeAdaptor> treeAdaptor;
ANTLRCharStreamState.h 41 @property (getter=getP,setter=setP:) NSInteger p;
42 @property (getter=getLine,setter=setLine:) NSInteger line;
43 @property (getter=getCharPositionInLine,setter=setCharPositionInLine:) NSInteger charPositionInLine;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRRecognitionException.h 44 @property (retain, getter=getStream, setter=setStream:) id<ANTLRIntStream> input;
45 @property (retain, getter=getToken, setter=setToken:) id<ANTLRToken>token;
46 @property (retain, getter=getNode, setter=setNode:) id<ANTLRTree>node;
47 @property (getter=getLine, setter=setLine:) NSInteger line;
48 @property (getter=getCharPositionInLine, setter=setCharPositionInLine:) NSInteger charPositionInLine;
ANTLRRewriteRuleElementStream.h 46 @property (assign, getter=GetCursor, setter=SetCursor:) NSInteger cursor;
47 @property (assign, getter=Getdirty, setter=Setdirty:) BOOL dirty;
48 @property (assign, getter=GetIsSingleElement, setter=SetIsSingleElement:) BOOL isSingleElement;
49 @property (assign, getter=GetElement, setter=SetElement:) Elements elements;
50 @property (assign, getter=GetElementDescription, setter=SetElementDescription:) NSString *elementDescription;
51 @property (retain, getter=GetTreeAdaptor, setter=SetTreeAdaptor:) id<ANTLRTreeAdaptor> treeAdaptor;
ANTLRCharStreamState.h 41 @property (getter=getP,setter=setP:) NSInteger p;
42 @property (getter=getLine,setter=setLine:) NSInteger line;
43 @property (getter=getCharPositionInLine,setter=setCharPositionInLine:) NSInteger charPositionInLine;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRRecognitionException.h 44 @property (retain, getter=getStream, setter=setStream:) id<ANTLRIntStream> input;
45 @property (retain, getter=getToken, setter=setToken:) id<ANTLRToken>token;
46 @property (retain, getter=getNode, setter=setNode:) id<ANTLRTree>node;
47 @property (getter=getLine, setter=setLine:) NSInteger line;
48 @property (getter=getCharPositionInLine, setter=setCharPositionInLine:) NSInteger charPositionInLine;
ANTLRRewriteRuleElementStream.h 46 @property (assign, getter=GetCursor, setter=SetCursor:) NSInteger cursor;
47 @property (assign, getter=Getdirty, setter=Setdirty:) BOOL dirty;
48 @property (assign, getter=GetIsSingleElement, setter=SetIsSingleElement:) BOOL isSingleElement;
49 @property (assign, getter=GetElement, setter=SetElement:) Elements elements;
50 @property (assign, getter=GetElementDescription, setter=SetElementDescription:) NSString *elementDescription;
51 @property (retain, getter=GetTreeAdaptor, setter=SetTreeAdaptor:) id<ANTLRTreeAdaptor> treeAdaptor;
ANTLRCharStreamState.h 41 @property (getter=getP,setter=setP:) NSInteger p;
42 @property (getter=getLine,setter=setLine:) NSInteger line;
43 @property (getter=getCharPositionInLine,setter=setCharPositionInLine:) NSInteger charPositionInLine;
  /external/clang/test/CoverageMapping/
classtemplate.cpp 3 // RUN: FileCheck -input-file %tmapping %s --check-prefix=CHECK-GETTER
20 // FIXME-GETTER: _ZNK4TestIjE3get
21 double get(TT position) const { // FIXME-GETTER: File 0, [[@LINE]]:33 -> [[@LINE+2]]:4 = 0
33 // CHECK-GETTER: _ZNK5Test23get
34 double get(unsigned position) const { // CHECK-GETTER: File 0, [[@LINE]]:39 -> [[@LINE+2]]:4 = 0
  /external/autotest/server/cros/dynamic_suite/
control_file_getter_unittest.py 36 self.getter = control_file_getter.DevServerGetter(self._BUILD,
46 self.assertEquals(self.getter.get_control_file_list(), self._FILES)
47 self.assertEquals(self.getter._files, self._FILES)
57 self.getter.get_control_file_list)
66 self.assertEquals(self.getter.get_control_file_contents(path),
76 self.getter.get_control_file_contents,
87 self.getter._files = self._FILES + [path]
91 self.assertEquals(self.getter.get_control_file_contents_by_name(name),
109 self.assertEquals(self.getter.get_control_file_contents_by_name(name),
127 self.assertEquals(self.getter.get_control_file_contents_by_name(name)
    [all...]
  /hardware/qcom/gps/msm8996/core/
ContextBase.cpp 71 getLBSProxy_t* getter = (getLBSProxy_t*)dlsym(lib, "getLBSProxy"); local
72 if (NULL != getter) {
73 proxy = (*getter)();
94 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); local
95 if(getter != NULL) {
96 LOC_LOGD("%s:%d]: getter is not NULL for LocApiV02", __func__, __LINE__);
97 locApi = (*getter)(mMsgTask, exMask, this);
106 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); local
107 if (NULL != getter) {
108 LOC_LOGD("%s:%d]: getter is not NULL in RPC", __func__, __LINE__)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/objc/
objc-tree.def 46 PROPERTY_DECL). Operand 2 is the 'getter' call, ready to be used;
48 on. Operand 3 records whether using the 'getter' call should
52 'getter' calls at some point; at the moment this happens in two
56 PROPERTY_REF, then we transform that into a 'getter' call (this
61 a 'getter' call during ObjC/ObjC++ gimplify. At that point, it
62 is quite hard to build a 'getter' call, but we have already built
68 setter/getter methods for it, an artificial PROPERTY_DECL is generated
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_property.py 26 """BaseClass.getter"""
39 @BaseClass.spam.getter
41 """SubClass.getter"""
59 @PropertyDocBase.spam.getter
65 @BaseClass.spam.getter
75 @spam.getter
107 self.assertEqual(sub.__class__.spam.__doc__, "SubClass.getter")
113 self.assertEqual(base.__class__.spam.__doc__, "BaseClass.getter")
208 @spam.getter
219 @FooBase.spam.getter
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_property.py 26 """BaseClass.getter"""
39 @BaseClass.spam.getter
41 """SubClass.getter"""
59 @PropertyDocBase.spam.getter
65 @BaseClass.spam.getter
75 @spam.getter
107 self.assertEqual(sub.__class__.spam.__doc__, "SubClass.getter")
113 self.assertEqual(base.__class__.spam.__doc__, "BaseClass.getter")
208 @spam.getter
219 @FooBase.spam.getter
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_property.py 26 """BaseClass.getter"""
39 @BaseClass.spam.getter
41 """SubClass.getter"""
59 @PropertyDocBase.spam.getter
65 @BaseClass.spam.getter
75 @spam.getter
107 self.assertEqual(sub.__class__.spam.__doc__, "SubClass.getter")
113 self.assertEqual(base.__class__.spam.__doc__, "BaseClass.getter")
208 @spam.getter
219 @FooBase.spam.getter
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_property.py 26 """BaseClass.getter"""
39 @BaseClass.spam.getter
41 """SubClass.getter"""
59 @PropertyDocBase.spam.getter
65 @BaseClass.spam.getter
75 @spam.getter
107 self.assertEqual(sub.__class__.spam.__doc__, "SubClass.getter")
113 self.assertEqual(base.__class__.spam.__doc__, "BaseClass.getter")
208 @spam.getter
219 @FooBase.spam.getter
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRHashMap.h 101 @property (getter=getScope, setter=setScope:) NSInteger Scope;
102 @property (getter=getLastHash, setter=setLastHash:) NSInteger LastHash;
104 @property (getter=getMode,setter=setMode:) NSInteger mode;
106 @property (getter=getCount, setter=setCount:) NSUInteger count;
108 @property (retain, getter=getBuffer, setter=setBuffer:) NSMutableData *buffer;
109 @property (assign, getter=getPtrBuffer, setter=setPtrBuffer:) ANTLRMapElement **ptrBuffer;
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gwtref/client/
Field.java 34 final int getter; field in class:Field
40 boolean isProtected, boolean isPublic, boolean isStatic, boolean isTransient, boolean isVolatile, int getter, int setter,
53 this.getter = getter;
137 + isPublic + ", isStatic=" + isStatic + ", isTransient=" + isTransient + ", isVolatile=" + isVolatile + ", getter="
138 + getter + ", setter=" + setter + ", elementTypes=" + Arrays.toString(elementTypes) + ", annotations="
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/introspector/
MethodProperty.java 26 * <code>MethodProperty</code> which has only setter, only getter, or both. It
28 * setter nor getter.
57 throw new YAMLException("Unable to find getter for property '" + property.getName()
  /external/v8/test/mjsunit/regress/
regress-874.js 30 var getter = function(){ return 42; }; function
32 x.__defineGetter__(0, getter);
36 assertEquals (getter, Object.getOwnPropertyDescriptor(x, 0).get);

Completed in 513 milliseconds

1 23 4 5 6 7 8 91011>>