OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:emptyInterface
(Results
1 - 2
of
2
) sorted by null
/external/dagger2/compiler/src/test/java/dagger/internal/codegen/
MissingBindingSuggestionsTest.java
41
private static JavaFileObject
emptyInterface
(String interfaceName) {
80
JavaFileObject bar =
emptyInterface
("Bar");
140
JavaFileObject baz =
emptyInterface
("Baz");
/libcore/benchmarks/src/benchmarks/
MethodInvocationBenchmark.java
24
void
emptyInterface
();
56
public void
emptyInterface
() {
94
c.
emptyInterface
();
Completed in 265 milliseconds