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

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Browser2/test/webexposed/
global-interface-listing-expected.txt 16 getter fftSize
17 getter frequencyBinCount
18 getter maxDecibels
19 getter minDecibels
20 getter smoothingTimeConstant
31 getter animationName
32 getter elapsedTime
35 getter outcome
36 getter platform
45 getter oncache
    [all...]
  /external/clang/test/SemaObjC/
error-missing-getter.m 12 if (x.setterOnly) { // expected-error {{no getter method for read from property}}
15 func(x.setterOnly + 1, x); // expected-error {{no getter method for read from property}}
16 int i = x.setterOnly + 1; // expected-error {{no getter method for read from property}}
17 return x.setterOnly + 1; // expected-error {{no getter method for read from property}}
27 if (TestClass.setterOnly) { // expected-error {{no getter method for read from property}}
30 func(TestClass.setterOnly + 1, x); // expected-error {{no getter method for read from property}} \
32 int i = TestClass.setterOnly + 1; // expected-error {{no getter method for read from property}}
33 return TestClass.setterOnly + 1; // expected-error {{no getter method for read from property}}
41 return super.setterOnly; // expected-error {{no getter method for read from property}}
no-warning-unavail-unimp.m 7 @property (getter=getVal) int val __attribute__((unavailable));
8 @property (getter=getVal) int val2 __attribute__((availability(macosx,unavailable)));
access-property-getter.m 12 #pragma clang diagnostic ignored "-Wunused-getter-return-value"
  /external/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 48 const GLProcGetter* getter = (const GLProcGetter*) ctx; local
49 return getter->getProc(name);
53 GLProcGetter getter; local
54 return GrGLAssembleGLESInterface(&getter, ios_get_gl_proc);
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 52 const GLProcGetter* getter = (const GLProcGetter*) ctx; local
53 return getter->getProc(name);
57 GLProcGetter getter; local
58 return GrGLAssembleGLInterface(&getter, mac_get_gl_proc);
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRUnbufferedCommonTreeNodeStream.h 59 @property (retain, getter=getRoot, setter=setRoot:) ANTLRCommonTree *root;
60 @property (retain, getter=getCurrentNode, setter=setCurrentNode:) ANTLRCommonTree *currentNode;
61 @property (retain, getter=getPreviousNode, setter=setPreviousNode:) ANTLRCommonTree *previousNode;
62 @property (retain, getter=getTreeAdaptor, setter=setTreeAdaptor:) id<ANTLRTreeAdaptor> treeAdaptor;
63 @property (retain, getter=getTokenStream, setter=setTokenStream:) id<ANTLRTokenStream> tokenStream;
64 @property (retain, getter=getNodeStack, setter=setNodeStack:) NSMutableArray *nodeStack;
65 @property (retain, getter=getIndexStack, setter=setIndexStackStack:) NSMutableArray *indexStack;
66 @property (retain, getter=getMarkers, setter=setMarkers:) ANTLRPtrBuffer *markers;
67 @property (assign, getter=getLastMarker, setter=setLastMarker:) NSInteger lastMarker;
68 @property (assign, getter=getCurrentChildIndex, setter=setCurrentChildIndex:) NSInteger currentChildIndex
    [all...]
ANTLRRecognizerSharedState.h 52 @property (retain, getter=getFollowing, setter=setFollowing:) AMutableArray *following;
56 @property (assign, getter=getFailed, setter=setFailed:) BOOL failed;
58 @property (assign, getter=getBacktracking, setter=setBacktracking:) NSInteger backtracking;
59 @property (retain, getter=getRuleMemo, setter=setRuleMemo:) ANTLRRuleStack *ruleMemo;
60 @property (copy, getter=getToken, setter=setToken:) id<ANTLRToken> token;
61 @property (getter=type,setter=setType:) NSUInteger type;
62 @property (getter=channel,setter=setChannel:) NSUInteger channel;
63 @property (getter=getTokenStartLine,setter=setTokenStartLine:) NSUInteger tokenStartLine;
64 @property (getter=charPositionInLine,setter=setCharPositionInLine:) NSUInteger tokenStartCharPositionInLine;
65 @property (getter=getTokenStartCharIndex,setter=setTokenStartCharIndex:) NSInteger tokenStartCharIndex
    [all...]
  /external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 56 const GLProcGetter* getter = (const GLProcGetter*) ctx; local
57 return getter->getProc(name);
70 GLProcGetter getter; local
71 if (!getter.isInitialized()) {
75 GrGLGetStringProc getString = (GrGLGetStringProc)getter.getProc("glGetString");
83 return GrGLAssembleGLESInterface(&getter, win_get_gl_proc);
85 return GrGLAssembleGLInterface(&getter, win_get_gl_proc);
  /hardware/qcom/gps/msm8084/core/
ContextBase.cpp 52 getLBSProxy_t* getter = (getLBSProxy_t*)dlsym(lib, "getLBSProxy"); local
53 if (NULL != getter) {
54 proxy = (*getter)();
57 LOC_LOGD("%s:%d]: getter is NULL. Reason: %s", __func__, __LINE__, dlerror());
82 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); local
83 if(getter != NULL) {
84 LOC_LOGD("%s:%d]: getter is not NULL for LocApiV02", __func__, __LINE__);
85 locApi = (*getter)(mMsgTask,exMask, this);
88 LOC_LOGD("%s:%d]: getter is NULL. Reason: %s", __func__, __LINE__, dlerror());
97 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi") local
    [all...]
  /external/clang/test/ARCMT/
objcmt-atomic-property.m.result 73 @property (getter=isContinuous) BOOL continuous;
78 @property (getter=isinValid, readonly) BOOL inValid;
86 @property (getter=isIgnoringInteractionEvents, readonly) BOOL ignoringInteractionEvents;
88 @property (getter=getStringValue, strong) NSString *stringValue;
89 @property (getter=getCounterValue, readonly) BOOL counterValue;
90 @property (getter=getns_dixtionary, readonly, copy) NSDictionary *ns_dixtionary;
95 @property (getter=getM, readonly) BOOL m;
96 @property (getter=getMA, readonly) BOOL MA;
97 @property (getter=getALL, readonly) BOOL ALL;
98 @property (getter=getMANY, readonly) BOOL MANY
    [all...]
objcmt-ns-nonatomic-iosonly.m.result 80 @property (NS_NONATOMIC_IOSONLY, getter=isContinuous) BOOL continuous;
85 @property (NS_NONATOMIC_IOSONLY, getter=isinValid, readonly) BOOL inValid;
93 @property (NS_NONATOMIC_IOSONLY, getter=isIgnoringInteractionEvents, readonly) BOOL ignoringInteractionEvents;
95 @property (NS_NONATOMIC_IOSONLY, getter=getStringValue, strong) NSString *stringValue;
96 @property (NS_NONATOMIC_IOSONLY, getter=getCounterValue, readonly) BOOL counterValue;
97 @property (NS_NONATOMIC_IOSONLY, getter=getns_dixtionary, readonly, copy) NSDictionary *ns_dixtionary;
102 @property (NS_NONATOMIC_IOSONLY, getter=getM, readonly) BOOL m;
103 @property (NS_NONATOMIC_IOSONLY, getter=getMA, readonly) BOOL MA;
104 @property (NS_NONATOMIC_IOSONLY, getter=getALL, readonly) BOOL ALL;
105 @property (NS_NONATOMIC_IOSONLY, getter=getMANY, readonly) BOOL MANY
    [all...]
objcmt-property.m.result 76 @property (nonatomic, getter=isContinuous) BOOL continuous;
81 @property (nonatomic, getter=isinValid, readonly) BOOL inValid;
89 @property (nonatomic, getter=isIgnoringInteractionEvents, readonly) BOOL ignoringInteractionEvents;
91 @property (nonatomic, getter=getStringValue, strong) NSString *stringValue;
92 @property (nonatomic, getter=getCounterValue, readonly) BOOL counterValue;
93 @property (nonatomic, getter=getns_dixtionary, readonly, copy) NSDictionary *ns_dixtionary;
98 @property (nonatomic, getter=getM, readonly) BOOL m;
99 @property (nonatomic, getter=getMA, readonly) BOOL MA;
100 @property (nonatomic, getter=getALL, readonly) BOOL ALL;
101 @property (nonatomic, getter=getMANY, readonly) BOOL MANY
    [all...]
  /external/droiddriver/src/io/appium/droiddriver/scroll/
SentinelStrategy.java 43 public static abstract class Getter implements Finder {
46 protected Getter() {
51 protected Getter(Predicate<? super UiElement> predicate) {
80 public static final Getter FIRST_CHILD_GETTER = new Getter() {
94 public static final Getter LAST_CHILD_GETTER = new Getter() {
115 public static final Getter SECOND_LAST_CHILD_GETTER = new Getter() {
130 public static final Getter SECOND_CHILD_GETTER = new Getter()
    [all...]
  /external/clang/test/CodeGenObjC/
super-dotsyntax-property.m 11 -(int) getter;
29 super.getter = 200;
30 int x = super.getter;
  /external/llvm/test/Assembler/
diobjcproperty.ll 12 ; CHECK-NEXT: !3 = !DIObjCProperty(name: "foo", file: !1, line: 7, setter: "setFoo", getter: "getFoo", attributes: 7, type: !2)
14 getter: "getFoo", attributes: 7, type: !2)
17 !4 = !DIObjCProperty(name: "", file: null, line: 0, setter: "", getter: "",
  /libnativehelper/include/nativehelper/
toStringArray.h 28 template <typename Counter, typename Getter>
29 jobjectArray toStringArray(JNIEnv* env, Counter* counter, Getter* getter) {
36 ScopedLocalRef<jstring> s(env, env->NewStringUTF((*getter)(i)));
65 VectorGetter getter(strings);
66 return toStringArray<VectorCounter, VectorGetter>(env, &counter, &getter);
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug141.go 17 type Getter interface {
24 case Getter: break;
  /prebuilts/go/linux-x86/test/fixedbugs/
bug141.go 17 type Getter interface {
24 case Getter: break;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRRecognizerSharedState.h 51 @property (retain, getter=getFollowing, setter=setFollowing:) NSMutableArray *following;
55 @property (assign, getter=getFailed, setter=setFailed:) BOOL failed;
57 @property (assign, getter=getBacktracking, setter=setBacktracking) NSInteger backtracking;
58 @property (retain, getter=getRuleMemo, setter=setRuleMemo:) ANTLRRuleStack *ruleMemo;
59 @property (copy, getter=getToken, setter=setToken) id<ANTLRToken> token;
60 @property (getter=getType,setter=setType:) NSUInteger type;
61 @property (getter=getChannel,setter=setChannel:) NSUInteger channel;
62 @property (getter=getTokenStartLine,setter=setTokenStartLine:) NSUInteger tokenStartLine;
63 @property (getter=getCharPositionInLine,setter=setCharPositionInLine:) NSUInteger tokenStartCharPositionInLine;
64 @property (getter=getTokenStartCharIndex,setter=setTokenStartCharIndex:) NSInteger tokenStartCharIndex
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRRecognizerSharedState.h 51 @property (retain, getter=getFollowing, setter=setFollowing:) NSMutableArray *following;
55 @property (assign, getter=getFailed, setter=setFailed:) BOOL failed;
57 @property (assign, getter=getBacktracking, setter=setBacktracking) NSInteger backtracking;
58 @property (retain, getter=getRuleMemo, setter=setRuleMemo:) ANTLRRuleStack *ruleMemo;
59 @property (copy, getter=getToken, setter=setToken) id<ANTLRToken> token;
60 @property (getter=getType,setter=setType:) NSUInteger type;
61 @property (getter=getChannel,setter=setChannel:) NSUInteger channel;
62 @property (getter=getTokenStartLine,setter=setTokenStartLine:) NSUInteger tokenStartLine;
63 @property (getter=getCharPositionInLine,setter=setCharPositionInLine:) NSUInteger tokenStartCharPositionInLine;
64 @property (getter=getTokenStartCharIndex,setter=setTokenStartCharIndex:) NSInteger tokenStartCharIndex
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRRecognizerSharedState.h 51 @property (retain, getter=getFollowing, setter=setFollowing:) NSMutableArray *following;
55 @property (assign, getter=getFailed, setter=setFailed:) BOOL failed;
57 @property (assign, getter=getBacktracking, setter=setBacktracking) NSInteger backtracking;
58 @property (retain, getter=getRuleMemo, setter=setRuleMemo:) ANTLRRuleStack *ruleMemo;
59 @property (copy, getter=getToken, setter=setToken) id<ANTLRToken> token;
60 @property (getter=getType,setter=setType:) NSUInteger type;
61 @property (getter=getChannel,setter=setChannel:) NSUInteger channel;
62 @property (getter=getTokenStartLine,setter=setTokenStartLine:) NSUInteger tokenStartLine;
63 @property (getter=getCharPositionInLine,setter=setCharPositionInLine:) NSUInteger tokenStartCharPositionInLine;
64 @property (getter=getTokenStartCharIndex,setter=setTokenStartCharIndex:) NSInteger tokenStartCharIndex
    [all...]
  /hardware/qcom/gps/core/
ContextBase.cpp 50 getLBSProxy_t* getter = (getLBSProxy_t*)dlsym(lib, "getLBSProxy"); local
51 if (NULL != getter) {
52 proxy = (*getter)();
73 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); local
74 if(getter != NULL) {
75 LOC_LOGD("%s:%d]: getter is not NULL for LocApiV02", __func__, __LINE__);
76 locApi = (*getter)(mMsgTask, exMask, this);
85 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); local
86 if (NULL != getter) {
87 LOC_LOGD("%s:%d]: getter is not NULL in RPC", __func__, __LINE__)
    [all...]
  /hardware/qcom/gps/msm8960/core/
ContextBase.cpp 50 getIzatProxy_t* getter = (getIzatProxy_t*)dlsym(lib, "getIzatProxy"); local
51 if (NULL != getter) {
52 proxy = (*getter)();
72 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); local
73 if(getter != NULL) {
74 LOC_LOGD("%s:%d]: getter is not NULL for LocApiV02", __func__, __LINE__);
75 locApi = (*getter)(mMsgTask,exMask);
84 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); local
85 if (NULL != getter) {
86 LOC_LOGD("%s:%d]: getter is not NULL in RPC", __func__, __LINE__)
    [all...]
  /hardware/qcom/gps/msm8994/core/
ContextBase.cpp 50 getLBSProxy_t* getter = (getLBSProxy_t*)dlsym(lib, "getLBSProxy"); local
51 if (NULL != getter) {
52 proxy = (*getter)();
73 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); local
74 if(getter != NULL) {
75 LOC_LOGD("%s:%d]: getter is not NULL for LocApiV02", __func__, __LINE__);
76 locApi = (*getter)(mMsgTask, exMask, this);
85 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); local
86 if (NULL != getter) {
87 LOC_LOGD("%s:%d]: getter is not NULL in RPC", __func__, __LINE__)
    [all...]

Completed in 554 milliseconds

1 2 3 4 5 6 7 8 91011>>