| /cts/tests/tests/binder_ndk/libbinder_ndk_test/api/1/test_package/ |
| D | ITest.aidl | 28 boolean[] RepeatBooleanArray(in boolean[] input, out boolean[] repeated); in RepeatBooleanArray() 29 byte[] RepeatByteArray(in byte[] input, out byte[] repeated); in RepeatByteArray() 30 char[] RepeatCharArray(in char[] input, out char[] repeated); in RepeatCharArray() 31 int[] RepeatIntArray(in int[] input, out int[] repeated); in RepeatIntArray() 32 long[] RepeatLongArray(in long[] input, out long[] repeated); in RepeatLongArray() 33 float[] RepeatFloatArray(in float[] input, out float[] repeated); in RepeatFloatArray() 34 double[] RepeatDoubleArray(in double[] input, out double[] repeated); in RepeatDoubleArray() 35 String[] RepeatStringArray(in String[] input, out String[] repeated); in RepeatStringArray() 36 …test_package.RegularPolygon[] RepeatRegularPolygonArray(in test_package.RegularPolygon[] input, ou… in RepeatRegularPolygonArray() 37 @nullable boolean[] RepeatNullableBooleanArray(in @nullable boolean[] input); in RepeatNullableBooleanArray() [all …]
|
| /cts/tests/tests/binder_ndk/libbinder_ndk_test/api/2/test_package/ |
| D | ITest.aidl | 28 boolean[] RepeatBooleanArray(in boolean[] input, out boolean[] repeated); in RepeatBooleanArray() 29 byte[] RepeatByteArray(in byte[] input, out byte[] repeated); in RepeatByteArray() 30 char[] RepeatCharArray(in char[] input, out char[] repeated); in RepeatCharArray() 31 int[] RepeatIntArray(in int[] input, out int[] repeated); in RepeatIntArray() 32 long[] RepeatLongArray(in long[] input, out long[] repeated); in RepeatLongArray() 33 float[] RepeatFloatArray(in float[] input, out float[] repeated); in RepeatFloatArray() 34 double[] RepeatDoubleArray(in double[] input, out double[] repeated); in RepeatDoubleArray() 35 String[] RepeatStringArray(in String[] input, out String[] repeated); in RepeatStringArray() 36 …test_package.RegularPolygon[] RepeatRegularPolygonArray(in test_package.RegularPolygon[] input, ou… in RepeatRegularPolygonArray() 37 @nullable boolean[] RepeatNullableBooleanArray(in @nullable boolean[] input); in RepeatNullableBooleanArray() [all …]
|
| /cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/ |
| D | ITest.aidl | 73 boolean[] RepeatBooleanArray(in boolean[] input, out boolean[] repeated); in RepeatBooleanArray() 74 byte[] RepeatByteArray(in byte[] input, out byte[] repeated); in RepeatByteArray() 75 char[] RepeatCharArray(in char[] input, out char[] repeated); in RepeatCharArray() 76 int[] RepeatIntArray(in int[] input, out int[] repeated); in RepeatIntArray() 77 long[] RepeatLongArray(in long[] input, out long[] repeated); in RepeatLongArray() 78 float[] RepeatFloatArray(in float[] input, out float[] repeated); in RepeatFloatArray() 79 double[] RepeatDoubleArray(in double[] input, out double[] repeated); in RepeatDoubleArray() 80 String[] RepeatStringArray(in String[] input, out String[] repeated); in RepeatStringArray() 81 …RegularPolygon[] RepeatRegularPolygonArray(in RegularPolygon[] input, out RegularPolygon[] repeate… in RepeatRegularPolygonArray() 84 @nullable boolean[] RepeatNullableBooleanArray(in @nullable boolean[] input); in RepeatNullableBooleanArray() [all …]
|
| /cts/tests/app/src/android/app/cts/ |
| D | RemoteInputTest.java | 33 RemoteInput input = newDataOnlyRemoteInput(); in testRemoteInputBuilder_setDataOnly() local 45 RemoteInput input = newTextRemoteInput(); in testRemoteInputBuilder_setTextOnly() local 56 RemoteInput input = newChoicesOnlyRemoteInput(); in testRemoteInputBuilder_setChoicesOnly() local 70 RemoteInput input = in testRemoteInputBuilder_setDataAndTextAndChoices() local 86 RemoteInput input = in testRemoteInputBuilder_setEditChoicesBeforeSending() local 113 RemoteInput input = newDataOnlyRemoteInput(); in testRemoteInputBuilder_addAndGetDataResultsFromIntent() local 124 RemoteInput input = newTextRemoteInput(); in testRemoteInputBuilder_addAndGetTextResultsFromIntent() local 139 RemoteInput input = newTextAndDataRemoteInput(); in testRemoteInputBuilder_addAndGetDataAndTextResultsFromIntentDataFirst() local 154 RemoteInput input = newTextAndDataRemoteInput(); in testRemoteInputBuilder_addAndGetDataAndTextResultsFromIntentTextFirst() local 174 RemoteInput input = newTextAndDataRemoteInput(); in testGetResultsSource_addDataAndTextResults() local [all …]
|
| /cts/hostsidetests/securitybulletin/src/android/security/cts/ |
| D | RegexUtils.java | 32 public static void assertContains(String pattern, String input) throws Exception { in assertContains() 36 public static void assertContainsMultiline(String pattern, String input) throws Exception { in assertContainsMultiline() 40 public static void assertNotContains(String pattern, String input) throws Exception { in assertNotContains() 44 public static void assertNotContainsMultiline(String pattern, String input) throws Exception { in assertNotContainsMultiline() 49 String pattern, String input, boolean shouldFind, boolean multiline) { in assertFind() 92 private static String getInputContext(String input, int start, int end, int before, int after) { in getInputContext()
|
| D | SecurityTestCase.java | 98 public void assertMatches(String pattern, String input) throws Exception { in assertMatches() 103 public void assertMatchesMultiLine(String pattern, String input) throws Exception { in assertMatchesMultiLine() 108 public void assertNotMatches(String pattern, String input) throws Exception { in assertNotMatches() 113 public void assertNotMatchesMultiLine(String pattern, String input) throws Exception { in assertNotMatchesMultiLine()
|
| /cts/hostsidetests/dumpsys/src/android/dumpsys/cts/ |
| D | BaseDumpsysTest.java | 66 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/autofillservice/src/android/autofillservice/cts/ |
| D | AttachedContextActivity.java | 57 FillExpectation expectAutoFill(String input) { in expectAutoFill() 66 private FillExpectation(String input) { in FillExpectation()
|
| D | SimpleSaveActivity.java | 106 public FillExpectation expectAutoFill(String input) { in expectAutoFill() 112 public FillExpectation expectAutoFill(String input, String password) { in expectAutoFill() 127 private FillExpectation(String input, String password) { in FillExpectation()
|
| D | PreSimpleSaveActivity.java | 62 public FillExpectation expectAutoFill(String input) { in expectAutoFill() 75 private FillExpectation(String input) { in FillExpectation()
|
| /cts/tests/tests/provider/src/android/provider/cts/ |
| D | PhotoUtil.java | 29 InputStream input = context.getResources().openRawResource(R.drawable.testimage); in getTestPhotoData() local
|
| /cts/tests/tests/keystore/src/android/keystore/cts/ |
| D | BlockCipherTestBase.java | 687 int opmode, byte[] input, byte[] expectedOutput) throws Exception { in assertKatOneShotTransformUsingDoFinal() 1399 protected byte[] doFinal(byte[] input) throws IllegalBlockSizeException, BadPaddingException { in doFinal() 1403 protected byte[] doFinal(byte[] input, int inputOffset, int inputLen) in doFinal() 1408 protected int doFinal(byte[] input, int inputOffset, int inputLen, byte[] output) in doFinal() 1413 protected int doFinal(byte[] input, int inputOffset, int inputLen, byte[] output, in doFinal() 1424 protected int doFinal(ByteBuffer input, ByteBuffer output) throws ShortBufferException, in doFinal() 1453 protected byte[] update(byte[] input) { in update() 1460 protected byte[] update(byte[] input, int offset, int len) { in update() 1467 protected int update(byte[] input, int offset, int len, byte[] output) in update() 1475 protected int update(byte[] input, int offset, int len, byte[] output, int outputOffset) in update() [all …]
|
| D | AESGCMCipherTestBase.java | 152 byte[] aad, byte[] input, byte[] expectedOutput) throws Exception { in assertKatTransformWithAadProvidedInOneGo() 167 byte[] aad, byte[] input, byte[] expectedOutput, int maxChunkSize) throws Exception { in assertKatTransformWithAadProvidedInChunks()
|
| /cts/tests/tests/renderscript/src/android/renderscript/cts/ |
| D | Float16TestData.java | 22 static short[] input = { field in Float16TestData
|
| D | ReduceTest.java | 174 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
|
| D | ScriptGroupTest.java | 373 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/hostsidetests/theme/app/src/android/theme/app/modifiers/ |
| D | ProgressBarModifier.java | 33 public float getInterpolation(float input) { in getInterpolation()
|
| /cts/tests/tests/rscpp/librscpptest/ |
| D | rs_jni.cpp | 90 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/tests/tests/accounts/src/android/accounts/cts/ |
| D | AccountRemovalDummyActivity.java | 40 Bundle input = (savedInstanceState == null) ? getIntent().getExtras() : savedInstanceState; in onCreate() local
|
| /cts/tests/autofillservice/src/android/autofillservice/cts/augmented/ |
| D | DisableAutofillTest.java | 99 final EditText input = simpleActivity.getInput(); in testAugmentedAutofill_standardAutofillDisabledByService_otherActivity() local
|
| /cts/tests/tests/rscpp/src/android/cts/rscpp/ |
| D | RSLUTTest.java | 34 native boolean lutTest(String path, int X, int Y, byte[] input, byte[] output); in lutTest()
|
| D | RSBlendTest.java | 34 … native boolean blendTest(String path, int X, int Y, byte[] input, byte[] output, int optionFlag); in blendTest()
|
| D | RS3DLUTTest.java | 36 …native boolean lutTest(String path, int X, int Y, int lutSize, byte[] input, byte[] input2, byte[]… in lutTest()
|
| /cts/hostsidetests/monkey/src/com/android/cts/monkey/ |
| D | PackageTest.java | 82 private static final String truncateError(String input) { in truncateError()
|
| /cts/tests/backup/app/src/android/backup/app/ |
| D | KeyValueBackupAgent.java | 53 try (FileInputStream input = new FileInputStream(testFile)) { in onBackup()
|