Home
last modified time | relevance | path

Searched defs:index (Results 1 – 25 of 167) sorted by relevance

1234567

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DAssertions.java147 @NonNull List<ContentCaptureEvent> events, int index, @NonNull View expectedView) { in assertViewWithUnknownParentAppeared()
159 int index, @NonNull View expectedDecorView) { in assertDecorViewAppeared()
170 @NonNull List<ContentCaptureEvent> events, int index, @NonNull View expectedView, in assertViewWithUnknownParentAppeared()
192 int index) { in assertViewAppeared()
202 public static void assertViewAppeared(@NonNull List<ContentCaptureEvent> events, int index, in assertViewAppeared()
214 public static void assertViewAppeared(@NonNull List<ContentCaptureEvent> events, int index, in assertViewAppeared()
222 public static void assertViewAppeared(@NonNull List<ContentCaptureEvent> events, int index, in assertViewAppeared()
230 int index, int expectedType) { in assertSessionLevelEvent()
246 int index) { in assertSessionResumed()
254 int index) { in assertSessionPaused()
[all …]
/cts/tests/tests/os/src/android/os/cts/
DISharedMemoryService.aidl23 byte read(int index); in read()
24 void write(int index, byte value); in write()
DSharedMemoryService.java49 public byte read(int index) throws RemoteException { in read()
58 public void write(int index, byte value) throws RemoteException { in write()
/cts/tests/tests/media/src/android/media/cts/
DMediaCodecWrapper.java46 void releaseOutputBuffer(int index, boolean render); in releaseOutputBuffer()
52 ByteBuffer getOutputBuffer(int index); in getOutputBuffer()
56 ByteBuffer getInputBuffer(int index); in getInputBuffer()
61 int index, in queueInputBuffer()
DSdkMediaCodec.java82 public final void releaseOutputBuffer(int index, boolean render) { in releaseOutputBuffer()
102 public ByteBuffer getOutputBuffer(int index) { in getOutputBuffer()
112 public ByteBuffer getInputBuffer(int index) { in getInputBuffer()
118 int index, in queueInputBuffer()
DNdkMediaCodec.java50 …private static native boolean AMediaCodecReleaseOutputBuffer(long ndkMediaCodec, int index, boolea… in AMediaCodecReleaseOutputBuffer()
51 private static native ByteBuffer AMediaCodecGetOutputBuffer(long ndkMediaCodec, int index); in AMediaCodecGetOutputBuffer()
53 private static native ByteBuffer AMediaCodecGetInputBuffer(long ndkMediaCodec, int index); in AMediaCodecGetInputBuffer()
71 int index, in AMediaCodecQueueInputBuffer()
169 public ByteBuffer getOutputBuffer(int index) { in getOutputBuffer()
174 public void releaseOutputBuffer(int index, boolean render) { in releaseOutputBuffer()
194 public ByteBuffer getInputBuffer(int index) { in getInputBuffer()
205 int index, in queueInputBuffer()
DIvfWriter.java161 private static void lay16Bits(byte[] array, int index, int value){ in lay16Bits()
175 private static void lay32Bits(byte[] array, int index, int value){ in lay32Bits()
190 private static void lay64bits(byte[] array, int index, long value){ in lay64bits()
DSurfaceEncodeTimestampTest.java374 public void onInputBufferAvailable(MediaCodec codec, int index) { in onInputBufferAvailable()
380 public void onOutputBufferAvailable(MediaCodec codec, int index, BufferInfo info) { in onOutputBufferAvailable()
425 private static Rect getColorBarRect(int index, int width, int height) { in getColorBarRect()
431 private static Rect getColorBlockRect(int index, int width, int height) { in getColorBlockRect()
DMediaRandomTest.java310 final int index = mParam % audioSource.length; in testRecorderRandomAction() local
333 int index = mParam % width.length; in testRecorderRandomAction() local
/cts/tests/camera/src/android/hardware/camera2/cts/
DCamera2MultiViewCtsActivity.java50 public TextureView getTextureView(int index) { in getTextureView()
58 public SurfaceView getSurfaceView(int index) { in getSurfaceView()
/cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/
DAbstractSensorVerification.java65 public final int index; field in AbstractSensorVerification.IndexedEvent
68 public IndexedEvent(int index, TestSensorEvent event) { in IndexedEvent()
80 public IndexedEventPair(int index, TestSensorEvent event, TestSensorEvent previousEvent) { in IndexedEventPair()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
DDspBufferBase.java38 public abstract void setValue(int index, double value); in setValue()
40 public abstract void setValues(int index, double... values); in setValues()
DDspBufferComplex.java39 public void setValues(int index, double... values) { in setValues()
45 public void setValue(int index, double value) { in setValue()
DDspBufferDouble.java37 public void setValues(int index, double... values) { in setValues()
42 public void setValue(int index, double value) { in setValue()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DGestureDetectionStubAccessibilityService.java59 public int getGesture(int index) { in getGesture()
108 public int getEvent(int index) { in getEvent()
/cts/hostsidetests/securitybulletin/src/android/security/cts/
DPoc16_12.java34 int index = result.indexOf(pattern); in testPocCVE_2016_8406() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/Renderable/
DRectangleRenderable.java67 int index = i % COLOUR_DATA_SIZE; in initialiseRectangle() local
137 int index = i % COLOUR_DATA_SIZE; in setLineColor() local
/cts/tests/tests/media/libndkaudio/
DWaveTableGenerator.cpp36 for (int index = 0; index < size; index++) { in genSinWave() local
/cts/tests/tests/os/jni/
Dandroid_os_cts_SharedMemory.cpp24 jboolean nWriteByte(JNIEnv* env, jobject, jobject jSharedMemory, jint index, jbyte value) { in nWriteByte()
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/
DExactComparer.java35 int index = indexFromXAndY(x, y, stride, offset); in verifySame() local
/cts/tests/tests/telephony/current/src/android/telephony/embms/cts/
DMbmsGroupCallSessionTest.java86 int index = 10; in testCallbacks() local
/cts/tests/openglperf2/jni/reference/scene/
DScene.cpp75 void Scene::drawSceneGraph(int index) { in drawSceneGraph()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DDisplayModifier.java470 int index = 0; in Accessor() local
480 private LinkedHashMap<String, DisplayModifier> getMapAtIndex(int index) { in getMapAtIndex()
572 private boolean validIndex(int index) { in validIndex()
/cts/tests/tests/widget/src/android/widget/cts/
DExpandableListTester.java72 int index = 0; in testContextMenus() local
199 int index = 0; in testSelectedPositionOnGroups() local
/cts/tools/release-parser/src/com/android/cts/releaseparser/
DArgumentParser.java54 public String getParameterElement(String option, int index) { in getParameterElement()

1234567