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

1234567891011>>

/external/webkit/Source/WebCore/manual-tests/resources/
H A DTestApplet.java12 public int method() method in class:TestApplet
/external/chromium/android/jni/
H A Dautofill_request_url.cc13 jmethodID method = env->GetStaticMethodID(bridgeClass, "getAutofillQueryUrl", "()Ljava/lang/String;"); local
14 jstring autofill_query_url = static_cast<jstring>(env->CallStaticObjectMethod(bridgeClass, method));
/external/chromium/net/tools/flip_server/
H A Dspdy_util.cc16 std::string EncodeURL(std::string uri, std::string host, std::string method) { argument
19 return std::string(method + "_" + uri);
26 "http://" + host + uri, method + "_/", false);
28 filename = UrlToFilenameEncoder::Encode(uri, method + "_/", false);
/external/openssl/crypto/x509v3/
H A Dv3_enum.c87 char *i2s_ASN1_ENUMERATED_TABLE(X509V3_EXT_METHOD *method, argument
93 for(enam = method->usr_data; enam->lname; enam++) {
96 return i2s_ASN1_ENUMERATED(method, e);
H A Dv3_ia5.c66 static char *i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, ASN1_IA5STRING *ia5);
67 static ASN1_IA5STRING *s2i_ASN1_IA5STRING(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, char *str);
80 static char *i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, argument
94 static ASN1_IA5STRING *s2i_ASN1_IA5STRING(X509V3_EXT_METHOD *method, argument
/external/webkit/LayoutTests/http/tests/resources/
H A Dtripmine.php36 $method = $_SERVER['REQUEST_METHOD']; variable
39 if ($method == "OPTIONS") {
46 if ($method != "GET" && $method != "HEAD" && $method != "POST") {
47 setState("FAIL. Non-simple method $method.", $stateFile);
/external/apache-http/src/org/apache/http/
H A DHttpRequestFactory.java48 HttpRequest newHttpRequest(String method, String uri) argument
/external/chromium/net/server/
H A Dhttp_server_request_info.h23 // Request method.
24 std::string method; member in class:net::HttpServerRequestInfo
/external/chromium/net/url_request/
H A Durl_request_netlog_params.cc13 const std::string& method,
17 method_(method),
25 dict->SetString("method", method_);
11 URLRequestStartEventParameters( const GURL& url, const std::string& method, int load_flags, RequestPriority priority) argument
/external/chromium/webkit/glue/
H A Dform_data.h28 string16 method; member in struct:webkit_glue::FormData
/external/clang/test/Sema/
H A Dms_wide_predefined_expr.cpp16 void method() { function in class:PR13206::A
23 x.method();
/external/dbus/dbus/
H A Ddbus-server-win.c54 const char *method; local
58 method = dbus_address_entry_get_method (entry);
60 if (strcmp (method, "nonce-tcp") == 0)
H A Ddbus-transport-win.c54 const char *method; local
61 method = dbus_address_entry_get_method (entry);
62 _dbus_assert (method != NULL);
64 if (strcmp (method, "nonce-tcp") != 0)
/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 DAnnotatedHandlerFinder.java43 for (Method method : clazz.getMethods()) {
44 Subscribe annotation = method.getAnnotation(Subscribe.class);
47 Class<?>[] parameterTypes = method.getParameterTypes();
50 "Method " + method + " has @Subscribe annotation, but requires " +
55 EventHandler handler = makeHandler(listener, method);
66 * Creates an {@code EventHandler} for subsequently calling {@code method} on
69 * {@code method}.
71 * @param listener object bearing the event handler method.
72 * @param method the event handler method t
76 makeHandler(Object listener, Method method) argument
94 methodIsDeclaredThreadSafe(Method method) argument
[all...]
H A DSynchronizedEventHandler.java23 * Wraps a single-argument 'handler' method on a specific object, and ensures
24 * that only one thread may enter the method at a time.
33 * Creates a new SynchronizedEventHandler to wrap {@code method} on
36 * @param target object to which the method applies.
37 * @param method handler method.
39 public SynchronizedEventHandler(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/nist-sip/java/javax/sip/header/
H A DAllowHeader.java9 void setMethod(String method) throws ParseException; argument
/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
/external/proguard/src/proguard/classfile/visitor/
H A DExceptionHandlerConstantVisitor.java54 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo) argument

Completed in 646 milliseconds

1234567891011>>