Home
last modified time | relevance | path

Searched defs:targetClass (Results 1 – 25 of 475) sorted by relevance

12345678910>>...19

/aosp_15_r20/frameworks/base/core/java/android/animation/
H A DPropertyValuesHolder.java695 private Method getPropertyFunction(Class targetClass, String prefix, Class valueType) { in getPropertyFunction()
755 private Method setupSetterOrGetter(Class targetClass, in setupSetterOrGetter()
787 void setupSetter(Class targetClass) { in setupSetter()
795 private void setupGetter(Class targetClass) { in setupGetter()
835 Class targetClass = target.getClass(); in setupSetterAndGetter() local
891 Class targetClass = target.getClass(); in setupValue() local
1256 void setupSetter(Class targetClass) { in setupSetter()
1403 void setupSetter(Class targetClass) { in setupSetter()
1509 void setupSetter(Class targetClass) { in setupSetter()
1616 void setupSetter(Class targetClass) { in setupSetter()
[all …]
/aosp_15_r20/external/robolectric/utils/reflector/src/main/java/org/robolectric/util/reflector/
H A DReflector.java65 Class<?> targetClass = determineTargetClass(iClass); in reflector() local
99 Class<?> targetClass = forType.value(); in determineTargetClass() local
117 Class<T> iClass, Class<?> targetClass) { in createReflectorClass()
163 Class<T> iClass, Class<?> targetClass, String reflectorClassName) { in getBytecode()
/aosp_15_r20/frameworks/base/core/jni/
H A Dandroid_animation_PropertyValuesHolder.cpp33 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()
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowNativePropertyValuesHolder.java26 protected static long nGetIntMethod(Class<?> targetClass, String methodName) { in nGetIntMethod()
31 protected static long nGetFloatMethod(Class<?> targetClass, String methodName) { in nGetFloatMethod()
37 Class<?> targetClass, String methodName, int numParams) { in nGetMultipleIntMethod()
43 Class<?> targetClass, String methodName, int numParams) { in nGetMultipleFloatMethod()
H A DShadowPropertyValuesHolder.java26 Class<?> targetClass, in setupSetterOrGetter()
45 Class<?> targetClass, in setupSetterOrGetter()
/aosp_15_r20/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/
H A DPropertyValuesHolderNatives.java11 public static native long nGetIntMethod(Class<?> targetClass, String methodName); in nGetIntMethod()
13 public static native long nGetFloatMethod(Class<?> targetClass, String methodName); in nGetFloatMethod()
16 Class<?> targetClass, String methodName, int numParams); in nGetMultipleIntMethod()
19 Class<?> targetClass, String methodName, int numParams); in nGetMultipleFloatMethod()
/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()
55 public static Field getField(final Class<?> targetClass, final String name) { in getField()
67 public static Constructor<?> getConstructor(final Class<?> targetClass, in getConstructor()
137 public ClassWrapper(final Class<?> targetClass) { in ClassWrapper()
/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/driver/
H A DReproducerTemplate.java40 private final String targetClass; field in ReproducerTemplate
43 public ReproducerTemplate(String targetClass, boolean useFuzzedDataProvider) { in ReproducerTemplate()
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
H A DDeserializationContext.java490 Class<?> targetClass, CoercionInputShape inputShape) in findCoercionAction()
512 Class<?> targetClass, in findCoercionFromBlankString()
1058 public Object handleWeirdStringValue(Class<?> targetClass, String value, in handleWeirdStringValue()
1104 public Object handleWeirdNumberValue(Class<?> targetClass, Number value, in handleWeirdNumberValue()
2027 public JsonMappingException mappingException(Class<?> targetClass) { in mappingException()
2035 public JsonMappingException mappingException(Class<?> targetClass, JsonToken token) { in mappingException()
H A DDeserializationConfig.java930 Class<?> targetClass, CoercionInputShape inputShape) in findCoercionAction()
953 Class<?> targetClass, in findCoercionFromBlankString()
/aosp_15_r20/external/moshi/moshi/src/main/java16/com/squareup/moshi/
H A DRecordJsonAdapter.java118 private final String targetClass; field in RecordJsonAdapter
126 String targetClass, in RecordJsonAdapter()
/aosp_15_r20/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/indexing/
DDatabaseIndexingUtils.java74 String targetClass, String key, String highlightMenuKey) { in buildSearchTrampolineIntent()
100 String targetClass, String key) { in buildDirectSearchResultIntent()
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/cfg/
H A DCoercionConfigs.java163 Class<?> targetClass, CoercionInputShape inputShape) in findCoercion()
258 Class<?> targetClass, in findCoercionFromBlankString()
/aosp_15_r20/external/robolectric/sandbox/src/main/java/org/robolectric/internal/bytecode/
H A DProxyMaker.java114 public <T> T createProxy(Class<T> targetClass, T target) { in createProxy()
121 <T> Factory createProxyFactory(Class<T> targetClass) { in createProxyFactory()
/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/autofuzz/
H A DFuzzTarget.java109 final Class<?> targetClass = targetClassTemp; in fuzzerInitialize() local
228 Class<?> targetClass = null; in setTarget() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/
H A DShareTargetInfo.java106 ShareTargetInfo(TargetData[] data, String targetClass, String[] categories) { in ShareTargetInfo()
156 final String targetClass = ShortcutService.parseStringAttribute(parser, ATTR_TARGET_CLASS); in loadFromXml() local
/aosp_15_r20/external/moshi/moshi/src/main/java/com/squareup/moshi/internal/
H A DUtil.java614 public static boolean isKotlin(Class<?> targetClass) { in isKotlin()
625 public static <T> Constructor<T> lookupDefaultsConstructor(Class<T> targetClass) { in lookupDefaultsConstructor()
636 private static <T> Constructor<T> findConstructor(Class<T> targetClass) { in findConstructor()
/aosp_15_r20/external/javassist/src/main/javassist/compiler/
H A DMemberCodeGen.java483 CtClass targetClass = null; in atCallExpr() local
582 public void atMethodCallCore(CtClass targetClass, String mname, in atMethodCallCore()
622 private void atMethodCallCore2(CtClass targetClass, String mname, in atMethodCallCore2()
/aosp_15_r20/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
H A DTween.java341 private Class<?> targetClass; field in Tween
455 public Tween cast(Class<?> targetClass) { in cast()
/aosp_15_r20/external/jacoco/org.jacoco.core.test.validation.java5/src/org/jacoco/core/test/validation/java5/
H A DAnnotationInitializerTest.java30 protected void run(Class<?> targetClass) throws Exception { in run()
H A DInterfaceClassInitializerTest.java28 protected void run(final Class<?> targetClass) throws Exception { in run()
/aosp_15_r20/external/jacoco/org.jacoco.core.test.validation.java8/src/org/jacoco/core/test/validation/java8/
H A DLambdaInInterfaceTest.java28 protected void run(final Class<?> targetClass) throws Exception { in run()
/aosp_15_r20/frameworks/base/packages/SettingsLib/search/src/com/android/settingslib/search/
H A DSearchIndexableData.java36 public SearchIndexableData(Class targetClass, Indexable.SearchIndexProvider provider) { in SearchIndexableData()
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/search/
DSearchIndexableResourcesTest.java121 Class<?> targetClass = data.getTargetClass(); in testAllClassNamesHaveProviders() local
/aosp_15_r20/external/guice/extensions/persist/src/com/google/inject/persist/jpa/
H A DJpaLocalTxnInterceptor.java102 Class<?> targetClass = methodInvocation.getThis().getClass(); in readTransactionMetadata() local

12345678910>>...19