/cts/tests/tests/text/src/android/text/method/cts/ |
D | ReplacementTransformationMethodTest.java | 60 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
|
D | HideReturnsTransformationMethodTest.java | 50 MyHideReturnsTranformationMethod method = new MyHideReturnsTranformationMethod(); in testGetOriginal() local 75 MyHideReturnsTranformationMethod method = new MyHideReturnsTranformationMethod(); in testGetReplacement() local
|
D | SingleLineTransformationMethodTest.java | 74 MySingleLineTranformationMethod method = new MySingleLineTranformationMethod(); in testGetReplacement() local 85 SingleLineTransformationMethod method = SingleLineTransformationMethod.getInstance(); in testGetTransformation() local
|
D | LinkMovementMethodTest.java | 127 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
|
D | ScrollingMovementMethodTest.java | 115 final ScrollingMovementMethod method = new ScrollingMovementMethod(); in testOnTouchEventHorizontalMotion() local 903 final MyScrollingMovementMethod method = new MyScrollingMovementMethod(); in testHorizontalMovement() local
|
D | ArrowKeyMovementMethodTest.java | 778 ArrowKeyMovementMethod method = new ArrowKeyMovementMethod(); in testInitialize() local 836 ArrowKeyMovementMethod method = new ArrowKeyMovementMethod(); in testOnKeyUp() local
|
D | PasswordTransformationMethodTest.java | 197 PasswordTransformationMethod method = new PasswordTransformationMethod(); in testGetTransformation() local
|
/cts/tests/SignatureTest/tests/src/android/tests/sigtest/tests/ |
D | JDiffClassDescriptionTest.java | 139 …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/ |
D | SigMethod.java | 50 public static String toString(IMethod method) { in toString()
|
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/ |
D | ApiClass.java | 62 public void addMethod(ApiMethod method) { in addMethod()
|
D | TextReport.java | 103 private static void printMethod(ApiMethod method, PrintStream out) { in printMethod()
|
/cts/tests/tests/jni/libjnitest/ |
D | macroized_tests.c | 191 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/ |
D | DexFileReaderTests.java | 99 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/ |
D | DexUtil.java | 417 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()
|
D | DexToSigConverter.java | 675 SigMethod method = new SigMethod(dexMethod.getName()); in convertMethod() local
|
/cts/tests/SignatureTest/src/android/tests/sigtest/ |
D | JDiffClassDescription.java | 131 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/ |
D | CollectAllTests.java | 162 Method method = null; in main() local
|
D | DescriptionGenerator.java | 532 MethodDoc method = iterator.next(); in getTestMethods() local
|
/cts/tools/dex-tools/src/dex/reader/ |
D | DexClassImpl.java | 291 EncodedMethod method = null; in getDexMethods() local
|
/cts/tools/signature-tools/test/signature/converter/ |
D | ConvertClassTest.java | 454 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/ |
D | DocletToSigConverter.java | 501 private IMethod convertMethod(MethodDoc method) { in convertMethod()
|