HomeSort by relevance Sort by last modified time
    Searched defs:value_type (Results 226 - 250 of 275) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-param-util.h 101 typedef T value_type; typedef in class:testing::internal::ParamIterator
gtest-internal.h 217 operand2_type::value_type* GTEST_CREF_WORKAROUND_ str, \
222 const operand2_type::value_type* GTEST_CREF_WORKAROUND_ str, \
1035 typedef Element value_type; typedef in class:testing::internal::NativeArray
    [all...]
  /art/compiler/optimizing/
code_generator_arm.cc 1344 Primitive::Type value_type = instruction->InputAt(2)->GetType(); local
1363 Primitive::Type value_type = instruction->InputAt(2)->GetType(); local
    [all...]
code_generator_x86.cc 1336 Primitive::Type value_type = instruction->InputAt(2)->GetType(); local
1361 Primitive::Type value_type = instruction->InputAt(2)->GetType(); local
    [all...]
code_generator_x86_64.cc 1178 Primitive::Type value_type = instruction->InputAt(2)->GetType(); local
1197 Primitive::Type value_type = instruction->InputAt(2)->GetType(); local
    [all...]
  /art/runtime/
dex_file.cc 1146 byte value_type = *ptr_++; local
    [all...]
dex_file_verifier.cc 527 uint32_t value_type = header_byte & DexFile::kDexAnnotationValueTypeMask; local
530 switch (value_type) {
634 ErrorStringPrintf("Bogus encoded_value value_type %x", value_type);
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_config_util.cpp 243 const char* value_type = value->Attribute(BLUEDROID_VALUE_TYPE); local
245 // value->Name(), section_name, key_name, value_name, value_type);
246 int type = type_str2int(value_type);
250 //debug("value_name:%s, value_str:%s, value_type:%s, type:%x",
251 // value_name, value_str, value_type, type);
272 else error("Unsupported value:%s, type:%s not loaded", value_name, value_type);
282 const char* name_tag, const char* value_type = NULL)
288 //debug("ele name:%s, tag:%s, index:%d, value type:%s", ele_name, name_tag, index, value_type);
290 if(value_type && *value_type)
    [all...]
  /external/chromium_org/components/policy/core/common/
schema.cc 69 base::Value::Type value_type; member in struct:policy::__anon11380::__anon11381
81 *type = kSchemaToValueTypeMap[i].value_type;
    [all...]
  /external/chromium_org/net/tools/balsa/
