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

1 2 3 4 5 6 7 8 910

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64RelocationFunctions.h 26 #define DECL_AARCH64_APPLY_RELOC_FUNC_PTRS(ValueType, MappedType) \
27 ValueType(0x0, MappedType(&none, "R_AARCH64_NULL")), \
28 ValueType(0x100, MappedType(&none, "R_AARCH64_NONE")), \
29 ValueType(0x101, MappedType(&abs, "R_AARCH64_ABS64", 64)), \
30 ValueType(0x102, MappedType(&abs, "R_AARCH64_ABS32", 32)), \
31 ValueType(0x103, MappedType(&abs, "R_AARCH64_ABS16", 16)), \
32 ValueType(0x104, MappedType(&rel, "R_AARCH64_PREL64", 64)), \
33 ValueType(0x105, MappedType(&rel, "R_AARCH64_PREL32", 32)), \
34 ValueType(0x106, MappedType(&rel, "R_AARCH64_PREL16", 16)), \
35 ValueType(0x107, MappedType(&unsupport, "R_AARCH64_MOVW_UABS_G0")),
    [all...]
  /external/lldb/include/lldb/Core/
Flags.h 33 typedef uint32_t ValueType;
44 Flags (ValueType flags = 0) :
73 /// Returns all of the flags as a Flags::ValueType.
75 ValueType
91 return sizeof (ValueType) * 8;
101 Reset (ValueType flags)
115 ValueType
116 Clear (ValueType mask = ~(ValueType)0)
133 ValueType
    [all...]
Error.h 33 /// of type Error::ValueType. This value should be large enough to hold
52 /// to fit into ValueType.
54 typedef uint32_t ValueType;
70 Error (ValueType err, lldb::ErrorType type = lldb::eErrorTypeGeneric);
147 ValueType
226 SetError (ValueType err, lldb::ErrorType type);
304 ValueType m_code; ///< Error code as an integer value.
UUID.h 26 typedef uint8_t ValueType[20];
90 DecodeUUIDBytesFromCString (const char *cstr, ValueType &uuid_bytes, const char **end, uint32_t num_uuid_bytes = 16);
97 ValueType m_uuid;
  /external/lldb/include/lldb/Utility/
Range.h 22 typedef uint64_t ValueType;
24 static const ValueType OPEN_END = UINT64_MAX;
28 Range (ValueType low = 0,
29 ValueType high = OPEN_END);
34 ValueType
40 ValueType
47 SetLow (ValueType low)
53 SetHigh (ValueType high)
67 typedef bool (*RangeCallback)(ValueType index);
72 ValueType
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
EncodedValueUtils.java 34 import org.jf.dexlib2.ValueType;
40 case ValueType.BOOLEAN:
42 case ValueType.BYTE:
44 case ValueType.CHAR:
46 case ValueType.DOUBLE:
48 case ValueType.FLOAT:
50 case ValueType.INT:
52 case ValueType.LONG:
54 case ValueType.NULL:
56 case ValueType.SHORT
    [all...]
  /external/lldb/tools/lldb-perf/lib/
Metric.h 21 template <class ValueType>
35 Append (ValueType v);
37 ValueType
43 ValueType
46 ValueType
68 std::vector<ValueType> m_dataset;
Gauge.h 24 typedef T ValueType;
36 virtual ValueType
39 virtual ValueType
42 virtual ValueType
45 virtual ValueType
MemoryGauge.h 103 ValueType
106 virtual ValueType
112 virtual ValueType
118 virtual ValueType
129 ValueType
133 ValueType m_start;
134 ValueType m_stop;
135 ValueType m_delta;
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/EncodedValue/
EncodedValueAdaptor.java 32 import org.jf.dexlib2.ValueType;
43 case ValueType.ANNOTATION:
46 case ValueType.ARRAY:
49 case ValueType.BOOLEAN:
52 case ValueType.BYTE:
55 case ValueType.CHAR:
58 case ValueType.DOUBLE:
61 case ValueType.ENUM:
65 case ValueType.FIELD:
68 case ValueType.FLOAT
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/value/
DexBackedEncodedValue.java 34 import org.jf.dexlib2.ValueType;
50 int valueType = b & 0x1f;
53 switch (valueType) {
54 case ValueType.BYTE:
57 case ValueType.SHORT:
60 case ValueType.CHAR:
63 case ValueType.INT:
66 case ValueType.LONG:
69 case ValueType.FLOAT:
73 case ValueType.DOUBLE
    [all...]
  /frameworks/compile/mclinker/include/mcld/ADT/
HashEntry.h 32 template <typename KeyType, typename ValueType, typename KeyCompare>
37 typedef ValueType value_type;
41 typedef HashEntry<KeyType, ValueType, KeyCompare> Self;
55 ValueType& value()
58 const ValueType& value() const
61 void setValue(const ValueType& pValue)
68 ValueType m_Value;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/value/
ImmutableEncodedValueFactory.java 36 import org.jf.dexlib2.ValueType;
48 case ValueType.BYTE:
50 case ValueType.SHORT:
52 case ValueType.CHAR:
54 case ValueType.INT:
56 case ValueType.LONG:
58 case ValueType.FLOAT:
60 case ValueType.DOUBLE:
62 case ValueType.STRING:
64 case ValueType.TYPE
    [all...]
  /external/deqp/framework/delibs/decpp/
deCommandLine.hpp 41 template<typename ValueType>
42 void parseType (const char* src, ValueType* dst);
54 typedef typename OptName::ValueType ValueType;
55 typedef void (*ParseFunc) (const char* src, ValueType* dst);
65 const NamedValue<ValueType>* namedValues; //!< Named values or null.
66 const NamedValue<ValueType>* namedValuesEnd; //!< Named value list end.
74 , parse (parseType<ValueType>)
93 Option (const char* shortName_, const char* longName_, const char* description_, const NamedValue<ValueType>* namedValues_, const NamedValue<ValueType>* namedValuesEnd_, const char* defaultValue_ = DE_NULL
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8PersistentValueMap.h 48 template<class KeyType, class ValueType, bool is_weak>
83 typedef v8::PersistentValueMap<KeyType, ValueType, V8PersistentValueMapTraits<KeyType, ValueType, is_weak> > MapType;
87 static WeakCallbackDataType* WeakCallbackParameter(MapType* map, KeyType key, const v8::Local<ValueType>& value)
97 const v8::WeakCallbackData<ValueType, WeakCallbackDataType>& data)
103 const v8::WeakCallbackData<ValueType, WeakCallbackDataType>& data)
109 static void Dispose(v8::Isolate* isolate, v8::UniquePersistent<ValueType> value, KeyType key) { }
119 template<class KeyType, class ValueType, bool is_weak = true>
120 class V8PersistentValueMap : public v8::PersistentValueMap<KeyType, ValueType, V8PersistentValueMapTraits<KeyType, ValueType, is_weak> >
    [all...]
