HomeSort by relevance Sort by last modified time
    Searched defs:method (Results 626 - 650 of 1414) sorted by null

<<21222324252627282930>>

  /external/dexmaker/src/test/java/com/google/dexmaker/stock/
ProxyBuilderTest.java 24 import java.lang.reflect.Method;
91 public String method() { method in class:ProxyBuilderTest.ConstructorTakesArguments
102 proxy.method();
143 return "non-final method";
147 return "final method";
153 assertEquals("final method", proxy.finalMethod());
259 public Object invoke(Object proxy, Method method, Object[] args) throws Throwable {
260 return ProxyBuilder.callSuper(proxy, method, args);
306 public long method(int first, Integer second) method in class:ProxyBuilderTest.HasOddParams
395 public String method(int value) { method in class:ProxyBuilderTest.PrintsOddAndValue
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowView.java 29 import java.lang.reflect.Method;
410 // We really want to invoke the onMeasure method of the real view,
415 Method onMeasureMethod = realView.getClass().getDeclaredMethod("onMeasure", Integer.TYPE, Integer.TYPE );
500 Method method = View.class.getDeclaredMethod("onFocusChanged", Boolean.TYPE, Integer.TYPE, local
502 method.setAccessible(true);
503 method.invoke(realView, this.isFocused, 0, null);
761 * Utility method for clicking on views exposing testing scenarios that are not possible when using the actual app.
848 Method mHandler;
857 throw new IllegalStateException("Could not find a method "
    [all...]
  /libcore/luni/src/main/java/java/io/
ObjectOutputStream.java 22 import java.lang.reflect.Method;
225 * @deprecated This method is unsafe and may corrupt the target stream.
346 * Default method to write objects to this stream. Serializable fields
353 * if this method is not called from {@code writeObject()}.
408 * method does nothing). The handle if {@code obj} is an
445 * method of the target stream.
478 * if this method is not called from {@code writeObject()}.
1031 final Method method = osc.getMethodWriteObject(); local
    [all...]
ObjectStreamClass.java 23 import java.lang.reflect.Method;
110 private transient Method methodWriteReplace;
112 private transient Method methodReadResolve;
114 private transient Method methodWriteObject;
116 private transient Method methodReadObject;
118 private transient Method methodReadObjectNoData;
295 // ObjectInputStream.defaultReadObject() method
399 * names, method names, modifiers, etc.
565 // Method information
566 Method[] methods = cl.getDeclaredMethods()
585 Method method = methods[i]; local
1125 Method method = null; local
1154 Method method = cl.getDeclaredMethod(methodName, param); local
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
ReflectionTest.java 23 import java.lang.reflect.Method;
140 Method methodOne = C.class.getDeclaredMethod("methodOne", A.class, C.class);
146 Method methodTwo = C.class.getDeclaredMethod("methodTwo", List.class);
154 Method methodThree = C.class.getDeclaredMethod("methodThree", A.class, Set.class);
162 Method methodFour = C.class.getDeclaredMethod("methodFour", Set.class);
274 Method method = ExtendsImplementsDefinesMember.class.getMethod("method"); local
275 assertEquals(DefinesMember.class, method.getDeclaringClass());
279 Method method = ImplementsExtendsDefinesMember.class.getMethod("method") local
396 void method(); method in interface:ReflectionTest.DefinesMember
    [all...]
  /prebuilts/tools/common/api-generator/
api-generator-22.9.1.jar 
api-generator-22.9.2.jar 
  /frameworks/base/services/core/java/com/android/server/
InputMethodManagerService.java 228 final IInputMethod method; field in class:InputMethodManagerService.SessionState
236 + " method " + Integer.toHexString(
237 System.identityHashCode(method))
247 method = _method;
289 * Id of the currently selected input method.
300 * The client that is currently bound to an input method.
320 * The input method ID of the input method service that we are currently
326 * The current subtype of the current input method.
345 * Set if the client has asked for the input method to be shown
2761 IInputMethod method = (IInputMethod)args.arg1; local
3763 IInputMethod method; local
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/24.2.0/
lint-checks-24.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/24.2.0-alpha1/
lint-checks-24.2.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/24.2.0-beta4/
lint-checks-24.2.0-beta4.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/24.2.0-rc1/
lint-checks-24.2.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/24.2.1/
lint-checks-24.2.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/24.2.2/
lint-checks-24.2.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/24.2.3/
lint-checks-24.2.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/24.2.4/
lint-checks-24.2.4.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/lint/lint-checks/24.2.0/
lint-checks-24.2.0.jar 
  /external/doclava/src/com/google/doclava/
ClassInfo.java 582 for (MethodInfo method : iface.methods()) {
583 all.put(method.getHashableName(), method); local
590 for (MethodInfo method : superclass.methods()) {
591 all.put(method.getHashableName(), method); local
595 for (MethodInfo method : selfMethods()) {
596 all.put(method.getHashableName(), method); local
747 for (MethodInfo method : allMethods)
877 mApiCheckMethods.put(method.getHashableName(), method); local
    [all...]
  /prebuilts/misc/common/ub-janktesthelper/
ub-janktesthelper.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/24.1.0/
lint-checks-24.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/24.1.3/
lint-checks-24.1.3.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/lint/lint-checks/24.1.0/
lint-checks-24.1.0.jar 
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /external/libphonenumber/lib/
junit-4.8.1.jar 
  /external/owasp/sanitizer/lib/junit/
junit.jar 

Completed in 582 milliseconds

<<21222324252627282930>>