Searched defs:dataType (Results 1 – 6 of 6) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | RSBaseCompute.java | 76 protected Element getElement(RenderScript rs, Element.DataType dataType, int size) { in getElement() 111 protected Allocation createRandomAllocation(RenderScript rs, Element.DataType dataType, in createRandomAllocation() 175 protected Allocation createRandomFloatAllocation(RenderScript rs, Element.DataType dataType, in createRandomFloatAllocation() 200 protected Allocation createRandomIntegerAllocation(RenderScript rs, Element.DataType dataType, in createRandomIntegerAllocation() 241 Element.DataType dataType = element.getDataType(); in enforceOrdering() local
|
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/ |
D | NoOpTestInvocationListener.java | 44 public void testLog(String dataName, LogDataType dataType, InputStreamSource dataStream) {} in testLog()
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
D | CtsXmlResultReporter.java | 227 public void testLog(String dataName, LogDataType dataType, InputStreamSource dataStream) { in testLog() 241 public void testLogSaved(String dataName, LogDataType dataType, InputStreamSource dataStream, in testLogSaved()
|
D | IssueReporter.java | 80 public void testLog(String dataName, LogDataType dataType, InputStreamSource dataStream) { in testLog()
|
/cts/tests/tests/content/src/android/content/cts/ |
D | IntentFilterTest.java | 89 final String dataType = "testdataType"; in testConstructor() local 103 private void verifyContent(IntentFilter filter, String action, String dataType) { in verifyContent()
|
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/ |
D | ResultReporter.java | 507 public void testLogSaved(String dataName, LogDataType dataType, InputStreamSource dataStream, in testLogSaved()
|