Home
last modified time | relevance | path

Searched defs:indices (Results 1 – 13 of 13) sorted by relevance

/cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/
DEventOrderingVerificationTest.java66 List<Integer> indices = getIndices(stats); in testSingleOutofOrder() local
83 List<Integer> indices = getIndices(stats); in testMultipleOutOfOrder() local
109 List<Integer> indices = new ArrayList<Integer>(primitiveIndices.length); in getIndices() local
DEventGapVerificationTest.java69 int[] indices) { in runVerification()
DAbstractSensorVerification.java52 int[] indices = new int[eventsCount]; in getIndexArray() local
DTimestampClockSourceVerificationTest.java165 int[] indices) { in runVerification()
/cts/tests/tests/graphics/src/android/graphics/cts/
DCanvas_VertexModeTest.java53 short[] indices = { 0, 1, 2, 3, 4, 1 }; in testValues() local
/cts/suite/audio_quality/test/
DTaskSequentialTest.cpp53 std::list<TaskCase::IndexPair>* indices = mTestCase->findAllIndices(RE); in TEST_F() local
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DCanvasTests.java480 final short[] indices = { in testDrawVerticesTooFewVerts() local
496 final short[] indices = { in testDrawVerticesTooFewTexs() local
512 final short[] indices = { in testDrawVerticesTooFewColors() local
528 final short[] indices = { in testDrawVerticesTooFewIndices() local
/cts/tests/tests/openglperf/src/android/openglperf/cts/
DPlanetsRenderer.java208 ShortBuffer[] indices = mSpheres[i].getIndices(); in onDrawFrame() local
412 ShortBuffer[] indices = mSpheres[i].getIndices(); in createVbo() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/RenderUtils/
DObjImporter.java155 int[] indices = new int[]{0, 1, 2, 0, 2, 3}; in parse() local
/cts/tests/tests/jni/libjnitest/
Dandroid_jni_cts_InstanceNonce.c100 static int indices[] = { 0, 50, 99 }; in InstanceNonce_returnStringArray() local
Dandroid_jni_cts_StaticNonce.c99 static int indices[] = { 0, 50, 99 }; in StaticNonce_returnStringArray() local
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java572 ArrayList<Integer> indices = remainingResultIndicesMap.get(request); in getTotalCaptureResultsForRequests() local
585 ArrayList<Integer> indices = remainingResultIndicesMap.get(request); in getTotalCaptureResultsForRequests() local
/cts/tests/tests/media/src/android/media/cts/
DMediaCodecTest.java838 List<Integer> indices = new ArrayList<>(); in getOutputBufferIndices() local