Home
last modified time | relevance | path

Searched defs:dataType (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DRSBaseCompute.java76 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/tests/tests/telephony/current/src/android/telephony/cts/
DSignalStrengthTest.java107 Class<? extends CellSignalStrength> dataType = in testSignalStrength() local
/cts/tests/tests/neuralnetworks/java_test/jni/
Dandroid_neuralnetworks_cts_ModelAssetTest.cpp53 bool isQuantizedType(int dataType) { in isQuantizedType()
155 bool createAndCompileAddModel(JNIEnv* env, int dataType, const ANeuralNetworksMemory* memory, in createAndCompileAddModel()
/cts/tests/tests/content/src/android/content/cts/
DIntentFilterTest.java100 final String dataType = "testdataType"; in testConstructor() local
114 private void verifyContent(IntentFilter filter, String action, String dataType) { in verifyContent()