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

<<41424344454647484950>>

  /cts/tests/tests/text/src/android/text/style/cts/
TextAppearanceSpanTest.java 37 method = "TextAppearanceSpan",
42 method = "TextAppearanceSpan",
47 method = "TextAppearanceSpan",
54 method = "TextAppearanceSpan",
93 method = "getFamily",
113 method = "updateMeasureState",
141 method = "getTextColor",
158 method = "getTextSize",
178 method = "getTextStyle",
198 method = "getLinkTextColor"
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
ToggleButtonTest.java 62 method = "ToggleButton",
68 method = "ToggleButton",
74 method = "ToggleButton",
111 method = "setTextOff",
117 method = "getTextOff",
136 method = "drawableStateChanged",
160 method = "onFinishInflate",
163 @ToBeFixed(bug = "1400085", explanation = "This method will effect the UI. "
173 method = "setChecked",
190 method = "setChecked"
    [all...]
ExpandableListViewTest.java 54 method = "ExpandableListView",
60 method = "ExpandableListView",
66 method = "ExpandableListView",
109 method = "setChildDivider",
121 method = "setAdapter",
136 method = "getAdapter",
151 method = "setAdapter",
156 method = "getExpandableListAdapter",
172 method = "performItemClick",
188 method = "setOnItemClickListener"
    [all...]
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
EnumTest.java 57 method = "Enum",
67 method = "clone",
80 method = "compareTo",
101 method = "equals",
118 method = "getDeclaringClass",
131 method = "hashCode",
146 method = "name",
159 method = "ordinal",
174 method = "toString",
187 method = "valueOf"
    [all...]
PackageTest.java 89 method = "getImplementationTitle",
95 method = "getImplementationVendor",
101 method = "getImplementationVersion",
107 method = "getSpecificationTitle",
113 method = "getSpecificationVendor",
119 method = "getSpecificationVersion",
237 method = "getName",
253 method = "getPackage",
274 method = "getPackages",
296 method = "hashCode"
    [all...]
ThrowableTest.java 40 method = "Throwable",
57 method = "Throwable",
63 method = "getMessage",
77 method = "Throwable",
83 method = "getCause",
89 method = "getMessage",
113 method = "Throwable",
119 method = "getCause",
125 method = "getMessage",
146 method = "fillInStackTrace"
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/lang/reflect/
ModifierTest.java 38 method = "Modifier",
51 method = "isAbstract",
55 // Test for method boolean java.lang.reflect.Modifier.isAbstract(int)
69 method = "isFinal",
73 // Test for method boolean java.lang.reflect.Modifier.isFinal(int)
86 method = "isInterface",
90 // Test for method boolean java.lang.reflect.Modifier.isInterface(int)
104 method = "isNative",
108 // Test for method boolean java.lang.reflect.Modifier.isNative(int)
121 method = "isPrivate"
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
HashSetTest.java 33 import java.lang.reflect.Method;
51 method = "HashSet",
55 // Test for method java.util.HashSet()
66 method = "HashSet",
70 // Test for method java.util.HashSet(int)
88 method = "HashSet",
92 // Test for method java.util.HashSet(int, float)
110 method = "HashSet",
114 // Test for method java.util.HashSet(java.util.Collection)
136 method = "add"
    [all...]
  /dalvik/libcore/regex/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
Matcher2Test.java 36 notes = "Verifies the basic functionality of toString() method.",
37 method = "toString",
50 method = "start",
56 method = "end",
62 method = "group",
68 method = "start",
74 method = "end",
80 method = "group",
86 method = "usePattern",
145 method = "start"
    [all...]
  /dalvik/libcore/security/src/test/java/tests/security/cert/
CertificateFactory4Test.java 65 method = "generateCertificate",
70 // Test for method java.security.cert.Certificate
102 method = "generateCertificates",
131 method = "generateCRL",
158 method = "generateCRLs",
183 method = "getInstance",
187 // Test for method java.security.cert.CertificateFactory
200 method = "getInstance",
205 // Test for method java.security.cert.CertificateFactory
236 method = "getProvider"
    [all...]
  /dalvik/libcore/xml/src/test/java/tests/api/org/xml/sax/
InputSourceTest.java 38 method = "InputSource",
53 method = "InputSource",
68 method = "InputSource",
95 method = "InputSource",
123 method = "setPublicId",
128 method = "getPublicId",
145 method = "setSystemId",
150 method = "getSystemId",
167 method = "setByteStream",
172 method = "getByteStream"
    [all...]
  /dalvik/vm/mterp/armv5te/
OP_INVOKE_SUPER.S 3 %verify "unknown method"
5 * Handle a "super" method call.
21 ldr r9, [rGLUE, #offGlue_method] @ r9<- current method
24 ldr r9, [r9, #offMethod_clazz] @ r9<- method->clazz
32 * r0 = resolved base method
33 * r9 = method->clazz
36 ldr r1, [r9, #offClassObject_super] @ r1<- method->clazz->super
41 bcs .L${opcode}_nsm @ method not present in superclass
47 mov r0, r9 @ r0<- method->clazz
48 mov r2, #METHOD_VIRTUAL @ resolver method typ
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
IntentTest.java 86 method = "Intent",
91 method = "Intent",
96 method = "Intent",
101 method = "Intent",
106 method = "Intent",
111 method = "Intent",
150 method = "removeExtra",
155 method = "putExtra",
170 method = "getCharSequenceExtra",
175 method = "putExtra"
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
DataInputOutputStreamTest.java 50 method = "writeBoolean",
56 method = "readBoolean",
101 method = "writeByte",
107 method = "readByte",
152 method = "writeChar",
158 method = "readChar",
203 method = "writeDouble",
209 method = "readDouble",
254 method = "writeFloat",
260 method = "readFloat"
    [all...]
  /dalvik/libcore/xml/src/test/java/tests/api/org/xml/sax/helpers/
NamespaceSupportTest.java 66 method = "NamespaceSupport",
71 method = "popContext",
101 method = "pushContext",
106 method = "popContext",
137 method = "reset",
142 method = "popContext",
174 method = "declarePrefix",
179 method = "getPrefix",
222 method = "getPrefixes",
248 method = "getPrefixes"
    [all...]
XMLFilterImplTest.java 84 method = "XMLFilterImpl",
93 method = "XMLFilterImpl",
108 method = "getParent",
113 method = "setParent",
128 method = "getFeature",
133 method = "setFeature",
165 method = "getProperty",
170 method = "setProperty",
202 method = "getEntityResolver",
207 method = "setEntityResolver"
    [all...]
  /external/emma/core/java12/com/vladium/logging/
Logger.java 39 * sense to scope a context to a single method invocation.<P>
46 * method name, the calling method is identified with all name components that
123 * A quick method to determine if logging is enabled at a given level.
124 * This method acquires no monitors and should be used when calling one of
136 * A convenience method equivalent to isLoggable(INFO).
144 * A convenience method equivalent to isLoggable(VERBOSE).
152 * A convenience method equivalent to isLoggable(TRACE1).
160 * A convenience method equivalent to isLoggable(TRACE2).
168 * A convenience method equivalent to isLoggable(TRACE3)
    [all...]
  /external/proguard/src/proguard/classfile/editor/
AttributeAdder.java 141 // TODO: Implement method.
219 public void visitExceptionsAttribute(Clazz clazz, Method method, ExceptionsAttribute exceptionsAttribute)
234 // Add it to the target method.
239 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute)
263 method,
272 method,
280 method,
288 (Method)targetMember
    [all...]
  /dalvik/tools/dmtracedump/
TraceDump.c 50 /* Size of methodId->method cache */
108 "<th>Method</th>\n"
119 "<th>Method</th>\n"
151 struct MethodEntry *method; member in struct:TimedMethod
170 * Entry from the method list.
188 int graphState; /* used when graphing to see if this method has been visited before */
202 // TODO change to map methodId->method itself
209 MethodEntry *method; member in struct:StackEntry
221 // we see a method exit that maches a filter, but whose entry we hadn't seen.
257 int type[2]; /* 0=class, 1=method; 2 needed for start and end keys *
1278 MethodEntry* method; local
1573 MethodEntry *method = pStack->calls[ii].method; local
1612 MethodEntry* method; local
1773 MethodEntry* method; local
2088 MethodEntry* method; local
2324 MethodEntry* method; local
2937 MethodEntry* method; local
3267 MethodEntry* method = methods[i]; local
    [all...]
  /dalvik/vm/oo/
Object.h 32 struct Method;
44 typedef struct Method Method;
63 const Method* method, struct Thread* self);
69 ACC_MIRANDA = 0x8000, // method (internal to VM)
113 * Use the top 16 bits of the access flags field for other method flags.
117 METHOD_ISWRITABLE = (1<<31), // the method's code is writable
121 * Get/set method flags.
123 #define SET_METHOD_FLAG(method, flag)
    [all...]
  /external/proguard/src/proguard/shrink/
UsageMarker.java 110 // Explicitly mark the <clinit> method.
115 // Explicitly mark the parameterless <init> method.
198 // Has the method already been referenced?
218 // Has the method already been referenced?
223 // Mark the method body.
226 // Note that, if the method has been marked as possibly used,
227 // the method hierarchy has already been marked (cfr. below).
263 // Is the method's class used?
268 // Mark the method body.
271 // Mark the method hierarchy
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
DialogTest.java 116 method = "Dialog",
121 method = "Dialog",
127 method = "Dialog",
133 method = "getContext",
138 method = "getWindow",
197 method = "onStart",
202 method = "onCreate",
207 method = "onStop",
226 method = "setOwnerActivity",
231 method = "getOwnerActivity"
    [all...]
IntentServiceTest.java 77 method = "onStart",
82 method = "onDestroy",
87 method = "onHandleIntent",
92 method = "onBind",
97 method = "onCreate",
102 method = "IntentService",
NotificationManagerTest.java 56 method = "notify",
61 method = "cancel",
75 method = "notify",
80 method = "cancel",
95 method = "notify",
100 method = "cancelAll",
  /cts/tests/tests/content/src/android/content/pm/cts/
PermissionInfoTest.java 40 method = "describeContents",
46 method = "loadDescription",
52 method = "PermissionInfo",
58 method = "PermissionInfo",
64 method = "toString",
70 method = "writeToParcel",

Completed in 375 milliseconds

<<41424344454647484950>>