Home
last modified time | relevance | path

Searched defs:trans (Results 1 – 5 of 5) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/
DImageTransformationTest.java77 ImageTransformation trans = new ImageTransformation in fieldCannotBeFound() local
96 ImageTransformation trans = new ImageTransformation in theOneOptionsMatches() local
113 ImageTransformation trans = new ImageTransformation in theOneOptionsMatchesWithContentDescription() local
132 ImageTransformation trans = new ImageTransformation in noOptionsMatches() local
150 ImageTransformation trans = new ImageTransformation in multipleOptionsOneMatches() local
168 ImageTransformation trans = new ImageTransformation in multipleOptionsOneMatchesWithContentDescription() local
188 ImageTransformation trans = new ImageTransformation in twoOptionsMatch() local
207 ImageTransformation trans = new ImageTransformation in twoOptionsMatchWithContentDescription() local
DCharSequenceTransformationTest.java88 CharSequenceTransformation trans = b.build(); in testBadSubst() local
118 CharSequenceTransformation trans = b.build(); in testUnknownField() local
136 CharSequenceTransformation trans = new CharSequenceTransformation in testCreditCardObfuscator() local
155 CharSequenceTransformation trans = new CharSequenceTransformation in testReplaceAllByOne() local
172 CharSequenceTransformation trans = new CharSequenceTransformation in testPartialMatchIsIgnored() local
190 CharSequenceTransformation trans = new CharSequenceTransformation in userNameObfuscator() local
213 CharSequenceTransformation trans = b.build(); in testMismatch() local
231 CharSequenceTransformation trans = new CharSequenceTransformation in testFieldsAreAppliedInOrder() local
DDateTransformationTest.java63 final DateTransformation trans = new DateTransformation(mFieldId, new SimpleDateFormat()); in testFieldNotFound() local
72 final DateTransformation trans = new DateTransformation(mFieldId, new SimpleDateFormat()); in testInvalidAutofillValueType() local
83 final DateTransformation trans = new DateTransformation(mFieldId, in testValidAutofillValue() local
DCustomDescriptionTest.java437 ImageTransformation trans = new ImageTransformation.Builder(usernameId, in badImageTransformation() local
452 ImageTransformation trans = new ImageTransformation in unusedImageTransformation() local
468 ImageTransformation trans = new ImageTransformation in applyImageTransformationToTextView() local
483 CharSequenceTransformation trans = new CharSequenceTransformation in failFirstFailAll() local
499 CharSequenceTransformation trans = new CharSequenceTransformation in failSecondFailAll() local
515 CharSequenceTransformation trans = new CharSequenceTransformation in applyCharSequenceTransformationToImageView() local
/cts/tests/tests/rsblas/src/android/renderscript/cts/
DIntrinsicBLAS.java238 private void xGEMV_API_test(int trans, int incX, int incY, ArrayList<Allocation> mMatrix) { in xGEMV_API_test()
315 int trans = ScriptIntrinsicBLAS.NO_TRANSPOSE; in test_L2_SGEMV_Correctness() local
370 int trans = ScriptIntrinsicBLAS.NO_TRANSPOSE; in test_L2_DGEMV_Correctness() local
425 int trans = ScriptIntrinsicBLAS.NO_TRANSPOSE; in test_L2_CGEMV_Correctness() local
480 int trans = ScriptIntrinsicBLAS.NO_TRANSPOSE; in test_L2_ZGEMV_Correctness() local
536 …private void xGBMV_API_test(int trans, int KL, int KU, int incX, int incY, ArrayList<Allocation> m… in xGBMV_API_test()
615 int trans = ScriptIntrinsicBLAS.NO_TRANSPOSE; in test_L2_SGBMV_Correctness() local
670 int trans = ScriptIntrinsicBLAS.NO_TRANSPOSE; in test_L2_DGBMV_Correctness() local
725 int trans = ScriptIntrinsicBLAS.NO_TRANSPOSE; in test_L2_CGBMV_Correctness() local
780 int trans = ScriptIntrinsicBLAS.NO_TRANSPOSE; in test_L2_ZGBMV_Correctness() local
[all …]