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

<<11121314151617181920>>

  /cts/tools/vm-tests/src/dot/junit/opcodes/shr_long/d/
T_shr_long_3.d 6 .method public <init>()V
11 .end method
13 .method public run(JD)J
18 .end method
T_shr_long_4.d 6 .method public <init>()V
11 .end method
13 .method public run(II)J
18 .end method
T_shr_long_5.d 6 .method public <init>()V
11 .end method
13 .method public run(FI)J
18 .end method
T_shr_long_6.d 6 .method public <init>()V
11 .end method
13 .method public run(JI)J
18 .end method
T_shr_long_7.d 6 .method public <init>()V
11 .end method
13 .method public run(DI)J
18 .end method
  /cts/tools/vm-tests/src/dot/junit/opcodes/shr_long_2addr/d/
T_shr_long_2addr_1.d 6 .method public <init>()V
11 .end method
13 .method public run(JI)J
18 .end method
T_shr_long_2addr_2.d 6 .method public <init>()V
11 .end method
13 .method public run(JI)J
18 .end method
T_shr_long_2addr_3.d 6 .method public <init>()V
11 .end method
13 .method public run(JD)J
18 .end method
T_shr_long_2addr_4.d 6 .method public <init>()V
11 .end method
13 .method public run(II)J
18 .end method
T_shr_long_2addr_5.d 6 .method public <init>()V
11 .end method
13 .method public run(FI)J
18 .end method
T_shr_long_2addr_6.d 6 .method public <init>()V
11 .end method
13 .method public run(JI)J
18 .end method
T_shr_long_2addr_7.d 6 .method public <init>()V
11 .end method
13 .method public run(DI)J
18 .end method
  /dalvik/dx/src/com/android/dx/cf/iface/
StdMethodList.java 23 * an array of {@link Method} objects and can be made immutable.
36 public Method get(int n) {
37 return (Method) get0(n);
41 * Sets the method at the given index.
43 * @param n {@code >= 0, < size();} which method
44 * @param method {@code null-ok;} the method object
46 public void set(int n, Method method) {
47 set0(n, method);
    [all...]
  /dalvik/dx/tests/048-dex-new-array/
run 18 dx --debug --dex --positions=none --no-locals --dump-method=Blort.test *.class
  /dalvik/dx/tests/054-dex-high16/
run 19 --dump-method=Blort.test'*' *.class
  /dalvik/dx/tests/060-dex-call-static/
run 19 --dump-method=Blort.test Blort.class
  /dalvik/dx/tests/068-dex-infinite-loop/
run 19 --dump-method=Blort.test'*' Blort.class
  /dalvik/dx/tests/078-dex-local-variable-table/
run 18 dx --debug --dex --no-optimize --positions=none --dump-method=Blort.test'*' \
  /dalvik/dx/tests/079-dex-local-variable-renumbering/
run 18 dx --debug --dex --no-optimize --positions=none --dump-method=Blort.test'*' \
  /dalvik/dx/tests/094-scala-locals/
run 18 dx --debug --dump --ssa-blocks --method=scalalocals Blort.class
  /dalvik/dx/tests/109-int-branch/
run 18 dx --debug --dex --no-optimize --dump-method="blort.test*" blort.class
  /dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
KeyGeneratorFunctionalTest.java 32 method = "method",
39 method = "method",
46 method = "method",
53 method = "method",
60 method = "method",
    [all...]
  /dalvik/vm/mterp/common/
FindInterface.h 27 INLINE Method* dvmFindInterfaceMethodInCache(ClassObject* thisClass,
28 u4 methodIdx, const Method* method, DvmDex* methodClassDex)
31 dvmInterpFindInterfaceMethod(thisClass, methodIdx, method, methodClassDex)
33 return (Method*) ATOMIC_CACHE_LOOKUP(methodClassDex->pInterfaceCache,
  /external/proguard/src/proguard/classfile/editor/
VariableSizeUpdater.java 53 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute)
57 // method.getName(clazz).equals("abc");
61 ClassUtil.internalMethodParameterSize(method.getDescriptor(clazz),
62 method.getAccessFlags());
66 System.out.println("VariableSizeUpdater: "+clazz.getName()+"."+method.getName(clazz)+method.getDescriptor(clazz));
71 codeAttribute.instructionsAccept(clazz, method, this);
77 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {
    [all...]
  /external/webkit/WebCore/manual-tests/resources/
TestApplet.class 

Completed in 137 milliseconds

<<11121314151617181920>>