Home
last modified time | relevance | path

Searched +defs:methodName +defs:descriptor (Results 1 – 6 of 6) sorted by relevance

/frameworks/layoutlib/create/tests/src/com/android/tools/layoutlib/create/
DStubMethodAdapterTest.java46 final String methodName = "returnTrue"; in testBoolean() local
48 testBoolean((name, type) -> false, Assert::assertTrue, methodName); in testBoolean() local
51 Type.BOOLEAN_TYPE.equals(type.getReturnType()), Assert::assertFalse, methodName); in testBoolean() local
58 String methodName) throws Exception { in testBoolean()
102 Type descriptor = Type.getMethodType(desc); in visitMethod() local
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
DDelegateMethodAdapter.java129 String methodName, in DelegateMethodAdapter()
149 String methodName, in DelegateMethodAdapter()
486 public void visitInvokeDynamicInsn(String name, String descriptor, Handle bootstrapMethodHandle, in visitInvokeDynamicInsn()
502 public AnnotationVisitor visitTypeAnnotation(int typeRef, TypePath typePath, String descriptor, in visitTypeAnnotation()
519 public void visitMethodInsn(int opcode, String owner, String name, String descriptor) { in visitMethodInsn()
526 public AnnotationVisitor visitInsnAnnotation(int typeRef, TypePath typePath, String descriptor, in visitInsnAnnotation()
537 String descriptor, boolean visible) { in visitTryCatchAnnotation()
547 Label[] start, Label[] end, int[] index, String descriptor, boolean visible) { in visitLocalVariableAnnotation()
/frameworks/base/tools/hoststubgen/hoststubgen/src/com/android/hoststubgen/dumper/
DApiDumper.kt44 val descriptor: String, in <lambda>() constant in com.android.hoststubgen.dumper.ApiDumper.MethodKey
187 val methodName = method.name in <lambda>() constant
/frameworks/base/cmds/hid/jni/
Dcom_android_commands_hid_Device.cpp59 static void checkAndClearException(JNIEnv* env, const char* methodName) { in checkAndClearException()
139 const std::vector<uint8_t>& descriptor, in open()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp513 bool NativeInputManager::checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback()
714 jmethodID method, const char* methodName, std::function<T(std::string)> opOnValue) { in readMapFromInterleavedJavaArray()
868 ScopedLocalRef<jstring> descriptor(env, env->NewStringUTF(identifier.descriptor.c_str())); in getKeyboardLayoutOverlay() local
2841 #define GET_METHOD_ID(var, clazz, methodName, methodDescriptor) \ argument
2845 #define GET_STATIC_METHOD_ID(var, clazz, methodName, methodDescriptor) \ argument
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...