/external/proguard/src/proguard/classfile/attribute/annotation/visitor/ |
AllAnnotationVisitor.java | 72 public void visitRuntimeVisibleAnnotationsAttribute(Clazz clazz, Method method, RuntimeVisibleAnnotationsAttribute runtimeVisibleAnnotationsAttribute) 75 runtimeVisibleAnnotationsAttribute.annotationsAccept(clazz, method, annotationVisitor); 93 public void visitRuntimeInvisibleAnnotationsAttribute(Clazz clazz, Method method, RuntimeInvisibleAnnotationsAttribute runtimeInvisibleAnnotationsAttribute) 96 runtimeInvisibleAnnotationsAttribute.annotationsAccept(clazz, method, annotationVisitor); 100 public void visitAnyParameterAnnotationsAttribute(Clazz clazz, Method method, ParameterAnnotationsAttribute parameterAnnotationsAttribute) 103 parameterAnnotationsAttribute.annotationsAccept(clazz, method, annotationVisitor);
|
/external/proguard/src/proguard/classfile/attribute/preverification/ |
ObjectType.java | 63 public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, VerificationTypeVisitor verificationTypeVisitor) 65 verificationTypeVisitor.visitObjectType(clazz, method, codeAttribute, instructionOffset, this); 69 public void stackAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, int stackIndex, VerificationTypeVisitor verificationTypeVisitor) 71 verificationTypeVisitor.visitStackObjectType(clazz, method, codeAttribute, instructionOffset, stackIndex, this); 75 public void variablesAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, int variableIndex, VerificationTypeVisitor verificationTypeVisitor) 77 verificationTypeVisitor.visitVariablesObjectType(clazz, method, codeAttribute, instructionOffset, variableIndex, this);
|
UninitializedType.java | 62 public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, VerificationTypeVisitor verificationTypeVisitor) 64 verificationTypeVisitor.visitUninitializedType(clazz, method, codeAttribute, instructionOffset, this); 68 public void stackAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, int stackIndex, VerificationTypeVisitor verificationTypeVisitor) 70 verificationTypeVisitor.visitStackUninitializedType(clazz, method, codeAttribute, instructionOffset, stackIndex, this); 74 public void variablesAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, int variableIndex, VerificationTypeVisitor verificationTypeVisitor) 76 verificationTypeVisitor.visitVariablesUninitializedType(clazz, method, codeAttribute, instructionOffset, variableIndex, this);
|
/external/proguard/src/proguard/optimize/info/ |
MethodInvocationMarker.java | 46 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {} 49 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction) 62 // Mark the referenced method, if any. 69 // Mark the referenced method. 87 private static void incrementInvocationCount(Method method) 89 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method); 98 * Returns the number of times the given method was invoked by th [all...] |
/external/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/wpa_supplicant_8/src/eap_peer/ |
eap_methods.h | 2 * EAP peer: Method registration 14 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method); 18 EapType method, const char *name); 19 void eap_peer_method_free(struct eap_method *method); 20 int eap_peer_method_register(struct eap_method *method); 69 int eap_peer_method_unload(struct eap_method *method); 78 static inline int eap_peer_method_unload(struct eap_method *method) 85 /* EAP peer method registration calls for statically linked in methods */
|
eap_methods.c | 2 * EAP peer: Method registration 23 * eap_peer_get_eap_method - Get EAP method based on type number 25 * @method: EAP type number 26 * Returns: Pointer to EAP method or %NULL if not found 28 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method) 32 if (m->vendor == vendor && m->method == method) 40 * eap_peer_get_type - Get EAP type for the given EAP method name 41 * @name: EAP method name, e.g., TLS 43 * Returns: EAP method type or %EAP_TYPE_NONE if not foun [all...] |
/external/junit/src/org/junit/runners/ |
BlockJUnit4ClassRunner.java | 63 protected void runChild(final FrameworkMethod method, RunNotifier notifier) { 64 Description description= describeChild(method); 65 if (method.getAnnotation(Ignore.class) != null) { 68 runLeaf(methodBlock(method), description, notifier); 73 protected Description describeChild(FrameworkMethod method) { 75 testName(method), method.getAnnotations()); 153 * Adds to {@code errors} for each method annotated with {@code @Test}, 155 * method with no arguments. 174 * Adds to {@code errors} for each method annotated with {@code @Test}tha [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
EncodedMethod.java | 31 * Class that representats a method of a class. 35 /** {@code non-null;} constant for the method */ 36 private final CstMethodRef method; field in class:EncodedMethod 39 * {@code null-ok;} code for the method, if the method is neither 47 * @param method {@code non-null;} constant for the method 49 * @param code {@code null-ok;} code for the method, if it is neither 54 public EncodedMethod(CstMethodRef method, int accessFlags, 58 if (method == null) [all...] |
/dalvik/dx/src/com/android/dx/dex/file/ |
EncodedMethod.java | 30 * Class that representats a method of a class. 34 /** {@code non-null;} constant for the method */ 35 private final CstMethodRef method; field in class:EncodedMethod 38 * {@code null-ok;} code for the method, if the method is neither 46 * @param method {@code non-null;} constant for the method 48 * @param code {@code null-ok;} code for the method, if it is neither 53 public EncodedMethod(CstMethodRef method, int accessFlags, 57 if (method == null) [all...] |
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
EncodedMethod.java | 31 * Class that representats a method of a class. 35 /** {@code non-null;} constant for the method */ 36 private final CstMethodRef method; field in class:EncodedMethod 39 * {@code null-ok;} code for the method, if the method is neither 47 * @param method {@code non-null;} constant for the method 49 * @param code {@code null-ok;} code for the method, if it is neither 54 public EncodedMethod(CstMethodRef method, int accessFlags, 58 if (method == null) [all...] |
/external/proguard/src/proguard/classfile/attribute/visitor/ |
AttributeVisitor.java | 49 public void visitDeprecatedAttribute( Clazz clazz, Method method, DeprecatedAttribute deprecatedAttribute); 53 public void visitSyntheticAttribute( Clazz clazz, Method method, SyntheticAttribute syntheticAttribute); 57 public void visitSignatureAttribute( Clazz clazz, Method method, SignatureAttribute signatureAttribute); 65 public void visitExceptionsAttribute( Clazz clazz, Method method, ExceptionsAttribute exceptionsAttribute); 66 public void visitCodeAttribute( Clazz clazz, Method method, CodeAttribute codeAttribute) [all...] |
AttributeNameFilter.java | 164 public void visitDeprecatedAttribute(Clazz clazz, Method method, DeprecatedAttribute deprecatedAttribute) 168 deprecatedAttribute.accept(clazz, method, attributeVisitor); 191 public void visitSyntheticAttribute(Clazz clazz, Method method, SyntheticAttribute syntheticAttribute) 195 syntheticAttribute.accept(clazz, method, attributeVisitor); 218 public void visitSignatureAttribute(Clazz clazz, Method method, SignatureAttribute signatureAttribute) 222 signatureAttribute.accept(clazz, method, attributeVisitor); 236 public void visitExceptionsAttribute(Clazz clazz, Method method, ExceptionsAttribute exceptionsAttribute [all...] |
MultiAttributeVisitor.java | 187 public void visitDeprecatedAttribute(Clazz clazz, Method method, DeprecatedAttribute deprecatedAttribute) 191 attributeVisitors[index].visitDeprecatedAttribute(clazz, method, deprecatedAttribute); 196 public void visitSyntheticAttribute(Clazz clazz, Method method, SyntheticAttribute syntheticAttribute) 200 attributeVisitors[index].visitSyntheticAttribute(clazz, method, syntheticAttribute); 205 public void visitSignatureAttribute(Clazz clazz, Method method, SignatureAttribute syntheticAttribute) 209 attributeVisitors[index].visitSignatureAttribute(clazz, method, syntheticAttribute); 223 public void visitExceptionsAttribute(Clazz clazz, Method method, ExceptionsAttribute exceptionsAttribute [all...] |
/art/runtime/ |
method_helper-inl.h | 47 mirror::ArtMethod* method = GetMethod(); local 48 mirror::Class* type = method->GetDexCacheResolvedType(type_idx); 50 type = Runtime::Current()->GetClassLinker()->ResolveType(type_idx, method); 57 mirror::ArtMethod* method = GetMethod(); local 58 const DexFile* dex_file = method->GetDexFile(); 59 const DexFile::MethodId& method_id = dex_file->GetMethodId(method->GetDexMethodIndex()); 66 mirror::ArtMethod* method = GetMethod(); local 67 mirror::String* s = method->GetDexCacheStrings()->Get(string_idx); 70 Handle<mirror::DexCache> dex_cache(hs.NewHandle(method->GetDexCache())); 71 s = Runtime::Current()->GetClassLinker()->ResolveString(*method->GetDexFile(), string_idx [all...] |
/dalvik/dexgen/src/com/android/dexgen/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...] |
/dalvik/dx/src/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/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). 105 // All subclasses should implement this method to provide localized values [all...] |