Home
last modified time | relevance | path

Searched defs:element (Results 1 – 14 of 14) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DAllocationInfo.java92 Element element; in newInstance() local
145 public static AllocationInfo newInstance(Element element, Size size) { in newInstance()
164 public static AllocationInfo newInstance(Element element, Size size, int usage) { in newInstance()
207 public AllocationInfo changeElementWithDefaultUsage(Element element) { in changeElementWithDefaultUsage()
226 private AllocationInfo(Element element, Size size, int usage) { in AllocationInfo()
302 public static ElementInfo fromElement(Element element) { in fromElement()
328 public boolean isElementEqualTo(ElementInfo element) { in isElementEqualTo()
434 private static Type.Builder typeBuilder(Element element, Size size) { in typeBuilder()
/cts/tests/tests/media/src/android/media/cts/
DNonBlockingAudioTrack.java148 QueueElement element = mQueue.peekFirst(); in process() local
174 QueueElement element = new QueueElement(); in write() local
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DRSBaseCompute.java77 Element element = null; in getElement() local
113 Element element = getElement(rs, dataType, size); in createRandomAllocation() local
177 Element element = getElement(rs, dataType, size); in createRandomFloatAllocation() local
202 Element element = getElement(rs, dataType, size); in createRandomIntegerAllocation() local
235 Element element = minAlloc.getElement(); in enforceOrdering() local
DSetObjectTest.java31 Element element; field in SetObjectTest
DIsObjectTest.java32 Element element; field in IsObjectTest
DClearObjectTest.java63 Element element = Element.BOOLEAN(mRS); in testClearObjectElement() local
DAllocationCopyPaddedTest.java109 void test_AllocationPadded_Short3_1D_Helper(Element element) { in test_AllocationPadded_Short3_1D_Helper()
144 void test_AllocationPadded_Short3_2D_Helper(Element element) { in test_AllocationPadded_Short3_2D_Helper()
180 void test_AllocationPadded_Short3_3D_Helper(Element element) { in test_AllocationPadded_Short3_3D_Helper()
621 void test_AllocationPadded_copy1DRangeTo_Short3_Helper(Element element) { in test_AllocationPadded_copy1DRangeTo_Short3_Helper()
810 void test_AllocationPadded_copy2DRangeTo_Short3_Helper(Element element) { in test_AllocationPadded_copy2DRangeTo_Short3_Helper()
991 void test_AllocationPadded_copy1DRangeToUnchecked_Short3_Helper(Element element) { in test_AllocationPadded_copy1DRangeToUnchecked_Short3_Helper()
DAllocationCopyToTest.java61 void test_Allocationcopy1DRangeTo_Short_Helper(Element element, boolean testTyped) { in test_Allocationcopy1DRangeTo_Short_Helper()
251 void test_Allocationcopy2DRangeTo_Short_Helper(Element element, boolean testTyped) { in test_Allocationcopy2DRangeTo_Short_Helper()
435 void test_Allocationcopy3DRangeTo_Short_Helper(Element element) { in test_Allocationcopy3DRangeTo_Short_Helper()
677 void test_Allocationcopy1DRangeToUnchecked_Short_Helper(Element element) { in test_Allocationcopy1DRangeToUnchecked_Short_Helper()
DAllocationTest.java345 void helperShortCopy(Element element, int nElems, int offset, int count, int copyMode) { in helperShortCopy()
535 void helperShortCopy2D(Element element, int nElemsX, int nElemsY, in helperShortCopy2D()
/cts/tools/dex-tools/test/dex/reader/
DDexTestsCommon.java117 protected DexAnnotation getAnnotation(DexAnnotatedElement element, String annotationType) { in getAnnotation()
/cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
DCtsXmlGenerator.java150 Element element = (Element) nodeList.item(0); in getElementAttribute() local
/cts/tools/utils/
DCollectAllTests.java328 private static Element getElement(Element element, String tagName) { in getElement()
337 private static String getElementAttribute(Element element, in getElementAttribute()
/cts/tests/tests/rscpp/librscpptest/
Drs_jni_object.cpp49 sp<const Element> element = Element::BOOLEAN(mRS); in Java_android_cts_rscpp_RSObjectTest_testClearObjectElement() local
/cts/tests/camera/src/android/hardware/camera2/cts/helpers/
DStaticMetadata.java2269 private <T> T getArrayElementNonNull(Key<?> key, int element) { in getArrayElementNonNull()
2285 private <T> T getArrayElementCheckRangeNonNull(Key<?> key, int element, int size) { in getArrayElementCheckRangeNonNull()