HomeSort by relevance Sort by last modified time
    Searched refs:getMethod (Results 226 - 250 of 565) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationsDirectoryItem.java 210 if (item.getMethod().equals(method)) {
231 if (item.getMethod().equals(method)) {
  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationsDirectoryItem.java 214 if (item.getMethod().equals(method)) {
235 if (item.getMethod().equals(method)) {
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTMException.java 326 Throwable.class.getMethod("getCause", (Class<?>) null);
359 ((Object) exception).getClass().getMethod("getException",
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
AnnotationsDirectoryItem.java 210 if (item.getMethod().equals(method)) {
231 if (item.getMethod().equals(method)) {
  /external/easymock/src/org/easymock/internal/
Invocation.java 80 public Method getMethod() {
206 method = ((MethodSerializationWrapper) stream.readObject()).getMethod();
MocksBehavior.java 64 .getMatcher(expected.getMethod()));
108 .emptyReturnValueFor(actual.getMethod().getReturnType()));
  /external/guava/guava-testlib/src/com/google/common/collect/testing/features/
FeatureUtil.java 223 presentFeatures = (Feature[]) annotationClass.getMethod("value")
225 absentFeatures = (Feature[]) annotationClass.getMethod("absent")
  /external/jarjar/lib/
asm-commons-4.0.jar 
  /external/javassist/src/main/javassist/bytecode/annotation/
AnnotationImpl.java 51 JDK_ANNOTATION_TYPE_METHOD = clazz.getMethod("annotationType", (Class[])null);
159 MethodInfo minfo = cf.getMethod(name);
  /external/junit/src/org/junit/experimental/theories/
Theories.java 90 fTestMethod.getMethod(), getTestClass()));
188 Theory annotation= fTestMethod.getMethod().getAnnotation(
  /external/lldb/test/unittest2/test/
test_assertions.py 109 def getMethod(i):
118 testMethod = getMethod(i)
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
AbstractTransformTask.java 164 outEntry.setMethod(entry.getMethod());
169 if(outEntry.getMethod() == ZipEntry.STORED){
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-commons-3.3.jar 
  /external/protobuf/java/src/main/java/com/google/protobuf/
GeneratedMessage.java     [all...]
  /frameworks/multidex/library/test/src/android/support/multidex/
ZipUtilTest.java 105 Assert.assertEquals(refEntry.getMethod(), checkEntry.getMethod());
  /frameworks/volley/src/com/android/volley/toolbox/
HttpClientStack.java 96 switch (request.getMethod()) {
189 public String getMethod() {
  /libcore/dom/src/test/java/org/w3c/domts/
XercesHTML2DocumentBuilderFactory.java 63 htmlBuilderClass.getMethod("getHTMLDocument", NO_CLASSES);
69 htmlDOMImpl.getMethod("getHTMLDOMImplementation", NO_CLASSES);
XercesHTMLDocumentBuilderFactory.java 63 htmlBuilderClass.getMethod("getHTMLDocument", NO_CLASSES);
69 htmlDOMImpl.getMethod("getHTMLDOMImplementation", NO_CLASSES);
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
ClassLoaderReflectionTest.java 138 Method m1 = E.class.getMethod("call");
139 Method m2 = eClass.getMethod("call");
  /prebuilts/tools/common/asm-tools/
asm-commons-4.0.jar 
  /prebuilts/tools/common/m2/repository/asm/asm-commons/3.3/
asm-commons-3.3.jar 
  /cts/tests/tests/os/src/android/os/cts/
WorkSourceTest.java 43 mAddUid = WorkSource.class.getMethod("add", new Class[] { int.class });
44 mAddUidName = WorkSource.class.getMethod("add", new Class[] { int.class, String.class });
45 mAddReturningNewbs = WorkSource.class.getMethod("addReturningNewbs", new Class[] { WorkSource.class });
46 mSetReturningDiffs = WorkSource.class.getMethod("setReturningDiffs", new Class[] { WorkSource.class });
47 mStripNames = WorkSource.class.getMethod("stripNames", new Class[] { });
  /external/dexmaker/src/test/java/com/google/dexmaker/stock/
ProxyBuilderTest.java 354 assertNotNull(objectProxy.getClass().getMethod("super$hashCode$int"));
607 ProxyBuilder.callSuper(declaresInterface, Callable.class.getMethod("call"));
636 ProxyBuilder.callSuper(simpleClass, Callable.class.getMethod("call"));
656 proxy, ImplementsCallable.class.getMethod("call")));
685 assertEquals("a", ProxyBuilder.callSuper(proxy, Callable.class.getMethod("call")));
  /libcore/luni/src/test/java/libcore/java/lang/
OldClassTest.java 390 PublicTestClass.class.getMethod("getLocalClass",
702 Method m = ExtendTestClass1.class.getMethod("getCount", new Class[0]);
707 m = TestClass.class.getMethod("init", new Class[0]);
715 TestClass.class.getMethod("pubMethod", new Class[0]);
850 assertEquals(expected, Cls2.class.getMethod("test"));
863 assertEquals(expected, Cls3.class.getMethod("test"));
878 assertEquals(expected, Cls3.class.getMethod("test2", int.class,
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
ListSubListTester.java 311 .getMethod(ListSubListTester.class, "testSubList_originalListSetAffectsSubList");
325 .getMethod(ListSubListTester.class, "testSubList_originalListSetAffectsSubListLargeList");
337 return Platform.getMethod(

Completed in 592 milliseconds

1 2 3 4 5 6 7 8 91011>>