| /external/clang/test/PCH/ | 
| D | method-redecls.m | 7 -(void)meth;  method8 -(void)meth;  method
 9 -(void)meth;  method
 15 -(void)meth { }  method
 
 | 
| D | chain-categories.m | 34 +(void)meth;  class52 +(void)meth {}  class
 
 | 
| D | pending-ids.m | 20 + (BOOL)meth;  class
 | 
| D | chain-class-extension.m | 15 +(void)meth;  class
 | 
| /external/clang/test/SemaObjC/ | 
| D | method-undefined-warn-1.m | 4 - (void) meth;  method14 - (void) meth {}  method
 20 - (void) meth;  method
 30 - (void) meth {}  method
 36 - (void) meth;  method
 42 - (void) meth {}  method
 
 | 
| D | check-dup-decl-methods-1.m | 4 - (int) meth;  method11 - (int) meth;	// expected-note {{previous declaration is here}}  method
 12 - (int*) meth;	// expected-error {{duplicate declaration of method 'meth'}}  method
 35 - (int) meth; // expected-note {{previous declaration is here}}  method
 36 - (int*) meth; // expected-error {{duplicate declaration of method 'meth'}}  method
 
 | 
| D | class-unavail-warning.m | 14 - (MyClass *)meth; // no error.  method21 - (MyClass *)meth; // expected-error {{unavailable}}  method
 25 - (MyClass *)meth; // no error.  method in Cat1
 
 | 
| D | method-def-1.m | 4 - (int)meth;  method8 - (int) meth { return [self meth]; }  method
 
 | 
| D | circular-container.m | 153 - (void)meth {  method164 - (void)meth {  method
 175 - (void)meth {  method
 
 | 
| D | undefined-protocol-type-1.m | 7 - (T<p2, p3, p1, p4>*) meth;  // expected-error {{cannot find protocol declaration for 'p3'}}  method
 | 
| D | message.m | 9 - (void)meth;  method14 - (void) meth { [self contents]; }   method
 
 | 
| D | warn-category-method-deprecated.m | 5 - (void)meth;  method
 | 
| /external/clang/test/Index/ | 
| D | overrides.m | 43 -(void)meth;  method in cat50 -(void)meth { }  method
 61 -(void)meth;  method
 72 -(void)meth;  method in readwrite
 88 -(void)meth;  method
 92 -(void)meth;  method in cat
 96 -(void)meth{}  method
 
 | 
| D | pch-with-errors.m | 5 -(void)meth;  method in cat9 -(void)meth;  method
 
 | 
| D | cursor-dynamic-call.mm | 3   virtual void meth();  field14 -(void)meth;  method
 
 | 
| D | index-decls.m | 24 -(void)meth {  method54 -(void)meth;  method
 
 | 
| D | unmatched-braces.m | 2 -(void)meth {  method
 | 
| D | rdar12316296-codecompletion.m | 18 -(void)meth {  method
 | 
| D | index-suppress-refs.m | 12 -(I*)meth;  method in cat
 | 
| /external/python/cpython3/Include/ | 
| D | classobject.h | 31 #define PyMethod_GET_FUNCTION(meth) \  argument33 #define PyMethod_GET_SELF(meth) \  argument
 50 #define PyInstanceMethod_GET_FUNCTION(meth) \  argument
 
 | 
| /external/python/cpython2/Include/ | 
| D | classobject.h | 69 #define PyMethod_GET_FUNCTION(meth) \  argument71 #define PyMethod_GET_SELF(meth) \  argument
 73 #define PyMethod_GET_CLASS(meth) \  argument
 
 | 
| /external/python/cpython3/Objects/ | 
| D | methodobject.c | 425     _PyCFunctionFast meth = (_PyCFunctionFast)  in cfunction_vectorcall_FASTCALL()  local441     _PyCFunctionFastWithKeywords meth = (_PyCFunctionFastWithKeywords)  in cfunction_vectorcall_FASTCALL_KEYWORDS()  local
 458     PyCMethod meth = (PyCMethod)cfunction_enter_call(tstate, func);  in cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD()  local
 485     PyCFunction meth = (PyCFunction)cfunction_enter_call(tstate, func);  in cfunction_vectorcall_NOARGS()  local
 512     PyCFunction meth = (PyCFunction)cfunction_enter_call(tstate, func);  in cfunction_vectorcall_O()  local
 538     PyCFunction meth = PyCFunction_GET_FUNCTION(func);  in cfunction_call()  local
 
 | 
| /external/clang/test/Index/Core/ | 
| D | index-source.m | 5 -(void)meth;  method78 -(void)meth;  method
 
 | 
| /external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/ | 
| D | Verifier.java | 163             final int meth = pv.getMethodNo();  in getMessages()  local172             final int meth = pv.getMethodNo();  in getMessages()  local
 
 | 
| /external/rust/crates/quiche/deps/boringssl/src/crypto/x509v3/ | 
| D | v3_int.c | 79 static void *s2i_asn1_int(X509V3_EXT_METHOD *meth, X509V3_CTX *ctx,  in s2i_asn1_int()
 |