/frameworks/base/tools/layoutlib/bridge/src/android/animation/ |
D | PropertyValuesHolder_Delegate.java | 39 /*package*/ static int nGetIntMethod(Class<?> targetClass, String methodName) { in nGetIntMethod() 45 /*package*/ static int nGetFloatMethod(Class<?> targetClass, String methodName) { in nGetFloatMethod()
|
/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/ |
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()
|
/frameworks/base/core/jni/ |
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()
|
D | android_view_PointerIcon.cpp | 114 #define GET_STATIC_METHOD_ID(var, clazz, methodName, methodDescriptor) \ argument 118 #define GET_METHOD_ID(var, clazz, methodName, methodDescriptor) \ argument
|
D | android_view_InputDevice.cpp | 84 #define GET_METHOD_ID(var, clazz, methodName, methodDescriptor) \ argument
|
D | android_view_KeyEvent.cpp | 126 #define GET_STATIC_METHOD_ID(var, clazz, methodName, fieldDescriptor) \ argument 130 #define GET_METHOD_ID(var, clazz, methodName, fieldDescriptor) \ argument
|
D | android_media_RemoteDisplay.cpp | 101 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback()
|
D | android_view_DisplayEventReceiver.cpp | 268 #define GET_METHOD_ID(var, clazz, methodName, methodDescriptor) \ argument
|
D | android_view_InputQueue.cpp | 265 #define GET_METHOD_ID(var, clazz, methodName, fieldDescriptor) \ argument
|
/frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/ |
D | TestCaseCollector.java | 67 String methodName = null; in addTestClass() local 83 public void addTestClass(String className, String methodName) throws ClassNotFoundException { in addTestClass()
|
/frameworks/base/core/java/android/os/ |
D | Trace.java | 198 public static void traceBegin(long traceTag, String methodName) { in traceBegin() 231 public static void asyncTraceBegin(long traceTag, String methodName, int cookie) { in asyncTraceBegin() 248 public static void asyncTraceEnd(long traceTag, String methodName, int cookie) { in asyncTraceEnd()
|
/frameworks/base/core/java/android/widget/ |
D | RemoteViews.java | 749 private Method getMethod(View view, String methodName, Class<?> paramType) { in getMethod() 894 final String methodName; field in RemoteViews.ReflectionActionWithoutParams 898 ReflectionActionWithoutParams(int viewId, String methodName) { in ReflectionActionWithoutParams() 1008 String methodName; field in RemoteViews.BitmapReflectionAction 1010 BitmapReflectionAction(int viewId, String methodName, Bitmap bitmap) { in BitmapReflectionAction() 1075 String methodName; field in RemoteViews.ReflectionAction 1079 ReflectionAction(int viewId, String methodName, int type, Object value) { in ReflectionAction() 2197 public void setBoolean(int viewId, String methodName, boolean value) { in setBoolean() 2208 public void setByte(int viewId, String methodName, byte value) { in setByte() 2219 public void setShort(int viewId, String methodName, short value) { in setShort() [all …]
|
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/annotation/ |
D | HasMethodAnnotationTest.java | 39 String methodName, in methodHasAnnotation()
|
D | HasAnnotationTest.java | 44 private boolean hasExampleAnnotation(Class<? extends TestCase> aClass, String methodName) in hasExampleAnnotation()
|
/frameworks/base/core/java/android/animation/ |
D | PropertyValuesHolder.java | 381 String methodName = getMethodName(prefix, mPropertyName); in getPropertyFunction() local 856 String methodName = getMethodName("set", mPropertyName); in setupSetter() local 993 String methodName = getMethodName("set", mPropertyName); in setupSetter() local 1018 native static private int nGetIntMethod(Class targetClass, String methodName); in nGetIntMethod() 1019 native static private int nGetFloatMethod(Class targetClass, String methodName); in nGetFloatMethod()
|
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/ |
D | ClassHasNativeVisitorTest.java | 70 protected void setHasNativeMethods(boolean hasNativeMethods, String methodName) { in setHasNativeMethods()
|
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
D | AsmGenerator.java | 96 String methodName = signature.substring(pos + 1); in AsmGenerator() local
|
D | ClassHasNativeVisitor.java | 44 protected void setHasNativeMethods(boolean hasNativeMethods, String methodName) { in setHasNativeMethods()
|
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
D | BluetoothTestUtils.java | 777 String methodName; in pairOrAcceptPair() local 844 String methodName = String.format("unpair(device=%s)", device); in unpair() local 907 String methodName) { in connectProfile() 988 String methodName) { in disconnectProfile() 1092 String methodName; in connectPanOrIncomingPanConnection() local 1197 String methodName; in disconnectFromRemoteOrVerifyConnectNap() local 1298 String methodName; in startStopSco() local
|
/frameworks/base/services/jni/ |
D | com_android_server_power_PowerManagerService.cpp | 66 static bool checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback() 214 #define GET_METHOD_ID(var, clazz, methodName, methodDescriptor) \ argument
|
D | com_android_server_UsbDeviceManager.cpp | 44 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback()
|
D | com_android_server_UsbHostManager.cpp | 47 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback()
|
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/ |
D | TestDelegates.java | 57 String methodName = methods[i]; in testMethodDelegates() local
|
/frameworks/base/test-runner/src/android/test/suitebuilder/ |
D | TestMethod.java | 40 public TestMethod(String methodName, Class<? extends TestCase> enclosingClass) { in TestMethod()
|
/frameworks/base/core/java/android/ddm/ |
D | DdmHandleViewDebug.java | 303 String methodName = getString(in, l); in invokeViewMethod() local
|