Home
last modified time | relevance | path

Searched defs:method (Results 1 – 21 of 21) sorted by relevance

/cts/tests/tests/text/src/android/text/method/cts/
DReplacementTransformationMethodTest.java60 MyReplacementTransformationMethod method = in testGetTransformation() local
80 ReplacementTransformationMethod method = new MyReplacementTransformationMethod(ORIGINAL, in testGetTransformationWithAbnormalCharSequence() local
100 ReplacementTransformationMethod method = in testGetTransformationWithAbmornalReplacement() local
128 ReplacementTransformationMethod method = in testGetTransformationWithAbmornalOriginal() local
153 ReplacementTransformationMethod method = new MyReplacementTransformationMethod(ORIGINAL, in testOnFocusChanged() local
DHideReturnsTransformationMethodTest.java50 MyHideReturnsTranformationMethod method = new MyHideReturnsTranformationMethod(); in testGetOriginal() local
75 MyHideReturnsTranformationMethod method = new MyHideReturnsTranformationMethod(); in testGetReplacement() local
DSingleLineTransformationMethodTest.java74 MySingleLineTranformationMethod method = new MySingleLineTranformationMethod(); in testGetReplacement() local
85 SingleLineTransformationMethod method = SingleLineTransformationMethod.getInstance(); in testGetTransformation() local
DLinkMovementMethodTest.java127 LinkMovementMethod method = new LinkMovementMethod(); in testOnTakeFocus() local
275 LinkMovementMethod method = new LinkMovementMethod(); in testOnKeyUp() local
366 final MyLinkMovementMethod method = new MyLinkMovementMethod(); in testUp() local
406 final MyLinkMovementMethod method = new MyLinkMovementMethod(); in testDown() local
446 final MyLinkMovementMethod method = new MyLinkMovementMethod(); in testLeft() local
486 final MyLinkMovementMethod method = new MyLinkMovementMethod(); in testRight() local
545 final MyLinkMovementMethod method = new MyLinkMovementMethod(); in testMoveAroundUnclickable() local
573 LinkMovementMethod method = new LinkMovementMethod(); in testInitialize() local
DScrollingMovementMethodTest.java115 final ScrollingMovementMethod method = new ScrollingMovementMethod(); in testOnTouchEventHorizontalMotion() local
903 final MyScrollingMovementMethod method = new MyScrollingMovementMethod(); in testHorizontalMovement() local
DArrowKeyMovementMethodTest.java778 ArrowKeyMovementMethod method = new ArrowKeyMovementMethod(); in testInitialize() local
836 ArrowKeyMovementMethod method = new ArrowKeyMovementMethod(); in testOnKeyUp() local
DPasswordTransformationMethodTest.java197 PasswordTransformationMethod method = new PasswordTransformationMethod(); in testGetTransformation() local
/cts/tests/SignatureTest/tests/src/android/tests/sigtest/tests/
DJDiffClassDescriptionTest.java139 …JDiffClassDescription.JDiffMethod method = new JDiffClassDescription.JDiffMethod("staticMethod", M… in testStaticMethod() local
146 …JDiffClassDescription.JDiffMethod method = new JDiffClassDescription.JDiffMethod("syncMethod", Mod… in testSyncMethod() local
153 …JDiffClassDescription.JDiffMethod method = new JDiffClassDescription.JDiffMethod("packageProtected… in testPackageProtectMethod() local
160 …JDiffClassDescription.JDiffMethod method = new JDiffClassDescription.JDiffMethod("privateMethod", … in testPrivateMethod() local
167 …JDiffClassDescription.JDiffMethod method = new JDiffClassDescription.JDiffMethod("protectedMethod"… in testProtectedMethod() local
174 …JDiffClassDescription.JDiffMethod method = new JDiffClassDescription.JDiffMethod("throwsMethod", M… in testThrowsMethod() local
183 …JDiffClassDescription.JDiffMethod method = new JDiffClassDescription.JDiffMethod("nativeMethod", M… in testNativeMethod() local
285 …JDiffClassDescription.JDiffMethod method = new JDiffClassDescription.JDiffMethod("syncMethod", Mod… in testAddingSync() local
294 …JDiffClassDescription.JDiffMethod method = new JDiffClassDescription.JDiffMethod("notSyncMethod", … in testRemovingSync() local
303 …JDiffClassDescription.JDiffMethod method = new JDiffClassDescription.JDiffMethod("nativeMethod", M… in testAddingNative() local
[all …]
/cts/tools/signature-tools/src/signature/model/impl/
DSigMethod.java50 public static String toString(IMethod method) { in toString()
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DApiClass.java62 public void addMethod(ApiMethod method) { in addMethod()
DTextReport.java103 private static void printMethod(ApiMethod method, PrintStream out) { in printMethod()
/cts/tests/tests/jni/libjnitest/
Dmacroized_tests.c191 jmethodID method = findAppropriateMethod(env, &msg, ct, in help_CallBooleanMethod() local
294 jmethodID method = findAppropriateMethod(env, &msg, ct, in help_CallByteMethod() local
397 jmethodID method = findAppropriateMethod(env, &msg, ct, in help_CallShortMethod() local
500 jmethodID method = findAppropriateMethod(env, &msg, ct, in help_CallCharMethod() local
603 jmethodID method = findAppropriateMethod(env, &msg, ct, in help_CallIntMethod() local
706 jmethodID method = findAppropriateMethod(env, &msg, ct, in help_CallLongMethod() local
809 jmethodID method = findAppropriateMethod(env, &msg, ct, in help_CallFloatMethod() local
912 jmethodID method = findAppropriateMethod(env, &msg, ct, in help_CallDoubleMethod() local
1015 jmethodID method = findAppropriateMethod(env, &msg, ct, in help_CallVoidMethod() local
1118 jmethodID method = findAppropriateMethod(env, &msg, ct, in help_CallObjectMethod() local
[all …]
/cts/tools/dex-tools/test/dex/reader/
DDexFileReaderTests.java99 DexMethod method = getMethod(clazz, "publicStringMethodInt", "I"); in testT0() local
330 DexMethod method = getMethod(A, "m", "I"); in testParameterAnnotation() local
/cts/tools/signature-tools/src/signature/converter/dex/
DDexUtil.java417 public static boolean isConstructor(DexMethod method) { in isConstructor()
429 public static boolean isStaticConstructor(DexMethod method) { in isStaticConstructor()
433 public static boolean isMethod(DexMethod method) { in isMethod()
DDexToSigConverter.java675 SigMethod method = new SigMethod(dexMethod.getName()); in convertMethod() local
/cts/tests/SignatureTest/src/android/tests/sigtest/
DJDiffClassDescription.java131 public void addMethod(JDiffMethod method) { in addMethod()
544 private boolean matches(JDiffMethod jDiffMethod, Method method) { in matches()
582 private Method findMatchingMethod(JDiffMethod method) { in findMatchingMethod()
/cts/tools/utils/
DCollectAllTests.java162 Method method = null; in main() local
DDescriptionGenerator.java532 MethodDoc method = iterator.next(); in getTestMethods() local
/cts/tools/dex-tools/src/dex/reader/
DDexClassImpl.java291 EncodedMethod method = null; in getDexMethods() local
/cts/tools/signature-tools/test/signature/converter/
DConvertClassTest.java454 IMethod method = sigClass.getMethods().iterator().next(); in convertVoidMethod() local
467 IMethod method = sigClass.getMethods().iterator().next(); in convertArrayMethod() local
/cts/tools/signature-tools/src/signature/converter/doclet/
DDocletToSigConverter.java501 private IMethod convertMethod(MethodDoc method) { in convertMethod()