Home
last modified time | relevance | path

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

/cts/tools/signature-tools/test/signature/converter/
DConvertVisibilityTest.java52 Set<IMethod> methods = c.getMethods(); in testVisibilityMethods1() local
70 Set<IMethod> methods = c.getMethods(); in testVisibilityMethods2() local
88 Set<IMethod> methods = c.getMethods(); in testVisibilityMethods3() local
106 Set<IMethod> methods = c.getMethods(); in testVisibilityMethods4() local
DConvertEnumTest.java131 Set<IMethod> methods = c.getMethods(); in testEnum3() local
174 Set<IMethod> methods = c.getMethods(); in testEnum4() local
/cts/tests/tests/jni/libjnitest/
Dandroid_jni_cts_JniCTest.c39 static JNINativeMethod methods[] = { variable
Dandroid_jni_cts_JniCppTest.cpp39 static JNINativeMethod methods[] = { variable
Dandroid_jni_cts_InstanceNonce.c309 static JNINativeMethod methods[] = { variable
Dandroid_jni_cts_StaticNonce.c324 static JNINativeMethod methods[] = { variable
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
DConnectReqTestCase.java50 Method[] methods = WifiP2pManager.class.getMethods(); in setUp() local
/cts/tests/tests/os/jni/
Dandroid_os_cts_SeccompTest.cpp77 static JNINativeMethod methods[] = { variable
/cts/tools/dex-tools/src/dex/reader/
DDexClassImpl.java52 private List<DexMethod> methods; field in DexClassImpl
226 EncodedMethod[] methods = new EncodedMethod[size]; in parseMethods() local
287 private List<DexMethod> getDexMethods(EncodedMethod[] methods) { in getDexMethods()
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DTextReport.java64 List<ApiMethod> methods = new ArrayList<ApiMethod>(apiClass.getMethods()); in printTextReport() local
/cts/tools/signature-tools/src/signature/model/impl/
DSigClassDefinition.java45 private Set<IMethod> methods = Uninitialized.unset(); field in SigClassDefinition
113 public void setMethods(Set<IMethod> methods) { in setMethods()
/cts/hostsidetests/appsecurity/test-apps/SplitApp/jni/
Dcom_android_cts_splitapp_Native.cpp40 static JNINativeMethod methods[] = { variable
/cts/tools/signature-tools/src/signature/compare/model/subst/
DClassProjection.java101 Set<IMethod> methods = null; field in ClassProjection
/cts/tools/signature-tools/src/signature/converter/dex/
DDexToSigConverter.java370 Set<SigMethod> methods = Collections.emptySet(); in convertClass() local
451 private void addAnnotationsToAnnotationFields(List<DexMethod> methods, in addAnnotationsToAnnotationFields()
562 private Set<SigConstructor> convertConstructors(List<DexMethod> methods) { in convertConstructors()
580 private Set<SigMethod> convertMethods(List<DexMethod> methods) { in convertMethods()
/cts/tools/utils/
DDescriptionGenerator.java545 Collection<MethodDoc> methods = getAllMethods(clazz); in getTestMethods() local
613 ArrayList<MethodDoc> methods = new ArrayList<MethodDoc>(); in getAllMethods() local
/cts/tools/signature-tools/src/signature/converter/doclet/
DDocletToSigConverter.java184 Set<IMethod> methods = new HashSet<IMethod>(); in convertClass() local
/cts/tests/signature/src/android/signature/cts/
DJDiffClassDescription.java586 Method[] methods = mClass.getDeclaredMethods(); in findMatchingMethod() local
/cts/tools/vm-tests-tf/lib/
Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...