HomeSort by relevance Sort by last modified time
    Searched full:datatype (Results 1 - 25 of 517) 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/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...]
  /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...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ElementThunker.java 56 static android.renderscript.Element.DataType convertType(DataType cdt) {
59 return android.renderscript.Element.DataType.NONE;
60 //case DataType.FLOAT_16:
62 return android.renderscript.Element.DataType.FLOAT_32;
64 return android.renderscript.Element.DataType.FLOAT_64;
66 return android.renderscript.Element.DataType.SIGNED_8;
68 return android.renderscript.Element.DataType.SIGNED_16;
70 return android.renderscript.Element.DataType.SIGNED_32;
72 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/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/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/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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger.tests/src/com/android/ide/eclipse/gltrace/format/
GLMessageFormatterTest.java 24 import com.android.ide.eclipse.gltrace.GLProtoBuf.GLMessage.DataType;
25 import com.android.ide.eclipse.gltrace.GLProtoBuf.GLMessage.DataType.Type;
143 private DataType createStringDataType(String retValue) {
144 return DataType.newBuilder()
151 private DataType createIntegerDataType(int val) {
152 return DataType.newBuilder()
159 private DataType createIntegerPointerDataType(int val) {
160 return DataType.newBuilder()
167 private DataType createEnumDataType(int val) {
168 return DataType.newBuilder(
    [all...]
  /external/jmonkeyengine/engine/src/android/com/jme3/audio/android/
AndroidAudioData.java 30 public DataType getDataType() {
31 return DataType.Buffer;
  /external/chromium/chrome/browser/resources/options/chromeos/
language_hangul_options.html 11 dataType="string"
language_customize_modifier_keys_overlay.html 9 dataType="number"
19 dataType="number"
28 dataType="number"
  /external/chromium/chrome/browser/resources/options/
font_settings.html 7 <select id="standard-font-family" class="font-input" dataType="string"
27 <select id="serif-font-family" class="font-input" dataType="string"
38 <select id="sans-serif-font-family" class="font-input" dataType="string"
49 <select id="fixed-font-family" class="font-input" dataType="string"
75 <select id="font-encoding" dataType="string"
  /frameworks/base/core/java/android/bluetooth/
BluetoothHealthAppConfiguration.java 40 * @param dataType Data Type of the remote Bluetooth Health device
43 BluetoothHealthAppConfiguration(String name, int dataType) {
45 mDataType = dataType;
54 * @param dataType Data Type of the remote Bluetooth Health device
59 BluetoothHealthAppConfiguration(String name, int dataType, int role, int
62 mDataType = dataType;
104 * @return dataType
  /libcore/luni/src/main/java/javax/xml/datatype/
DatatypeConstants.java 20 package javax.xml.datatype;
26 * <p>Utility class to contain basic Datatype values as constants.</p>
204 * <p>Fully qualified name for W3C XML Schema 1.0 datatype <code>dateTime</code>.</p>
209 * <p>Fully qualified name for W3C XML Schema 1.0 datatype <code>time</code>.</p>
214 * <p>Fully qualified name for W3C XML Schema 1.0 datatype <code>date</code>.</p>
219 * <p>Fully qualified name for W3C XML Schema 1.0 datatype <code>gYearMonth</code>.</p>
224 * <p>Fully qualified name for W3C XML Schema 1.0 datatype <code>gMonthDay</code>.</p>
229 * <p>Fully qualified name for W3C XML Schema 1.0 datatype <code>gYear</code>.</p>
234 * <p>Fully qualified name for W3C XML Schema 1.0 datatype <code>gMonth</code>.</p>
239 * <p>Fully qualified name for W3C XML Schema 1.0 datatype <code>gDay</code>.</p
    [all...]

Completed in 688 milliseconds

1 2 3 4 5 6 7 8 91011>>