Home
last modified time | relevance | path

Searched defs:method (Results 1 – 22 of 22) 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.java113 final ScrollingMovementMethod method = new ScrollingMovementMethod(); in testOnTouchEventHorizontalMotion() local
905 final MyScrollingMovementMethod method = new MyScrollingMovementMethod(); in testHorizontalMovement() local
DArrowKeyMovementMethodTest.java811 ArrowKeyMovementMethod method = new ArrowKeyMovementMethod(); in testInitialize() local
869 ArrowKeyMovementMethod method = new ArrowKeyMovementMethod(); in testOnKeyUp() local
DPasswordTransformationMethodTest.java182 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/annotation-helper/src/spechelper/
DMethodSelector.java52 IMethod method = selectMethod(); in obtainReplacement() local
88 private String generateAnnotation(boolean shortOnly, IMethod method) { in generateAnnotation()
150 IMethod method; in selectMethod() field in MethodSelector.MHolder
/cts/tools/signature-tools/src/signature/model/impl/
DSigMethod.java50 public static String toString(IMethod method) { in toString()
/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/tools/spec-progress/src/
DSpecProgressDoclet.java553 MethodDoc method = (MethodDoc) doc; in processElement() local
576 MethodDoc method = (MethodDoc) doc; in processElement() local
862 private boolean hasReturnDoc(MethodDoc method, List<String> errors) { in hasReturnDoc()
/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.java150 Method method = null; in main() local
DDescriptionGenerator.java524 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()
/cts/tools/test-progress-new/src/testprogress2/
DTestCoverageDoclet.java942 private ColorStat processElement(ExecutableMemberDoc method) { in processElement()
1195 private String getMethodString(ExecutableMemberDoc method) { in getMethodString()
/cts/tools/test-progress/src/
DTestCoverageDoclet.java697 private MyStats processElement(ExecutableMemberDoc method) { in processElement()