Home
last modified time | relevance | path

Searched refs:thingTwo (Results 1 – 3 of 3) sorted by relevance

/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/
DNonComponentDependencyComponent.java24 ThingTwo thingTwo(); in thingTwo() method
/external/dagger2/compiler/src/it/functional-tests/src/test/java/test/
DNonComponentDependencyTest.java32 assertThat(component.thingTwo()).isNotNull(); in testThing()
/external/skia/src/pathops/
DSkPathOpsCommon.cpp281 int thingTwo = row < col ? col : ends - row + col - 1; in Assemble() local
282 int ndxTwo = thingTwo >> 1; in Assemble()
283 bool endTwo = thingTwo & 1; in Assemble()