Home
last modified time | relevance | path

Searched refs:methodC (Results 1 – 5 of 5) sorted by relevance

/external/caliper/caliper/src/test/java/com/google/caliper/runner/
DExperimentingRunnerModuleTest.java53 private Method methodC; field in ExperimentingRunnerModuleTest
58 methodC = TestBenchmark.class.getDeclaredMethod("c"); in setUp()
67 .add(instrumentA.createInstrumentation(methodC)) in provideInstrumentations_noNames()
70 .add(instrumentB.createInstrumentation(methodC)) in provideInstrumentations_noNames()
92 .add(instrumentA.createInstrumentation(methodC)) in provideInstrumentations_withNames()
94 .add(instrumentB.createInstrumentation(methodC)) in provideInstrumentations_withNames()
/external/clang/test/SemaObjC/
Dundeclared-selector.m40 SEL c = @selector(methodC); // expected-warning {{undeclared selector 'methodC'}}
Dcomptypes-3.m19 - (void) methodC; method
Dnullability.m93 - (NSFoo *)methodC:(NSFoo*)foo;
107 - (nonnull NSFoo *)methodC:(nullable NSFoo*)foo {
Dattr-availability.m219 -(void)methodC; method