Home
last modified time | relevance | path

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

12

/cts/tests/app/src/android/app/cts/
DRemoteInputTest.java33 RemoteInput input = newDataOnlyRemoteInput(); in testRemoteInputBuilder_setDataOnly() local
43 RemoteInput input = newTextRemoteInput(); in testRemoteInputBuilder_setTextOnly() local
52 RemoteInput input = newChoicesOnlyRemoteInput(); in testRemoteInputBuilder_setChoicesOnly() local
64 RemoteInput input = in testRemoteInputBuilder_setDataAndTextAndChoices() local
79 RemoteInput input = newDataOnlyRemoteInput(); in testRemoteInputBuilder_addAndGetDataResultsFromIntent() local
90 RemoteInput input = newTextRemoteInput(); in testRemoteInputBuilder_addAndGetTextResultsFromIntent() local
105 RemoteInput input = in testRemoteInputBuilder_addAndGetDataAndTextResultsFromIntentDataFirst() local
129 RemoteInput input = in testRemoteInputBuilder_addAndGetDataAndTextResultsFromIntentTextFirst() local
/cts/common/util/src/com/android/compatibility/common/util/
DResultUploader.java48 InputStream input = new FileInputStream(reportFile); in uploadResult() local
61 private static byte[] getBytes(InputStream input) throws IOException { in getBytes()
DFileUtil.java57 public static void writeToFile(InputStream input, File destFile) throws IOException { in writeToFile()
DMultipartForm.java114 InputStream input = connection.getInputStream(); in submitForm() local
/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/provider/src/android/provider/cts/
DPhotoUtil.java29 InputStream input = context.getResources().openRawResource(R.drawable.testimage); in getTestPhotoData() local
/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
DScriptGroupTest.java373 Allocation input = Allocation.createSized(mRS, Element.I32_4(mRS), ARRAY_SIZE); in testBuilder2PointWiseKernelToKernelDependency() local
428 Allocation input = Allocation.createSized(mRS, Element.I32_4(mRS), ARRAY_SIZE); in testBuilder2GatherScatterAcrossKernelsViaGlobals() local
487 Allocation input = Allocation.createSized(mRS, Element.I32_4(mRS), ARRAY_SIZE); in testBuilder2KernelOutputToGlobal() local
549 Allocation input = Allocation.createSized(mRS, Element.F32_4(mRS), ARRAY_SIZE); in testBuilder2InvokeToKernelDependency() local
/cts/tests/tests/keystore/src/android/keystore/cts/
DBlockCipherTestBase.java685 int opmode, byte[] input, byte[] expectedOutput) throws Exception { in assertKatOneShotTransformUsingDoFinal()
1378 protected byte[] doFinal(byte[] input) throws IllegalBlockSizeException, BadPaddingException { in doFinal()
1382 protected byte[] doFinal(byte[] input, int inputOffset, int inputLen) in doFinal()
1387 protected int doFinal(byte[] input, int inputOffset, int inputLen, byte[] output) in doFinal()
1392 protected int doFinal(byte[] input, int inputOffset, int inputLen, byte[] output, in doFinal()
1403 protected int doFinal(ByteBuffer input, ByteBuffer output) throws ShortBufferException, in doFinal()
1432 protected byte[] update(byte[] input) { in update()
1439 protected byte[] update(byte[] input, int offset, int len) { in update()
1446 protected int update(byte[] input, int offset, int len, byte[] output) in update()
1454 protected int update(byte[] input, int offset, int len, byte[] output, int outputOffset) in update()
[all …]
DAESGCMCipherTestBase.java152 byte[] aad, byte[] input, byte[] expectedOutput) throws Exception { in assertKatTransformWithAadProvidedInOneGo()
167 byte[] aad, byte[] input, byte[] expectedOutput, int maxChunkSize) throws Exception { in assertKatTransformWithAadProvidedInChunks()
/cts/hostsidetests/theme/app/src/android/theme/app/modifiers/
DProgressBarModifier.java34 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/tests/autofillservice/src/android/autofillservice/cts/
DFatActivityTest.java98 final ViewNode input = inputContainer.getChildAt(0); in testNoContainers() 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/monkey/src/com/android/cts/monkey/
DPackageTest.java52 private static final String truncateError(String input) { in truncateError()
/cts/tests/tests/rscpp/src/android/cts/rscpp/
DRSLUTTest.java34 native boolean lutTest(String path, int X, int Y, byte[] input, byte[] output); in lutTest()
DRSBlendTest.java34 … native boolean blendTest(String path, int X, int Y, byte[] input, byte[] output, int optionFlag); in blendTest()
DRS3DLUTTest.java36 …native boolean lutTest(String path, int X, int Y, int lutSize, byte[] input, byte[] input2, byte[]… in lutTest()
DRSBlurTest.java34 …native boolean blurTest(String path, int X, int Y, byte[] input, byte[] output, boolean singleChan… in blurTest()
DRSConvolveTest.java34 …native boolean convolveTest(String path, int X, int Y, byte[] input, byte[] output, float[] coeffs… in convolveTest()
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DBitmapUtils.java51 Allocation input = Allocation.createFromBitmap(rs, bmap); in calcHistograms() local
/cts/tests/tests/security/src/android/security/cts/
DPackageSignatureTest.java130 InputStream input = mContext.getResources().openRawResource(resId); in getSignature() local
/cts/tests/tests/view/src/android/view/animation/cts/
DDecelerateInterpolatorTest.java171 final float input = 0.25f; in testGetInterpolation() local
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
DDepthImage.java60 InputStream input = context.getContentResolver().openInputStream(image); in createFromXMPMetadata() local

12