Home
last modified time | relevance | path

Searched defs:methods (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/base/tests/CoreTests/android/core/
DClassTest.java154 Method[] methods = Button.class.getMethods(); in testClassGetMethodsNoDupes() local
189 Method[] methods = MyInterface.class.getMethods(); in testGetMethodsInterfaces() local
206 private boolean hasMethod(Method[] methods, String signature) { in hasMethod()
/frameworks/base/core/jni/android/graphics/
DPorterDuff.cpp41 static JNINativeMethod methods[] = { variable
DRasterizer.cpp40 static JNINativeMethod methods[] = { variable
DPathMeasure.cpp120 static JNINativeMethod methods[] = { variable
DPath.cpp259 static JNINativeMethod methods[] = { variable
DMatrix.cpp362 static JNINativeMethod methods[] = { variable
DPaint.cpp522 static JNINativeMethod methods[] = { variable
/frameworks/base/cmds/ime/src/com/android/commands/ime/
DIme.java105 List<InputMethodInfo> methods; in runList() local
/frameworks/base/core/jni/
Dandroid_util_Base64.cpp142 static const JNINativeMethod methods[] = { variable
Dandroid_os_FileUtils.cpp170 static const JNINativeMethod methods[] = { variable
Dandroid_os_MemoryFile.cpp141 static const JNINativeMethod methods[] = { variable
Dandroid_opengl_GLES10Ext.cpp239 static JNINativeMethod methods[] = { variable
DBindTest.cpp210 static VMMethod methods[] = { variable
Dandroid_util_Process.cpp854 static const JNINativeMethod methods[] = { variable
Dcom_google_android_gles_jni_EGLImpl.cpp513 static JNINativeMethod methods[] = { variable
Dandroid_opengl_GLES11.cpp2399 static JNINativeMethod methods[] = { variable
Dandroid_opengl_GLES11Ext.cpp2332 static JNINativeMethod methods[] = { variable
Dandroid_opengl_GLES10.cpp3433 static JNINativeMethod methods[] = { variable
/frameworks/base/test-runner/android/test/suitebuilder/
DTestGrouping.java79 List<Method> methods = Arrays.asList(testCaseClass.getMethods()); in getTestMethods() local
/frameworks/base/core/java/android/view/
DViewDebug.java1038 Method[] methods = map.get(klass); in getExportedPropertyMethods() local
1085 final Method[] methods = getExportedPropertyMethods(klass); in exportMethods() local
1397 Method[] methods = map.get(klass); in capturedViewGetPropertyMethods() local
1430 final Method[] methods = capturedViewGetPropertyMethods(klass); in capturedViewExportMethods() local
/frameworks/base/awt/java/beans/
DPropertyDescriptor.java212 Method[] methods = findMethods(beanClass, methodName); in hasMethod() local
/frameworks/base/test-runner/android/test/
DTestRunner.java332 Method[] methods = getAllTestMethods(clazz); in run() local
607 Method[] methods = getAllTestMethods(clazz); in getTestChildren() local
/frameworks/base/core/java/android/text/method/
DMultiTapKeyListener.java215 KeyListener[] methods = content.getSpans(0, content.length(), in onKeyDown() local
/frameworks/base/core/jni/android/opengl/
Dutil.cpp747 JNINativeMethod* methods; member
/frameworks/base/graphics/jni/
Dandroid_renderscript_RenderScript.cpp1328 static JNINativeMethod methods[] = { variable

12