/external/nist-sip/java/gov/nist/javax/sip/header/ |
RequestLine.java | 53 /** method field. 55 protected String method; field in class:RequestLine 77 if (method != null) { 78 buffer.append(method); 97 /** Constructor given the request URI and the method. 99 public RequestLine(GenericURI requestURI, String method) { 101 this.method = method; 109 return method; 129 public void setMethod(String method) { [all...] |
/external/openssl/crypto/x509v3/ |
v3_enum.c | 87 char *i2s_ASN1_ENUMERATED_TABLE(X509V3_EXT_METHOD *method, 93 for(enam = method->usr_data; enam->lname; enam++) { 96 return i2s_ASN1_ENUMERATED(method, e);
|
/external/proguard/src/proguard/classfile/instruction/visitor/ |
MultiInstructionVisitor.java | 84 public void visitSimpleInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SimpleInstruction simpleInstruction) 88 instructionVisitors[index].visitSimpleInstruction(clazz, method, codeAttribute, offset, simpleInstruction); 92 public void visitVariableInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VariableInstruction variableInstruction) 96 instructionVisitors[index].visitVariableInstruction(clazz, method, codeAttribute, offset, variableInstruction); 100 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction) 104 instructionVisitors[index].visitConstantInstruction(clazz, method, codeAttribute, offset, constantInstruction); 108 public void visitBranchInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, BranchInstruction branchInstruction [all...] |
/external/proguard/src/proguard/classfile/util/ |
SimplifiedVisitor.java | 47 throw new UnsupportedOperationException("Method must be overridden in ["+this.getClass().getName()+"] if ever called"); 70 throw new UnsupportedOperationException("Method must be overridden in ["+this.getClass().getName()+"] if ever called"); 120 throw new UnsupportedOperationException("Method must be overridden in ["+this.getClass().getName()+"] if ever called"); 188 * Visits any type of method RefConstant of the given class. 233 throw new UnsupportedOperationException("Method must be overridden in ["+this.getClass().getName()+"] if ever called"); 294 public void visitDeprecatedAttribute(Clazz clazz, Method method, DeprecatedAttribute deprecatedAttribute) 296 visitDeprecatedAttribute(clazz, (Member)method, deprecatedAttribute); 321 public void visitSyntheticAttribute(Clazz clazz, Method method, SyntheticAttribute syntheticAttribute [all...] |
/external/proguard/src/proguard/evaluation/ |
InvocationUnit.java | 29 * This interface sets up the variables for entering a method, 37 * Sets up the given variables for entering the given method. 40 Method method, 45 * Exits the given method with the given return value. 48 Method method, 54 * field or method reference instruction. 57 Method method, [all...] |
/external/chromium_org/ppapi/proxy/ |
dispatch_reply_message.h | 23 template <class ObjT, class Method> 24 inline void DispatchResourceReply(ObjT* obj, Method method, 27 (obj->*method)(params); 30 template <class ObjT, class Method, class A> 31 inline void DispatchResourceReply(ObjT* obj, Method method, 34 (obj->*method)(params, arg.a); 37 template<class ObjT, class Method, class A, class B> 38 inline void DispatchResourceReply(ObjT* obj, Method method [all...] |
/cts/tests/tests/jni/libjnitest/ |
macroized_tests.c | 23 * This file also defines a static method called runAllTests(), which 50 * how to call a method: (virtual, direct, static) x (standard, array of 132 * Looks up a static method on StaticFromNative. 140 *errorMsg = failure("could not find static test method %s:%s", 148 * Looks up an instance method on InstanceFromNative. 155 *errorMsg = failure("could not find instance test method %s:%s", 163 * Looks up either an instance method on InstanceFromNative or a 164 * static method on StaticFromNative, depending on the given 191 jmethodID method = findAppropriateMethod(env, &msg, ct, local 194 if (method == NULL) 294 jmethodID method = findAppropriateMethod(env, &msg, ct, local 397 jmethodID method = findAppropriateMethod(env, &msg, ct, local 500 jmethodID method = findAppropriateMethod(env, &msg, ct, local 603 jmethodID method = findAppropriateMethod(env, &msg, ct, local 706 jmethodID method = findAppropriateMethod(env, &msg, ct, local 809 jmethodID method = findAppropriateMethod(env, &msg, ct, local 912 jmethodID method = findAppropriateMethod(env, &msg, ct, local 1015 jmethodID method = findAppropriateMethod(env, &msg, ct, local 1118 jmethodID method = findAppropriateMethod(env, &msg, ct, local 1239 jmethodID method = findAppropriateMethod(env, &msg, ct, local 1359 jmethodID method = findAppropriateMethod(env, &msg, ct, local [all...] |
/build/tools/droiddoc/test/stubs/expected/com/android/stubs/ |
InterfaceEnum.java | 6 public void method() { throw new RuntimeException("Stub!"); } method in class:InterfaceEnum
|
/build/tools/droiddoc/test/stubs/src/com/android/stubs/b/ |
B.java | 23 Parent method(Parent p) { method in class:B
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static/d/ |
T_invoke_static_14.d | 19 .method static public <clinit>()V 26 .end method 28 .method static public test()V 30 .end method 37 .method public <init>()V 42 .end method 44 .method public run()V 49 .end method
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static_range/d/ |
T_invoke_static_range_14.d | 19 .method static public <clinit>()V 26 .end method 28 .method static public test()V 30 .end method 37 .method public <init>()V 42 .end method 44 .method public run()V 49 .end method
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual/d/ |
T_invoke_virtual_24.d | 18 .method public abstract test()V 19 .end method 27 .method public <init>()V 32 .end method 34 .method public test()V 36 .end method 38 .method public run()V 43 .end method
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual_range/d/ |
T_invoke_virtual_range_24.d | 18 .method public abstract test()V 19 .end method 27 .method public <init>()V 32 .end method 34 .method public test()V 36 .end method 38 .method public run()V 43 .end method
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rsub_int/d/ |
T_rsub_int_2.d | 20 .method public <init>()V 25 .end method 27 .method public run(I)I 32 .end method 34 .method public run1(I)I 39 .end method 41 .method public run2(I)I 46 .end method
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rsub_int_lit8/d/ |
T_rsub_int_lit8_2.d | 20 .method public <init>()V 25 .end method 27 .method public run(I)I 32 .end method 34 .method public run1(I)I 39 .end method 41 .method public run2(I)I 46 .end method
|
/dalvik/dx/src/com/android/dx/command/dump/ |
Args.java | 53 /** if non-null, an explicit method to dump */ 54 String method; field in class:Args
|
/dalvik/dx/tests/097-dex-branch-offset-zero/ |
run | 18 dx --debug --dex --positions=none --no-locals --dump-method=Blort.test'*' \ 25 dx --debug --dex --positions=none --no-locals --dump-method=Blort.test'*' \
|
/dalvik/dx/tests/112-dex-return-jsr-result/ |
run | 22 dx --debug --dex --dump-to=- --dump-method=blort.zorch --dump-width=200 \ 60 # The test failed. Be helpful and print the entire method body. 61 dx --debug --dex --dump-to=- --dump-method=blort.zorch --dump-width=200 \
|
/dalvik/dx/tests/115-merge/testdata/ |
TryCatchFinally.java | 5 public static void method() { method in class:TryCatchFinally
|
/development/apps/Development/src/com/android/development/ |
LogTextBox.java | 21 import android.text.method.ScrollingMovementMethod; 22 import android.text.method.MovementMethod; 23 import android.text.method.KeyListener; 24 import android.text.method.TransformationMethod;
|
/external/apache-http/src/org/apache/http/ |
HttpRequestFactory.java | 48 HttpRequest newHttpRequest(String method, String uri)
|
/external/apache-http/src/org/apache/http/message/ |
BasicHttpEntityEnclosingRequest.java | 55 public BasicHttpEntityEnclosingRequest(final String method, final String uri) { 56 super(method, uri); 59 public BasicHttpEntityEnclosingRequest(final String method, final String uri, 61 this(new BasicRequestLine(method, uri, ver));
|
/external/chromium_org/base/android/ |
jni_registrar.h | 17 // Registers the JNI bindings for the specified |method| definition containing 21 const RegistrationMethod* method,
|
/external/chromium_org/dbus/ |
dbus_statistics.h | 24 SHOW_METHOD = 2, // Service + interface + method totals 43 const std::string& method); 46 const std::string& method); 51 const std::string& method); 54 // of detail to show: one line per service, per interface, or per method. 67 // service+interface+method. Used in unittests. 70 const std::string& method,
|
/external/chromium_org/net/tools/flip_server/ |
spdy_util.h | 16 std::string EncodeURL(std::string uri, std::string host, std::string method);
|