/cts/tests/tests/jni/libjnitest/ |
D | android_jni_cts_JniCppTest.cpp | 38 static JNINativeMethod methods[] = { variable
|
D | android_jni_cts_JniCTest.c | 38 static JNINativeMethod methods[] = { variable
|
D | helper.c | 91 int registerJniMethods(JNIEnv* env, const char* className, const JNINativeMethod* methods, in registerJniMethods()
|
/cts/tools/cts-api-coverage/src/com/android/cts/apimap/ |
D | CallGraphManager.java | 54 public void addMethods(Map<String, MethodProfile> methods) { in addMethods() 107 List<MethodProfile> methods = tarjan.getComponent(stack.peek()); in resolveMethodCoveredApis() local
|
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
D | ParentProfileTest.java | 127 List<Method> methods = CurrentApiHelper.getPublicApis(PACKAGE_NAME, CLASS_NAME); in testParentProfileApiDisabled() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/ |
D | ConnectReqTestCase.java | 51 Method[] methods = WifiP2pManager.class.getMethods(); in setUp() local
|
/cts/tests/tests/os/jni/ |
D | android_os_cts_SeccompTest.cpp | 77 static JNINativeMethod methods[] = { variable
|
/cts/tests/signature/lib/common/src/android/signature/cts/ |
D | InterfaceChecker.java | 119 List<Method> methods = checkInterfaceMethodCompliance(classDescription, runtimeClass); in checkQueued() local
|
/cts/tests/tests/instantapp/src/android/cts/instantapp/resolver/ |
D | ResolverServiceMethodFallbackTest.kt | 111 val methods = arrayOf("ResolveInfo" to infoList, "IntentFilter" to filterList) in <lambda>() constant 116 methods.flatMap { (name, methods) -> in <lambda>() method
|
/cts/hostsidetests/adpf/app/hintsession/src/cpp/ |
D | JNIManager.cpp | 75 static const JNINativeMethod methods[] = { in JNI_OnLoad() local
|
/cts/hostsidetests/utils/src/android/cts/host/utils/ |
D | DeviceJUnit4ClassRunnerWithParameters.java | 106 List<FrameworkMethod> methods = super.getChildren(); in getChildren() local
|
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/ |
D | TextReport.java | 71 List<ApiMethod> methods = new ArrayList<ApiMethod>(apiClass.getMethods()); in printTextReport() local
|
/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/ |
D | BedsteadJUnit4.java | 453 Set<FrameworkMethod> methods = new HashSet<>(); in getBasicTests() local 815 private List<Annotation> bedsteadAnnotationsSortedByCost(List<FrameworkMethod> methods) { in bedsteadAnnotationsSortedByCost() 824 private List<Annotation> bedsteadAnnotationsSortedByMostCommon(List<FrameworkMethod> methods) { in bedsteadAnnotationsSortedByMostCommon() 833 private Map<Annotation, Integer> countAnnotations(List<FrameworkMethod> methods) { in countAnnotations() 846 private Map<Annotation, Integer> mapAnnotationsCost(List<FrameworkMethod> methods) { in mapAnnotationsCost()
|
/cts/tools/vm-tests-tf/build/src/util/build/ |
D | BuildCTSMainsSources.java | 74 private void handleTest(String fqcn, List<String> methods) { in handleTest()
|
D | BuildCTSHostSources.java | 200 private void handleTest(String fqcn, List<String> methods) { in handleTest()
|
D | BuildDalvikSuite.java | 88 public void handleTest(String fqcn, List<String> methods) { in handleTest()
|
D | BuildUtilBase.java | 48 public void handleTest(String fqcn, List<String> methods); in handleTest()
|
/cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/native_split/jni/ |
D | com_android_cts_isolatedsplitapp_Native.cpp | 73 static JNINativeMethod methods[] = { variable
|
/cts/common/device-side/bedstead/dpmwrapper/src/main/java/com/android/bedstead/dpmwrapper/ |
D | DeviceOwnerHelper.java | 231 private static Method findBestMethod(List<Method> methods, Class<?>[] parameterTypes) { in findBestMethod()
|
/cts/common/device-side/bedstead/testapp/src/processor/main/java/com/android/bedstead/testapp/processor/ |
D | Processor.java | 988 Map<String, ExecutableElement> methods = new HashMap<>(); in getMethods() local 995 private void getMethods(Map<String, ExecutableElement> methods, TypeElement interfaceClass, in getMethods()
|
/cts/hostsidetests/appsecurity/test-apps/SplitApp/jni/ |
D | com_android_cts_splitapp_Native.cpp | 100 static JNINativeMethod methods[] = { variable
|
/cts/common/device-side/bedstead/remoteframeworkclasses/src/processor/main/java/com/android/bedstead/remoteframeworkclasses/processor/ |
D | Processor.java | 737 Map<String, ExecutableElement> methods = new HashMap<>(); in getMethods() local 742 private void getMethods(Map<String, ExecutableElement> methods, TypeElement interfaceClass, in getMethods()
|
/cts/hostsidetests/jvmti/redefining/app/src/android/jvmti/cts/ |
D | JvmtiRedefineClassesTest.java | 737 private void checkClassHasMethods(Class<?> target, ExpectedMethod[] methods) throws Exception { in checkClassHasMethods()
|
/cts/tools/cts-api-coverage/proto/ |
D | testsuite.proto | 103 repeated Method methods = 7; field
|
/cts/tests/tests/media/bettertogether/src/android/media/bettertogether/cts/ |
D | StubMediaRoute2ProviderService.java | 505 Method[] methods = proxy.getClass().getMethods(); in doesProxyOverridesMethod() local
|