Home
last modified time | relevance | path

Searched defs:firstModule (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/
H A DObjectMapperTest.java460 final SimpleModule firstModule = new SimpleModule() { in testRegisterDependentModules() local
/aosp_15_r20/external/dagger2/javatests/dagger/internal/codegen/
H A DComponentProcessorTest.java1538 Source firstModule = in bindsToDuplicateBinding_bindsKeyIsNotDuplicated() local
/aosp_15_r20/build/blueprint/
H A Dcontext.go298 func (l moduleList) firstModule() *moduleInfo { func