Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/SemaObjC/
Dcompare-qualified-class.m50 - (ClassA<ProtocolY> *)anotherMethod; method
60 - (ClassA<ProtocolY> *)anotherMethod { method
/external/clang/test/SemaObjC/
Dcompare-qualified-class.m50 - (ClassA<ProtocolY> *)anotherMethod; method
60 - (ClassA<ProtocolY> *)anotherMethod { method
/external/grpc-grpc-java/core/src/test/java/io/grpc/util/
DMutableHandlerRegistryTest.java164 MethodDescriptor<String, Integer> anotherMethod = MethodDescriptor.<String, Integer>newBuilder() in replaceAndLookup() local
171 new ServiceDescriptor("basic", anotherMethod)) in replaceAndLookup()
172 .addMethod(anotherMethod, flowHandler).build(); in replaceAndLookup()
/external/clang/test/Index/
Dannotate-attribute.cpp8 void anotherMethod(); // annotation attribute should be propagated.
/external/llvm-project/clang/test/Index/
Dannotate-attribute.cpp8 void anotherMethod(); // annotation attribute should be propagated.
/external/robolectric-shadows/sandbox/src/test/java/org/robolectric/testing/
DAClassThatRefersToAForgettableClassInMethodCalls.java12 AClassToForget[] anotherMethod(int a, AClassToForget[] aClassToForget, String b) { in anotherMethod() method in AClassThatRefersToAForgettableClassInMethodCalls
/external/llvm-project/clang/test/Sema/
Dattr-mig.cpp11 …virtual __attribute__((mig_server_routine)) void anotherMethod(); // expected-warning{{'mig_server…
/external/guava/android/guava-tests/test/com/google/common/reflect/
DParameterTest.java53 private void anotherMethod(int i, String s) {} in anotherMethod() method in ParameterTest
/external/guava/guava-tests/test/com/google/common/reflect/
DParameterTest.java53 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}}
/external/llvm-project/clang/test/Analysis/
DDeallocUseAfterFreeErrors.m364 - (void)anotherMethod { method
369 [self anotherMethod]; // expected-warning {{Use of 'self' after it has been deallocated}}
/external/javaparser/javaparser-core-testing-bdd/src/test/resources/com/github/javaparser/
Dcomment_attribution_scenarios.story89 public void anotherMethod() {