Searched defs:DataType (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_spec_table.cpp125 const RSDataTypeSpec *DataType)
127 mDataType(DataType) {
162 const RSDataTypeSpec *DataType,
167 mDataType(DataType),
124 ClangBuiltinTypeMap(const char *BuiltinTypeKind, const RSDataTypeSpec *DataType) argument
160 RSDataElementSpec(const char *ElementName, const RSDataKindSpec *DataKind, const RSDataTypeSpec *DataType, bool IsNormal, unsigned VectorSize) argument
H A Dslang_rs_export_type.h174 // From graphics/java/android/renderscript/Element.java: Element.DataType
180 FirstPrimitiveType = DataType ## begin_type, \
181 LastPrimitiveType = DataType ## end_type,
184 FirstRSMatrixType = DataType ## begin_type, \
185 LastRSMatrixType = DataType ## end_type,
188 FirstRSObjectType = DataType ## begin_type, \
189 LastRSObjectType = DataType ## end_type,
192 DataType ## type,
197 } DataType; typedef in class:slang::RSExportPrimitiveType
213 DataType mTyp
[all...]
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java24 import android.app.DownloadManagerBaseTest.DataType;
97 protected enum DataType { enum in class:DownloadManagerBaseTest
295 * @param type The type of data to generate: currently, one of {@link DataType.TEXT} or
296 * {@link DataType.BINARY}.
299 protected byte[] generateData(int size, DataType type) {
307 * @param type The type of data to generate: currently, one of {@link DataType.TEXT} or
308 * {@link DataType.BINARY}.
312 protected byte[] generateData(int size, DataType type, Random rng) {
317 if (type == DataType.TEXT) {
592 protected File createFileOnSD(String filename, long fileSize, DataType typ
[all...]
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/
H A DDownloadManagerBaseTest.java102 protected enum DataType { enum in class:DownloadManagerBaseTest
289 * @param type The type of data to generate: currently, one of {@link DataType.TEXT} or
290 * {@link DataType.BINARY}.
294 private byte[] generateData(int size, DataType type, Random rng) {
299 if (type == DataType.TEXT) {
/frameworks/base/graphics/java/android/renderscript/
H A DElement.java57 DataType mType;
70 * DataType represents the basic type information for a basic element. The
83 public enum DataType { enum in class:Element
119 DataType(int id, int size) { method in class:Element.DataType
245 rs.mElement_BOOLEAN = createUser(rs, DataType.BOOLEAN);
259 rs.mElement_U8 = createUser(rs, DataType.UNSIGNED_8);
273 rs.mElement_I8 = createUser(rs, DataType.SIGNED_8);
280 rs.mElement_U16 = createUser(rs, DataType.UNSIGNED_16);
287 rs.mElement_I16 = createUser(rs, DataType.SIGNED_16);
294 rs.mElement_U32 = createUser(rs, DataType
[all...]
/frameworks/base/opengl/libs/GLES2_dbg/src/
H A Ddebugger_message.pb.h530 typedef Message_DataType DataType; typedef in class:com::android::glesv2debugger::Message
531 static const DataType ReferencedImage = Message_DataType_ReferencedImage;
532 static const DataType NonreferencedImage = Message_DataType_NonreferencedImage;
536 static const DataType DataType_MIN =
538 static const DataType DataType_MAX =
669 // optional .com.android.glesv2debugger.Message.DataType data_type = 23;
1048 // optional .com.android.glesv2debugger.Message.DataType data_type = 23;

Completed in 152 milliseconds