HomeSort by relevance Sort by last modified time
    Searched refs:method (Results 26 - 50 of 9148) sorted by null

12 3 4 5 6 7 8 91011>>

  /art/test/958-methodhandle-stackframe/
build 20 ./default-build "$@" --experimental method-handles
  /art/test/959-invoke-polymorphic-accessors/
build 20 ./default-build "$@" --experimental method-handles
  /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/mockito/src/main/java/org/mockito/internal/util/
ObjectMethodsGuru.java 7 import java.lang.reflect.Method;
16 public static boolean isToStringMethod(Method method) {
17 MockitoMethod m = new DelegatingMethod(method);
23 public static boolean isCompareToMethod(Method method) {
24 return Comparable.class.isAssignableFrom(method.getDeclaringClass())
25 && "compareTo".equals(method.getName())
26 && method.getParameterTypes().length == 1
27 && method.getParameterTypes()[0] == method.getDeclaringClass()
    [all...]
  /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...]
  /art/test/471-uninitialized-locals/smali/
Test.smali 20 .method public static ThrowException()V
23 .end method
  /cts/tests/tests/text/src/android/text/method/cts/
CtsActivity.java 17 package android.text.method.cts;
20 import android.text.method.ArrowKeyMovementMethod;
21 import android.text.method.LinkMovementMethod;
22 import android.text.method.ScrollingMovementMethod;
KeyListenerCtsActivity.java 17 package android.text.method.cts;
22 import android.text.method.BaseKeyListener;
23 import android.text.method.DateKeyListener;
24 import android.text.method.DateTimeKeyListener;
25 import android.text.method.DigitsKeyListener;
26 import android.text.method.MultiTapKeyListener;
27 import android.text.method.NumberKeyListener;
28 import android.text.method.QwertyKeyListener;
29 import android.text.method.TextKeyListener;
30 import android.text.method.TimeKeyListener
    [all...]
  /dalvik/dx/tests/115-merge/testdata/
Basic.java 7 String method() { method in class:Basic
8 return "this is a method result";
  /external/mockito/src/main/java/org/mockito/internal/creation/
DelegatingMethod.java 9 import java.lang.reflect.Method;
14 private final Method method; field in class:DelegatingMethod
17 public DelegatingMethod(Method method) {
18 assert method != null : "Method cannot be null";
19 this.method = method;
20 this.parameterTypes = SuspendMethod.trimSuspendParameterTypes(method.getParameterTypes())
    [all...]
  /external/testng/src/main/java/org/testng/internal/
DataProviderHolder.java 5 import java.lang.reflect.Method;
8 * A holder for a pair of Method and IDataProviderAnnotation
12 Method method; field in class:DataProviderHolder
15 public DataProviderHolder(IDataProviderAnnotation annotation, Method method, Object instance) {
17 this.method = method;
  /frameworks/base/core/java/android/text/method/
TransformationMethod2.java 16 package android.text.method;
  /frameworks/support/webkit-codegen/src/test/resources/codegen/
SingleClassAndMethod.java 20 public void method(boolean param) { method in class:SingleClassAndMethod
  /frameworks/support/webkit-codegen/src/test/resources/codegen-expected/
SingleClassAndMethodBoundaryInterface.java 4 void method(boolean param); method in interface:SingleClassAndMethodBoundaryInterface
  /art/test/435-new-instance/smali/
instance.smali 19 .method public constructor <init>()V
23 .end method
25 .method public newInstanceInterface()Ljava/lang/Object;
31 .end method
33 .method public newInstanceClass()Ljava/lang/Object;
39 .end method
41 .method public newInstancePrivateClass()Ljava/lang/Object;
47 .end method
49 .method public newInstanceUnknownClass()Ljava/lang/Object;
55 .end method
    [all...]
  /external/apache-http/src/org/apache/http/impl/
DefaultHttpRequestFactory.java 78 private static boolean isOneOf(final String[] methods, final String method) {
80 if (methods[i].equalsIgnoreCase(method)) {
92 String method = requestline.getMethod(); local
93 if (isOneOf(RFC2616_COMMON_METHODS, method)) {
95 } else if (isOneOf(RFC2616_ENTITY_ENC_METHODS, method)) {
97 } else if (isOneOf(RFC2616_SPECIAL_METHODS, method)) {
100 throw new MethodNotSupportedException(method + " method not supported");
104 public HttpRequest newHttpRequest(final String method, final String uri)
106 if (isOneOf(RFC2616_COMMON_METHODS, method)) {
    [all...]
  /frameworks/support/wear/wear_stubs/api_legacy/
2.txt 20 method public static int version();
29 method public void dump(java.lang.String, java.io.FileDescriptor, java.io.PrintWriter, java.lang.String[]);
30 method public final boolean isAmbient();
31 method public void onCreate();
32 method public void onDestroy();
33 method public void onPause();
34 method public void onResume();
35 method public void onStop();
36 method public final void setAmbientEnabled();
37 method public final void setAutoResumeEnabled(boolean)
    [all...]
current.txt 20 method public static int version();
29 method public void dump(java.lang.String, java.io.FileDescriptor, java.io.PrintWriter, java.lang.String[]);
30 method public final boolean isAmbient();
31 method public void onCreate();
32 method public void onDestroy();
33 method public void onPause();
34 method public void onResume();
35 method public void onStop();
36 method public final void setAmbientEnabled();
37 method public final void setAutoResumeEnabled(boolean)
    [all...]
  /external/junit/src/main/java/org/junit/runners/model/
FrameworkMethod.java 5 import java.lang.reflect.Method;
12 * Represents a method on a test class to be invoked at the appropriate point in
20 private final Method method; field in class:FrameworkMethod
23 * Returns a new {@code FrameworkMethod} for {@code method}
25 public FrameworkMethod(Method method) {
26 if (method == null) {
28 "FrameworkMethod cannot be created without an underlying method.");
30 this.method = method
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
MethodOverridesTest.java 19 import java.lang.reflect.Method;
30 Method method = StringBuilder.class.getMethod("append", char.class); local
31 assertEquals("append", method.getName());
35 Method method = StringBuilder.class.getMethod("append", char.class); local
37 Arrays.asList(method.getParameterTypes()));
41 Method method = StringBuilder.class.getMethod("append", char.class); local
42 assertEquals(StringBuilder.class, method.getDeclaringClass())
46 Method method = StringBuilder.class.getMethod("append", char.class); local
51 Method method = StringBuilder.class.getMethod("append", char.class); local
82 Method method = Sub.class.getMethod("returner"); local
92 Method method = Sub.class.getMethod("returner"); local
109 Method method = Sub.class.getMethod("visibility"); local
126 Method method = PublicSub.class.getMethod("unchanged"); local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
BoundedGenericMethodsTests.java 19 import java.lang.reflect.Method;
47 * @param method
48 * the declaring method
50 private void checkBoundedTypeParameter(Method method) {
51 TypeVariable<Method> typeParameter = getTypeParameter(method);
53 assertEquals(method, typeParameter.getGenericDeclaration());
62 * Tests whether the specified method declares a parameter with the type of
65 * @param method
108 Method method = clazz.getMethod("noParamNoReturn"); local
112 Method method = clazz.getMethod("paramNoReturn", BoundedGenericMethods.class); local
117 Method method = clazz.getMethod("noParamReturn"); local
123 Method method = clazz.getMethod("paramReturn", BoundedGenericMethods.class); local
    [all...]
GenericMethodsTests.java 20 import java.lang.reflect.Method;
52 * Tests whether the specified method declares a type parameter T.
53 * @param method the method
55 private void checkTypeParameter(Method method) {
56 TypeVariable<Method> typeParameter = getTypeParameter(method);
58 assertEquals(method, typeParameter.getGenericDeclaration());
62 * Tests whether the specified method declares a parameter with th
87 Method method = clazz.getMethod("noParamNoReturn"); local
92 Method method = clazz.getMethod("paramNoReturn", Object.class); local
98 Method method = clazz.getMethod("noParamReturn"); local
104 Method method = clazz.getMethod("paramReturn", Object.class); local
    [all...]
  /external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/internal/
ReflectiveTypeFinder.java 4 * to get it back, by picking out the type of a known parameter to a known method.
6 * the expected method, so the ReflectiveTypeFinder needs to be applied to that class or a subtype.
8 * For example, the abstract <code>TypeSafeDiagnosingMatcher&lt;T&gt;</code> defines an abstract method
19 * a method which is declared in <code>FeatureMatcher</code>.
21 * In short, use this to extract a type from a method in the leaf class of a templated class hierarchy.
28 import java.lang.reflect.Method;
43 for (Method method : c.getDeclaredMethods()) {
44 if (canObtainExpectedTypeFrom(method)) {
45 return expectedTypeFrom(method);
    [all...]

Completed in 708 milliseconds

12 3 4 5 6 7 8 91011>>