HomeSort by relevance Sort by last modified time
    Searched refs:method (Results 426 - 450 of 5465) sorted by null

<<11121314151617181920>>

  /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
  /external/apache-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/classfile/editor/
BridgeMethodFixer.java 37 * versions of JDK 1.6, complain if they can't find the method with the same
72 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute)
74 // Go over the instructions of the bridge method.
75 codeAttribute.instructionsAccept(clazz, method, this);
81 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {}
84 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction)
92 // Get the name of the bridged method
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/internal/
RobolectricTestRunnerInterface.java 6 import java.lang.reflect.Method;
11 void internalBeforeTest(Method method);
13 void internalAfterTest(Method method);
  /libcore/luni/src/main/java/java/lang/
Void.java 20 import java.lang.reflect.Method;
40 Method method = Runnable.class.getMethod("run", EmptyArray.CLASS); local
41 return (Class<Void>) method.getReturnType();
  /dalvik/dx/tests/069-dex-source-position/
run 19 --dump-method=Blort.test'*' Blort.class
21 --dump-method=Blort.test'*' Blort.class
23 --dump-method=Blort.test'*' Blort.class
  /external/antlr/antlr-3.4/runtime/Perl5/examples/tweak/
T.g 2 * convert method with "public void", add decls. This shows how to insert
14 : method+
17 // note the reference to the last token matched for method:
18 $input->insert_after($method.stop, "\n}\n");
22 method
23 : m='method' ID '(' ')' body
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_service.cc 93 "void CallMethod(const ::google::protobuf::MethodDescriptor* method,\n"
99 " const ::google::protobuf::MethodDescriptor* method) const;\n"
101 " const ::google::protobuf::MethodDescriptor* method) const;\n");
145 const MethodDescriptor* method = descriptor_->method(i); local
147 sub_vars["name"] = method->name();
148 sub_vars["input_type"] = ClassName(method->input_type(), true);
149 sub_vars["output_type"] = ClassName(method->output_type(), true);
214 const MethodDescriptor* method = descriptor_->method(i) local
245 const MethodDescriptor* method = descriptor_->method(i); local
288 const MethodDescriptor* method = descriptor_->method(i); local
312 const MethodDescriptor* method = descriptor_->method(i); local
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
DispatcherGenerator.java 46 MethodInfo method = (MethodInfo)it.next(); local
47 if (!TypeUtils.isProtected(method.getModifiers())) {
48 CodeEmitter e = context.beginMethod(ce, method);
49 context.emitCallback(e, context.getIndex(method));
56 e.checkcast(method.getClassInfo().getType());
58 e.invoke(method);
  /external/nist-sip/java/gov/nist/javax/sip/header/
RAck.java 54 protected String method; field in class:RAck
70 cSeqNumber).append(SP).append(method).toString();
94 * Gets the method of RAckHeader
96 * @return method of RAckHeader
99 return this.method;
120 public void setMethod(String method) throws ParseException {
121 this.method = method;

Completed in 1119 milliseconds

<<11121314151617181920>>