Home
last modified time | relevance | path

Searched refs:meth1 (Results 1 – 24 of 24) sorted by relevance

/external/clang/test/Index/
Dannotate-toplevel-in-objccontainer.m5 -(void)meth1; method in int
14 -(void)meth1 {} method in int
22 // CHECK-INTER: Identifier: "meth1" [5:8 - 5:13] ObjCInstanceMethodDecl=meth1:5:8
27 // CHECK-IMPL: Identifier: "meth1" [14:8 - 14:13] ObjCInstanceMethodDecl=meth1:14:8 (Definition)
32 // CHECK-PCH: Identifier: "meth1" [7:8 - 7:13] ObjCInstanceMethodDecl=meth1:7:8
Dannotate-toplevel-in-objccontainer.m.h7 -(void)meth1;
Dusrs.m52 - (id) meth1; method
64 - (id) meth1 { return 0; } method
146 // CHECK: usrs.m c:objc(cs)CWithExt(im)meth1 Extent=[52:1 - 52:14]
154 // CHECK: usrs.m c:objc(cs)CWithExt(im)meth1 Extent=[64:1 - 64:27]
242 // CHECK-source: usrs.m:52:8: ObjCInstanceMethodDecl=meth1:52:8 Extent=[52:1 - 52:14]
257 // CHECK-source: usrs.m:64:8: ObjCInstanceMethodDecl=meth1:64:8 (Definition) Extent=[64:1 - 64:27]
Dget-cursor.m86 -(id)meth1 { method
178 …CHECK-SELECTORLOC: 86:6 ObjCInstanceMethodDecl=meth1:86:6 (Definition) Extent=[86:1 - 88:2] Spelli…
/external/clang/test/SemaObjC/
Dcheck-dup-decl-methods-1.m13 - (T*) meth1; // expected-note {{previous declaration is here}} method
14 - (T*) meth1; // expected-warning {{multiple declarations of method 'meth1' found and ignored}} method
15 + (T*) meth1; class
23 + (T*) meth1; class in cat
28 + (T*) meth1; // expected-note {{previous declaration is here}} class in cat1
30 + (T**) meth1; // expected-error {{duplicate declaration of method 'meth1'}} class in cat1
Dselector-1.m20 SEL s1 = @selector((meth1:));
24 SEL s5 = @selector((meth1:with:with:));
31 SEL s1 = @selector(meth1:);
35 SEL s5 = @selector(meth1:with:with:);
Dundefined-protocol-type-1.m8 - (T<p2, p3, p1, p4>*) meth1; // expected-error {{cannot find protocol declaration for 'p3'}} method
/external/clang/test/SemaObjCXX/
Dwarn-strict-selector-match.mm4 - (id) meth1: (Base *)arg1; // expected-note {{using}}
9 - (id) meth1: (Derived *)arg1; // expected-note {{also found}}
16 [r meth1:r]; // expected-warning {{multiple methods named 'meth1:' found}}
Dobjc-extern-c.mm4 -(void)meth1; method
28 [p meth1];
/external/clang/test/SemaTemplate/
Dinstantiate-function-2.cpp81 static void meth1();
90 template <typename R> void B<R>::meth1() { in meth1() function in rdar15464547::B
/external/clang/test/Parser/
Dselector-1.m8 SEL s1 = @selector(meth1:);
12 SEL s5 = @selector(meth1:with:with:);
/external/apache-commons-bcel/src/test/java/org/apache/bcel/data/
DPLSETestClass.java25 public void meth1(final int arg1) in meth1() method in PLSETestClass
/external/python/typing/typing_extensions/src/
Dtest_typing_extensions.py1107 def meth1(self): member in ProtocolTests.test_subprotocols_extending.P1
1114 def meth1(self): member in ProtocolTests.test_subprotocols_extending.C
1119 def meth1(self): member in ProtocolTests.test_subprotocols_extending.C1
1133 def meth1(self): member in ProtocolTests.test_subprotocols_merging.P1
1142 def meth1(self): member in ProtocolTests.test_subprotocols_merging.C
1147 def meth1(self): member in ProtocolTests.test_subprotocols_merging.C1
/external/tremolo/Tremolo/
Ddpen.s100 BEQ meth1
121 meth1: label
/external/python/cpython3/Lib/unittest/test/testmock/
Dtestmock.py1447 def meth1(self, a, b): pass member in MockTest.test_assert_has_calls_nested_spec.Something.Foo
1460 m.Foo(1).meth1(1, 2)
1461 m.assert_has_calls([call.Foo(1), call.Foo(1).meth1(1, 2)])
1462 m.Foo.assert_has_calls([call(1), call().meth1(1, 2)])
/external/python/cpython3/Lib/lib2to3/tests/data/
Dpy2_test_grammar.py792 def meth1(self): pass member in GrammarTests.testClassdef.C
Dpy3_test_grammar.py772 def meth1(self): pass member in GrammarTests.testClassdef.C
/external/python/cpython2/Lib/lib2to3/tests/data/
Dpy3_test_grammar.py736 def meth1(self): pass member in GrammarTests.testClassdef.C
Dpy2_test_grammar.py792 def meth1(self): pass member in GrammarTests.testClassdef.C
/external/python/cpython2/Lib/test/
Dtest_grammar.py1007 def meth1(self): pass member in GrammarTests.test_classdef.C
/external/python/cpython3/Lib/test/
Dtest_typing.py985 def meth1(self): member in ProtocolTests.test_subprotocols_extending.P1
994 def meth1(self): member in ProtocolTests.test_subprotocols_extending.C
1001 def meth1(self): member in ProtocolTests.test_subprotocols_extending.C1
1017 def meth1(self): member in ProtocolTests.test_subprotocols_merging.P1
1029 def meth1(self): member in ProtocolTests.test_subprotocols_merging.C
1036 def meth1(self): member in ProtocolTests.test_subprotocols_merging.C1
Dtest_grammar.py1611 def meth1(self): pass member in GrammarTests.test_classdef.C
/external/python/cpython2/Misc/
DHISTORY16256 * Built-in methods are now compared properly: when comparing x.meth1
16258 same function, x.meth1 compares equal to y.meth2.
/external/python/cpython3/Misc/
DHISTORY33635 * Built-in methods are now compared properly: when comparing x.meth1
33637 same function, x.meth1 compares equal to y.meth2.