Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/jni/
DVulkanPreTransformTestHelpers.cpp510 int32_t typeIndex = -1; in createVertexBuffers() local
515 typeIndex = i; in createVertexBuffers()
521 ASSERT(typeIndex != -1); in createVertexBuffers()
527 .memoryTypeIndex = static_cast<uint32_t>(typeIndex), in createVertexBuffers()
/cts/tools/vm-tests-tf/lib/
Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...
/cts/tests/tests/telecom/src/android/telecom/cts/
DBaseTelecomTestWithMockServices.java1345 int typeIndex = logCursor.getColumnIndex(CallLog.Calls.TYPE); in verifyCallLogging() local
1346 int type = logCursor.getInt(typeIndex); in verifyCallLogging()