Searched defs:method (Results 1 - 25 of 743) sorted by relevance

1234567891011>>

/external/boringssl/src/crypto/x509v3/
H A Dv3_enum.c88 char *i2s_ASN1_ENUMERATED_TABLE(X509V3_EXT_METHOD *method, argument
94 for(enam = method->usr_data; enam->lname; enam++) {
97 return i2s_ASN1_ENUMERATED(method, e);
H A Dv3_ia5.c70 static char *i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, ASN1_IA5STRING *ia5);
71 static ASN1_IA5STRING *s2i_ASN1_IA5STRING(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, char *str);
84 static char *i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, argument
98 static ASN1_IA5STRING *s2i_ASN1_IA5STRING(X509V3_EXT_METHOD *method, argument
/external/robolectric/src/test/java/com/xtremelabs/robolectric/
H A DWithoutTestDefaultsRunner.java12 @Override public void internalBeforeTest(Method method) { argument
/external/apache-http/src/org/apache/http/
H A DHttpRequestFactory.java53 HttpRequest newHttpRequest(String method, String uri) argument
/external/clang/test/Profile/
H A Dcxx-class.cpp48 void method() { function in class:Simple
67 S.method();
/external/clang/test/Sema/
H A Dms_wide_predefined_expr.cpp17 void method() { function in class:PR13206::A
24 x.method();
/external/easymock/src/org/easymock/internal/
H A DILegacyMatcherMethods.java26 void setMatcher(Method method, org.easymock.ArgumentsMatcher matcher); argument
/external/guava/guava/src/com/google/common/eventbus/
H A DSynchronizedEventSubscriber.java23 * Wraps a single-argument subscriber method on a specific object, and ensures
24 * that only one thread may enter the method at a time.
33 * Creates a new SynchronizedEventSubscriber to wrap {@code method} on
36 * @param target object to which the method applies.
37 * @param method subscriber method.
39 public SynchronizedEventSubscriber(Object target, Method method) { argument
40 super(target, method);
/external/junit/src/org/junit/rules/
H A DMethodRule.java8 * A MethodRule is an alteration in how a test method is run and reported.
9 * Multiple {@link MethodRule}s can be applied to a test method. The
10 * {@link Statement} that executes the method is passed to each annotated
17 * <li>{@link ErrorCollector}: collect multiple errors in one test method</li>
21 * <li>{@link TestName}: remember the test name for use during the method</li>
22 * <li>{@link TestWatchman}: add logic at events during method execution</li>
30 * Modifies the method-running {@link Statement} to implement an additional
34 * @param method The method to be run
35 * @param target The object on with the method wil
39 apply(Statement base, FrameworkMethod method, Object target) argument
[all...]
/external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
H A DCallbackFilter.java23 * callback. The type of the callbacks chosen for each method affects
24 * the bytecode generated for that method in the subclass, and cannot
29 * Map a method to a callback.
31 * @param method the intercepted method
33 * @return the index into the array of callbacks (as specified by {@link Enhancer#setCallbacks}) to use for the method,
35 int accept(Method method, List<Method> allMethods); argument
H A DInvocationHandler.java33 public Object invoke(Object proxy, Method method, Object[] args) throws Throwable; argument
H A DMethodInterceptor.java27 * All generated proxied methods call this method instead of the original method.
28 * The original method may either be invoked by normal reflection using the Method object,
31 * @param method intercepted Method
33 * @param proxy used to invoke super (non-intercepted method); may be called
35 * @throws Throwable any exception may be thrown; if so, super method will not be invoked
36 * @return any value compatible with the signature of the proxied method. Method returning void will ignore this value.
39 public Object intercept(Object obj, java.lang.reflect.Method method, Object[] args, argument
/external/nist-sip/java/javax/sip/header/
H A DAllowHeader.java9 void setMethod(String method) throws ParseException; argument
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DHttpMethod.java19 public static boolean invalidatesCache(String method) { argument
20 return method.equals("POST")
21 || method.equals("PATCH")
22 || method.equals("PUT")
23 || method.equals("DELETE");
26 public static boolean requiresRequestBody(String method) { argument
27 return method.equals("POST")
28 || method.equals("PUT")
29 || method.equals("PATCH");
32 public static boolean permitsRequestBody(String method) { argument
[all...]
/external/proguard/src/proguard/classfile/attribute/
H A DDeprecatedAttribute.java62 public void accept(Clazz clazz, Method method, AttributeVisitor attributeVisitor) argument
64 attributeVisitor.visitDeprecatedAttribute(clazz, method, this);
H A DSyntheticAttribute.java62 public void accept(Clazz clazz, Method method, AttributeVisitor attributeVisitor) argument
64 attributeVisitor.visitSyntheticAttribute(clazz, method, this);
/external/proguard/src/proguard/classfile/attribute/visitor/
H A DExceptionInfoVisitor.java36 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo); argument
H A DLineNumberInfoVisitor.java37 public void visitLineNumberInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, LineNumberInfo lineNumberInfo); argument
H A DLocalVariableInfoVisitor.java37 public void visitLocalVariableInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableInfo localVariableInfo); argument
H A DLocalVariableTypeInfoVisitor.java37 public void visitLocalVariableTypeInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTypeInfo localVariableTypeInfo); argument
H A DParameterInfoVisitor.java27 * This interface specifies the method for a visitor of
36 public void visitParameterInfo(Clazz clazz, Method method, int parameterIndex, ParameterInfo parameterInfo); argument
/external/proguard/src/proguard/classfile/visitor/
H A DExceptionHandlerConstantVisitor.java54 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo) argument
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DBlockingRpcChannel.java42 * Call the given method of the remote service and blocks until it returns.
47 Descriptors.MethodDescriptor method,
46 callBlockingMethod( Descriptors.MethodDescriptor method, RpcController controller, Message request, Message responsePrototype) argument
H A DRpcChannel.java57 * Call the given method of the remote service. This method is similar to
61 * {@code request.getDescriptor() == method.getInputType()}.
64 * {@code getDescriptor() == method.getOutputType()}).
66 void callMethod(Descriptors.MethodDescriptor method, argument
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/
H A DBreakpoint.java49 * @param method Method in which breakpoint is created
50 * @param location Location within the method
52 public Breakpoint(String clazz, String method, int location) { argument
54 methodName = method;

Completed in 558 milliseconds

1234567891011>>