Home
last modified time | relevance | path

Searched refs:indexed (Results 1 – 6 of 6) sorted by relevance

/frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/processor/
DFieldProcessor.kt48 val indexed : Boolean in process() constant
71 indexed = AnnotationMirrors in process()
79 indexed = false in process()
93 indexed = indexed) in process()
DEntityProcessor.kt87 .filter { it.indexed } in <lambda>()
90 it.indexed = false in <lambda>()
96 it.indexed = false in <lambda>()
/frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/vo/
DField.kt38 var indexed : Boolean = false) { variable in android.arch.persistence.room.vo.Field
/frameworks/support/room/compiler/src/test/kotlin/android/arch/persistence/room/processor/
DFieldProcessorTest.kt154 fun indexed() { in <lambda>() method
165 indexed = true))) in <lambda>()
DPojoProcessorTest.kt526 indexed = false in <lambda>()
/frameworks/native/vulkan/api/
Dvulkan.api3218 … fullDrawIndexUint32 /// full 32-bit range of indices for indexed draw calls
3343 … maxDrawIndexedIndexValue /// max index value for indexed draw calls (for 3…