Searched
refs:method (Results
476 -
500 of
9196) sorted by null
<<11121314151617181920>>
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/shr_long/d/ |
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-tf/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/vm/mterp/armv5te/ |
debug.cpp | 29 //const Method* method = self->method; 32 // method->clazz->descriptor, method->name, method->shorty); 48 saveArea->method, saveArea->xtra.currentPc); 52 saveArea->method, saveArea->xtra.currentPc, 60 void dvmMterpPrintMethod(Method* method) [all...] |
/dalvik/vm/mterp/common/ |
FindInterface.h | 29 INLINE Method* dvmFindInterfaceMethodInCache(ClassObject* thisClass, 30 u4 methodIdx, const Method* method, DvmDex* methodClassDex) 33 dvmInterpFindInterfaceMethod(thisClass, methodIdx, method, methodClassDex) 35 return (Method*) ATOMIC_CACHE_LOOKUP(methodClassDex->pInterfaceCache,
|
/external/clang/test/Index/ |
complete-type-factors.m | 26 + (void)method:(enum Color)color priority:(enum Priority)priority; 27 - (void)method:(enum Color)color priority:(enum Priority)priority; 31 [a method:Red priority:High]; 32 [A method:Red priority:Low];
|
/external/oauth/core/src/main/java/net/oauth/ |
OAuthAccessor.java | 65 * @param method 66 * the HTTP request method. If this is null, use the default 67 * method; that is getProperty("httpMethod") or (if that's null) 71 public OAuthMessage newRequestMessage(String method, String url, 74 if (method == null) { 75 method = (String) this.getProperty("httpMethod"); 76 if (method == null) { 77 method = (String) this.consumer.getProperty("httpMethod"); 78 if (method == null) { 79 method = OAuthMessage.GET [all...] |
/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/Source/WebCore/bindings/scripts/test/ObjC/ |
DOMTestMediaQueryListListener.h | 34 - (void)method:(DOMMediaQueryListListener *)listener;
|
/external/webkit/Source/WebCore/manual-tests/resources/ |
TestApplet.class | |
/external/webkit/Source/WebKit/mac/History/ |
WebHistoryInternal.h | 36 - (void)_visitedURL:(NSURL *)URL withTitle:(NSString *)title method:(NSString *)method wasFailure:(BOOL)wasFailure increaseVisitCount:(BOOL)increaseVisitCount;
|
Completed in 176 milliseconds
<<11121314151617181920>>