/cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/ |
D | EventOrderingVerificationTest.java | 66 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
|
D | EventGapVerificationTest.java | 69 int[] indices) { in runVerification()
|
D | AbstractSensorVerification.java | 52 int[] indices = new int[eventsCount]; in getIndexArray() local
|
D | TimestampClockSourceVerificationTest.java | 165 int[] indices) { in runVerification()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | Canvas_VertexModeTest.java | 53 short[] indices = { 0, 1, 2, 3, 4, 1 }; in testValues() local
|
/cts/suite/audio_quality/test/ |
D | TaskSequentialTest.cpp | 53 std::list<TaskCase::IndexPair>* indices = mTestCase->findAllIndices(RE); in TEST_F() local
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
D | CanvasTests.java | 480 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/ |
D | PlanetsRenderer.java | 208 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/ |
D | ObjImporter.java | 155 int[] indices = new int[]{0, 1, 2, 0, 2, 3}; in parse() local
|
/cts/tests/tests/jni/libjnitest/ |
D | android_jni_cts_InstanceNonce.c | 100 static int indices[] = { 0, 50, 99 }; in InstanceNonce_returnStringArray() local
|
D | android_jni_cts_StaticNonce.c | 99 static int indices[] = { 0, 50, 99 }; in StaticNonce_returnStringArray() local
|
/cts/tests/camera/utils/src/android/hardware/camera2/cts/ |
D | CameraTestUtils.java | 572 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/ |
D | MediaCodecTest.java | 838 List<Integer> indices = new ArrayList<>(); in getOutputBufferIndices() local
|