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/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/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/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}}
/external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/bdd/
Dcomment_attribution_scenarios.story89 public void anotherMethod() {