/dalvik/dx/tests/073-dex-null-array-refs/ |
run | 19 --dump-method=Blort.test'*' *.class
|
/dalvik/dx/tests/074-dex-form35c-edge-case/ |
run | 19 --dump-method=Blort.test *.class
|
/dalvik/dx/tests/075-dex-cat2-value-merge/ |
run | 19 --dump-method=Blort.test *.class
|
/dalvik/dx/tests/076-dex-synch-and-stack/ |
run | 19 --dump-method=Blort.test *.class
|
/dalvik/dx/tests/080-dex-exception-tables/ |
run | 19 --dump-method=Blort.test'*' *.class
|
/dalvik/dx/tests/081-dex-throws-list/ |
run | 18 dx --debug --dex --positions=none --no-locals --dump-method=Blort.test'*' \
|
/dalvik/dx/tests/084-dex-high-register-moves/ |
run | 19 --dump-method=Blort.test'*' *.class
|
/dalvik/dx/tests/090-dex-unify-arrays/ |
run | 19 --dump-method=Blort.test'*' Blort.class
|
/dalvik/dx/tests/095-dex-const-string-jumbo/ |
run | 41 --dump-method=Blort.test *.class
|
/dalvik/dx/tests/096-dex-giant-catch/ |
run | 40 --dump-method=Zorch.test Zorch.class | grep 'try\|catch'
|
/dalvik/dx/tests/111-use-null-as-array/ |
run | 19 --dump-to=- --dump-method="Blort.test*" *.class
|
/dalvik/libcore/luni/src/main/java/java/lang/ |
Void.java | 20 import java.lang.reflect.Method; 41 Method method = Runnable.class.getMethod("run", new Class[0]); //$NON-NLS-1$ local 42 voidType = method.getReturnType();
|
/dalvik/libcore/luni-kernel/src/main/java/org/apache/harmony/kernel/vm/ |
ReflectionAccess.java | 21 import java.lang.reflect.Method; 31 * Gets a clone of the given method. 33 * @param method non-null; the method to clone 36 public Method clone(Method method); 47 * Gets a clone of the given method, where the clone has 50 * @param method non-null; the method to clon [all...] |
/dalvik/libcore/sql/src/test/java/tests/sql/ |
SavepointTest.java | 34 * Test method for {@link java.sql.Savepoint#getSavepointId()}. 39 method = "getSavepointId", 47 * Test method for {@link java.sql.Savepoint#getSavepointName()}. 52 method = "getSavepointName",
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/ |
output_text.properties | 21 # Specify defaults when method="text". 25 method=text 33 # <xsl:output method="html" encoding="UTF-8"
|
/external/emma/core/java12/com/vladium/jcd/cls/ |
IMethodCollection.java | 32 * @param offset method offset [must be in [0, size()) range; input not checked] 45 * @param name method name [null or empty will result in no matches] 46 * @return array of method offsets in no particular order [never null; could be empty] 69 * that all data referenced in 'method' will eventually appear in the 72 * @param method new method descriptor [may not be null] 74 int add (Method_info method); 78 * checks are made. No method type compatibility checks are made. It is 80 * in 'method' will eventually appear in the constant pool. 82 * @param offset method offset [must be in [0, size()) range; input not checked [all...] |
/external/proguard/src/proguard/classfile/attribute/annotation/ |
RuntimeInvisibleParameterAnnotationsAttribute.java | 58 public void accept(Clazz clazz, Method method, AttributeVisitor attributeVisitor) 60 attributeVisitor.visitRuntimeInvisibleParameterAnnotationsAttribute(clazz, method, this);
|
RuntimeVisibleParameterAnnotationsAttribute.java | 58 public void accept(Clazz clazz, Method method, AttributeVisitor attributeVisitor) 60 attributeVisitor.visitRuntimeVisibleParameterAnnotationsAttribute(clazz, method, this);
|
/external/proguard/src/proguard/classfile/attribute/annotation/visitor/ |
AnnotationVisitor.java | 38 public void visitAnnotation(Clazz clazz, Method method, Annotation annotation); 39 public void visitAnnotation(Clazz clazz, Method method, int parameterIndex, Annotation annotation);
|
/external/proguard/src/proguard/classfile/attribute/visitor/ |
AllExceptionInfoVisitor.java | 51 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) 53 codeAttribute.exceptionsAccept(clazz, method, exceptionInfoVisitor);
|
/external/proguard/src/proguard/optimize/info/ |
SideEffectMethodMarker.java | 91 // Look further if the method hasn't been marked yet. 98 // Mark the method depending on the return value. 114 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) 117 hasSideEffects = hasSideEffects(clazz, method, codeAttribute); 127 Method method, 142 method, 159 private static void markSideEffects(Method method) [all...] |
/frameworks/base/tools/aidl/ |
aidl_language_y.y | 154 p->next = (interface_item_type*)$2.method; 157 $$.interface_item = (interface_item_type*)$2.method; 161 fprintf(stderr, "%s:%d: syntax error before ';' (expected method declaration)\n", 169 method_type *method = (method_type*)malloc(sizeof(method_type)); 170 method->interface_item.item_type = METHOD_TYPE; 171 method->interface_item.next = NULL; 172 method->type = $1.type; 173 method->oneway = false; 174 memset(&method->oneway_token, 0, sizeof(buffer_type)); 175 method->name = $2.buffer [all...] |
/cts/tests/tests/text/src/android/text/method/cts/ |
LinkMovementMethodTest.java | 17 package android.text.method.cts; 32 import android.text.method.LinkMovementMethod; 33 import android.text.method.MovementMethod; 93 method = "LinkMovementMethod", 103 + "This is a method for creating singleton.", 104 method = "getInstance", 120 method = "onTakeFocus", 127 LinkMovementMethod method = new LinkMovementMethod(); local 133 method.onTakeFocus(null, spannable, View.FOCUS_UP); 145 method.onTakeFocus(null, spannable, View.FOCUS_RIGHT) 275 LinkMovementMethod method = new LinkMovementMethod(); local 366 final MyLinkMovementMethod method = new MyLinkMovementMethod(); local 406 final MyLinkMovementMethod method = new MyLinkMovementMethod(); local 446 final MyLinkMovementMethod method = new MyLinkMovementMethod(); local 486 final MyLinkMovementMethod method = new MyLinkMovementMethod(); local 545 final MyLinkMovementMethod method = new MyLinkMovementMethod(); local 573 LinkMovementMethod method = new LinkMovementMethod(); local [all...] |
/cts/tests/tests/os/src/android/os/cts/ |
EnvironmentTest.java | 31 method = "Environment", 36 notes = "Test method: getExternalStorageState", 37 method = "getExternalStorageState", 42 notes = "Test method: getExternalStorageDirectory", 43 method = "getExternalStorageDirectory", 48 notes = "Test method: getRootDirectory", 49 method = "getRootDirectory", 54 notes = "Test method: getDownloadCacheDirectory", 55 method = "getDownloadCacheDirectory", 60 notes = "Test method: getDataDirectory" [all...] |
/cts/tests/tests/util/src/android/util/cts/ |
SparseBooleanArrayTest.java | 42 method = "SparseBooleanArray", 47 method = "append", 52 method = "clear", 57 method = "delete", 62 method = "get", 67 method = "get", 72 method = "indexOfKey", 77 method = "indexOfValue", 82 method = "keyAt", 87 method = "put" [all...] |