balsa_headers.h 300 typedef StringPiecePair value_type; typedef in class:net::BalsaHeaders::iterator_base
301 typedef value_type& reference;
302 typedef value_type* pointer;
397 value_ = value_type(
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-internal.h 993 typedef Element value_type; typedef in class:testing::internal::NativeArray
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun.h 233 virtual StunAttributeValueType value_type() const = 0;
247 static StunAttribute* Create(StunAttributeValueType value_type, uint16 type,
279 virtual StunAttributeValueType value_type() const { function in class:cricket::StunAddressAttribute
339 virtual StunAttributeValueType value_type() const { function in class:cricket::StunXorAddressAttribute
360 virtual StunAttributeValueType value_type() const { function in class:cricket::StunUInt32Attribute
383 virtual StunAttributeValueType value_type() const { function in class:cricket::StunUInt64Attribute
406 virtual StunAttributeValueType value_type() const { function in class:cricket::StunByteStringAttribute
436 virtual StunAttributeValueType value_type() const { function in class:cricket::StunErrorCodeAttribute
467 virtual StunAttributeValueType value_type() const { function in class:cricket::StunUInt16ListAttribute
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-internal.h 217 operand2_type::value_type* GTEST_CREF_WORKAROUND_ str, \
222 const operand2_type::value_type* GTEST_CREF_WORKAROUND_ str, \
1035 typedef Element value_type; typedef in class:testing::internal::NativeArray
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
repeated_field.h 138 typedef Element value_type; typedef in class:google::protobuf::RepeatedField
139 typedef value_type& reference;
140 typedef const value_type& const_reference;
141 typedef value_type* pointer;
142 typedef const value_type* const_pointer;
453 typedef Element value_type; typedef in class:google::protobuf::RepeatedPtrField
454 typedef value_type& reference;
455 typedef const value_type& const_reference;
456 typedef value_type* pointer;
457 typedef const value_type* const_pointer
    [all...]
  /external/clang/test/SemaCXX/
constant-expression-cxx1y.cpp 744 typedef _E value_type; typedef in class:loops::std::initializer_list
  /external/eigen/Eigen/src/SparseCore/
SparseMatrix.h 270 inline void reserve(const SizesType& reserveSizes, const typename SizesType::value_type& enableif = typename SizesType::value_type())
822 typedef Index value_type; typedef in class:Eigen::SparseMatrix::SingletonVector
    [all...]
  /external/gtest/include/gtest/internal/
gtest-internal.h 967 typedef Element value_type; typedef in class:testing::internal::NativeArray
    [all...]
  /external/libcxxabi/src/Unwind/
UnwindCursor.hpp 627 typedef typename A::pint_t value_type; typedef in struct:libunwind::EHABISectionIterator
    [all...]
  /external/llvm/include/llvm/ADT/
DenseMap.h 49 typedef BucketT value_type; typedef in class:llvm::DenseMapBase
208 value_type& FindAndConstruct(const KeyT &Key) {
220 value_type& FindAndConstruct(KeyT &&Key) {
982 value_type; typedef in class:llvm::DenseMapIterator
983 typedef value_type *pointer;
984 typedef value_type &reference;
ImmutableSet.h 41 typedef typename ImutInfo::value_type value_type; typedef in class:llvm::ImutAVLTree
69 const value_type& getValue() const { return value; }
232 value_type value;
814 typedef const T value_type; typedef in struct:llvm::ImutProfileInfo
825 typedef const T value_type; typedef in struct:llvm::ImutProfileInteger
852 typedef const bool value_type; typedef in struct:llvm::ImutProfileInfo
865 typedef const T* value_type; typedef in struct:llvm::ImutProfileInfo
866 typedef value_type value_type_ref;
886 typedef typename ImutProfileInfo<T>::value_type value_type typedef in struct:llvm::ImutContainerInfo
912 typedef typename ImutProfileInfo<T*>::value_type value_type; typedef in struct:llvm::ImutContainerInfo
940 typedef typename ValInfo::value_type value_type; typedef in class:llvm::ImmutableSet
1071 typedef typename ImmutableSet<ValT,ValInfo>::value_type value_type; typedef in class:llvm::ImmutableSet::iterator
1116 typedef typename ValInfo::value_type value_type; typedef in class:llvm::ImmutableSetRef
    [all...]
ilist.h 153 typedef typename super::value_type value_type; typedef in class:llvm::ilist_iterator
343 typedef NodeTy value_type; typedef in class:llvm::iplist
  /external/llvm/include/llvm/Object/
ELF.h 63 typedef EntT value_type; typedef in class:llvm::object::ELFFile::ELFEntityIterator
65 typedef value_type &reference;
66 typedef value_type *pointer;
158 typedef const Elf_Sym value_type; typedef in class:llvm::object::ELFFile::Elf_Sym_Iter
160 typedef value_type &reference;
161 typedef value_type *pointer;
    [all...]
ELFTypes.h 63 typedef uint32_t value_type; typedef in struct:llvm::object::ELFDataTypeTypedefHelper
65 value_type, TargetEndianness,
66 MaximumAlignment<value_type, MaxAlign>::value> Elf_Addr;
68 value_type, TargetEndianness,
69 MaximumAlignment<value_type, MaxAlign>::value> Elf_Off;
76 typedef uint64_t value_type; typedef in struct:llvm::object::ELFDataTypeTypedefHelper
78 value_type, TargetEndianness,
79 MaximumAlignment<value_type, MaxAlign>::value> Elf_Addr;
81 value_type, TargetEndianness,
82 MaximumAlignment<value_type, MaxAlign>::value> Elf_Off
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 246 operand2_type::value_type* GTEST_CREF_WORKAROUND_ str, \
251 const operand2_type::value_type* GTEST_CREF_WORKAROUND_ str, \
1064 typedef Element value_type; typedef in class:testing::internal::NativeArray
    [all...]
  /art/runtime/verifier/
method_verifier.cc 3580 RegType& value_type = work_line_->GetRegisterType(vregA); local
3936 RegType& value_type = work_line_->GetRegisterType(vregA); local
    [all...]

Completed in 1266 milliseconds

1 2 3 4 5 6 7 8 91011