Home
last modified time | relevance | path

Searched refs:anotherMethod (Results 1 – 9 of 9) sorted by relevance

/external/clang/test/SemaObjC/
Dcompare-qualified-class.m50 - (ClassA<ProtocolY> *)anotherMethod; method
60 - (ClassA<ProtocolY> *)anotherMethod { method
/external/r8/src/test/examples/shaking14/
DSuperclass.java11 static double anotherMethod(double value) { in anotherMethod() method in Superclass
DSubclass.java11 static double anotherMethod(double value) { in anotherMethod() method in Subclass
DShaking.java11 System.out.println(instance.anotherMethod(100)); in main()
/external/clang/test/Index/
Dannotate-attribute.cpp8 void anotherMethod(); // annotation attribute should be propagated.
/external/v8/tools/clang/rewrite_to_chrome_style/tests/
Dtemplate-original.cc32 void anotherMethod() { T::staticMethodTemplate(123); } in anotherMethod() function in not_blink::TemplatedClass
277 void anotherMethod() { in anotherMethod() function in blink::cxx_dependent_scope_member_expr_testing::Vector
Dtemplate-expected.cc32 void anotherMethod() { T::staticMethodTemplate(123); } in anotherMethod() function in not_blink::TemplatedClass
/external/guava/guava-tests/test/com/google/common/reflect/
DParameterTest.java55 private void anotherMethod(int i, String s) {} in anotherMethod() method in ParameterTest
/external/clang/test/Analysis/
DDeallocUseAfterFreeErrors.m364 - (void)anotherMethod { method
369 [self anotherMethod]; // expected-warning {{use of 'self' after it has been deallocated}}