/dalvik/vm/oo/ |
Class.h | 149 * Update method's "nativeFunc" and "insns". If "insns" is NULL, the 150 * current method->insns value is not changed. 152 void dvmSetNativeFunc(Method* method, DalvikBridgeFunc func, const u2* insns); 155 * Set the method's "registerMap" field. 157 void dvmSetRegisterMap(Method* method, const RegisterMap* pMap); 160 * Make a method's DexCode (which includes the bytecode) read-write or 165 void dvmMakeCodeReadWrite(Method* meth); 166 void dvmMakeCodeReadOnly(Method* meth) [all...] |
/external/apache-http/src/org/apache/http/impl/client/ |
RequestWrapper.java | 65 private String method; field in class:RequestWrapper 79 this.method = ((HttpUriRequest) request).getMethod(); 89 this.method = requestLine.getMethod(); 102 return this.method; 105 public void setMethod(final String method) { 106 if (method == null) { 107 throw new IllegalArgumentException("Method name may not be null"); 109 this.method = method; 134 String method = getMethod() local [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/bio/ |
bio_cb.c | 84 BIO_snprintf(p,p_maxlen,"Free - %s\n",bio->method->name); 87 if (bio->method->type & BIO_TYPE_DESCRIPTOR) 90 bio->method->name,bio->num); 94 bio->method->name); 97 if (bio->method->type & BIO_TYPE_DESCRIPTOR) 100 bio->method->name,bio->num); 104 bio->method->name); 107 BIO_snprintf(p,p_maxlen,"puts() - %s\n",bio->method->name); 110 BIO_snprintf(p,p_maxlen,"gets(%lu) - %s\n",(unsigned long)argi,bio->method->name); 113 BIO_snprintf(p,p_maxlen,"ctrl(%lu) - %s\n",(unsigned long)argi,bio->method->name) [all...] |
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
LocalVariableExtractor.java | 24 * a method. 27 /** {@code non-null;} method being extracted from */ 28 private final RopMethod method; field in class:LocalVariableExtractor 30 /** {@code non-null;} block list for the method */ 40 * Extracts out all the local variable information from the given method. 42 * @param method {@code non-null;} the method to extract from 45 public static LocalVariableInfo extract(RopMethod method) { 46 LocalVariableExtractor lve = new LocalVariableExtractor(method); 51 * Constructs an instance. This method is private. Use {@link #extract} [all...] |
/external/openssl/crypto/bio/ |
bio_cb.c | 84 BIO_snprintf(p,p_maxlen,"Free - %s\n",bio->method->name); 87 if (bio->method->type & BIO_TYPE_DESCRIPTOR) 90 bio->method->name,bio->num); 94 bio->method->name); 97 if (bio->method->type & BIO_TYPE_DESCRIPTOR) 100 bio->method->name,bio->num); 104 bio->method->name); 107 BIO_snprintf(p,p_maxlen,"puts() - %s\n",bio->method->name); 110 BIO_snprintf(p,p_maxlen,"gets(%lu) - %s\n",(unsigned long)argi,bio->method->name); 113 BIO_snprintf(p,p_maxlen,"ctrl(%lu) - %s\n",(unsigned long)argi,bio->method->name) [all...] |
/external/proguard/src/proguard/optimize/evaluation/ |
StoringInvocationUnit.java | 112 generalizeMethodParameterValue((Method)referencedMember, 121 Method method, 126 generalizeMethodReturnValue(method, value); 171 private static void generalizeMethodParameterValue(Method method, int parameterIndex, Value value) 173 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method); 181 public static Value getMethodParameterValue(Method method, int parameterIndex) 183 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_operator.py | 29 method=('isCallable'|'sequenceIncludes' 42 method = self._check_method(node, results) 43 if method is not None: 44 return method(node, results) 77 method = results["method"][0] 78 method.value = name 79 method.changed() 88 method = getattr(self, "_" + results["method"][0].value.encode("ascii") [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_operator.py | 29 method=('isCallable'|'sequenceIncludes' 42 method = self._check_method(node, results) 43 if method is not None: 44 return method(node, results) 77 method = results["method"][0] 78 method.value = name 79 method.changed() 88 method = getattr(self, "_" + results["method"][0].value.encode("ascii") [all...] |
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/ |
base_screen_handler.h | 31 // Method to declare localized value. |key| is the i18n key used in html. 35 // Method to declare localized value. |key| is the i18n key used in html. 39 // Method to declare localized value. |key| is the i18n key used in html. 43 // Method to declare localized value. |key| is the i18n key used in html. 50 // Method to declare localized value. |key| is the i18n key used in html. 58 // Method to declare localized value. |key| is the i18n key used in html. 65 // Method to declare localized value. |key| is the i18n key used in html. 93 // This method is called when page is ready. It propagates to inherited class 94 // via virtual Initialize() method (see below). 98 // All subclasses should implement this method to provide localized values [all...] |
/external/proguard/src/proguard/classfile/visitor/ |
ClassCleaner.java | 117 public void visitExceptionsAttribute(Clazz clazz, Method method, ExceptionsAttribute exceptionsAttribute) 125 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) 129 codeAttribute.exceptionsAccept(clazz, method, this); 130 codeAttribute.attributesAccept(clazz, method, this); 134 public void visitStackMapAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapAttribute stackMapAttribute) 138 stackMapAttribute.stackMapFramesAccept(clazz, method, codeAttribute, this); 142 public void visitStackMapTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute [all...] |
/cts/tests/SignatureTest/tests/src/android/tests/sigtest/tests/ |
JDiffClassDescriptionTest.java | 139 JDiffClassDescription.JDiffMethod method = new JDiffClassDescription.JDiffMethod("staticMethod", Modifier.STATIC | Modifier.PUBLIC, "void"); local 140 clz.addMethod(method); 142 assertEquals(method.toSignatureString(), "public static void staticMethod()"); 146 JDiffClassDescription.JDiffMethod method = new JDiffClassDescription.JDiffMethod("syncMethod", Modifier.SYNCHRONIZED | Modifier.PUBLIC, "void"); local 147 clz.addMethod(method); 149 assertEquals(method.toSignatureString(), "public synchronized void syncMethod()"); 153 JDiffClassDescription.JDiffMethod method = new JDiffClassDescription.JDiffMethod("packageProtectedMethod", 0, "boolean"); local 154 clz.addMethod(method); 156 assertEquals(method.toSignatureString(), "boolean packageProtectedMethod()"); 160 JDiffClassDescription.JDiffMethod method = new JDiffClassDescription.JDiffMethod("privateMethod", Modifier.PRIVATE, "void") local 167 JDiffClassDescription.JDiffMethod method = new JDiffClassDescription.JDiffMethod("protectedMethod", Modifier.PROTECTED, "java.lang.String"); local 174 JDiffClassDescription.JDiffMethod method = new JDiffClassDescription.JDiffMethod("throwsMethod", Modifier.PUBLIC, "void"); local 183 JDiffClassDescription.JDiffMethod method = new JDiffClassDescription.JDiffMethod("nativeMethod", Modifier.PUBLIC | Modifier.NATIVE, "void"); local 285 JDiffClassDescription.JDiffMethod method = new JDiffClassDescription.JDiffMethod("syncMethod", Modifier.PUBLIC, "void"); local 294 JDiffClassDescription.JDiffMethod method = new JDiffClassDescription.JDiffMethod("notSyncMethod", Modifier.SYNCHRONIZED | Modifier.PUBLIC, "void"); local 303 JDiffClassDescription.JDiffMethod method = new JDiffClassDescription.JDiffMethod("nativeMethod", Modifier.PUBLIC, "void"); local 312 JDiffClassDescription.JDiffMethod method = new JDiffClassDescription.JDiffMethod("notNativeMethod", Modifier.NATIVE | Modifier.PUBLIC, "void"); local 347 JDiffClassDescription.JDiffMethod method = new JDiffClassDescription.JDiffMethod("finalMethod", Modifier.PUBLIC | Modifier.FINAL, "void"); local 360 JDiffClassDescription.JDiffMethod method = new JDiffClassDescription.JDiffMethod("finalMethod", Modifier.PUBLIC, "void"); local 372 JDiffClassDescription.JDiffMethod method = new JDiffClassDescription.JDiffMethod("nonFinalMethod", local 389 JDiffClassDescription.JDiffMethod method = new JDiffClassDescription.JDiffMethod("finalMethod", Modifier.PUBLIC, "void"); local [all...] |
/dalvik/dx/src/com/android/dx/cf/code/ |
ConcreteMethod.java | 25 import com.android.dx.cf.iface.Method; 34 * Container for all the giblets that make up a concrete Java bytecode method. 35 * It implements {@link Method}, so it provides all the original access 37 * stuff extracted from the method's {@code Code} attribute. 39 public final class ConcreteMethod implements Method { 40 /** {@code non-null;} method being wrapped */ 41 private final Method method; field in class:ConcreteMethod 50 * whether the class that this method is part of is defined with 67 * @param method {@code non-null;} the method to be based o [all...] |
/external/chromium_org/third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/ |
callback.h | 52 T1* object, void (T2::*method)()) { 53 return new ::base::Closure(::base::Bind(method, base::Unretained(object))); 58 T1* object, void (T2::*method)(Arg1)) { 60 ::base::Bind(method, base::Unretained(object))); 66 void (T2::*method)(Arg1), 68 return new ::base::Closure(::base::Bind(method, base::Unretained(object), 83 void (T2::*method)(Arg1, Arg2), 86 return new ::base::Closure(::base::Bind(method, base::Unretained(object), 93 void (T2::*method)(Arg1, Arg2), 96 ::base::Bind(method, base::Unretained(object), arg1)) [all...] |
/dalvik/vm/interp/ |
Interp.cpp | 83 Method* method; /* method we're associated with */ member in struct:Breakpoint 233 static bool dvmBreakpointSetAdd(BreakpointSet* pSet, Method* method, 237 const u2* addr = method->insns + instrOffset; 258 pBreak->method = method; 267 * If the method has not been verified, we do NOT insert the 277 if (dvmIsClassVerified(method->clazz)) 545 const Method* method; local 1694 const Method* method = self->interpSave.method; local [all...] |
Stack.h | 36 (method arguments) and "locals" (local variables). The "outs" (arguments 76 become the parameters to the called method. The VM guarantees that there 78 into a method. 86 We push two stack frames on when calling an interpreted or native method 90 stack might look like an uninterrupted series of interpreted method calls. 91 The second frame is for the method itself. 95 NULL method pointer. 97 When calling a native method from interpreted code, the stack setup is 98 essentially identical to calling an interpreted method. Because it's a 99 native method, though, there are never any "locals" or "outs" 137 const Method* method; member in struct:StackSaveArea [all...] |
/external/mockito/src/org/mockito/internal/invocation/ |
SerializableMethod.java | 8 import java.lang.reflect.Method;
24 public SerializableMethod(Method method) {
25 declaringClass = method.getDeclaringClass();
26 methodName = method.getName();
27 parameterTypes = method.getParameterTypes();
28 returnType = method.getReturnType();
29 exceptionTypes = method.getExceptionTypes();
30 isVarArgs = method.isVarArgs();
53 public Method getJavaMethod() { [all...] |
/external/proguard/src/proguard/optimize/peephole/ |
UnreachableExceptionRemover.java | 72 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) 75 codeAttribute.exceptionsAccept(clazz, method, this); 86 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo) 89 method, 99 extraExceptionInfoVisitor.visitExceptionInfo(clazz, method, codeAttribute, exceptionInfo); 111 Method method, 127 method, [all...] |
/external/chromium_org/dbus/ |
dbus_statistics.cc | 21 // then method (using std::string <). 25 const std::string& method) 28 method(method), 35 std::string method; member in struct:dbus::__anon10591::Stat 45 return method < other.method; 81 // Add a call to |method| for |interface|. See also MethodCall in message.h. 84 const std::string& method, 91 Stat* stat = GetStat(service, interface, method, true) [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/ui/ |
ui.h | 84 UI *UI_new_method(const UI_METHOD *method); 160 UI won't look at those, but will pass them on to the method routines. They 199 Note that the UI_OpenSSL() method completely ignores the user data. 241 /* The method with all the built-in thingies */ 245 /* ---------- For method writers ---------- */ 246 /* A method contains a number of functions that implement the low level 283 All method functions take a UI as argument. Additionally, the writer and 294 This is only needed by method authors. */ 308 int UI_method_set_opener(UI_METHOD *method, int (*opener)(UI *ui)); 309 int UI_method_set_writer(UI_METHOD *method, int (*writer)(UI *ui, UI_STRING *uis)) [all...] |
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
ui.h | 84 UI *UI_new_method(const UI_METHOD *method); 160 UI won't look at those, but will pass them on to the method routines. They 199 Note that the UI_OpenSSL() method completely ignores the user data. 241 /* The method with all the built-in thingies */ 245 /* ---------- For method writers ---------- */ 246 /* A method contains a number of functions that implement the low level 283 All method functions take a UI as argument. Additionally, the writer and 294 This is only needed by method authors. */ 308 int UI_method_set_opener(UI_METHOD *method, int (*opener)(UI *ui)); 309 int UI_method_set_writer(UI_METHOD *method, int (*writer)(UI *ui, UI_STRING *uis)) [all...] |
/external/openssl/crypto/ui/ |
ui.h | 84 UI *UI_new_method(const UI_METHOD *method); 160 UI won't look at those, but will pass them on to the method routines. They 199 Note that the UI_OpenSSL() method completely ignores the user data. 241 /* The method with all the built-in thingies */ 245 /* ---------- For method writers ---------- */ 246 /* A method contains a number of functions that implement the low level 283 All method functions take a UI as argument. Additionally, the writer and 294 This is only needed by method authors. */ 308 int UI_method_set_opener(UI_METHOD *method, int (*opener)(UI *ui)); 309 int UI_method_set_writer(UI_METHOD *method, int (*writer)(UI *ui, UI_STRING *uis)) [all...] |
/external/openssl/include/openssl/ |
ui.h | 84 UI *UI_new_method(const UI_METHOD *method); 160 UI won't look at those, but will pass them on to the method routines. They 199 Note that the UI_OpenSSL() method completely ignores the user data. 241 /* The method with all the built-in thingies */ 245 /* ---------- For method writers ---------- */ 246 /* A method contains a number of functions that implement the low level 283 All method functions take a UI as argument. Additionally, the writer and 294 This is only needed by method authors. */ 308 int UI_method_set_opener(UI_METHOD *method, int (*opener)(UI *ui)); 309 int UI_method_set_writer(UI_METHOD *method, int (*writer)(UI *ui, UI_STRING *uis)) [all...] |
/external/chromium_org/chrome/browser/devtools/ |
devtools_protocol.cc | 12 const char kMethodParam[] = "method"; 21 DevToolsProtocol::Message::Message(const std::string& method, 23 : method_(method), 28 const std::string& method, 30 : Message(method, params), 52 DevToolsProtocol::Notification::Notification(const std::string& method, 54 : Message(method, params) { 75 std::string method; local 76 if (!dict->GetString(kMethodParam, &method)) 81 return new Notification(method, params) [all...] |
/external/chromium_org/chrome/test/chromedriver/chrome/ |
navigation_tracker.cc | 81 const std::string& method, 86 if (method == "Page.frameStartedLoading") { 88 } else if (method == "Page.frameStoppedLoading") { 90 } else if (method == "Page.frameScheduledNavigation") { 103 } else if (method == "Page.frameClearedScheduledNavigation") { 109 } else if (method == "Page.frameNavigated") { 120 } else if (method == "Inspector.targetCrashed") { 128 const std::string& method) { 129 if (method == "Page.navigate" && loading_state_ != kLoading) {
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
bind.h | 35 // Bind() is an overloaded function that converts method calls into function 36 // objects (aka functors). It captures any arguments to the method by value 39 // returned functor knows nothing about the lifetime of the method's object or 78 MethodFunctor0(MethodT method, ObjectT* object) 79 : method_(method), object_(object) {} 91 Bind(FP_T(method), ObjectT* object) { 93 method, object); 101 Bind(FP_T(method), const ObjectT* object) { 103 method, object); 112 MethodFunctor1(MethodT method, ObjectT* object [all...] |