Home
last modified time | relevance | path

Searched refs:meth2 (Results 1 – 25 of 26) sorted by relevance

12

/external/clang/test/Index/
Dannotate-toplevel-in-objccontainer.m6 -(void)meth2; method in int
15 -(void)meth2 {} method in int
23 // CHECK-INTER: Identifier: "meth2" [6:8 - 6:13] ObjCInstanceMethodDecl=meth2:6:8
28 // CHECK-IMPL: Identifier: "meth2" [15:8 - 15:13] ObjCInstanceMethodDecl=meth2:15:8 (Definition)
33 // CHECK-PCH: Identifier: "meth2" [8:8 - 8:13] ObjCInstanceMethodDecl=meth2:8:8
Dannotate-toplevel-in-objccontainer.m.h8 -(void)meth2;
Dusrs.m55 - (id) meth2;
65 - (id) meth2 { return 0; } method
148 // CHECK: usrs.m c:objc(cs)CWithExt(im)meth2 Extent=[55:1 - 55:14]
155 // CHECK: usrs.m c:objc(cs)CWithExt(im)meth2 Extent=[65:1 - 65:27]
246 // CHECK-source: usrs.m:55:8: ObjCInstanceMethodDecl=meth2:55:8 Extent=[55:1 - 55:14]
263 // CHECK-source: usrs.m:65:8: ObjCInstanceMethodDecl=meth2:65:8 (Definition) Extent=[65:1 - 65:27]
Dget-cursor.m89 -(id)meth2{ method
179 …CHECK-SELECTORLOC: 89:6 ObjCInstanceMethodDecl=meth2:89:6 (Definition) Extent=[89:1 - 91:2] Spelli…
Dcomplete-method-decls.m80 -(MyObject <P1> *)meth2; method
225 …K-CLASSTY: ObjCInstanceMethodDecl:{LeftParen (}{Text MyObject<P1> *}{RightParen )}{TypedText meth2}
/external/clang/test/SemaTemplate/
Dinstantiate-function-2.cpp82 static void meth2();
87 B<int>::meth2(); in A()
94 template <typename R> void B<R>::meth2() { in meth2() function in rdar15464547::B
/external/clang/test/SemaObjC/
Dmethod-undef-extension-warn-1.m13 - (void)meth2; // expected-note {{method 'meth2' declared here}} method in P
22 // expected-warning {{method definition for 'meth2' not found}}
Dmethod-undef-category-warn-1.m12 - (void) meth2; // expected-note {{method 'meth2' declared here}} method in CAT
16 // expected-warning {{method definition for 'meth2' not found}}
Dscope-check.m88 + (void)meth2 { class
Dattr-deprecated.m97 - (DEPRECATED *) meth2; // no warning. method in Category
/external/clang/test/SemaObjCXX/
Dobjc-extern-c.mm17 -(void)meth2; method
29 [p meth2]; // expected-warning {{not found}}
/external/clang/test/PCH/
Dchain-class-extension.m30 +(void)meth2; class in assign
39 [I meth2];
/external/apache-commons-bcel/src/test/java/org/apache/bcel/data/
DPLSETestClass.java32 public void meth2(final int arg1, final ArrayList<String> arg2, final int arg3) in meth2() method in PLSETestClass
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/statics/
DPass3aVerifier.java1242 for (final Method meth2 : meths) { in visitINVOKESPECIAL()
1243 if ( (meth2.getName().equals(o.getMethodName(cpg))) && in visitINVOKESPECIAL()
1244 … (Type.getReturnType(meth2.getSignature()).equals(o.getReturnType(cpg))) && in visitINVOKESPECIAL()
1245 … (objarrayequals(Type.getArgumentTypes(meth2.getSignature()), o.getArgumentTypes(cpg))) ) { in visitINVOKESPECIAL()
1246 meth = meth2; in visitINVOKESPECIAL()
/external/python/typing/typing_extensions/src/
Dtest_typing_extensions.py1111 def meth2(self): member in ProtocolTests.test_subprotocols_extending.P2
1116 def meth2(self): member in ProtocolTests.test_subprotocols_extending.C
1122 def meth2(self): member in ProtocolTests.test_subprotocols_extending.C2
1136 def meth2(self): member in ProtocolTests.test_subprotocols_merging.P2
1144 def meth2(self): member in ProtocolTests.test_subprotocols_merging.C
1150 def meth2(self): member in ProtocolTests.test_subprotocols_merging.C2
/external/tremolo/Tremolo/
Ddpen.s99 BGT meth2
157 meth2: label
/external/python/cpython3/Lib/lib2to3/tests/data/
Dpy2_test_grammar.py793 def meth2(self, arg): pass member in GrammarTests.testClassdef.C
Dpy3_test_grammar.py773 def meth2(self, arg): pass member in GrammarTests.testClassdef.C
/external/python/cpython2/Lib/lib2to3/tests/data/
Dpy3_test_grammar.py737 def meth2(self, arg): pass member in GrammarTests.testClassdef.C
Dpy2_test_grammar.py793 def meth2(self, arg): pass member in GrammarTests.testClassdef.C
/external/python/cpython2/Lib/test/
Dtest_grammar.py1008 def meth2(self, arg): pass member in GrammarTests.test_classdef.C
Dtest_descr.py4157 def meth2(self): member in ClassPropertiesAndMethods.test_mutable_bases.Classic
4162 self.assertEqual(d.meth2(), 3)
4163 self.assertEqual(e.meth2(), 3)
/external/python/cpython3/Lib/test/
Dtest_typing.py990 def meth2(self): member in ProtocolTests.test_subprotocols_extending.P2
997 def meth2(self): member in ProtocolTests.test_subprotocols_extending.C
1005 def meth2(self): member in ProtocolTests.test_subprotocols_extending.C2
1021 def meth2(self): member in ProtocolTests.test_subprotocols_merging.P2
1032 def meth2(self): member in ProtocolTests.test_subprotocols_merging.C
1040 def meth2(self): member in ProtocolTests.test_subprotocols_merging.C2
Dtest_grammar.py1612 def meth2(self, arg): pass member in GrammarTests.test_classdef.C
/external/python/cpython2/Misc/
DHISTORY16257 and y.meth2, if x is equal to y and the methods are defined by the
16258 same function, x.meth1 compares equal to y.meth2.

12