HomeSort by relevance Sort by last modified time
    Searched refs:ValueType (Results 51 - 75 of 245) sorted by null

1 23 4 5 6 7 8 910

  /external/google-breakpad/src/google_breakpad/processor/
microdump.h 97 template<typename ValueType>
98 bool GetMemoryLittleEndian(uint64_t address, ValueType* value) const;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/value/
BaseAnnotationEncodedValue.java 35 import org.jf.dexlib2.ValueType;
71 return ValueType.ANNOTATION;
  /frameworks/compile/mclinker/include/mcld/
IRBuilder.h 392 LDSymbol::ValueType pValue = 0x0,
438 LDSymbol::ValueType pValue = 0x0,
467 LDSymbol::ValueType pValue,
477 LDSymbol::ValueType pValue,
494 LDSymbol::ValueType pValue,
505 LDSymbol::ValueType pValue,
516 LDSymbol::ValueType pValue,
527 LDSymbol::ValueType pValue,
  /prebuilts/misc/common/swig/include/2.0.11/octave/
octiterators.swg 161 template <class ValueType>
164 typedef const ValueType& argument_type;
173 typename ValueType = typename std::iterator_traits<OutIterator>::value_type,
174 typename FromOper = from_oper<ValueType> >
180 typedef ValueType value_type;
182 typedef OctSwigIteratorOpen_T<OutIterator, ValueType, FromOper> self_type;
216 typename ValueType = typename std::iterator_traits<OutIterator>::value_type,
217 typename FromOper = from_oper<ValueType> >
223 typedef ValueType value_type;
225 typedef OctSwigIteratorClosed_T<OutIterator, ValueType, FromOper> self_type
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyiterators.swg 187 template <class ValueType>
190 typedef const ValueType& argument_type;
199 typename ValueType = typename std::iterator_traits<OutIterator>::value_type,
200 typename FromOper = from_oper<ValueType> >
206 typedef ValueType value_type;
208 typedef SwigPyIteratorOpen_T<OutIterator, ValueType, FromOper> self_type;
242 typename ValueType = typename std::iterator_traits<OutIterator>::value_type,
243 typename FromOper = from_oper<ValueType> >
249 typedef ValueType value_type;
251 typedef SwigPyIteratorClosed_T<OutIterator, ValueType, FromOper> self_type
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/utils/
JsonValue.java 38 private ValueType type;
50 public JsonValue (ValueType type) {
317 if (type != ValueType.array) throw new IllegalStateException("Value is not an array: " + type);
349 if (type != ValueType.array) throw new IllegalStateException("Value is not an array: " + type);
378 if (type != ValueType.array) throw new IllegalStateException("Value is not an array: " + type);
407 if (type != ValueType.array) throw new IllegalStateException("Value is not an array: " + type);
436 if (type != ValueType.array) throw new IllegalStateException("Value is not an array: " + type);
465 if (type != ValueType.array) throw new IllegalStateException("Value is not an array: " + type);
494 if (type != ValueType.array) throw new IllegalStateException("Value is not an array: " + type);
523 if (type != ValueType.array) throw new IllegalStateException("Value is not an array: " + type);
    [all...]
UBJsonReader.java 74 return new JsonValue(JsonValue.ValueType.nullValue);
106 JsonValue result = new JsonValue(JsonValue.ValueType.array);
108 byte valueType = 0;
110 valueType = din.readByte();
118 type = valueType == 0 ? din.readByte() : valueType;
135 type = valueType == 0 ? din.readByte() : valueType;
141 JsonValue result = new JsonValue(JsonValue.ValueType.object);
143 byte valueType = 0
    [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;
73 ValueType val1, val2;
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 131 struct ValueType {
155 inline static ValueType getValueType();
157 ValueType(BaseType B, SizeType Sz, bool S, unsigned char VS)
168 inline ValueType::SizeType ValueType::getSizeType(unsigned nbytes) {
181 inline ValueType ValueType::getValueType<void>() {
182 return ValueType(BT_Void, ST_0, false, 0);
186 inline ValueType ValueType::getValueType<bool>()
    [all...]
  /frameworks/compile/mclinker/include/mcld/Support/
Path.h 46 typedef char ValueType;
51 explicit Path(const ValueType* s);
60 Path& assign(const ValueType* s, unsigned int length);
77 const ValueType* c_str() const { return m_PathName.c_str(); }
  /frameworks/compile/mclinker/lib/Support/
RealPath.cpp 21 RealPath::RealPath(const RealPath::ValueType* s) : Path(s) {
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubyiterators.swg 474 template <class ValueType>
477 typedef ValueType value_type;
490 template <class ValueType>
493 typedef const ValueType& argument_type;
507 typename ValueType = typename std::iterator_traits<OutConstIterator>::value_type,
508 typename FromOper = from_oper<ValueType> >
514 typedef ValueType value_type;
516 typedef ConstIteratorOpen_T<OutConstIterator, ValueType, FromOper> self_type;
538 typename ValueType = typename std::iterator_traits<InOutIterator>::value_type,
539 typename FromOper = from_oper<ValueType>,
    [all...]
  /external/smali/smali/src/test/java/
ImplicitReferenceTest.java 37 import org.jf.dexlib2.ValueType;
127 Assert.assertEquals(ValueType.METHOD, field.getInitialValue().getValueType());
135 Assert.assertEquals(ValueType.METHOD, field.getInitialValue().getValueType());
143 Assert.assertEquals(ValueType.METHOD, field.getInitialValue().getValueType());
151 Assert.assertEquals(ValueType.TYPE, field.getInitialValue().getValueType());
221 Assert.assertEquals(ValueType.FIELD, field.getInitialValue().getValueType());
229 Assert.assertEquals(ValueType.FIELD, field.getInitialValue().getValueType());
237 Assert.assertEquals(ValueType.FIELD, field.getInitialValue().getValueType());
  /system/connectivity/shill/test-rpc-proxy/
proxy_util.cc 111 template<typename ValueType> XmlRpc::XmlRpcValue::Type GetXmlRpcType();
125 template<typename ValueType> bool IsMemberValuePresent(
130 GetXmlRpcType<ValueType>())) {
136 template<typename ValueType> bool GetValueFromXmlRpcValueStructMember(
139 ValueType default_value,
140 ValueType* value_out) {
141 if (!IsMemberValuePresent<ValueType>(xml_rpc_value_in, member_name)) {
145 *value_out = ValueType((*xml_rpc_value_in)[member_name]);
  /external/google-breakpad/src/processor/
microdump.cc 149 template<typename ValueType>
151 ValueType* value) const {
153 address - base_address_ + sizeof(ValueType) > contents_.size())
155 ValueType v = 0;
158 for (size_t i = sizeof(ValueType) - 1; i < sizeof(ValueType); i--)
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
document.h 120 typedef typename internal::MaybeAddConst<Const,PlainType>::Type ValueType;
121 typedef std::iterator<std::random_access_iterator_tag,ValueType> BaseType;
433 typedef GenericValue<Encoding, Allocator> ValueType; //!< Value type of itself.
    [all...]
  /external/llvm/lib/Transforms/Utils/
SymbolRewriter.cpp 96 template <RewriteDescriptor::Type DT, typename ValueType,
97 ValueType *(llvm::Module::*Get)(StringRef) const>
114 template <RewriteDescriptor::Type DT, typename ValueType,
115 ValueType *(llvm::Module::*Get)(StringRef) const>
116 bool ExplicitRewriteDescriptor<DT, ValueType, Get>::performOnModule(Module &M) {
118 if (ValueType *S = (M.*Get)(Source)) {
132 template <RewriteDescriptor::Type DT, typename ValueType,
133 ValueType *(llvm::Module::*Get)(StringRef) const,
134 iterator_range<typename iplist<ValueType>::iterator>
151 template <RewriteDescriptor::Type DT, typename ValueType,
    [all...]
  /external/eigen/unsupported/test/
forward_adolc.cpp 34 typedef Matrix<Scalar,ValuesAtCompileTime,1> ValueType;
65 void operator() (const InputType& x, ValueType* v, JacobianType* _j) const
104 typename Func::ValueType y(f.values()), yref(f.values());
  /frameworks/rs/
rsMap.h 28 template <class KeyType, class ValueType>
31 typedef Pair<KeyType, ValueType> MapEntry;
55 ValueType& operator[](const KeyType& key) {
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h 133 MVT ValueType;
141 return ValueType;
StatepointLowering.h 80 /// Get a stack slot we can use to store an value of type ValueType. This
82 SDValue allocateStackSlot(EVT ValueType, SelectionDAGBuilder &Builder);
  /external/libchrome/base/containers/
mru_cache.h 37 template <class KeyType, class ValueType>
39 typedef std::map<KeyType, ValueType> Type;
286 template <class KeyType, class ValueType>
288 typedef base::hash_map<KeyType, ValueType> Type;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
iterator_concepts.hpp 62 , typename ValueType = BOOST_DEDUCED_TYPENAME boost::detail::iterator_traits<Iterator>::value_type
72 ValueType v;
78 , typename ValueType = BOOST_DEDUCED_TYPENAME boost::detail::iterator_traits<Iterator>::value_type
80 struct WritableIteratorConcept : WritableIterator<Iterator,ValueType> {};
  /external/clang/include/clang/AST/
ExternalASTSource.h 398 typedef llvm::PointerUnion<T, LazyData*> ValueType;
399 ValueType Value;
401 LazyGenerationalUpdatePtr(ValueType V) : Value(V) {}
404 static ValueType makeValue(const ASTContext &Ctx, T Value);
454 return LazyGenerationalUpdatePtr(ValueType::getFromOpaqueValue(Ptr));

Completed in 1453 milliseconds

1 23 4 5 6 7 8 910