Home
last modified time | relevance | path

Searched refs:enumeration (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/test-runner/src/android/test/
DTestCaseUtil.java79 Enumeration enumeration = testSuite.tests(); in getTests() local
80 while (enumeration.hasMoreElements()) { in getTests()
81 Test childTest = (Test) enumeration.nextElement(); in getTests()
144 Enumeration enumeration = testSuite.tests(); in getTestAtIndex() local
145 while (enumeration.hasMoreElements()) { in getTestAtIndex()
146 Test test = (Test) enumeration.nextElement(); in getTestAtIndex()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
DarmVCM4P2_SetPredDir_s.s50 ; * Standard OMXResult result. See enumeration for possible result codes.
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
DarmVCM4P2_SetPredDir_s.s50 ; * Standard OMXResult result. See enumeration for possible result codes.
/frameworks/rs/api/
Drs_object_types.spec174 This enumeration is primarly useful for graphical data. It provides additional information to
/frameworks/rs/scriptc/
Drs_object_types.rsh174 * This enumeration is primarly useful for graphical data. It provides additional information to
/frameworks/base/keystore/java/android/security/keystore/
DAndroidKeyStoreSpi.java794 return Collections.enumeration(getUniqueAliases()); in engineAliases()
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_object_types.jd181 <p> This enumeration is primarly useful for graphical data. It provides additional information to
/frameworks/base/docs/html/preview/
Dsupport.jd156 better fingerprint enrollment experience, and enumeration support for greater
/frameworks/base/docs/html/tools/help/
Dadt.jd93 file transfer, device enumeration, and logcat (DDMS). You must access the more advanced
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
/frameworks/base/api/
Dcurrent.txt50713 method public static java.util.Enumeration<T> enumeration(java.util.Collection<T>);
Dsystem-current.txt53319 method public static java.util.Enumeration<T> enumeration(java.util.Collection<T>);