/aosp12/art/test/952-invoke-custom/src/ |
H A D | TestVariableArityLinkerMethod.java | 57 String methodName, in bsmWithStringArray() 128 String methodName, in bsmWithIntAndStringArray() 214 String methodName, in bsmWithLongAndIntArray() 252 String methodName, in bsmWithFloatAndLongArray() 289 String methodName, in bsmWithClassAndFloatArray() 328 String methodName, in bsmWithDoubleArray() 363 String methodName, in bsmWithClassArray() 445 MethodHandles.Lookup lookup, String methodName, MethodType methodType, long[] extraArgs) in bsmWithWiderArray() 473 String methodName, in bsmWithBoxedArray()
|
H A D | TestBadBootstrapArguments.java | 30 String methodName, in bsm() 220 String methodName, in bsmZBCS() 265 String methodName, in bsmDJ() 309 String methodName, in bsmDoubleLong()
|
/aosp12/frameworks/base/services/core/java/com/android/server/soundtrigger_middleware/ |
H A D | SoundTriggerMiddlewareLogging.java | 122 private void logException(String methodName, Exception ex, Object... args) { in logException() 126 private void logReturn(String methodName, Object retVal, Object... args) { in logReturn() 130 private void logVoidReturn(String methodName, Object... args) { in logVoidReturn() 281 private void logException(String methodName, Exception ex, Object... args) { in logException() 285 private void logReturn(String methodName, Object retVal, Object... args) { in logReturn() 289 private void logVoidReturn(String methodName, Object... args) { in logVoidReturn() 346 private void logException(String methodName, Exception ex, Object... args) { in logException() 350 private void logVoidReturn(String methodName, Object... args) { in logVoidReturn() 404 String methodName, in logReturnWithObject() 417 @Nullable Identity originatorIdentity, @NonNull String methodName, in logVoidReturnWithObject() [all …]
|
/aosp12/art/test/1339-dead-reference-safe/src/ |
H A D | Main.java | 24 public static boolean ensureCompiled(Class cls, String methodName) throws NoSuchMethodException { in ensureCompiled() 63 public static native boolean hasJitCompiledEntrypoint(Class<?> cls, String methodName); in hasJitCompiledEntrypoint() 64 public static native boolean isAotCompiled(Class<?> cls, String methodName); in isAotCompiled()
|
/aosp12/art/test/667-jit-jni-stub/src/ |
H A D | Main.java | 174 public native static void callThrough(Class<?> cls, String methodName); in callThrough() 179 public native static boolean isAotCompiled(Class<?> cls, String methodName); in isAotCompiled() 180 public native static boolean hasJitCompiledEntrypoint(Class<?> cls, String methodName); in hasJitCompiledEntrypoint() 181 public native static boolean hasJitCompiledCode(Class<?> cls, String methodName); in hasJitCompiledCode()
|
/aosp12/art/test/2230-profile-save-hotness/src-art/ |
H A D | Main.java | 51 String methodName = "$noinline$hotnessCount"; in main() local 76 public static native boolean isAotCompiled(Class<?> cls, String methodName); in isAotCompiled() 77 public static native int getHotnessCounter(Class<?> cls, String methodName); in getHotnessCounter()
|
/aosp12/packages/inputmethods/LatinIME/tools/EditTextVariations/src/com/android/inputmethod/tools/edittextvariations/ |
H A D | InstanceMethod.java | 31 final String receiverName, final String methodName) { in InstanceMethod() 62 public static InstanceMethod newInstance(final Class<?> receiverClass, final String methodName, in newInstance() 75 public static InstanceMethod newInstance(final String className, final String methodName, in newInstance()
|
/aosp12/art/test/173-missing-field-type/src-art/ |
H A D | Main.java | 37 public static void testLoadObject(Class<?> c, String methodName) throws Throwable { in testLoadObject() 41 public static void testStoreObject(Class<?> c, String methodName) throws Throwable { in testStoreObject()
|
/aosp12/art/test/680-checker-deopt-dex-pc-0/src/ |
H A D | Main.java | 55 public native static boolean hasJitCompiledEntrypoint(Class<?> cls, String methodName); in hasJitCompiledEntrypoint() 56 public native static void ensureJitCompiled(Class<?> cls, String methodName); in ensureJitCompiled()
|
/aosp12/art/test/674-hotness-compiled/src/ |
H A D | Main.java | 52 public static native int getHotnessCounter(Class<?> cls, String methodName); in getHotnessCounter() 53 public static native boolean isAotCompiled(Class<?> cls, String methodName); in isAotCompiled()
|
/aosp12/art/test/570-checker-osr/src/ |
H A D | Main.java | 298 public static native boolean isInOsrCode(String methodName); in isInOsrCode() 299 public static native boolean isInInterpreter(String methodName); in isInInterpreter() 300 public static native void ensureHasProfilingInfo(String methodName); in ensureHasProfilingInfo() 301 public static native void ensureHasOsrCode(String methodName); in ensureHasOsrCode()
|
/aosp12/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/ |
H A D | SysTrace.java | 102 public static void beginSectionAsync(String methodName, int cookie) { in beginSectionAsync() 116 public static void endSectionAsync(String methodName, int cookie) { in endSectionAsync()
|
/aosp12/frameworks/layoutlib/bridge/src/android/animation/ |
H A D | PropertyValuesHolder_Delegate.java | 62 private static long registerMethod(Class<?> targetClass, String methodName, Class[] types, in registerMethod() 119 /*package*/ static long nGetIntMethod(Class<?> targetClass, String methodName) { in nGetIntMethod() 124 /*package*/ static long nGetFloatMethod(Class<?> targetClass, String methodName) { in nGetFloatMethod() 129 /*package*/ static long nGetMultipleIntMethod(Class<?> targetClass, String methodName, in nGetMultipleIntMethod() 135 /*package*/ static long nGetMultipleFloatMethod(Class<?> targetClass, String methodName, in nGetMultipleFloatMethod()
|
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/ |
H A D | RunMethodInstrumentation.java | 50 private String methodName; field in RunMethodInstrumentation 109 private void invokeMethod(Bundle args, String className, String methodName) throws in invokeMethod()
|
/aosp12/art/test/048-reflect-v8/src/ |
H A D | AnnotationTest.java | 195 String methodName, Class<?> annotationUseClass) { in printMethodAnnotationsByType() 235 String methodName, Class<?> annotationUseClass) { in printMethodDeclaredAnnotation() 276 Class<A> annotationClass, String methodName, Class<?> annotationUseClass) { in printMethodDeclaredAnnotationByType()
|
/aosp12/frameworks/base/core/java/android/os/ |
H A D | Trace.java | 201 public static void traceBegin(long traceTag, String methodName) { in traceBegin() 236 public static void asyncTraceBegin(long traceTag, String methodName, int cookie) { in asyncTraceBegin() 254 public static void asyncTraceEnd(long traceTag, String methodName, int cookie) { in asyncTraceEnd() 316 public static void beginAsyncSection(@NonNull String methodName, int cookie) { in beginAsyncSection() 328 public static void endAsyncSection(@NonNull String methodName, int cookie) { in endAsyncSection()
|
/aosp12/art/test/570-checker-osr-locals/src/ |
H A D | Main.java | 121 public static native boolean isInOsrCode(String methodName); in isInOsrCode() 122 public static native boolean isInInterpreter(String methodName); in isInInterpreter()
|
/aosp12/frameworks/base/media/java/android/media/tv/tuner/ |
H A D | TunerVersionChecker.java | 130 @TunerVersion int version, String methodName) { in checkHigherOrEqualVersionTo() 142 public static boolean checkSupportVersion(@TunerVersion int version, String methodName) { in checkSupportVersion()
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_animation_PropertyValuesHolder.cpp | 33 JNIEnv* env, jclass pvhClass, jclass targetClass, jstring methodName) in android_animation_PropertyValuesHolder_getIntMethod() 42 JNIEnv* env, jclass pvhClass, jclass targetClass, jstring methodName) in android_animation_PropertyValuesHolder_getFloatMethod() 50 static jlong getMultiparameterMethod(JNIEnv* env, jclass targetClass, jstring methodName, in getMultiparameterMethod() 65 JNIEnv* env, jclass pvhClass, jclass targetClass, jstring methodName, jint parameterCount) in android_animation_PropertyValuesHolder_getMultipleFloatMethod() 71 JNIEnv* env, jclass pvhClass, jclass targetClass, jstring methodName, jint parameterCount) in android_animation_PropertyValuesHolder_getMultipleIntMethod()
|
/aosp12/art/test/726-array-store/src/ |
H A D | Main.java | 37 static void check(ArrayStoreException ase, int mainLine, int methodLine, String methodName) { in check() 44 String declaringClass, String methodName, in checkElement()
|
/aosp12/art/test/671-npe-field-opts/src/ |
H A D | Main.java | 59 static void check(NullPointerException npe, int mainLine, int methodLine, String methodName) { in check() 66 String declaringClass, String methodName, in checkElement()
|
/aosp12/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/ |
H A D | TestCaseCollector.java | 67 String methodName = null; in addTestClass() local 83 public void addTestClass(String className, String methodName) throws ClassNotFoundException { in addTestClass()
|
/aosp12/art/test/674-hiddenapi/src-ex/ |
H A D | JLI.java | 78 MethodHandles.Lookup lookup, Class<?> klass, String methodName, MethodType methodType) { in canDiscoverWithLookupFindVirtual() 89 MethodHandles.Lookup lookup, Class<?> klass, String methodName, MethodType methodType) { in canDiscoverWithLookupFindStatic()
|
/aosp12/art/test/629-vdex-speed/src/ |
H A D | Main.java | 25 private native static boolean isAotCompiled(Class<?> cls, String methodName); in isAotCompiled()
|
/aosp12/art/test/708-jit-cache-churn/src/ |
H A D | Main.java | 30 static native void ensureJitCompiled(Class<?> klass, String methodName); in ensureJitCompiled()
|