HomeSort by relevance Sort by last modified time
    Searched refs:method (Results 1 - 25 of 7000) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/test/435-new-instance/src/
TestInterface.java 18 public void method(); method in interface:TestInterface
TestClass.java 20 public void method() {}; method in class:TestClass
  /external/clang/test/SemaCXX/Inputs/
override-system-header.h 5 #define STDMETHOD(method) virtual void method
6 #define IFACEMETHOD(method) STDMETHOD(method)
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpMethod.java 19 public static boolean invalidatesCache(String method) {
20 return method.equals("POST")
21 || method.equals("PATCH")
22 || method.equals("PUT")
23 || method.equals("DELETE");
26 public static boolean requiresRequestBody(String method) {
27 return method.equals("POST")
28 || method.equals("PUT")
29 || method.equals("PATCH");
32 public static boolean permitsRequestBody(String method) {
    [all...]
  /art/test/508-referrer-method/src/p1/
PackagePrivateA.java 20 protected static int method() { method in class:PackagePrivateA
InPackage.java 20 public static int $inline$method() {
22 // of the protected method, so that the Main class also has
24 return PublicB.method();
  /external/clang/test/CodeGenCXX/
debug-info-ptr-to-member-function.cpp 5 int method();
8 void foo(int (T::*method)()) {}
  /external/clang/test/Modules/Inputs/
lookup_left.h 2 - (int)method;
lookup_right.h 3 - (double)method;
  /external/webrtc/webrtc/tools/e2e_quality/audio/
daemon.conf 1 resample-method = speex-float-9
  /ndk/tests/build/issue41387-uniform-initialized-rvalue/jni/
issue41387-uniform-initialized-rvalue.cpp 3 void method() const {} function in struct:pair
7 (pair { 0, 0 }).method();
  /external/mockito/src/org/mockito/internal/util/
ObjectMethodsGuru.java 11 import java.lang.reflect.Method;
17 public boolean isToString(Method method) {
18 return isToString(new DelegatingMethod(method));
21 public boolean isToString(MockitoMethod method) {
22 return method.getReturnType() == String.class
23 && method.getParameterTypes().length == 0
24 && method.getName().equals("toString");
27 public boolean isEqualsMethod(Method method) {
    [all...]
  /external/webrtc/talk/media/webrtc/
fakewebrtccommon.h 35 #define WEBRTC_STUB(method, args) \
36 int method args override { return 0; }
38 #define WEBRTC_STUB_CONST(method, args) \
39 int method args const override { return 0; }
41 #define WEBRTC_BOOL_STUB(method, args) \
42 bool method args override { return true; }
44 #define WEBRTC_BOOL_STUB_CONST(method, args) \
45 bool method args const override { return true; }
47 #define WEBRTC_VOID_STUB(method, args) \
48 void method args override {
    [all...]
  /external/mockito/src/org/mockito/internal/creation/
DelegatingMethod.java 7 import java.lang.reflect.Method;
13 private final Method method; field in class:DelegatingMethod
15 public DelegatingMethod(Method method) {
16 assert method != null : "Method cannot be null";
17 this.method = method;
21 return method.getExceptionTypes();
    [all...]
  /external/guice/extensions/persist/src/com/google/inject/persist/finder/
DynamicFinder.java 19 import java.lang.reflect.Method;
27 private final Method method; field in class:DynamicFinder
30 public DynamicFinder(Method method) {
31 this.method = method;
32 this.finder = method.getAnnotation(Finder.class);
36 * Returns some metadata if the method is annotated {@code @Finder} or null.
38 * @param method a method you want to test as a dynamic finde
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
Allow.java 47 /** method field
49 protected String method; field in class:Allow
62 method = m;
65 /** get the method field
69 return method;
73 * Set the method member
74 * @param method method to set.
76 public void setMethod(String method) throws ParseException {
77 if (method == null
    [all...]
  /external/clang/test/Index/
complete-recovery.m 4 - (void)method:(int)x;
8 - (void)method:(int)x {
9 A *a = [A method:1];
12 z = [a2 method:1];
13 blah ? blech : [a2 method:1];
14 (a * a2)([a2 method:1]);
15 B *a = [a2 method:1];
35 // CHECK-CC3: ObjCInstanceMethodDecl:{ResultType void}{TypedText method:}{Placeholder (int)} (32)
  /art/runtime/mirror/
abstract_method.cc 25 bool AbstractMethod::CreateFromArtMethod(ArtMethod* method) {
26 auto* interface_method = method->GetInterfaceMethodIfProxy(
30 SetArtMethod<kTransactionActive>(method);
31 SetFieldObject<kTransactionActive>(DeclaringClassOffset(), method->GetDeclaringClass());
34 SetField32<kTransactionActive>(AccessFlagsOffset(), method->GetAccessFlags());
35 SetField32<kTransactionActive>(DexMethodIndexOffset(), method->GetDexMethodIndex());
39 template bool AbstractMethod::CreateFromArtMethod<false>(ArtMethod* method);
40 template bool AbstractMethod::CreateFromArtMethod<true>(ArtMethod* method);
47 void AbstractMethod::SetArtMethod(ArtMethod* method) {
48 SetField64<kTransactionActive>(ArtMethodOffset(), reinterpret_cast<uint64_t>(method));
    [all...]
  /art/test/425-invoke-super/smali/
subclass.smali 19 .method public constructor <init>()V
23 .end method
25 .method public returnInt()I
29 .end method
  /dalvik/dx/tests/098-dex-jsr-ret-throw/
run 17 dx --debug --dump --method=run --rop-blocks 'ViewDebug$ViewServer.class'
  /external/clang/test/Modules/
import-decl.cpp 14 -method;
18 [import method];
  /external/testng/src/main/java/org/testng/
IInvokedMethodListener.java 4 * A listener that gets invoked before and after a method is invoked by TestNG.
9 void beforeInvocation(IInvokedMethod method, ITestResult testResult);
11 void afterInvocation(IInvokedMethod method, ITestResult testResult);
  /external/wpa_supplicant_8/src/eap_server/
eap_server_methods.c 2 * EAP server method registration
20 * eap_server_get_eap_method - Get EAP method based on type number
22 * @method: EAP type number
23 * Returns: Pointer to EAP method or %NULL if not found
25 const struct eap_method * eap_server_get_eap_method(int vendor, EapType method)
29 if (m->vendor == vendor && m->method == method)
37 * eap_server_get_type - Get EAP type for the given EAP method name
38 * @name: EAP method name, e.g., TLS
40 * Returns: EAP method type or %EAP_TYPE_NONE if not foun
    [all...]
  /cts/tests/tests/text/src/android/text/method/cts/
ReplacementTransformationMethodTest.java 17 package android.text.method.cts;
21 import android.text.method.ReplacementTransformationMethod;
50 MyReplacementTransformationMethod method = local
52 CharSequence result = method.getTransformation("010101", null);
55 mEditText.setTransformationMethod(method);
61 ReplacementTransformationMethod method = new MyReplacementTransformationMethod(ORIGINAL, local
65 method.getTransformation(null, null);
66 fail("The method should check whether the char sequence is null.");
71 assertEquals("", method.getTransformation("", null).toString());
76 ReplacementTransformationMethod method local
95 ReplacementTransformationMethod method = local
114 ReplacementTransformationMethod method = new MyReplacementTransformationMethod(ORIGINAL, local
    [all...]
  /art/test/471-uninitialized-locals/smali/
Test.smali 20 .method public static ThrowException()V
23 .end method

Completed in 347 milliseconds

1 2 3 4 5 6 7 8 91011>>