HomeSort by relevance Sort by last modified time
    Searched refs:method (Results 876 - 900 of 4969) sorted by null

<<31323334353637383940>>

  /external/proguard/src/proguard/classfile/visitor/
ExceptionCounter.java 48 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo)
  /external/proguard/src/proguard/optimize/info/
VariableUsageMarker.java 58 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute)
75 codeAttribute.instructionsAccept(clazz, method, this);
81 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {}
84 public void visitVariableInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VariableInstruction variableInstruction)
  /external/proguard/src/proguard/optimize/peephole/
PeepholeOptimizer.java 86 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute)
91 branchTargetFinder.visitCodeAttribute(clazz, method, codeAttribute);
98 codeAttribute.instructionsAccept(clazz, method, instructionVisitor);
101 codeAttributeEditor.visitCodeAttribute(clazz, method, codeAttribute);
  /external/webkit/WebCore/loader/
CrossOriginAccessControl.h 34 bool isSimpleCrossOriginAccessRequest(const String& method, const HTTPHeaderMap&);
  /frameworks/base/core/java/android/text/method/
DateKeyListener.java 17 package android.text.method;
DateTimeKeyListener.java 17 package android.text.method;
TimeKeyListener.java 17 package android.text.method;
TransformationMethod.java 17 package android.text.method;
40 * This method is called when the TextView that uses this
  /hardware/libhardware_legacy/include/hardware_legacy/
IMountService.h 43 virtual bool getShareMethodAvailable(String16 method) = 0;
44 virtual int shareVolume(String16 path, String16 method) = 0;
45 virtual int unshareVolume(String16 path, String16 method) = 0;
46 virtual bool getVolumeShared(String16 path, String16 method) = 0;
  /system/vold/
VolumeManager.h 55 int shareVolume(const char *label, const char *method);
56 int unshareVolume(const char *label, const char *method);
57 int shareAvailable(const char *method, bool *avail);
58 int shareEnabled(const char *path, const char *method, bool *enabled);
  /cts/tests/tests/content/src/android/content/res/cts/
Resources_ThemeTest.java 50 method = "applyStyle",
55 method = "dump",
60 method = "setTo",
65 // call a native method, and have no way to get the style
67 // call a native method, this method is just for debug to the log
69 // call a native method
77 method = "obtainStyledAttributes",
82 method = "obtainStyledAttributes",
87 method = "obtainStyledAttributes"
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
AnnotationTest.java 46 method = "Annotation",
56 method = "getValue",
69 method = "getKey",
82 method = "getSpanTypeId",
94 method = "writeToParcel",
99 method = "Annotation",
104 method = "describeContents",
  /cts/tests/tests/text/src/android/text/method/cts/
DialerKeyListenerTest.java 17 package android.text.method.cts;
23 import android.text.method.DialerKeyListener;
39 method = "DialerKeyListener",
49 method = "lookup",
77 method = "getInstance",
94 method = "getAcceptedChars",
107 method = "getInputType",
  /cts/tests/tests/text/src/android/text/style/cts/
SubscriptSpanTest.java 36 method = "SubscriptSpan",
41 method = "SubscriptSpan",
56 method = "updateMeasureState",
82 method = "updateDrawState",
108 method = "describeContents",
118 method = "getSpanTypeId",
128 method = "writeToParcel",
SuperscriptSpanTest.java 36 method = "SuperscriptSpan",
41 method = "SuperscriptSpan",
56 method = "updateMeasureState",
82 method = "updateDrawState",
108 method = "describeContents",
118 method = "getSpanTypeId",
128 method = "writeToParcel",
  /cts/tests/tests/view/src/android/view/animation/cts/
AnimationUtilsTest.java 55 method = "loadAnimation",
60 method = "loadInterpolator",
65 method = "loadLayoutAnimation",
102 method = "makeInAnimation",
107 method = "makeOutAnimation",
112 method = "makeInChildBottomAnimation",
128 method = "currentAnimationTimeMillis",
  /cts/tests/tests/view/src/android/view/cts/
OrientationListenerTest.java 47 method = "OrientationListener",
53 method = "OrientationListener",
67 + "This method is simply called to make sure that no exception is thrown. "
70 method = "enable",
76 + "This method is simply called to make sure that no exception is thrown. "
79 method = "disable",
94 method = "onAccuracyChanged",
98 // this method is called to assure that no exception is thrown
109 method = "onSensorChanged",
113 // this method is called to assure that no exception is throw
    [all...]
VelocityTrackerTest.java 41 method = "obtain",
52 method = "recycle",
67 method = "computeCurrentVelocity",
72 method = "getXVelocity",
77 method = "getYVelocity",
82 method = "addMovement",
87 method = "clear",
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
FilterWriterTest.java 81 method = "FilterWriter",
104 method = "close",
118 method = "flush",
132 method = "write",
146 method = "write",
161 method = "write",
198 method = "write",
207 * This method is called before a test is executed. It creates a
217 * This method is called after a test is executed. It closes the
  /dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/
DirectIntBufferTest.java 47 method = "put",
67 notes = "Verifies hasArray method for direct IntBuffer.",
68 method = "hasArray",
77 notes = "Verifies array method for direct IntBuffer.",
78 method = "array",
91 notes = "Verifies arrayOffset method for direct IntBuffer.",
92 method = "arrayOffset",
106 notes = "Verifies isDirect method for direct IntBuffer.",
107 method = "isDirect",
116 notes = "Verifies order method for direct IntBuffer."
    [all...]
DirectShortBufferTest.java 48 method = "put",
68 notes = "Verifies hasArray method for direct ShortBuffer.",
69 method = "hasArray",
78 notes = "Verifies array method for direct ShortBuffer.",
79 method = "array",
92 notes = "Verifies arrayOffset method for direct ShortBuffer.",
93 method = "arrayOffset",
107 notes = "Verifies isDirect method for direct ShortBuffer.",
108 method = "isDirect",
117 notes = "Verifies order method for direct ShortBuffer."
    [all...]
  /dalvik/libcore/nio_char/src/test/java/tests/api/java/nio/charset/
UTF16LECharsetEncoderTest.java 63 method = "CharsetEncoder",
73 method = "canEncode",
88 method = "canEncode",
112 method = "canEncode",
123 method = "averageBytesPerChar",
129 method = "maxBytesPerChar",
141 method = "isLegalReplacement",
  /dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
BasicPermission2Test.java 57 method = "BasicPermission",
61 // Test for method java.security.BasicPermission(java.lang.String)
72 method = "BasicPermission",
76 // Test for method java.security.BasicPermission(java.lang.String,
87 method = "equals",
91 // Test for method boolean
105 method = "getActions",
109 // Test for method java.lang.String
123 method = "hashCode",
127 // Test for method int java.security.BasicPermission.hashCode(
    [all...]
Provider2Test.java 63 method = "entrySet",
67 // test method of java.security.provider.entrySet
84 method = "getInfo",
88 // test method of java.security.provider.getInfo
100 method = "getName",
104 // test method of java.security.provider.getName
115 method = "getVersion",
119 // test method of java.security.provider.getVersion
130 method = "keySet",
134 // test method of java.security.provider.keySe
    [all...]
  /dalvik/libcore/security/src/test/java/tests/targets/security/
SignatureTest.java 67 method = "getInstance",
72 method = "initSign",
77 method = "update",
82 method = "sign",
87 method = "initVerify",
92 method = "verify",
97 method = "method",

Completed in 289 milliseconds

<<31323334353637383940>>