V8PersistentValueVector.h 69 template<class ValueType>
70 class V8PersistentValueVector : public v8::PersistentValueVector<ValueType, WTFVectorPersistentValueVectorTraits> {
72 explicit V8PersistentValueVector(v8::Isolate* isolate) : v8::PersistentValueVector<ValueType, WTFVectorPersistentValueVectorTraits>(isolate) { }
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
EncodedValueWriter.java 34 import org.jf.dexlib2.ValueType;
70 writer.writeEncodedValueHeader(ValueType.ANNOTATION, 0);
80 writer.writeEncodedValueHeader(ValueType.ARRAY, 0);
88 writer.writeEncodedValueHeader(ValueType.BOOLEAN, value ? 1 : 0);
92 writer.writeEncodedInt(ValueType.BYTE, value);
96 writer.writeEncodedUint(ValueType.CHAR, value);
100 writer.writeEncodedDouble(ValueType.DOUBLE, value);
104 writer.writeEncodedUint(ValueType.ENUM, fieldSection.getItemIndex(value));
108 writer.writeEncodedUint(ValueType.FIELD, fieldSection.getItemIndex(value));
112 writer.writeEncodedFloat(ValueType.FLOAT, value)
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/iterator/
input_iterator_facade.hpp 57 typename ValueType,
58 typename Reference = ValueType const&,
60 class input_iterator_facade : public iterator_facade<Derived,ValueType,Traversal,Reference>
75 ValueType m_value;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
ValueType.java 34 public final class ValueType {
52 private ValueType() {}
  /external/lldb/tools/debugserver/source/
DNBError.h 25 typedef uint32_t ValueType;
36 explicit DNBError( ValueType err = 0,
45 ValueType Error() const { return m_err; }
48 ValueType operator = (kern_return_t err)
70 void SetError(ValueType err, FlavorType flavor)
90 ValueType m_err;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
DexPool.java 34 import org.jf.dexlib2.ValueType;
96 case ValueType.ANNOTATION:
100 case ValueType.ARRAY:
104 case ValueType.BOOLEAN:
107 case ValueType.BYTE:
110 case ValueType.CHAR:
113 case ValueType.DOUBLE:
116 case ValueType.ENUM:
119 case ValueType.FIELD:
122 case ValueType.FLOAT
    [all...]
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format_autogen.h 15 typedef ActiveTexture ValueType;
21 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
24 void SetHeader() { header.SetCmd<ValueType>(); }
32 static_cast<ValueType*>(cmd)->Init(_texture);
33 return NextCmdAddress<ValueType>(cmd);
47 typedef AttachShader ValueType;
53 return static_cast<uint32_t>(sizeof(ValueType)); // NOLINT
56 void SetHeader() { header.SetCmd<ValueType>(); }
65 static_cast<ValueType*>(cmd)->Init(_program, _shader);
66 return NextCmdAddress<ValueType>(cmd)
    [all...]
  /external/clang/test/SemaCXX/
PR11358.cpp 29 template <typename KeyType, typename ValueType>
30 void MapTest(hash_map<KeyType, ValueType> map) {
31 for (hash_map<KeyType, ValueType>::const_iterator it = map.begin(); // expected-error{{missing 'typename'}}
  /frameworks/compile/mclinker/include/mcld/Support/
RealPath.h 25 typedef Path::ValueType ValueType;
30 explicit RealPath(const ValueType* s );
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/value/
BaseNullEncodedValue.java 35 import org.jf.dexlib2.ValueType;
58 public int getValueType() { return ValueType.NULL; }

Completed in 1283 milliseconds

1 2 3 4 5 6 7 8 910