Home
last modified time | relevance | path

Searched defs:input (Results 1 – 25 of 175) sorted by relevance

1234567

/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/
DITest.aidl82 PersistableBundle RepeatPersistableBundle(in PersistableBundle input); in RepeatPersistableBundle()
88 boolean[] RepeatBooleanArray(in boolean[] input, out boolean[] repeated); in RepeatBooleanArray()
89 byte[] RepeatByteArray(in byte[] input, out byte[] repeated); in RepeatByteArray()
90 char[] RepeatCharArray(in char[] input, out char[] repeated); in RepeatCharArray()
91 int[] RepeatIntArray(in int[] input, out int[] repeated); in RepeatIntArray()
92 long[] RepeatLongArray(in long[] input, out long[] repeated); in RepeatLongArray()
93 float[] RepeatFloatArray(in float[] input, out float[] repeated); in RepeatFloatArray()
94 double[] RepeatDoubleArray(in double[] input, out double[] repeated); in RepeatDoubleArray()
95 ByteEnum[] RepeatByteEnumArray(in ByteEnum[] input, out ByteEnum[] repeated); in RepeatByteEnumArray()
96 IntEnum[] RepeatIntEnumArray(in IntEnum[] input, out IntEnum[] repeated); in RepeatIntEnumArray()
[all …]
/cts/tests/app/src/android/app/cts/
DRemoteInputTest.java35 RemoteInput input = newDataOnlyRemoteInput(); in testRemoteInputBuilder_setDataOnly() local
47 RemoteInput input = newTextRemoteInput(); in testRemoteInputBuilder_setTextOnly() local
58 RemoteInput input = newChoicesOnlyRemoteInput(); in testRemoteInputBuilder_setChoicesOnly() local
72 RemoteInput input = in testRemoteInputBuilder_setDataAndTextAndChoices() local
88 RemoteInput input = in testRemoteInputBuilder_setEditChoicesBeforeSending() local
115 RemoteInput input = newDataOnlyRemoteInput(); in testRemoteInputBuilder_addAndGetDataResultsFromIntent() local
126 RemoteInput input = newTextRemoteInput(); in testRemoteInputBuilder_addAndGetTextResultsFromIntent() local
141 RemoteInput input = newTextAndDataRemoteInput(); in testRemoteInputBuilder_addAndGetDataAndTextResultsFromIntentDataFirst() local
156 RemoteInput input = newTextAndDataRemoteInput(); in testRemoteInputBuilder_addAndGetDataAndTextResultsFromIntentTextFirst() local
176 RemoteInput input = newTextAndDataRemoteInput(); in testGetResultsSource_addDataAndTextResults() local
[all …]
/cts/tests/tests/content/src/android/content/res/cts/
DAssetFileDescriptor_AutoCloseInputStreamTest.java258 AssetFileDescriptor.AutoCloseInputStream input = getInputStream(); in testGetChannel() local
267 AssetFileDescriptor.AutoCloseInputStream input = getInputStream(); in testOffsetCorrectFileChannelSize() local
274 AssetFileDescriptor.AutoCloseInputStream input = getInputStream(); in testOffsetCorrectFileChannelReadBuffer() local
293 AssetFileDescriptor.AutoCloseInputStream input = getInputStream(); in testOffsetCorrectFileChannelReadBuffers() local
311 AssetFileDescriptor.AutoCloseInputStream input = getInputStream(); in testOffsetCorrectFileChannelReadBufferFromPosition() local
328 AssetFileDescriptor.AutoCloseInputStream input = getInputStream(); in testOffsetCorrectFileChannelTransferTo() local
358 AssetFileDescriptor.AutoCloseInputStream input = getInputStream(); in testOffsetCorrectFileChannelMap() local
374 AssetFileDescriptor.AutoCloseInputStream input = getInputStream(); in testOffsetCorrectFileChannelWriteBuffer() local
388 AssetFileDescriptor.AutoCloseInputStream input = getInputStream(); in testOffsetCorrectFileChannelWriteBuffers() local
404 AssetFileDescriptor.AutoCloseInputStream input = getInputStream(); in testOffsetCorrectFileChannelWriteBufferFromPosition() local
[all …]
/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
DPreSimpleSaveActivity.java67 public void setTextAndWaitTextChange(String input) throws Exception { in setTextAndWaitTextChange()
73 public FillExpectation expectInputTextChange(String input) { in expectInputTextChange()
79 public FillExpectation expectAutoFill(String input) { in expectAutoFill()
90 private FillExpectation(String input) { in FillExpectation()
DSimpleSaveActivity.java129 public void setTextAndWaitTextChange(String input, String password) throws Exception { in setTextAndWaitTextChange()
142 public FillExpectation expectAutoFill(String input) { in expectAutoFill()
148 public FillExpectation expectInputPasswordTextChange(String input, String password) { in expectInputPasswordTextChange()
159 public FillExpectation expectAutoFill(String input, String password) { in expectAutoFill()
171 private FillExpectation(String input, String password) { in FillExpectation()
DAttachedContextActivity.java59 public FillExpectation expectAutoFill(String input) { in expectAutoFill()
68 private FillExpectation(String input) { in FillExpectation()
/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/
DAppSearchMigratorTest.java70 GenericDocument input = in testOnUpgrade() local
132 GenericDocument input = in testOnDowngrade() local
/cts/tests/tests/companion/core/src/android/companion/cts/core/
DTransportsListenerTest.kt141 val input = ByteArrayInputStream(byteArrayOf()) in <lambda>() constant
151 val input = ByteArrayInputStream(byteArrayOf()) in <lambda>() constant
167 val input = BlockedInputStream() in <lambda>() constant
/cts/hostsidetests/dumpsys/src/android/dumpsys/cts/
DBaseDumpsysTest.java66 protected static long assertInteger(String input) { in assertInteger()
76 protected static long assertNonNegativeInteger(String input) { in assertNonNegativeInteger()
89 protected static long assertPositiveInteger(String input) { in assertPositiveInteger()
124 protected static double assertDouble(String input) { in assertDouble()
/cts/tests/tests/media/common/src/android/media/cts/
DMediaCodecAsyncHelper.java70 public SlotEvent(boolean input, int index) { in SlotEvent()
75 public SlotEvent(boolean input, int index, MediaCodec.BufferInfo info) { in SlotEvent()
80 public final boolean input; field in MediaCodecAsyncHelper.SlotEvent
/cts/tests/tests/contactsprovider/src/android/provider/cts/
DPhotoUtil.java29 InputStream input = context.getResources().openRawResource(R.drawable.testimage); in getTestPhotoData() local
/cts/tests/tests/keystore/src/android/keystore/cts/
DBlockCipherTestBase.java748 int opmode, byte[] input, byte[] expectedOutput) throws Exception { in assertKatOneShotTransformUsingDoFinal()
1578 protected byte[] doFinal(byte[] input) throws IllegalBlockSizeException, BadPaddingException { in doFinal()
1582 protected byte[] doFinal(byte[] input, int inputOffset, int inputLen) in doFinal()
1587 protected int doFinal(byte[] input, int inputOffset, int inputLen, byte[] output) in doFinal()
1592 protected int doFinal(byte[] input, int inputOffset, int inputLen, byte[] output, in doFinal()
1603 protected int doFinal(ByteBuffer input, ByteBuffer output) throws ShortBufferException, in doFinal()
1634 protected byte[] update(byte[] input) { in update()
1641 protected byte[] update(byte[] input, int offset, int len) { in update()
1648 protected int update(byte[] input, int offset, int len, byte[] output) in update()
1656 protected int update(byte[] input, int offset, int len, byte[] output, int outputOffset) in update()
[all …]
DAESGCMCipherTestBase.java161 byte[] aad, byte[] input, byte[] expectedOutput) throws Exception { in assertKatTransformWithAadProvidedInOneGo()
176 byte[] aad, byte[] input, byte[] expectedOutput, int maxChunkSize) throws Exception { in assertKatTransformWithAadProvidedInChunks()
/cts/tests/tests/security/src/android/security/cts/
DPersistableBundleTest.java40 String input = "<bundle><string name=\"key\">value</string>" in testReadFromStream_invalidType() local
DPackageSignatureTest.java276 InputStream input = mContext.getResources().openRawResource(resId); in getSignature() local
294 try (InputStream input = assetManager.open(fileName); ) { in getSignatureFromAssetFile()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DFloat16TestData.java22 static short[] input = { field in Float16TestData
DReduceTest.java174 private int addint(final int[] input) { in addint()
182 final int[] input = createInputArrayInt(100000, 0, 1 << 13); in testAddInt1D() local
209 private Int2 findMinAndMax(final float[] input) { in findMinAndMax()
230 final float[] input = createInputArrayFloat(100000, 4); in testFindMinAndMax() local
267 final short[] input = createInputArrayHalf(1000, 23); in testFindMinAndMaxHalf() local
304 final short[] input = createInputArrayHalf(1000, 25); in testFindMinAndMaxHalf2() local
376 int[] input = createInputArrayInt(inputLen, 5); in testFz() local
549 final int[] input = createInputArrayInt(100000, 15, 1 << 13); in testBadSumXorInputNull() local
/cts/tests/tests/rscpp/librscpptest/
Drs_jni.cpp90 jbyte * input = (jbyte *) env->GetPrimitiveArrayCritical(inputByteArray, 0); in Java_android_cts_rscpp_RSBlurTest_blurTest() local
130 jbyte * input = (jbyte *) env->GetPrimitiveArrayCritical(inputByteArray, 0); in Java_android_cts_rscpp_RSConvolveTest_convolveTest() local
176 jbyte * input = (jbyte *) env->GetPrimitiveArrayCritical(inputByteArray, 0); in Java_android_cts_rscpp_RSLUTTest_lutTest() local
218 jbyte * input = (jbyte *) env->GetPrimitiveArrayCritical(inputByteArray, 0); in Java_android_cts_rscpp_RS3DLUTTest_lutTest() local
263 jbyte * input = (jbyte *) env->GetPrimitiveArrayCritical(inputByteArray, 0); in Java_android_cts_rscpp_RSColorMatrixTest_colorMatrixTest() local
311 jbyte * input = (jbyte *) env->GetPrimitiveArrayCritical(inputByteArray, 0); in Java_android_cts_rscpp_RSBlendTest_blendTest() local
418 jbyte * input = (jbyte *) env->GetPrimitiveArrayCritical(inputByteArray, 0); in Java_android_cts_rscpp_RSResizeTest_resizeTest() local
422 jfloat * input = (jfloat *) env->GetPrimitiveArrayCritical(inputFloatArray, 0); in Java_android_cts_rscpp_RSResizeTest_resizeTest() local
456 jbyte * input = (jbyte *) env->GetPrimitiveArrayCritical(inputByteArray, 0); in Java_android_cts_rscpp_RSYuvTest_yuvTest() local
/cts/hostsidetests/theme/app/src/android/theme/app/modifiers/
DProgressBarModifier.java33 public float getInterpolation(float input) { in getInterpolation()
/cts/tests/tests/accounts/src/android/accounts/cts/
DAccountRemovalDummyActivity.java40 Bundle input = (savedInstanceState == null) ? getIntent().getExtras() : savedInstanceState; in onCreate() local
/cts/apps/CtsVerifier/jni/audio_loopback/analyzer/
DPeakDetector.h34 double process(double input) { in process()
/cts/tests/tests/widget/src/android/widget/cts/util/
DRemoteViewsUtil.kt37 val input = ProtoInputStream(output.bytes) in recreateFromProto() constant
/cts/tests/searchui/src/android/searchuiservice/cts/
DCtsSearchUiService.java79 Query input, SearchTargetEvent event) { in onNotifyEvent()
88 public void onQuery(SearchSessionId sessionId, Query input, in onQuery()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/perfetto/
DPerfettoTests.java266 List<EventMetricData> input) { in extractPerfettoUploadedEvents()
277 List<EventMetricData> input) { in extractPerfettoTriggerEvents()
288 List<EventMetricData> input) { in extractReportEvents()
/cts/hostsidetests/packagemanager/domainverification/host/src/com/android/cts/packagemanager/verify/domain/host/
DDomainVerificationHostUtils.kt39 javaClass.classLoader!!.getResource(javaResourceName)!!.openStream().use { input -> in <lambda>() method

1234567