Home
last modified time | relevance | path

Searched defs:methods (Results 1 – 15 of 15) 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_StaticNonce.c324 static JNINativeMethod methods[] = { variable
Dandroid_jni_cts_InstanceNonce.c309 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/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/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.java526 Collection<MethodDoc> methods = getAllMethods(clazz); in getTestMethods() local
590 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/SignatureTest/src/android/tests/sigtest/
DJDiffClassDescription.java585 Method[] methods = mClass.getDeclaredMethods(); in findMatchingMethod() local