Searched defs:DataType (Results 1 - 4 of 4) sorted by last modified time

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DElement.java40 * android.support.v8.renderscript.Element.DataType} and a {@link
41 * android.support.v8.renderscript.Element.DataKind}. The DataType encodes C
69 DataType mType;
115 * DataType represents the basic type information for a basic element. The
130 public enum DataType { enum in class:Element
162 DataType(int id, int size) { method in class:Element.DataType
167 DataType(int id) { method in class:Element.DataType
299 public DataType getDataType() {
319 rs.mElement_BOOLEAN = createUser(rs, DataType.BOOLEAN);
333 rs.mElement_U8 = createUser(rs, DataType
[all...]
/frameworks/compile/slang/
H A Dslang_rs_export_type.h96 // From graphics/java/android/renderscript/Element.java: Element.DataType
108 enum DataType { enum in namespace:slang
317 DataType mType;
320 typedef llvm::StringMap<DataType> RSSpecificTypeMapTy;
338 DataType DT,
347 static DataType GetDataType(RSContext *Context, const clang::Type *T);
358 static DataType GetRSSpecificType(const llvm::StringRef &TypeName);
359 static DataType GetRSSpecificType(const clang::Type *T);
361 static bool IsRSMatrixType(DataType DT);
362 static bool IsRSObjectType(DataType D
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DElement.java35 * android.renderscript.Element.DataType} and a {@link
36 * android.renderscript.Element.DataKind}. The DataType encodes C type
62 DataType mType;
104 * DataType represents the basic type information for a basic element. The
120 public enum DataType { enum in class:Element
158 DataType(int id, int size) { method in class:Element.DataType
163 DataType(int id) { method in class:Element.DataType
295 public DataType getDataType() {
317 rs.mElement_BOOLEAN = createUser(rs, DataType.BOOLEAN);
335 rs.mElement_U8 = createUser(rs, DataType
[all...]
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java99 protected enum DataType { enum in class:DownloadManagerBaseTest
291 * @param type The type of data to generate: currently, one of {@link DataType#TEXT} or
292 * {@link DataType#BINARY}.
295 protected byte[] generateData(int size, DataType type) {
303 * @param type The type of data to generate: currently, one of {@link DataType#TEXT} or
304 * {@link DataType#BINARY}.
308 protected byte[] generateData(int size, DataType type, Random rng) {
313 if (type == DataType.TEXT) {
586 protected File createFileOnSD(String filename, long fileSize, DataType type,

Completed in 369 milliseconds