Searched refs:getMethod (Results 101 - 125 of 194) sorted by relevance

12345678

/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DAnnotationsDirectoryItem.java210 if (item.getMethod().equals(method)) {
231 if (item.getMethod().equals(method)) {
/external/easymock/src/org/easymock/internal/
H A DInvocation.java80 public Method getMethod() { method in class:Invocation
206 method = ((MethodSerializationWrapper) stream.readObject()).getMethod();
H A DMocksBehavior.java64 .getMatcher(expected.getMethod()));
108 .emptyReturnValueFor(actual.getMethod().getReturnType()));
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
H A DFeatureUtil.java223 presentFeatures = (Feature[]) annotationClass.getMethod("value")
225 absentFeatures = (Feature[]) annotationClass.getMethod("absent")
/external/javassist/src/main/javassist/bytecode/annotation/
H A DAnnotationImpl.java51 JDK_ANNOTATION_TYPE_METHOD = clazz.getMethod("annotationType", (Class[])null);
159 MethodInfo minfo = cf.getMethod(name);
/external/junit/src/org/junit/experimental/theories/
H A DTheories.java90 fTestMethod.getMethod(), getTestClass()));
188 Theory annotation= fTestMethod.getMethod().getAnnotation(
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DGeneratedMessage.java920 /** Calls Class.getMethod and throws a RuntimeException if it fails. */
925 return clazz.getMethod(name, params);
1048 getMethod = getMethodOrDie(messageClass, "get" + camelCaseName);
1049 type = getMethod.getReturnType();
1060 protected final Method getMethod; field in class:GeneratedMessage.FieldAccessorTable.SingularFieldAccessor
1066 return invokeOrDie(getMethod, message);
1106 getMethod = getMethodOrDie(messageClass,
1124 protected final Method getMethod; field in class:GeneratedMessage.FieldAccessorTable.RepeatedFieldAccessor
1132 return invokeOrDie(getMethod, message);
/external/dexmaker/src/test/java/com/google/dexmaker/stock/
H A DProxyBuilderTest.java354 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")));
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
H A DListSubListTester.java311 .getMethod(ListSubListTester.class, "testSubList_originalListSetAffectsSubList");
325 .getMethod(ListSubListTester.class, "testSubList_originalListSetAffectsSubListLargeList");
337 return Platform.getMethod(
H A DCollectionAddAllTester.java155 return Platform.getMethod(CollectionAddAllTester.class, "testAddAll_nullUnsupported");
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
H A DAuthenticationHelperImpl.java152 challengedTransaction.getDialog().createRequest(challengedRequest.getMethod());
237 .getMethod(), uri.toString(),
251 .getMethod(), reoriginatedRequest.getRequestURI().toString(),
/external/webkit/Source/WebKit/mac/WebView/
H A DWebView.mm1569 static inline IMP getMethod(id o, SEL s)
1584 cache->didCancelAuthenticationChallengeFunc = getMethod(delegate, @selector(webView:resource:didReceiveAuthenticationChallenge:fromDataSource:));
1585 cache->didFailLoadingWithErrorFromDataSourceFunc = getMethod(delegate, @selector(webView:resource:didFailLoadingWithError:fromDataSource:));
1586 cache->didFinishLoadingFromDataSourceFunc = getMethod(delegate, @selector(webView:resource:didFinishLoadingFromDataSource:));
1587 cache->didLoadResourceFromMemoryCacheFunc = getMethod(delegate, @selector(webView:didLoadResourceFromMemoryCache:response:length:fromDataSource:));
1588 cache->didReceiveAuthenticationChallengeFunc = getMethod(delegate, @selector(webView:resource:didReceiveAuthenticationChallenge:fromDataSource:));
1590 cache->canAuthenticateAgainstProtectionSpaceFunc = getMethod(delegate, @selector(webView:resource:canAuthenticateAgainstProtectionSpace:forDataSource:));
1592 cache->didReceiveContentLengthFunc = getMethod(delegate, @selector(webView:resource:didReceiveContentLength:fromDataSource:));
1593 cache->didReceiveResponseFunc = getMethod(delegate, @selector(webView:resource:didReceiveResponse:fromDataSource:));
1594 cache->identifierForRequestFunc = getMethod(delegat
[all...]
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DTestHelper_ClassLoader.java165 theEntry.getMethod();
/external/apache-http/src/org/apache/http/protocol/
H A DHttpRequestExecutor.java82 if ("HEAD".equalsIgnoreCase(request.getRequestLine().getMethod())) {
/external/apache-xml/src/main/java/org/apache/xpath/
H A DXPathException.java270 Throwable.class.getMethod("getCause", (Class<?>) null);
/external/guava/guava/src/com/google/common/base/
H A DFinalizableReferenceQueue.java281 return finalizer.getMethod("startFinalizer", Class.class, Object.class);
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
H A DMultisetReadsTester.java152 Platform.getMethod(MultisetReadsTester.class, "testCount_3"));
/external/guava/guava-tests/test/com/google/common/collect/
H A DMutableClassToInstanceMapTest.java47 remapTest = MapPutTester.class.getMethod(
/external/webkit/Source/WebCore/bridge/jsc/
H A DBridgeJSC.h96 virtual JSValue getMethod(ExecState* exec, const Identifier& propertyName) = 0;
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DFeatureSpecificTestSuiteBuilder.java275 return Platform.getMethod(tester.getClass(), tester.getTestMethodName());
278 return Platform.getMethod(testCase.getClass(), testCase.getName());
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DSIPTransactionStack.java808 if (!ct.getMethod().equals(Request.SUBSCRIBE))
1044 if (! sipRequest.getMethod().equals(Request.INVITE)) {
1206 stackLogger.logDebug("newSIPServerRequest( " + requestReceived.getMethod() + ":"
1223 currentTransaction.getMethod().equals(requestReceived.getMethod())) {
1458 String method = sipTransaction.getMethod();
1482 if ( clientTx.getMethod().equals(Request.INVITE) && this.maxForkTime != 0 ) {
2232 String origRequestMethod = (origRequest != null ? origRequest.getMethod()
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DClassTest.java362 * @tests java.lang.Class#getMethod(java.lang.String, java.lang.Class[])
365 Method m = TestClass.class.getMethod("pubMethod", new Class[0]);
369 m = TestClass.class.getMethod("privMethod", new Class[0]);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DSortedMapTestBase.java361 Method refClone = ref.getClass().getMethod("clone", null);
362 Method mapClone = map.getClass().getMethod("clone", null);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
H A DProxyTest.java261 Method m = c.getMethod("test", (Class<?> [])null);
/external/apache-http/src/org/apache/http/message/
H A DBasicLineFormatter.java201 final String method = reqline.getMethod();

Completed in 1243 milliseconds

12345678