/aosp_15_r20/external/ow2-asm/asm-commons/src/main/java/org/objectweb/asm/commons/ |
H A D | Method.java | 94 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 D | MethodLogger.java | 59 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 D | Platform.java | 184 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 D | Platform.java | 268 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 D | ReflectionUtils.java | 32 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 D | FactoryGenerator.java | 233 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/ |
D | JniUtils.cpp | 64 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/ |
D | CompatUtils.java | 42 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 D | UberspectImpl.java | 289 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 D | VelMethod.java | 67 Method getMethod(); in getMethod() method
|
/aosp_15_r20/external/fbjni/cxx/fbjni/detail/ |
H A D | CoreClasses-inl.h | 198 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 D | Class.java | 230 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 D | RequestLine.java | 52 String getMethod(); in getMethod() method
|
/aosp_15_r20/external/testng/src/main/java/org/testng/ |
H A D | IMethodInstance.java | 10 ITestNGMethod getMethod(); in getMethod() method
|
/aosp_15_r20/external/apache-http/src/org/apache/http/client/methods/ |
H A D | HttpUriRequest.java | 61 String getMethod(); in getMethod() method
|
H A D | HttpHead.java | 84 public String getMethod() { in getMethod() method in HttpHead
|
H A D | HttpDelete.java | 77 public String getMethod() { in getMethod() method in HttpDelete
|
H A D | HttpPut.java | 80 public String getMethod() { in getMethod() method in HttpPut
|
/aosp_15_r20/external/guice/core/src/com/google/inject/spi/ |
H A D | ProvidesMethodBinding.java | 34 Method getMethod(); in getMethod() method
|
/aosp_15_r20/external/nist-sip/java/javax/sip/header/ |
H A D | AllowHeader.java | 8 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 D | OperationMetadata.java | 88 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 D | HttpRedirect.java | 56 public String getMethod() { in getMethod() method in HttpRedirect
|
/aosp_15_r20/external/mockito/src/main/java/org/mockito/invocation/ |
H A D | InvocationOnMock.java | 31 Method getMethod(); in getMethod() method
|
/aosp_15_r20/frameworks/base/core/java/android/webkit/ |
H A D | WebResourceRequest.java | 64 String getMethod(); in getMethod() method
|
/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/mutation/support/ |
H A D | ParameterHolder.java | 52 private Method getMethod() { in getMethod() method in ParameterHolder
|