Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/
DImageTransformationTest.java76 ImageTransformation trans = new ImageTransformation in fieldCannotBeFound() local
95 ImageTransformation trans = new ImageTransformation in theOneOptionsMatches() local
112 ImageTransformation trans = new ImageTransformation in theOneOptionsMatchesWithContentDescription() local
131 ImageTransformation trans = new ImageTransformation in noOptionsMatches() local
149 ImageTransformation trans = new ImageTransformation in multipleOptionsOneMatches() local
167 ImageTransformation trans = new ImageTransformation in multipleOptionsOneMatchesWithContentDescription() local
187 ImageTransformation trans = new ImageTransformation in twoOptionsMatch() local
206 ImageTransformation trans = new ImageTransformation in twoOptionsMatchWithContentDescription() local
DCharSequenceTransformationTest.java87 CharSequenceTransformation trans = b.build(); in testBadSubst() local
117 CharSequenceTransformation trans = b.build(); in testUnknownField() local
135 CharSequenceTransformation trans = new CharSequenceTransformation in testCreditCardObfuscator() local
154 CharSequenceTransformation trans = new CharSequenceTransformation in testReplaceAllByOne() local
171 CharSequenceTransformation trans = new CharSequenceTransformation in testPartialMatchIsIgnored() local
189 CharSequenceTransformation trans = new CharSequenceTransformation in userNameObfuscator() local
212 CharSequenceTransformation trans = b.build(); in testMismatch() local
230 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.java351 ImageTransformation trans = new ImageTransformation.Builder(usernameId, in badImageTransformation() local
366 ImageTransformation trans = new ImageTransformation in unusedImageTransformation() local
382 ImageTransformation trans = new ImageTransformation in applyImageTransformationToTextView() local
397 CharSequenceTransformation trans = new CharSequenceTransformation in failFirstFailAll() local
413 CharSequenceTransformation trans = new CharSequenceTransformation in failSecondFailAll() local
429 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 …]
/cts/tools/dasm/src/java_cup/
Dlalr_state.java224 lalr_transition trans; in add_transition() local