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

1 2 3 4 5 6 7

  /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/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.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...]
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...]
TreeAllocator.h 31 template<typename DataType>
32 class NodeFactory : public GCFactory<Node<DataType>, 64>
35 typedef GCFactory<Node<DataType>, 64> Alloc;
38 typedef Node<DataType> NodeType;
  /external/chromium_org/content/browser/geolocation/
empty_device_data_provider.h 15 template<typename DataType>
16 class EmptyDeviceDataProvider : public DeviceDataProviderImplBase<DataType> {
24 virtual bool GetData(DataType *data) {
device_data_provider.h 74 template<typename DataType>
91 template<typename DataType>
101 virtual bool GetData(DataType* data) = 0;
106 void SetContainer(DeviceDataProvider<DataType>* container) {
111 typedef typename DeviceDataProvider<DataType>::ListenerInterface
136 &DeviceDataProviderImplBase<DataType>::NotifyListenersInClientLoop,
159 DeviceDataProvider<DataType>* container_;
177 template<typename DataType>
185 DeviceDataProvider<DataType>* provider) = 0;
193 typedef DeviceDataProviderImplBase<DataType>* (*ImplFactoryFunction)(void)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
MessageQueue.h 49 // Essentially, MessageQueue acts as a queue of OwnPtr<DataType>.
50 template<typename DataType>
58 bool append(PassOwnPtr<DataType>);
59 void appendAndKill(PassOwnPtr<DataType>);
60 bool appendAndCheckEmpty(PassOwnPtr<DataType>);
61 void prepend(PassOwnPtr<DataType>);
63 PassOwnPtr<DataType> waitForMessage();
64 PassOwnPtr<DataType> tryGetMessage();
65 PassOwnPtr<DataType> tryGetMessageIgnoringKilled();
67 PassOwnPtr<DataType> waitForMessageFilteredWithTimeout(MessageQueueWaitResult&, Predicate&, double absoluteTime)
    [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...]
testgenapi.py 22 from genapi import DataType, ApiCall, getApis, parseArgs
57 self.assertEqual(args, [("a", DataType.CHAR)])
60 self.assertEqual(args, [("a", DataType.POINTER)])
63 self.assertEqual(args, [("exponent", DataType.POINTER)])
  /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
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
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...]
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...]
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/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...]
  /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...]
  /external/jmonkeyengine/engine/src/core/com/jme3/audio/
AudioBuffer.java 35 import com.jme3.audio.AudioData.DataType;
62 public DataType getDataType() {
63 return DataType.Buffer;
AudioData.java 51 public enum DataType {
67 public abstract DataType getDataType();
  /external/llvm/include/llvm/Support/
CommandLine.h 355 template<class DataType> struct OptionValue;
359 template<class DataType, bool isClass>
362 typedef OptionValue<DataType> WrapperType;
366 const DataType &getValue() const { llvm_unreachable("no default value"); }
372 bool compare(const DataType &/*V*/) const { return false; }
378 template<class DataType>
380 DataType Value;
387 const DataType &getValue() const {
392 void setValue(const DataType &V) { Valid = true; Value = V; }
394 bool compare(const DataType &V) const
    [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...]
  /external/chromium_org/ui/base/x/
device_data_manager.h 41 enum DataType {
135 // about (defined in enum DataType). The data is not processed (e.g. not
143 bool GetEventData(const XEvent& xev, const DataType type, double* value);
207 const DataType type,
213 const DataType type,
228 DataType data_type,
242 bool HasEventData(const XIDeviceEvent* xiev, const DataType type) const;
263 // Index table to find the valuator for DataType on the specific device
267 // Index table to find the DataType for valuator on the specific device

Completed in 391 milliseconds

1 2 3 4 5 6 7