HomeSort by relevance Sort by last modified time
    Searched full:datatype (Results 1 - 25 of 954) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/compile/mclinker/include/mcld/ADT/
TypeTraits.h 19 template<typename DataType>
22 template<typename DataType>
25 typedef DataType value_type;
26 typedef const DataType* pointer;
27 typedef const DataType& reference;
29 typedef ConstTraits<DataType> const_traits;
30 typedef NonConstTraits<DataType> nonconst_traits;
33 template<typename DataType>
36 typedef DataType value_type;
37 typedef DataType* pointer
    [all...]
StringEntry.tcc 12 template<typename DataType>
13 StringEntry<DataType>::StringEntry()
17 template<typename DataType>
18 StringEntry<DataType>::StringEntry(const StringEntry::key_type& pKey)
22 template<typename DataType>
23 StringEntry<DataType>::StringEntry(const StringEntry<DataType>& pCopy)
28 template<typename DataType>
29 StringEntry<DataType>::~StringEntry()
35 template<typename DataType>
    [all...]
BinTree.h 27 template<class DataType>
100 template<class DataType, class Traits, class IteratorType>
104 typedef DataType value_type;
143 template<class DataType, class Traits, class IteratorType>
144 class PolicyIterator : public PolicyIteratorBase<DataType, Traits, IteratorType>
147 typedef PolicyIterator<DataType, Traits, IteratorType> Self;
148 typedef PolicyIteratorBase<DataType, Traits, IteratorType> Base;
149 typedef PolicyIterator<DataType, typename Traits::nonconst_traits, IteratorType> iterator;
150 typedef PolicyIterator<DataType, typename Traits::const_traits, IteratorType> const_iterator;
176 template<class DataType>
    [all...]
StringEntry.h 22 template<typename DataType>
28 template<typename DataType>
33 typedef DataType value_type;
54 void setValue(const DataType& pVal)
70 DataType m_Value;
74 friend class StringEntryFactory<DataType>;
131 template<typename DataType>
135 typedef StringEntry<DataType> entry_type;
136 typedef typename StringEntry<DataType>::key_type key_type;
137 typedef typename StringEntry<DataType>::value_type value_type
    [all...]
  /external/chromium_org/build/util/lib/common/
perf_result_data_type.py 15 def IsValidType(datatype):
16 return datatype in ALL_TYPES
19 def IsHistogram(datatype):
20 return (datatype == HISTOGRAM or datatype == UNIMPORTANT_HISTOGRAM)
  /external/chromium_org/third_party/WebKit/Source/wtf/
MessageQueue.h 50 // Essentially, MessageQueue acts as a queue of OwnPtr<DataType>.
51 template<typename DataType>
59 bool append(PassOwnPtr<DataType>);
60 void appendAndKill(PassOwnPtr<DataType>);
61 bool appendAndCheckEmpty(PassOwnPtr<DataType>);
62 void prepend(PassOwnPtr<DataType>);
64 PassOwnPtr<DataType> waitForMessage();
65 PassOwnPtr<DataType> tryGetMessage();
66 PassOwnPtr<DataType> tryGetMessageIgnoringKilled();
68 PassOwnPtr<DataType> waitForMessageFilteredWithTimeout(MessageQueueWaitResult&, Predicate&, double absoluteTime)
    [all...]
  /frameworks/compile/mclinker/include/mcld/Support/
