Home
last modified time | relevance | path

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

12

/cts/tests/tests/jni/libjnitest/
Dandroid_jni_cts_JniCppTest.cpp38 static JNINativeMethod methods[] = { variable
Dandroid_jni_cts_JniCTest.c38 static JNINativeMethod methods[] = { variable
Dhelper.c91 int registerJniMethods(JNIEnv* env, const char* className, const JNINativeMethod* methods, in registerJniMethods()
/cts/tools/cts-api-coverage/src/com/android/cts/apimap/
DCallGraphManager.java54 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/
DParentProfileTest.java127 List<Method> methods = CurrentApiHelper.getPublicApis(PACKAGE_NAME, CLASS_NAME); in testParentProfileApiDisabled() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
DConnectReqTestCase.java51 Method[] methods = WifiP2pManager.class.getMethods(); in setUp() local
/cts/tests/tests/os/jni/
Dandroid_os_cts_SeccompTest.cpp77 static JNINativeMethod methods[] = { variable
/cts/tests/signature/lib/common/src/android/signature/cts/
DInterfaceChecker.java119 List<Method> methods = checkInterfaceMethodCompliance(classDescription, runtimeClass); in checkQueued() local
/cts/tests/tests/instantapp/src/android/cts/instantapp/resolver/
DResolverServiceMethodFallbackTest.kt111 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/
DJNIManager.cpp75 static const JNINativeMethod methods[] = { in JNI_OnLoad() local
/cts/hostsidetests/utils/src/android/cts/host/utils/
DDeviceJUnit4ClassRunnerWithParameters.java106 List<FrameworkMethod> methods = super.getChildren(); in getChildren() local
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DTextReport.java71 List<ApiMethod> methods = new ArrayList<ApiMethod>(apiClass.getMethods()); in printTextReport() local
/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/
DBedsteadJUnit4.java453 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/
DBuildCTSMainsSources.java74 private void handleTest(String fqcn, List<String> methods) { in handleTest()
DBuildCTSHostSources.java200 private void handleTest(String fqcn, List<String> methods) { in handleTest()
DBuildDalvikSuite.java88 public void handleTest(String fqcn, List<String> methods) { in handleTest()
DBuildUtilBase.java48 public void handleTest(String fqcn, List<String> methods); in handleTest()
/cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/native_split/jni/
Dcom_android_cts_isolatedsplitapp_Native.cpp73 static JNINativeMethod methods[] = { variable
/cts/common/device-side/bedstead/dpmwrapper/src/main/java/com/android/bedstead/dpmwrapper/
DDeviceOwnerHelper.java231 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/
DProcessor.java988 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/
Dcom_android_cts_splitapp_Native.cpp100 static JNINativeMethod methods[] = { variable
/cts/common/device-side/bedstead/remoteframeworkclasses/src/processor/main/java/com/android/bedstead/remoteframeworkclasses/processor/
DProcessor.java737 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/
DJvmtiRedefineClassesTest.java737 private void checkClassHasMethods(Class<?> target, ExpectedMethod[] methods) throws Exception { in checkClassHasMethods()
/cts/tools/cts-api-coverage/proto/
Dtestsuite.proto103 repeated Method methods = 7; field
/cts/tests/tests/media/bettertogether/src/android/media/bettertogether/cts/
DStubMediaRoute2ProviderService.java505 Method[] methods = proxy.getClass().getMethods(); in doesProxyOverridesMethod() local

12