Home
last modified time | relevance | path

Searched refs:privateMethod (Results 1 – 10 of 10) sorted by relevance

/external/clang/test/SemaObjC/
Ddelay-parsing-cfunctions.m11 [self privateMethod]; // clang already does not warn here
15 [myObject privateMethod];
18 - (void)privateMethod { } method in MyClass
21 [myObject privateMethod];
29 [myObject privateMethod];
/external/clang/test/SemaObjCXX/
Ddelay-parsing-cplusfuncs.mm24 [self privateMethod]; // clang already does not warn here
28 [myObject privateMethod];
31 - (void)privateMethod { } method in MyClass
34 [myObject privateMethod];
40 [O1 privateMethod];
Ddelay-parsing-cfunctions.mm16 [self privateMethod]; // clang already does not warn here
20 [myObject privateMethod];
23 - (void)privateMethod { } method in MyClass
26 [myObject privateMethod];
Ddelay-parsing-func-tryblock.mm18 [self privateMethod]; // clang already does not warn here
22 [myObject privateMethod];
29 [myObject privateMethod];
45 [myObject privateMethod];
58 - (void)privateMethod { } method in i
/external/testng/src/test/java/test/privatemethod/
DPrivateMethodTest.java11 private int privateMethod() { in privateMethod() method in PrivateMethodTest
19 int returnValue = pmt.privateMethod(); in testPrivateMethod()
/external/robolectric-shadows/processor/src/test/resources/org/robolectric/annotation/processing/shadows/
DShadowImplementationWithIncorrectVisibility.java35 private static void privateMethod() {} in privateMethod() method in ShadowImplementationWithIncorrectVisibility
/external/guava/guava-tests/test/com/google/common/reflect/
DElementTest.java212 @Tested private void privateMethod() {} in privateMethod() method in ElementTest.A
DInvokableTest.java597 private void privateMethod() {} in privateMethod() method in InvokableTest.Prepender
/external/javapoet/src/test/java/com/squareup/javapoet/
DMethodSpecTest.java142 private void privateMethod() { in privateMethod() method in MethodSpecTest.InvalidOverrideMethods
/external/guava/guava-testlib/test/com/google/common/testing/
DNullPointerTesterTest.java1216 private void privateMethod() {} in privateMethod() method in NullPointerTesterTest.VisibilityMethods