GCFactoryListTraits.h 26 template<typename DataType>
27 class GCFactoryListTraits : public llvm::ilist_default_traits<DataType>
30 class SentinelNode : public DataType
39 DataType *createSentinel() const
40 { return reinterpret_cast<DataType*>(&mSentinel); }
42 static void destroySentinel(DataType*) { }
44 DataType *provideInitialHead() const
47 DataType *ensureHead(DataType*) const
50 static void noteHead(DataType*, DataType*) {
    [all...]
UniqueGCFactory.h 26 template<typename KeyType, typename DataType, size_t ChunkSize>
27 class UniqueGCFactoryBase : public GCFactoryBase<LinearAllocator<DataType, ChunkSize> >
30 typedef GCFactoryBase<LinearAllocator<DataType, ChunkSize> > Alloc;
31 typedef std::map<KeyType, DataType*> KeyMap;
35 : GCFactoryBase<LinearAllocator<DataType, ChunkSize> >()
39 : GCFactoryBase<LinearAllocator<DataType, ChunkSize> >(pNum)
46 DataType* find(const KeyType& pKey) {
53 const DataType* find(const KeyType& pKey) const {
60 DataType* produce(const KeyType& pKey, bool& pExist) {
66 DataType* data = Alloc::allocate()
    [all...]
Allocators.h 27 template<typename DataType, size_t ChunkSize>
31 typedef DataType value_type;
51 DataType data[ChunkSize];
54 template<typename DataType>
55 class Chunk<DataType, 0>
58 typedef DataType value_type;
64 data = (DataType*)malloc(sizeof(DataType)*m_Size);
90 DataType *data;
94 template<typename DataType>
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/tools/
genapi.py 41 # Constants corresponding to the protobuf DataType.Type
42 class DataType:
47 if self.name == "pointer": # pointers map to the INT DataType
68 DataType.VOID = DataType("void")
69 DataType.CHAR = DataType("char")
70 DataType.BYTE = DataType("byte")
71 DataType.ENUM = DataType("enum"
    [all...]
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
TextureUtil.java 191 int dataType = -1;
197 dataType = GL_UNSIGNED_BYTE;
202 dataType = GL_UNSIGNED_BYTE;
208 dataType = GL_UNSIGNED_BYTE;
214 dataType = GL_UNSIGNED_BYTE;
220 dataType = GL_UNSIGNED_BYTE;
226 dataType = GL_UNSIGNED_BYTE;
236 dataType = GL_UNSIGNED_BYTE;
242 dataType = GL_UNSIGNED_BYTE;
247 dataType = GL_UNSIGNED_BYTE
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ElementTest.java 20 import android.renderscript.Element.DataType;
28 DataType.UNSIGNED_8,
31 DataType.UNSIGNED_5_6_5,
34 DataType.UNSIGNED_8,
37 DataType.UNSIGNED_5_5_5_1,
40 DataType.UNSIGNED_4_4_4_4,
43 DataType.UNSIGNED_8,
51 assertTrue(Element.createVector(mRS, DataType.FLOAT_32, len) != null);
52 assertTrue(Element.createVector(mRS, DataType.FLOAT_64, len) != null);
53 assertTrue(Element.createVector(mRS, DataType.SIGNED_8, len) != null)
    [all...]
IntrinsicColorMatrix.java 27 Element.DataType dtIn, int vsIn,
28 Element.DataType dtOut, int vsOut) {
59 private void test(Element.DataType dtin, Element.DataType dtout, int subtest) {
119 test(Element.DataType.UNSIGNED_8, Element.DataType.UNSIGNED_8, 0);
123 test(Element.DataType.FLOAT_32, Element.DataType.FLOAT_32, 0);
127 test(Element.DataType.UNSIGNED_8, Element.DataType.FLOAT_32, 0)
    [all...]
IntrinsicConvolve3x3.java 23 private void testConvolve3(int w, int h, Element.DataType dt, int vecSize) {
44 if (dt == Element.DataType.UNSIGNED_8) {
82 if (dt == Element.DataType.UNSIGNED_8) {
120 testConvolve3(100, 100, Element.DataType.UNSIGNED_8, 4);
124 testConvolve3(100, 100, Element.DataType.UNSIGNED_8, 3);
128 testConvolve3(100, 100, Element.DataType.UNSIGNED_8, 2);
132 testConvolve3(100, 100, Element.DataType.UNSIGNED_8, 1);
137 testConvolve3(100, 100, Element.DataType.FLOAT_32, 4);
142 testConvolve3(100, 100, Element.DataType.FLOAT_32, 3);
147 testConvolve3(100, 100, Element.DataType.FLOAT_32, 2)
    [all...]
IntrinsicConvolve5x5.java 33 if (e.getDataType() == Element.DataType.UNSIGNED_8) {
70 private void testConvolve5(int w, int h, Element.DataType dt, int vecSize) {
92 testConvolve5(100, 100, Element.DataType.UNSIGNED_8, 4);
96 testConvolve5(100, 100, Element.DataType.UNSIGNED_8, 3);
100 testConvolve5(100, 100, Element.DataType.UNSIGNED_8, 2);
104 testConvolve5(100, 100, Element.DataType.UNSIGNED_8, 1);
109 testConvolve5(100, 100, Element.DataType.FLOAT_32, 4);
113 testConvolve5(100, 100, Element.DataType.FLOAT_32, 3);
117 testConvolve5(100, 100, Element.DataType.FLOAT_32, 2);
121 testConvolve5(100, 100, Element.DataType.FLOAT_32, 1)
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ElementThunker.java 64 static android.renderscript.Element.DataType convertType(DataType cdt) {
67 return android.renderscript.Element.DataType.NONE;
68 //case DataType.FLOAT_16:
70 return android.renderscript.Element.DataType.FLOAT_32;
72 return android.renderscript.Element.DataType.FLOAT_64;
74 return android.renderscript.Element.DataType.SIGNED_8;
76 return android.renderscript.Element.DataType.SIGNED_16;
78 return android.renderscript.Element.DataType.SIGNED_32;
80 return android.renderscript.Element.DataType.SIGNED_64
    [all...]
Element.java 40 * 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 {
162 DataType(int id, int size) {
291 public DataType getDataType() {
311 rs.mElement_BOOLEAN = createUser(rs, DataType.BOOLEAN);
325 rs.mElement_U8 = createUser(rs, DataType.UNSIGNED_8);
339 rs.mElement_I8 = createUser(rs, DataType.SIGNED_8)
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_api.cpp 42 arg_texture->set_type(GLMessage::DataType::ENUM);
70 arg_program->set_type(GLMessage::DataType::INT);
76 arg_shader->set_type(GLMessage::DataType::INT);
104 arg_program->set_type(GLMessage::DataType::INT);
110 arg_index->set_type(GLMessage::DataType::INT);
116 arg_name->set_type(GLMessage::DataType::INT);
145 arg_target->set_type(GLMessage::DataType::ENUM);
151 arg_buffer->set_type(GLMessage::DataType::INT);
179 arg_target->set_type(GLMessage::DataType::ENUM);
185 arg_framebuffer->set_type(GLMessage::DataType::INT)
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
Element.java 38 * android.renderscript.Element.DataType} and a {@link
39 * android.renderscript.Element.DataKind}. The DataType encodes C type
65 DataType mType;
107 * DataType represents the basic type information for a basic element. The
122 public enum DataType {
160 DataType(int id, int size) {
289 public DataType getDataType() {
309 rs.mElement_BOOLEAN = createUser(rs, DataType.BOOLEAN);
323 rs.mElement_U8 = createUser(rs, DataType.UNSIGNED_8);
337 rs.mElement_I8 = createUser(rs, DataType.SIGNED_8)
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_datatype_helper.h 15 // called before any of the methods in the per-datatype helper namespaces can be
20 // per-datatype helpers after making sure it is valid.
  /external/dropbear/
cli-channel.c 37 unsigned int datatype; local
48 datatype = buf_getint(ses.payload);
50 if (datatype != SSH_EXTENDED_DATA_STDERR) {
51 TRACE(("leave recv_msg_channel_extended_data: wrong datatype: %d",
52 datatype))
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_build_util.h 52 inline Instruction *mkOp(operation, DataType, Value *);
53 Instruction *mkOp1(operation, DataType, Value *, Value *);
54 Instruction *mkOp2(operation, DataType, Value *, Value *, Value *);
55 Instruction *mkOp3(operation, DataType, Value *, Value *, Value *, Value *);
57 LValue *mkOp1v(operation, DataType, Value *, Value *);
58 LValue *mkOp2v(operation, DataType, Value *, Value *, Value *);
59 LValue *mkOp3v(operation, DataType, Value *, Value *, Value *, Value *);
61 LValue *mkLoad(DataType, Symbol *, Value *ptr);
62 Instruction *mkStore(operation, DataType, Symbol *, Value *ptr, Value *val);
64 Instruction *mkMov(Value *, Value *, DataType = TYPE_U32)
    [all...]
  /external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
TextureUtil.java 147 int dataType = -1;
153 dataType = GLES20.GL_UNSIGNED_BYTE;
157 dataType = GLES20.GL_UNSIGNED_BYTE;
161 dataType = GLES20.GL_UNSIGNED_BYTE;
165 dataType = GLES20.GL_UNSIGNED_BYTE;
169 dataType = GLES20.GL_UNSIGNED_BYTE;
174 dataType = GLES20.GL_UNSIGNED_SHORT_5_6_5;
178 dataType = GLES20.GL_UNSIGNED_SHORT_4_4_4_4;
182 dataType = GLES20.GL_UNSIGNED_BYTE;
186 dataType = GLES20.GL_UNSIGNED_BYTE
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_build_util.h 52 inline Instruction *mkOp(operation, DataType, Value *);
53 Instruction *mkOp1(operation, DataType, Value *, Value *);
54 Instruction *mkOp2(operation, DataType, Value *, Value *, Value *);
55 Instruction *mkOp3(operation, DataType, Value *, Value *, Value *, Value *);
57 LValue *mkOp1v(operation, DataType, Value *, Value *);
58 LValue *mkOp2v(operation, DataType, Value *, Value *, Value *);
59 LValue *mkOp3v(operation, DataType, Value *, Value *, Value *, Value *);
61 LValue *mkLoad(DataType, Symbol *, Value *ptr);
62 Instruction *mkStore(operation, DataType, Symbol *, Value *ptr, Value *val);
64 Instruction *mkMov(Value *, Value *, DataType = TYPE_U32)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
formats.c 55 GLenum DataType;
86 GL_NONE, /* DataType */
95 GL_UNSIGNED_NORMALIZED, /* DataType */
104 GL_UNSIGNED_NORMALIZED, /* DataType */
113 GL_UNSIGNED_NORMALIZED, /* DataType */
122 GL_UNSIGNED_NORMALIZED, /* DataType */
131 GL_UNSIGNED_NORMALIZED, /* DataType */
140 GL_UNSIGNED_NORMALIZED, /* DataType */
149 GL_UNSIGNED_NORMALIZED, /* DataType */
158 GL_UNSIGNED_NORMALIZED, /* DataType */
1955 GLenum datatype = 0; local
    [all...]

Completed in 4603 milliseconds

1 2 3 4 5 6 7 8 91011>>