Searched refs:method (Results 226 - 250 of 1813) sorted by relevance

1234567891011>>

/external/proguard/src/proguard/classfile/attribute/annotation/
H A DRuntimeInvisibleAnnotationsAttribute.java66 public void accept(Clazz clazz, Method method, AttributeVisitor attributeVisitor) argument
68 attributeVisitor.visitRuntimeInvisibleAnnotationsAttribute(clazz, method, this);
H A DRuntimeVisibleAnnotationsAttribute.java66 public void accept(Clazz clazz, Method method, AttributeVisitor attributeVisitor) argument
68 attributeVisitor.visitRuntimeVisibleAnnotationsAttribute(clazz, method, this);
/external/proguard/src/proguard/classfile/attribute/preverification/
H A DSameZeroFrame.java62 public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, StackMapFrameVisitor stackMapFrameVisitor) argument
64 stackMapFrameVisitor.visitSameZeroFrame(clazz, method, codeAttribute, offset, this);
/external/proguard/src/proguard/classfile/editor/
H A DStackSizeUpdater.java46 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) argument
49 stackSizeComputer.visitCodeAttribute(clazz, method, codeAttribute);
H A DConstantPoolShrinker.java200 // Mark the bootstrap method entries.
254 public void visitExceptionsAttribute(Clazz clazz, Method method, ExceptionsAttribute exceptionsAttribute) argument
263 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) argument
269 codeAttribute.instructionsAccept(clazz, method, this);
270 codeAttribute.exceptionsAccept(clazz, method, this);
271 codeAttribute.attributesAccept(clazz, method, this);
275 public void visitStackMapAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapAttribute stackMapAttribute) argument
280 stackMapAttribute.stackMapFramesAccept(clazz, method, codeAttribute, this);
284 public void visitStackMapTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) argument
289 stackMapTableAttribute.stackMapFramesAccept(clazz, method, codeAttribut
293 visitLocalVariableTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTableAttribute localVariableTableAttribute) argument
302 visitLocalVariableTypeTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTypeTableAttribute localVariableTypeTableAttribute) argument
320 visitAnyParameterAnnotationsAttribute(Clazz clazz, Method method, ParameterAnnotationsAttribute parameterAnnotationsAttribute) argument
329 visitAnnotationDefaultAttribute(Clazz clazz, Method method, AnnotationDefaultAttribute annotationDefaultAttribute) argument
361 visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo) argument
372 visitAnyStackMapFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, StackMapFrame stackMapFrame) argument
375 visitSameOneFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SameOneFrame sameOneFrame) argument
382 visitMoreZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, MoreZeroFrame moreZeroFrame) argument
389 visitFullFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FullFrame fullFrame) argument
399 visitAnyVerificationType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VerificationType verificationType) argument
402 visitObjectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType) argument
410 visitLocalVariableInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableInfo localVariableInfo) argument
419 visitLocalVariableTypeInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTypeInfo localVariableTypeInfo) argument
499 visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) argument
502 visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction) argument
[all...]
/external/proguard/src/proguard/classfile/instruction/visitor/
H A DAllInstructionVisitor.java52 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) argument
54 codeAttribute.instructionsAccept(clazz, method, instructionVisitor);
/external/proguard/src/proguard/classfile/visitor/
H A DExceptionExcludedOffsetFilter.java57 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo) argument
61 exceptionInfoVisitor.visitExceptionInfo(clazz, method, codeAttribute, exceptionInfo);
H A DExceptionHandlerFilter.java61 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo) argument
67 exceptionInfoVisitor.visitExceptionInfo(clazz, method, codeAttribute, exceptionInfo);
H A DExceptionOffsetFilter.java57 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo) argument
61 exceptionInfoVisitor.visitExceptionInfo(clazz, method, codeAttribute, exceptionInfo);
H A DExceptionRangeFilter.java61 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo) argument
65 exceptionInfoVisitor.visitExceptionInfo(clazz, method, codeAttribute, exceptionInfo);
H A DReferencedClassVisitor.java147 // Let the visitor visit the class of the enclosing method.
152 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) argument
155 codeAttribute.attributesAccept(clazz, method, this);
159 public void visitLocalVariableTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTableAttribute localVariableTableAttribute) argument
162 localVariableTableAttribute.localVariablesAccept(clazz, method, codeAttribute, this);
166 public void visitLocalVariableTypeTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTypeTableAttribute localVariableTypeTableAttribute) argument
169 localVariableTypeTableAttribute.localVariablesAccept(clazz, method, codeAttribute, this);
187 public void visitAnyParameterAnnotationsAttribute(Clazz clazz, Method method, ParameterAnnotationsAttribute parameterAnnotationsAttribute) argument
190 parameterAnnotationsAttribute.annotationsAccept(clazz, method, this);
194 public void visitAnnotationDefaultAttribute(Clazz clazz, Method method, AnnotationDefaultAttribut argument
203 visitLocalVariableInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableInfo localVariableInfo) argument
212 visitLocalVariableTypeInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTypeInfo localVariableTypeInfo) argument
[all...]
/external/proguard/src/proguard/optimize/
H A DTailRecursionSimplifier.java89 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) argument
91 int accessFlags = method.getAccessFlags();
93 if (// Only check the method if it is private, static, or final.
98 // Only check the method if it is not synchronized, etc.
106 // method.getName(clazz).equals("abc");
108 targetMethod = method;
117 codeAttribute.instructionsAccept(clazz, method, this);
123 codeAttribute.exceptionsAccept(clazz, method, this);
130 codeAttributeComposer.visitCodeAttribute(clazz, method, codeAttribute);
138 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribut argument
145 visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction) argument
225 visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo) argument
265 visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo) argument
278 storeParameters(Clazz clazz, Method method) argument
[all...]
/external/proguard/src/proguard/optimize/info/
H A DMethodOptimizationInfo.java29 * a method.
52 * Creates a new MethodOptimizationInfo for the given method.
54 public MethodOptimizationInfo(Clazz clazz, Method method) argument
59 ClassUtil.internalMethodParameterCount(method.getDescriptor(clazz));
61 if ((method.getAccessFlags() & ClassConstants.INTERNAL_ACC_STATIC) == 0)
288 public static void setMethodOptimizationInfo(Clazz clazz, Method method) argument
290 MethodLinker.lastMember(method).setVisitorInfo(new MethodOptimizationInfo(clazz, method));
294 public static MethodOptimizationInfo getMethodOptimizationInfo(Method method) argument
296 Object visitorInfo = MethodLinker.lastMember(method)
[all...]
/external/chromium_org/remoting/webapp/unittests/
H A Dit2me_helpee_channel_unittest.js56 { method: remoting.It2MeHelpeeChannel.HangoutMessageTypes.HELLO });
59 method: remoting.It2MeHelpeeChannel.HangoutMessageTypes.HELLO_RESPONSE,
71 method: MessageTypes.IS_HOST_INSTALLED
76 method: MessageTypes.IS_HOST_INSTALLED_RESPONSE,
89 method: MessageTypes.IS_HOST_INSTALLED
94 method: MessageTypes.IS_HOST_INSTALLED_RESPONSE,
106 method: remoting.It2MeHelpeeChannel.HangoutMessageTypes.DOWNLOAD_HOST
117 method: MessageTypes.CONNECT
121 method: MessageTypes.ERROR
141 method
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
H A Dv3_info.c71 static STACK_OF(CONF_VALUE) *i2v_AUTHORITY_INFO_ACCESS(X509V3_EXT_METHOD *method,
74 static AUTHORITY_INFO_ACCESS *v2i_AUTHORITY_INFO_ACCESS(X509V3_EXT_METHOD *method,
96 ASN1_SIMPLE(ACCESS_DESCRIPTION, method, ASN1_OBJECT),
108 static STACK_OF(CONF_VALUE) *i2v_AUTHORITY_INFO_ACCESS(X509V3_EXT_METHOD *method,
119 ret = i2v_GENERAL_NAME(method, desc->location, ret);
122 i2t_ASN1_OBJECT(objtmp, sizeof objtmp, desc->method);
140 static AUTHORITY_INFO_ACCESS *v2i_AUTHORITY_INFO_ACCESS(X509V3_EXT_METHOD *method,
168 if(!v2i_GENERAL_NAME_ex(acc->location, method, ctx, &ctmp, 0))
176 acc->method = OBJ_txt2obj(objtmp, 0);
177 if(!acc->method) {
[all...]
/external/chromium_org/third_party/icu/source/test/perf/perldriver/
H A DPerfFramework.pm154 # Measure a given test method with a give test pattern using the
157 # @param the method to run
173 # $a->[0]: method name, corresponds to $method
209 # Measure a given test method with a give test pattern using the
212 # @param the method to run
239 # @param the method to run
247 # ->[0]: The method name as reported
257 #my $cmd = "java -cp c:\\dev\\myicu4j\\classes $TESTCLASS $method $n $pat";
271 my $method
[all...]
/external/icu/icu4c/source/test/perf/perldriver/
H A DPerfFramework.pm154 # Measure a given test method with a give test pattern using the
157 # @param the method to run
173 # $a->[0]: method name, corresponds to $method
209 # Measure a given test method with a give test pattern using the
212 # @param the method to run
239 # @param the method to run
247 # ->[0]: The method name as reported
257 #my $cmd = "java -cp c:\\dev\\myicu4j\\classes $TESTCLASS $method $n $pat";
271 my $method
[all...]
/external/openssl/crypto/x509v3/
H A Dv3_info.c66 static STACK_OF(CONF_VALUE) *i2v_AUTHORITY_INFO_ACCESS(X509V3_EXT_METHOD *method,
69 static AUTHORITY_INFO_ACCESS *v2i_AUTHORITY_INFO_ACCESS(X509V3_EXT_METHOD *method,
91 ASN1_SIMPLE(ACCESS_DESCRIPTION, method, ASN1_OBJECT),
103 static STACK_OF(CONF_VALUE) *i2v_AUTHORITY_INFO_ACCESS(X509V3_EXT_METHOD *method,
113 ret = i2v_GENERAL_NAME(method, desc->location, ret);
116 i2t_ASN1_OBJECT(objtmp, sizeof objtmp, desc->method);
135 static AUTHORITY_INFO_ACCESS *v2i_AUTHORITY_INFO_ACCESS(X509V3_EXT_METHOD *method,
162 if(!v2i_GENERAL_NAME_ex(acc->location, method, ctx, &ctmp, 0))
170 acc->method = OBJ_txt2obj(objtmp, 0);
171 if(!acc->method) {
[all...]
/external/proguard/src/proguard/optimize/evaluation/
H A DVariableOptimizer.java95 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) argument
99 // method.getName(clazz).equals("abc");
105 livenessAnalyzer.visitCodeAttribute(clazz, method, codeAttribute);
110 codeAttribute.attributesAccept(clazz, method, this);
113 (method.getAccessFlags() & ClassConstants.INTERNAL_ACC_STATIC) != 0 ||
117 ClassUtil.internalMethodParameterSize(method.getDescriptor(clazz),
118 method.getAccessFlags());
158 System.out.println("VariableOptimizer: "+clazz.getName()+"."+method.getName(clazz)+method.getDescriptor(clazz));
167 variableRemapper.visitCodeAttribute(clazz, method, codeAttribut
183 visitLocalVariableTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTableAttribute localVariableTableAttribute) argument
190 visitLocalVariableTypeTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTypeTableAttribute localVariableTypeTableAttribute) argument
199 visitLocalVariableInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableInfo localVariableInfo) argument
222 visitLocalVariableTypeInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTypeInfo localVariableTypeInfo) argument
[all...]
/external/proguard/src/proguard/optimize/peephole/
H A DMethodInliner.java138 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) argument
140 // TODO: Remove this when the method inliner has stabilized.
141 // Catch any unexpected exceptions from the actual visiting method.
145 visitCodeAttribute0(clazz, method, codeAttribute);
149 System.err.println("Unexpected error while inlining method:");
151 System.err.println(" Target method = ["+targetMethod.getName(targetClass)+targetMethod.getDescriptor(targetClass)+"]");
155 System.err.println(" Inlined method = ["+method.getName(clazz)+method.getDescriptor(clazz)+"]");
158 System.err.println("Not inlining this method");
174 visitCodeAttribute0(Clazz clazz, Method method, CodeAttribute codeAttribute) argument
250 storeParameters(Clazz clazz, Method method) argument
334 copyCode(Clazz clazz, Method method, CodeAttribute codeAttribute) argument
355 visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) argument
361 visitSimpleInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SimpleInstruction simpleInstruction) argument
401 visitVariableInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VariableInstruction variableInstruction) argument
414 visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_old.c143 const char *method = dbus_message_get_member(message); local
150 if (!strcmp(method, "set"))
152 else if (!strcmp(method, "enable"))
154 else if (!strcmp(method, "disable"))
184 /* Dispatch the method call against the scanned bssid */
207 const char *method = dbus_message_get_member(message); local
236 /* A method for one of this interface's configured networks */
244 /* A method for one of this interface's scanned BSSIDs */
247 /* A method for an interface only. */
248 if (!strcmp(method, "sca
320 const char *method; local
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/token-rewrite/
H A Dvia-parser.rb17 : method+
20 method
21 : m='method' ID '(' ')' body
64 method foo() {
70 method bar() {
/external/chromium_org/chrome/browser/resources/uber/
H A Duber_utils.js61 e = /** @type {!MessageEvent.<!{method: string, params: *}>} */(e);
62 if (e.data.method === 'frameSelected')
64 else if (e.data.method === 'mouseWheel')
67 else if (e.data.method === 'popState')
114 * Invokes a method on the parent window (UberPage). This is a convenience
115 * method for API calls into the uber page.
116 * @param {string} method The name of the method to invoke.
118 * invoked method.
121 function invokeMethodOnParent(method, opt_param
[all...]
/external/chromium_org/chrome/test/chromedriver/
H A Dperformance_logger.cc53 bool ShouldLogEvent(const std::string& method) { argument
55 if (StartsWithASCII(method, kDomains[i_domain], true /* case_sensitive */))
97 const std::string& method,
100 return HandleTraceEvents(client, method, params);
102 return HandleInspectorEvents(client, method, params);
119 const std::string& method,
123 log_message_dict.SetString("message.method", method);
135 const std::string& method,
137 AddLogEntry(Log::kInfo, webview, method, param
95 OnEvent( DevToolsClient* client, const std::string& method, const base::DictionaryValue& params) argument
116 AddLogEntry( Log::Level level, const std::string& webview, const std::string& method, const base::DictionaryValue& params) argument
133 AddLogEntry( const std::string& webview, const std::string& method, const base::DictionaryValue& params) argument
163 HandleInspectorEvents( DevToolsClient* client, const std::string& method, const base::DictionaryValue& params) argument
174 HandleTraceEvents( DevToolsClient* client, const std::string& method, const base::DictionaryValue& params) argument
[all...]
/external/chromium_org/components/cronet/android/java/src/org/chromium/net/
H A DCronetUrlRequest.java12 public void setHttpMethod(String method) { argument

Completed in 354 milliseconds

1234567891011>>