Searched refs:method (Results 126 - 150 of 1154) sorted by relevance

1234567891011>>

/external/junit/src/org/junit/runners/
H A DBlockJUnit4ClassRunner.java63 protected void runChild(final FrameworkMethod method, RunNotifier notifier) { argument
64 Description description= describeChild(method);
65 if (method.getAnnotation(Ignore.class) != null) {
68 runLeaf(methodBlock(method), description, notifier);
73 protected Description describeChild(FrameworkMethod method) { argument
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 annotate
194 testName(FrameworkMethod method) argument
230 methodBlock(FrameworkMethod method) argument
259 methodInvoker(FrameworkMethod method, Object test) argument
272 possiblyExpectingExceptions(FrameworkMethod method, Object test, Statement next) argument
287 withPotentialTimeout(FrameworkMethod method, Object test, Statement next) argument
301 withBefores(FrameworkMethod method, Object target, Statement statement) argument
319 withAfters(FrameworkMethod method, Object target, Statement statement) argument
327 withRules(FrameworkMethod method, Object target, Statement statement) argument
336 withMethodRules(FrameworkMethod method, Object target, Statement result) argument
373 withTestRules(FrameworkMethod method, Object target, Statement statement) argument
[all...]
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DEncodedMethod.java31 * 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, argument
58 if (method
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_methods.c23 * 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) argument
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 found
54 return m->method;
231 eap_peer_method_unload(struct eap_method *method) argument
279 eap_peer_method_alloc(int version, int vendor, EapType method, const char *name) argument
298 eap_peer_method_free(struct eap_method *method) argument
313 eap_peer_method_register(struct eap_method *method) argument
[all...]
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_methods.c23 * 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) argument
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 found
54 return m->method;
231 eap_peer_method_unload(struct eap_method *method) argument
279 eap_peer_method_alloc(int version, int vendor, EapType method, const char *name) argument
298 eap_peer_method_free(struct eap_method *method) argument
313 eap_peer_method_register(struct eap_method *method) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_methods.c23 * 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) argument
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 found
54 return m->method;
231 eap_peer_method_unload(struct eap_method *method) argument
279 eap_peer_method_alloc(int version, int vendor, EapType method, const char *name) argument
298 eap_peer_method_free(struct eap_method *method) argument
313 eap_peer_method_register(struct eap_method *method) argument
[all...]
/external/proguard/src/proguard/classfile/attribute/visitor/
H A DMultiAttributeVisitor.java178 public void visitDeprecatedAttribute(Clazz clazz, Method method, DeprecatedAttribute deprecatedAttribute) argument
182 attributeVisitors[index].visitDeprecatedAttribute(clazz, method, deprecatedAttribute);
187 public void visitSyntheticAttribute(Clazz clazz, Method method, SyntheticAttribute syntheticAttribute) argument
191 attributeVisitors[index].visitSyntheticAttribute(clazz, method, syntheticAttribute);
196 public void visitSignatureAttribute(Clazz clazz, Method method, SignatureAttribute syntheticAttribute) argument
200 attributeVisitors[index].visitSignatureAttribute(clazz, method, syntheticAttribute);
214 public void visitExceptionsAttribute(Clazz clazz, Method method, ExceptionsAttribute exceptionsAttribute) argument
218 attributeVisitors[index].visitExceptionsAttribute(clazz, method, exceptionsAttribute);
223 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) argument
227 attributeVisitors[index].visitCodeAttribute(clazz, method, codeAttribut
232 visitStackMapAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapAttribute stackMapAttribute) argument
241 visitStackMapTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) argument
250 visitLineNumberTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, LineNumberTableAttribute lineNumberTableAttribute) argument
259 visitLocalVariableTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTableAttribute localVariableTableAttribute) argument
268 visitLocalVariableTypeTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTypeTableAttribute localVariableTypeTableAttribute) argument
313 visitRuntimeVisibleAnnotationsAttribute(Clazz clazz, Method method, RuntimeVisibleAnnotationsAttribute runtimeVisibleAnnotationsAttribute) argument
322 visitRuntimeInvisibleAnnotationsAttribute(Clazz clazz, Method method, RuntimeInvisibleAnnotationsAttribute runtimeInvisibleAnnotationsAttribute) argument
331 visitRuntimeVisibleParameterAnnotationsAttribute(Clazz clazz, Method method, RuntimeVisibleParameterAnnotationsAttribute runtimeVisibleParameterAnnotationsAttribute) argument
340 visitRuntimeInvisibleParameterAnnotationsAttribute(Clazz clazz, Method method, RuntimeInvisibleParameterAnnotationsAttribute runtimeInvisibleParameterAnnotationsAttribute) argument
349 visitAnnotationDefaultAttribute(Clazz clazz, Method method, AnnotationDefaultAttribute annotationDefaultAttribute) argument
[all...]
/external/apache-http/src/org/apache/http/impl/client/
H A DRequestWrapper.java65 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) { argument
106 if (method == null) {
109 this.method = method;
134 String method = getMethod();
143 return new BasicRequestLine(method, uritex
[all...]
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DLocalVariableExtractor.java24 * 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) { argument
46 LocalVariableExtractor lve = new LocalVariableExtractor(method);
51 * Constructs an instance. This method i
55 LocalVariableExtractor(RopMethod method) argument
[all...]
/external/openssl/crypto/bio/
H A Dbio_cb.c84 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
[all...]
/external/proguard/src/proguard/optimize/evaluation/
H A DStoringInvocationUnit.java121 Method method,
126 generalizeMethodReturnValue(method, value);
171 private static void generalizeMethodParameterValue(Method method, int parameterIndex, Value value) argument
173 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method);
181 public static Value getMethodParameterValue(Method method, int parameterIndex) argument
183 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method);
190 private static void generalizeMethodReturnValue(Method method, Value value) argument
192 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method);
200 public static Value getMethodReturnValue(Method method) argument
202 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method);
120 setMethodReturnValue(Clazz clazz, Method method, Value value) argument
[all...]
/external/proguard/src/proguard/classfile/visitor/
H A DClassCleaner.java117 public void visitExceptionsAttribute(Clazz clazz, Method method, ExceptionsAttribute exceptionsAttribute) argument
125 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) argument
129 codeAttribute.exceptionsAccept(clazz, method, this);
130 codeAttribute.attributesAccept(clazz, method, this);
134 public void visitStackMapAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapAttribute stackMapAttribute) argument
138 stackMapAttribute.stackMapFramesAccept(clazz, method, codeAttribute, this);
142 public void visitStackMapTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) argument
146 stackMapTableAttribute.stackMapFramesAccept(clazz, method, codeAttribute, this);
158 public void visitAnyParameterAnnotationsAttribute(Clazz clazz, Method method, ParameterAnnotationsAttribute parameterAnnotationsAttribute) argument
162 parameterAnnotationsAttribute.annotationsAccept(clazz, method, thi
166 visitAnnotationDefaultAttribute(Clazz clazz, Method method, AnnotationDefaultAttribute annotationDefaultAttribute) argument
184 visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo) argument
192 visitSameZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SameZeroFrame sameZeroFrame) argument
198 visitSameOneFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SameOneFrame sameOneFrame) argument
206 visitLessZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, LessZeroFrame lessZeroFrame) argument
212 visitMoreZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, MoreZeroFrame moreZeroFrame) argument
220 visitFullFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FullFrame fullFrame) argument
231 visitAnyVerificationType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VerificationType verificationType) argument
[all...]
/external/mockito/src/org/mockito/internal/invocation/
H A DSerializableMethod.java24 public SerializableMethod(Method method) { argument
25 declaringClass = method.getDeclaringClass();
26 methodName = method.getName();
27 parameterTypes = method.getParameterTypes();
28 returnType = method.getReturnType();
29 exceptionTypes = method.getExceptionTypes();
30 isVarArgs = method.isVarArgs();
58 "The method %1$s.%2$s is probably private or protected and cannot be mocked.\n" +
63 "The method %1$s.%2$s does not exists and you should not get to this point.\n" +
/external/proguard/src/proguard/optimize/peephole/
H A DUnreachableExceptionRemover.java72 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) argument
75 codeAttribute.exceptionsAccept(clazz, method, this);
86 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo) argument
89 method,
99 extraExceptionInfoVisitor.visitExceptionInfo(clazz, method, codeAttribute, exceptionInfo);
111 Method method,
127 method,
110 mayThrowExceptions(Clazz clazz, Method method, CodeAttribute codeAttribute, int startOffset, int endOffset) argument
/external/openssl/crypto/ui/
H A Dui.h84 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, in
[all...]
/external/openssl/include/openssl/
H A Dui.h84 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, in
[all...]
/external/javassist/src/main/javassist/bytecode/analysis/
H A DFramePrinter.java33 * instructions of a method.
64 private String getMethodString(CtMethod method) { argument
66 return Modifier.toString(method.getModifiers()) + " "
67 + method.getReturnType().getName() + " " + method.getName()
68 + Descriptor.toString(method.getSignature()) + ";";
75 * Prints the instructions and the frame states of the given method.
77 public void print(CtMethod method) { argument
78 stream.println("\n" + getMethodString(method));
79 MethodInfo info = method
[all...]
/external/proguard/src/proguard/preverify/
H A DCodeSubroutineInliner.java65 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) argument
69 // method.getName(clazz).equals("abc");
72 // Catch any unexpected exceptions from the actual visiting method.
76 visitCodeAttribute0(clazz, method, codeAttribute);
82 System.err.println(" Method = ["+method.getName(clazz)+method.getDescriptor(clazz)+"]");
87 method.accept(clazz, new ClassPrinter());
95 public void visitCodeAttribute0(Clazz clazz, Method method, CodeAttribute codeAttribute) argument
97 branchTargetFinder.visitCodeAttribute(clazz, method, codeAttribute);
107 System.out.println("SubroutineInliner: processing ["+clazz.getName()+"."+method
183 inlineSubroutine(Clazz clazz, Method method, CodeAttribute codeAttribute, int subroutineInvocationOffset, int subroutineStart) argument
245 visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) argument
252 visitVariableInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VariableInstruction variableInstruction) argument
302 visitBranchInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, BranchInstruction branchInstruction) argument
349 visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo) argument
[all...]
/external/chromium/base/memory/
H A Dscoped_callback_factory.h34 // avoid calling the GotData method.
51 void (T::*method)()) {
53 weak_factory_.GetWeakPtr(), method);
58 void (T::*method)(Arg1)) {
60 weak_factory_.GetWeakPtr(), method);
65 void (T::*method)(Arg1, Arg2)) {
67 weak_factory_.GetWeakPtr(), method);
72 void (T::*method)(Arg1, Arg2, Arg3)) {
75 weak_factory_.GetWeakPtr(), method);
80 void (T::*method)(Arg
[all...]
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
H A Dp3-0x.cpp33 struct method { struct in namespace:rdar12176336
36 method(vararg_func implementation) : implementation(implementation) {} function in struct:rdar12176336::method
46 method m(nullptr);
/external/clang/test/CodeGenCXX/
H A Dmangle-ms-templates.cpp6 void method() {} function in class:Class
35 c1.method();
36 // CHECK: call {{.*}} @"\01?method@?$Class@VTypename@@@@QAEXXZ"
39 c2.method();
40 // CHECK: call {{.*}} @"\01?method@?$Class@V?$Nested@VTypename@@@@@@QAEXXZ"
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DLocalVariableExtractor.java29 * a method. Stolen and retrofitted from
36 /** {@code non-null;} method being extracted from */
37 private final SsaMethod method; field in class:LocalVariableExtractor
39 /** {@code non-null;} block list for the method */
49 * Extracts out all the local variable information from the given method.
51 * @param method {@code non-null;} the method to extract from
54 public static LocalVariableInfo extract(SsaMethod method) { argument
55 LocalVariableExtractor lve = new LocalVariableExtractor(method);
60 * Constructs an instance. This method i
64 LocalVariableExtractor(SsaMethod method) argument
[all...]
/external/proguard/src/proguard/classfile/attribute/preverification/
H A DVerificationType.java59 * Accepts the given visitor in the context of a method's code, either on
62 public abstract void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, VerificationTypeVisitor verificationTypeVisitor); argument
66 * Accepts the given visitor in the context of a stack in a method's code .
68 public abstract void stackAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, int stackIndex, VerificationTypeVisitor verificationTypeVisitor); argument
72 * Accepts the given visitor in the context of a variable in a method's code.
74 public abstract void variablesAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, int variableIndex, VerificationTypeVisitor verificationTypeVisitor); argument
/external/proguard/src/proguard/classfile/editor/
H A DMethodInvocationFixer.java63 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) argument
69 codeAttribute.instructionsAccept(clazz, method, this);
72 codeAttributeEditor.visitCodeAttribute(clazz, method, codeAttribute);
78 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {} argument
81 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction) argument
85 // Get information on the called class and method, if present.
90 // Did we find the called class and method?
96 // Is the method static?
111 debug(clazz, method, offset, constantInstruction, replacementInstruction);
116 // Is the method privat
236 debug(Clazz clazz, Method method, int offset, ConstantInstruction constantInstruction, Instruction replacementInstruction) argument
[all...]
H A DConstantPoolRemapper.java304 public void visitExceptionsAttribute(Clazz clazz, Method method, ExceptionsAttribute exceptionsAttribute) argument
315 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) argument
324 codeAttribute.instructionsAccept(clazz, method, this);
328 codeAttributeEditor.visitCodeAttribute(clazz, method, codeAttribute);
331 codeAttribute.exceptionsAccept(clazz, method, this);
332 codeAttribute.attributesAccept(clazz, method, this);
336 public void visitStackMapAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapAttribute stackMapAttribute) argument
342 stackMapAttribute.stackMapFramesAccept(clazz, method, codeAttribute, this);
346 public void visitStackMapTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) argument
352 stackMapTableAttribute.stackMapFramesAccept(clazz, method, codeAttribut
356 visitLineNumberTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, LineNumberTableAttribute lineNumberTableAttribute) argument
363 visitLocalVariableTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTableAttribute localVariableTableAttribute) argument
373 visitLocalVariableTypeTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTypeTableAttribute localVariableTypeTableAttribute) argument
393 visitAnyParameterAnnotationsAttribute(Clazz clazz, Method method, ParameterAnnotationsAttribute parameterAnnotationsAttribute) argument
403 visitAnnotationDefaultAttribute(Clazz clazz, Method method, AnnotationDefaultAttribute annotationDefaultAttribute) argument
439 visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo) argument
451 visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) argument
454 visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction) argument
473 visitAnyStackMapFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, StackMapFrame stackMapFrame) argument
476 visitSameOneFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SameOneFrame sameOneFrame) argument
483 visitMoreZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, MoreZeroFrame moreZeroFrame) argument
490 visitFullFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FullFrame fullFrame) argument
500 visitAnyVerificationType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VerificationType verificationType) argument
503 visitObjectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType) argument
512 visitLocalVariableInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableInfo localVariableInfo) argument
523 visitLocalVariableTypeInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTypeInfo localVariableTypeInfo) argument
[all...]
/external/protobuf/python/google/protobuf/
H A Dservice_reflection.py142 # instance to the method that does the real CallMethod work.
153 for method in self.descriptor.methods:
154 setattr(cls, method.name, self._GenerateNonImplementedMethod(method))
158 """Calls the method described by a given method descriptor.
161 srvc: Instance of the service for which this method is called.
162 method_descriptor: Descriptor that represent the method to call.
163 rpc_controller: RPC controller to use for this method's execution.
165 callback: A callback to invoke after the method ha
[all...]

Completed in 986 milliseconds

1234567891011>>