HomeSort by relevance Sort by last modified time
    Searched refs:ValueType (Results 26 - 50 of 131) sorted by null

12 3 4 5 6

  /external/smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/
StringEncodedValue.java 67 out.annotate(1, "value_type=" + ValueType.VALUE_STRING.name() + ",value_arg=" + (bytes.length - 1));
71 out.writeByte(ValueType.VALUE_STRING.value | ((bytes.length - 1) << 5));
88 public ValueType getValueType() {
89 return ValueType.VALUE_STRING;
TypeEncodedValue.java 66 out.annotate(1, "value_type=" + ValueType.VALUE_TYPE.name() + ",value_arg=" + (bytes.length - 1));
70 out.writeByte(ValueType.VALUE_TYPE.value | ((bytes.length - 1) << 5));
87 public ValueType getValueType() {
88 return ValueType.VALUE_TYPE;
AnnotationEncodedValue.java 62 out.annotate("value_type=" + ValueType.VALUE_ANNOTATION.name() + ",value_arg=0");
64 out.writeByte(ValueType.VALUE_ANNOTATION.value);
EncodedValue.java 52 ValueType valueType = ValueType.fromByte((byte)(b & 0x1f));
55 switch (valueType) {
110 * @return the <code>ValueType</code> representing the type of this <code>EncodedValue</code>
112 public abstract ValueType getValueType();
  /external/chromium_org/gpu/command_buffer/common/
cmd_buffer_common.h 177 typedef Noop ValueType;
191 static_cast<ValueType*>(cmd)->Init(skip_count);
192 return NextImmediateCmdAddress<ValueType>(
205 typedef SetToken ValueType;
210 header.SetCmd<ValueType>();
218 static_cast<ValueType*>(cmd)->Init(token);
219 return NextCmdAddress<ValueType>(cmd);
245 typedef SetBucketSize ValueType;
250 header.SetCmd<ValueType>();
259 static_cast<ValueType*>(cmd)->Init(_bucket_id, _size)
    [all...]
gles2_cmd_format.h 183 typedef GetAttribLocation ValueType;
190 return static_cast<uint32>(sizeof(ValueType)); // NOLINT
194 header.SetCmd<ValueType>();
214 static_cast<ValueType*>(
218 return NextCmdAddress<ValueType>(cmd);
248 typedef GetAttribLocationImmediate ValueType;
259 return base::checked_numeric_cast<uint32>(sizeof(ValueType) +
264 header.SetCmdByTotalSize<ValueType>(ComputeSize(s));
282 static_cast<ValueType*>(
284 return NextImmediateCmdAddressTotalSize<ValueType>(cmd, total_size)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
HashCountedSet.h 36 typedef Value ValueType;
55 iterator find(const ValueType&);
56 const_iterator find(const ValueType&) const;
57 bool contains(const ValueType&) const;
58 unsigned count(const ValueType&) const;
63 AddResult add(const ValueType&);
67 bool remove(const ValueType&);
72 void removeAll(const ValueType&);
130 inline typename HashCountedSet<Value, HashFunctions, Traits>::iterator HashCountedSet<Value, HashFunctions, Traits>::find(const ValueType& value)
136 inline typename HashCountedSet<Value, HashFunctions, Traits>::const_iterator HashCountedSet<Value, HashFunctions, Traits>::find(const ValueType& value) cons
    [all...]
ListHashSet.h 74 typedef ValueArg ValueType;
76 typedef ListHashSetIterator<ValueType, inlineCapacity, HashArg> iterator;
77 typedef ListHashSetConstIterator<ValueType, inlineCapacity, HashArg> const_iterator;
78 friend class ListHashSetConstIterator<ValueType, inlineCapacity, HashArg>;
80 typedef ListHashSetReverseIterator<ValueType, inlineCapacity, HashArg> reverse_iterator;
81 typedef ListHashSetConstReverseIterator<ValueType, inlineCapacity, HashArg> const_reverse_iterator;
82 friend class ListHashSetConstReverseIterator<ValueType, inlineCapacity, HashArg>;
109 ValueType& first();
110 const ValueType& first() const;
113 ValueType& last()
    [all...]
HashSet.h 43 typedef typename ValueTraits::TraitType ValueType;
46 typedef HashTable<ValueType, ValueType, IdentityExtractor,
50 typedef HashTableConstIteratorAdapter<HashTableType, ValueType> iterator;
51 typedef HashTableConstIteratorAdapter<HashTableType, ValueType> const_iterator;
63 iterator find(const ValueType&) const;
64 bool contains(const ValueType&) const;
70 // static bool equal(const ValueType&, const T&);
76 AddResult add(const ValueType&);
82 // static bool equal(const ValueType&, const T&)
    [all...]
HashTable.h 75 typedef Value ValueType;
76 typedef const ValueType& ReferenceType;
77 typedef const ValueType* PointerType;
150 typedef Value ValueType;
151 typedef ValueType& ReferenceType;
152 typedef ValueType* PointerType;
222 typedef Value ValueType;
294 AddResult add(const ValueType& value) { return add<IdentityTranslatorType>(Extractor::extract(value), value); }
315 static bool isEmptyBucket(const ValueType& value) { return isHashTraitsEmptyValue<KeyTraits>(Extractor::extract(value)); }
316 static bool isDeletedBucket(const ValueType& value) { return KeyTraits::isDeletedValue(Extractor::extract(value));
    [all...]
HashIterators.h 38 typedef KeyValuePair<KeyType, MappedType> ValueType;
46 const ValueType* get() const { return (const ValueType*)m_impl.get(); }
47 const ValueType& operator*() const { return *get(); }
48 const ValueType* operator->() const { return get(); }
61 typedef KeyValuePair<KeyType, MappedType> ValueType;
69 ValueType* get() const { return (ValueType*)m_impl.get(); }
70 ValueType& operator*() const { return *get(); }
71 ValueType* operator->() const { return get();
    [all...]
  /external/chromium_org/net/base/
expiring_cache.h 18 typename ValueType,
23 const ValueType& value,
34 // ValueType must be CopyConstructible and Assignable.
68 typename ValueType,
72 ValueType,
82 typedef std::pair<ValueType, ExpirationType> Entry;
87 typedef ValueType value_type;
103 const ValueType& value() const { return it_->second.first; }
125 const ValueType* Get(const KeyType& key, const ExpirationType& now) {
141 const ValueType& value
    [all...]
  /external/chromium/chrome/browser/prefs/
scoped_user_pref_update.h 40 Value* Get(Value::ValueType type);
64 template <typename T, Value::ValueType type_enum_value>
default_pref_store.cc 16 Value::ValueType DefaultPrefStore::GetType(const std::string& key) const {
scoped_user_pref_update.cc 23 Value* ScopedUserPrefUpdateBase::Get(Value::ValueType type) {
  /external/chromium_org/third_party/leveldatabase/src/db/
dbformat.h 48 enum ValueType {
52 // kValueTypeForSeek defines the ValueType that should be passed when
57 // ValueType, not the lowest).
58 static const ValueType kValueTypeForSeek = kTypeValue;
70 ValueType type;
73 ParsedInternalKey(const Slice& u, const SequenceNumber& seq, ValueType t)
100 inline ValueType ExtractValueType(const Slice& internal_key) {
105 return static_cast<ValueType>(c);
146 InternalKey(const Slice& user_key, SequenceNumber s, ValueType t) {
180 result->type = static_cast<ValueType>(c)
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
LDSymbol.h 37 typedef uint64_t ValueType;
100 ValueType value() const
123 void setValue(ValueType pValue)
142 ValueType m_Value;
  /external/chromium/chrome/browser/automation/
automation_resource_tracker.h 22 typedef T ValueType;
27 typedef T ValueType;
127 Source<typename AutomationResourceTraits<T>::ValueType>(source).ptr();
  /external/chromium_org/chrome/browser/automation/
automation_resource_tracker.h 21 typedef T ValueType;
26 typedef T ValueType;
126 ValueType>(source).ptr();
  /external/eigen/unsupported/Eigen/src/AutoDiff/
AutoDiffJacobian.h 36 typedef typename Functor::ValueType ValueType;
48 void operator() (const InputType& x, ValueType* v, JacobianType* _jac=0) const
  /external/chromium_org/base/prefs/
pref_member.h 160 template <typename ValueType>
227 ValueType GetValue() const {
233 ValueType operator*() const {
239 void SetValue(const ValueType& value) {
254 Internal() : value_(ValueType()) {}
256 ValueType value() {
269 mutable ValueType value_;
278 void BASE_PREFS_EXPORT UpdatePref(const ValueType& value);
  /frameworks/compile/mclinker/include/mcld/
IRBuilder.h 410 LDSymbol::ValueType pValue = 0x0,
455 LDSymbol::ValueType pValue = 0x0,
479 LDSymbol::ValueType pValue,
489 LDSymbol::ValueType pValue,
506 LDSymbol::ValueType pValue,
517 LDSymbol::ValueType pValue,
528 LDSymbol::ValueType pValue,
539 LDSymbol::ValueType pValue,
  /external/chromium_org/chrome/browser/download/
download_query.cc 179 template<typename ValueType>
181 const ValueType& value,
183 const base::Callback<ValueType(const DownloadItem&)>& accessor,
195 template <typename ValueType> DownloadQuery::FilterCallback BuildFilter(
197 ValueType (*accessor)(const DownloadItem&)) {
198 ValueType cpp_value;
200 return base::Bind(&FieldMatches<ValueType>, cpp_value, cmptype,
226 template<typename ValueType>
228 const base::Callback<ValueType(const DownloadItem&)>& accessor,
230 ValueType left_value = accessor.Run(left)
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/iterator/
token_iterator.hpp 180 typename ValueType = basic_cstring<CharT const>,
184 : public input_iterator_facade<Derived,ValueType,Reference,Traversal> {
187 typedef input_iterator_facade<Derived,ValueType,Reference,Traversal> base;
340 typename ValueType = std::basic_string<BOOST_DEDUCED_TYPENAME iterator_value<Iter>::type>,
341 typename Reference = ValueType const&>
343 : public token_iterator_base<range_token_iterator<Iter,CharCompare,ValueType,Reference>,
344 typename iterator_value<Iter>::type,CharCompare,ValueType,Reference> {
345 typedef basic_cstring<typename ValueType::value_type> cstring;
346 typedef token_iterator_base<range_token_iterator<Iter,CharCompare,ValueType,Reference>,
347 typename iterator_value<Iter>::type,CharCompare,ValueType,Reference> base
    [all...]
  /external/eigen/unsupported/Eigen/src/NumericalDiff/
NumericalDiff.h 42 typedef typename Functor::ValueType ValueType;
71 ValueType val1, val2;

Completed in 1436 milliseconds

12 3 4 5 6