/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
D | AllocationInfo.java | 92 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/ |
D | NonBlockingAudioTrack.java | 148 QueueElement element = mQueue.peekFirst(); in process() local 174 QueueElement element = new QueueElement(); in write() local
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | RSBaseCompute.java | 77 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
|
D | SetObjectTest.java | 31 Element element; field in SetObjectTest
|
D | IsObjectTest.java | 32 Element element; field in IsObjectTest
|
D | ClearObjectTest.java | 63 Element element = Element.BOOLEAN(mRS); in testClearObjectElement() local
|
D | AllocationCopyPaddedTest.java | 109 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()
|
D | AllocationCopyToTest.java | 61 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()
|
D | AllocationTest.java | 345 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/ |
D | DexTestsCommon.java | 117 protected DexAnnotation getAnnotation(DexAnnotatedElement element, String annotationType) { in getAnnotation()
|
/cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/ |
D | CtsXmlGenerator.java | 150 Element element = (Element) nodeList.item(0); in getElementAttribute() local
|
/cts/tools/utils/ |
D | CollectAllTests.java | 328 private static Element getElement(Element element, String tagName) { in getElement() 337 private static String getElementAttribute(Element element, in getElementAttribute()
|
/cts/tests/tests/rscpp/librscpptest/ |
D | rs_jni_object.cpp | 49 sp<const Element> element = Element::BOOLEAN(mRS); in Java_android_cts_rscpp_RSObjectTest_testClearObjectElement() local
|
/cts/tests/camera/src/android/hardware/camera2/cts/helpers/ |
D | StaticMetadata.java | 2269 private <T> T getArrayElementNonNull(Key<?> key, int element) { in getArrayElementNonNull() 2285 private <T> T getArrayElementCheckRangeNonNull(Key<?> key, int element, int size) { in getArrayElementCheckRangeNonNull()
|