HomeSort by relevance Sort by last modified time
    Searched refs:DataType (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/webkit/Source/JavaScriptCore/wtf/
MessageQueue.h 49 // Essentially, MessageQueue acts as a queue of OwnPtr<DataType>.
50 template<typename DataType>
57 void append(PassOwnPtr<DataType>);
58 bool appendAndCheckEmpty(PassOwnPtr<DataType>);
59 void prepend(PassOwnPtr<DataType>);
61 PassOwnPtr<DataType> waitForMessage();
62 PassOwnPtr<DataType> tryGetMessage();
64 PassOwnPtr<DataType> waitForMessageFilteredWithTimeout(MessageQueueWaitResult&, Predicate&, double absoluteTime);
78 static bool alwaysTruePredicate(DataType*) { return true; }
82 Deque<DataType*> m_queue
    [all...]
  /external/proguard/src/proguard/ant/
ConfigurationElement.java 24 import org.apache.tools.ant.types.DataType;
28 * This DataType represents a reference to a ProGuard configuration in Ant.
32 public class ConfigurationElement extends DataType
FilterElement.java 23 import org.apache.tools.ant.types.DataType;
30 * This DataType represents a name filter in Ant.
34 public class FilterElement extends DataType
ClassPathElement.java 67 Object referencedObject = getCheckedRef(DataType.class,
68 DataType.class.getName());
ClassSpecificationElement.java 24 import org.apache.tools.ant.types.DataType;
32 * This DataType represents a class specification in Ant.
36 public class ClassSpecificationElement extends DataType
MemberSpecificationElement.java 24 import org.apache.tools.ant.types.DataType;
33 * This DataType represents a class member specification in Ant.
37 public class MemberSpecificationElement extends DataType
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ElementTest.java 20 import android.renderscript.Element.DataType;
27 DataType.UNSIGNED_8,
30 DataType.UNSIGNED_5_6_5,
33 DataType.UNSIGNED_8,
36 DataType.UNSIGNED_5_5_5_1,
39 DataType.UNSIGNED_4_4_4_4,
42 DataType.UNSIGNED_8,
50 assertTrue(Element.createVector(mRS, DataType.FLOAT_32, len) != null);
51 assertTrue(Element.createVector(mRS, DataType.FLOAT_64, len) != null);
52 assertTrue(Element.createVector(mRS, DataType.SIGNED_8, len) != null)
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
Element.java 57 DataType mType;
70 * DataType represents the basic type information for a basic element. The
83 public enum DataType {
119 DataType(int id, int size) {
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.UNSIGNED_32)
    [all...]
Allocation.java 201 if ((mType.mElement.mType == Element.DataType.SIGNED_32) ||
202 (mType.mElement.mType == Element.DataType.UNSIGNED_32)) {
210 if ((mType.mElement.mType == Element.DataType.SIGNED_16) ||
211 (mType.mElement.mType == Element.DataType.UNSIGNED_16)) {
219 if ((mType.mElement.mType == Element.DataType.SIGNED_8) ||
220 (mType.mElement.mType == Element.DataType.UNSIGNED_8)) {
228 if (mType.mElement.mType == Element.DataType.FLOAT_32) {
236 if ((mType.mElement.mType == Element.DataType.RS_ELEMENT) ||
237 (mType.mElement.mType == Element.DataType.RS_TYPE) ||
238 (mType.mElement.mType == Element.DataType.RS_ALLOCATION) |
    [all...]
  /external/llvm/include/llvm/Support/
CommandLine.h 331 template<class DataType> struct OptionValue;
335 template<class DataType, bool isClass>
338 typedef OptionValue<DataType> WrapperType;
342 const DataType &getValue() const { assert(false && "no default value"); }
348 bool compare(const DataType &/*V*/) const { return false; }
354 template<class DataType>
356 DataType Value;
363 const DataType &getValue() const {
368 void setValue(const DataType &V) { Valid = true; Value = V; }
370 bool compare(const DataType &V) const
    [all...]
  /external/webrtc/src/system_wrappers/test/TestSort/
TestSort.cpp 30 template<typename DataType>
33 DataType dataX = (DataType)*(const DataType*)dataX;
34 DataType dataY = (DataType)*(const DataType*)dataY;
47 template<typename DataType, typename KeyType>
50 KeyType keyX = ((const DataType*)dataX)->key;
51 KeyType keyY = ((const DataType*)dataY)->key
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Dictionary.java 36 public static enum DataType {
54 * @param dataType tells type of this data
58 DataType dataType);
67 * @see WordCallback#addWord(char[], int, int, int, int, DataType)
LatinImeLogger.java 20 import com.android.inputmethod.latin.Dictionary.DataType;
73 public static void onAddSuggestedWord(String word, int typeId, DataType dataType) {
  /external/chromium/chrome/browser/chromeos/
language_preferences.h 18 template <typename DataType>
21 DataType default_pref_value;
26 DataType ibus_config_value;
  /frameworks/compile/slang/
slang_rs_object_ref_count.h 66 RSExportPrimitiveType::DataType DT,
94 RSExportPrimitiveType::DataType *DT,
100 RSExportPrimitiveType::DataType DT,
120 RSExportPrimitiveType::DataType DT) {
130 RSExportPrimitiveType::DataType DT) {
slang_rs_export_type.h 174 // 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;
213 DataType mType
    [all...]
slang_rs_export_element.h 45 RSExportPrimitiveType::DataType type;
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerFunctionalTest.java 97 byte[] blobData = generateData(fileSize, DataType.BINARY);
110 byte[] blobData = generateData(fileSize, DataType.TEXT);
153 File existentFile = createFileOnSD(null, 1, DataType.TEXT, null);
154 byte[] blobData = generateData(DEFAULT_FILE_SIZE, DataType.TEXT);
193 byte[] blobData = generateData(DEFAULT_FILE_SIZE, DataType.TEXT);
224 byte[] blobData = generateData(DEFAULT_FILE_SIZE, DataType.TEXT);
252 byte[] blobData = generateData(3000, DataType.TEXT); // file size = 3000 bytes
309 byte[] blobData = generateData(fileSize, DataType.BINARY);
329 byte[] blobData = generateData(fileSize, DataType.BINARY);
359 byte[] blobData = generateData(fileSize, DataType.TEXT)
    [all...]
DownloadManagerStressTest.java 81 byte[] blobData = generateData(size, DataType.TEXT);
123 File largeFile = createFileOnSD(null, fileSize, DataType.TEXT, null);
196 byte[] blobData = generateData(DOWNLOAD_FILE_SIZE, DataType.TEXT);
  /external/webkit/Source/WebCore/svg/
SVGPathByteStreamSource.h 59 template<typename DataType, typename ByteType>
60 DataType readType()
  /external/webkit/Source/JavaScriptGlue/
JSObject.h 36 JSObjectRef JSObjectCreateInternal(void *data, JSObjectCallBacksPtr callBacks, JSObjectMarkProcPtr markProc, int dataType);
40 JSUserObject(JSObjectCallBacksPtr callBacks, JSObjectMarkProcPtr markProc, void *data, int dataType);
53 int DataType() const { return fDataType; }
  /external/webrtc/src/system_wrappers/source/
sort.cc 222 template <typename DataType>
225 DataType* dataT = static_cast<DataType*>(data);
229 template <typename DataType, typename IntegerType>
232 DataType* dataT = static_cast<DataType*>(data);
237 template <typename DataType>
240 DataType* dataT = static_cast<DataType*>(data);
  /libcore/luni/src/main/java/java/util/
Scanner.java 137 private enum DataType {
656 intString = removeLocaleInfo(intString, DataType.INT);
710 intString = removeLocaleInfo(intString, DataType.INT);
802 intString = removeLocaleInfo(intString, DataType.INT);
879 intString = removeLocaleInfo(intString, DataType.INT);
    [all...]
  /external/chromium/net/ftp/
ftp_network_transaction.h 77 enum DataType {
222 DataType data_type_;
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
DebuggerMessage.java 490 public enum DataType
499 public static DataType valueOf(int value) {
507 public static com.google.protobuf.Internal.EnumLiteMap<DataType>
511 private static com.google.protobuf.Internal.EnumLiteMap<DataType>
513 new com.google.protobuf.Internal.EnumLiteMap<DataType>() {
514 public DataType findValueByNumber(int number) {
515 return DataType.valueOf(number)
521 private DataType(int index, int value) {
526 // @@protoc_insertion_point(enum_scope:com.android.glesv2debugger.Message.DataType)
679 // optional .com.android.glesv2debugger.Message.DataType data_type = 23
    [all...]

Completed in 1011 milliseconds

1 2 3