Home
last modified time | relevance | path

Searched defs:getMethod (Results 1 – 25 of 1423) sorted by relevance

12345678910>>...57

/aosp_15_r20/external/ow2-asm/asm-commons/src/main/java/org/objectweb/asm/commons/
H A DMethod.java94 public static Method getMethod(final java.lang.reflect.Method method) { in getMethod() method in Method
104 public static Method getMethod(final java.lang.reflect.Constructor<?> constructor) { in getMethod() method in Method
118 public static Method getMethod(final String method) { in getMethod() method in Method
136 public static Method getMethod(final String method, final boolean defaultPackage) { in getMethod() method in Method
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/
H A DMethodLogger.java59 public String getMethod(int index) { in getMethod() method in MethodLogger
67 public String getMethod() { in getMethod() method in MethodLogger
/aosp_15_r20/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DPlatform.java184 Method getMethod = negoClass.getMethod("get", SSLSocket.class); in findPlatform() local
352 private final Method getMethod; field in Platform.JdkWithJettyBootPlatform
357 public JdkWithJettyBootPlatform(Class<?> sslContextClass, Method putMethod, Method getMethod, in JdkWithJettyBootPlatform()
/aosp_15_r20/external/grpc-grpc-java/okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/
H A DPlatform.java268 Method getMethod = negoClass.getMethod("get", SSLSocket.class); in findPlatform() local
480 private final Method getMethod; field in Platform.JdkWithJettyBootPlatform
485 public JdkWithJettyBootPlatform(Method putMethod, Method getMethod, Method removeMethod, in JdkWithJettyBootPlatform()
/aosp_15_r20/frameworks/layoutlib/common/src/com/android/layoutlib/common/util/
H A DReflectionUtils.java32 public static Method getMethod(@NonNull String className, @NonNull String name, in getMethod() method in ReflectionUtils
42 public static Method getMethod(@NonNull Class<?> clazz, @NonNull String name, in getMethod() method in ReflectionUtils
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/writing/
H A DFactoryGenerator.java233 private MethodSpec getMethod(ProvisionBinding binding) { in getMethod() method in FactoryGenerator
248 MethodSpec.Builder getMethod = in getMethod() local
/aosp_15_r20/packages/services/Car/packages/ScriptExecutor/src/
DJniUtils.cpp64 jmethodID getMethod = env->GetMethodID(persistableBundleClass.get(), "get", in pushBundleToLuaTable() local
214 jmethodID getMethod = env->GetMethodID(listClass.get(), "get", "(I)Ljava/lang/Object;"); in pushBundleListToLuaTable() local
/aosp_15_r20/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
DCompatUtils.java42 public static Method getMethod(final Class<?> targetClass, final String name, in getMethod() method in CompatUtils
145 public <T> ToObjectMethodWrapper<T> getMethod(final String name, in getMethod() method in CompatUtils.ClassWrapper
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/util/introspection/
H A DUberspectImpl.java289 public VelMethod getMethod(Object obj, String methodName, Object[] args, Info i) in getMethod() method in UberspectImpl
679 public Method getMethod() in getMethod() method in UberspectImpl.VelMethodImpl
H A DVelMethod.java67 Method getMethod(); in getMethod() method
/aosp_15_r20/external/fbjni/cxx/fbjni/detail/
H A DCoreClasses-inl.h198 inline JMethod<F> JClass::getMethod(const char* name) const { in getMethod() function
203 inline JMethod<F> JClass::getMethod(const char* name, const char* descriptor) in getMethod() function
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/lang/
H A DClass.java230 public java.lang.reflect.Method getMethod( in getMethod() method in Class
274 private java.lang.reflect.Method getMethod( in getMethod() method in Class
/aosp_15_r20/external/apache-http/src/org/apache/http/
H A DRequestLine.java52 String getMethod(); in getMethod() method
/aosp_15_r20/external/testng/src/main/java/org/testng/
H A DIMethodInstance.java10 ITestNGMethod getMethod(); in getMethod() method
/aosp_15_r20/external/apache-http/src/org/apache/http/client/methods/
H A DHttpUriRequest.java61 String getMethod(); in getMethod() method
H A DHttpHead.java84 public String getMethod() { in getMethod() method in HttpHead
H A DHttpDelete.java77 public String getMethod() { in getMethod() method in HttpDelete
H A DHttpPut.java80 public String getMethod() { in getMethod() method in HttpPut
/aosp_15_r20/external/guice/core/src/com/google/inject/spi/
H A DProvidesMethodBinding.java34 Method getMethod(); in getMethod() method
/aosp_15_r20/external/nist-sip/java/javax/sip/header/
H A DAllowHeader.java8 String getMethod(); in getMethod() method
/aosp_15_r20/external/google-cloud-java/java-vpcaccess/proto-google-cloud-vpcaccess-v1/src/main/java/com/google/cloud/vpcaccess/v1/
H A DOperationMetadata.java88 public java.lang.String getMethod() { in getMethod() method in OperationMetadata
720 public java.lang.String getMethod() { in getMethod() method in OperationMetadata.Builder
/aosp_15_r20/external/robolectric/shadows/httpclient/src/main/java/org/robolectric/shadows/httpclient/
H A DHttpRedirect.java56 public String getMethod() { in getMethod() method in HttpRedirect
/aosp_15_r20/external/mockito/src/main/java/org/mockito/invocation/
H A DInvocationOnMock.java31 Method getMethod(); in getMethod() method
/aosp_15_r20/frameworks/base/core/java/android/webkit/
H A DWebResourceRequest.java64 String getMethod(); in getMethod() method
/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/mutation/support/
H A DParameterHolder.java52 private Method getMethod() { in getMethod() method in ParameterHolder

12345678910>>...57