HomeSort by relevance Sort by last modified time
    Searched defs:data_type (Results 1 - 25 of 144) sorted by null

1 2 3 4 5 6

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramStateTrait.h 60 typedef llvm::ImmutableMap<Key,Data,Info> data_type; typedef in struct:clang::ento::ProgramStatePartialTrait
61 typedef typename data_type::Factory& context_type;
66 static inline data_type MakeData(void *const* p) {
67 return p ? data_type((typename data_type::TreeTy*) *p) : data_type(0);
69 static inline void *MakeVoidPtr(data_type B) {
72 static lookup_type Lookup(data_type B, key_type K) {
75 static data_type Set(data_type B, key_type K, value_type E,context_type F)
110 typedef llvm::ImmutableSet<Key,Info> data_type; typedef in struct:clang::ento::ProgramStatePartialTrait
152 typedef llvm::ImmutableList<T> data_type; typedef in struct:clang::ento::ProgramStatePartialTrait
189 typedef bool data_type; typedef in struct:clang::ento::ProgramStatePartialTrait
202 typedef unsigned data_type; typedef in struct:clang::ento::ProgramStatePartialTrait
215 typedef void *data_type; typedef in struct:clang::ento::ProgramStatePartialTrait
228 typedef const void *data_type; typedef in struct:clang::ento::ProgramStatePartialTrait
    [all...]
  /external/chromium/chrome/browser/autofill/
autofill_ie_toolbar_import_win.cc 65 DWORD data_type = REG_BINARY; local
67 LONG result = key->ReadValue(value_name, NULL, &data_size, &data_type);
68 if ((result != ERROR_SUCCESS) || !data_size || data_type != REG_BINARY)
72 result = key->ReadValue(value_name, &(data[0]), &data_size, &data_type);
  /external/clang/lib/Serialization/
ASTReaderInternals.h 48 typedef std::pair<LE32DeclID *, LE32DeclID *> data_type; typedef in class:clang::serialization::reader::ASTDeclContextNameLookupTrait
78 data_type ReadData(internal_key_type, const unsigned char* d,
89 /// must provide the \c data_type typedef and the ReadData operation,
128 typedef IdentifierInfo * data_type; typedef in class:clang::serialization::reader::ASTIdentifierLookupTrait
134 data_type ReadData(const internal_key_type& k,
153 struct data_type { struct in class:clang::serialization::reader::ASTSelectorLookupTrait
179 data_type ReadData(Selector, const unsigned char* d, unsigned DataLen);
211 typedef HeaderFileInfo data_type; typedef in class:clang::serialization::reader::HeaderFileInfoTrait
226 data_type ReadData(internal_key_ref,const unsigned char *d, unsigned DataLen);
  /external/llvm/include/llvm/ADT/
ImmutableIntervalMap.h 39 typedef const T data_type; typedef in struct:llvm::ImutIntervalInfo
93 typedef typename ImutInfo::data_type data_type; typedef in class:llvm::ImutIntervalAVLFactory
202 typedef typename ImutIntervalInfo<ValT>::data_type data_type; typedef in class:llvm::ImmutableIntervalMap
222 TreeTy *T = F.add(Old.Root, std::pair<key_type, data_type>(K, D));
231 data_type *lookup(ImmutableIntervalMap M, key_type_ref K) {
243 data_type* lookup(key_type_ref K) const;
  /bionic/libc/kernel/common/linux/
zlib.h 36 int data_type; member in struct:z_stream_s
  /development/ndk/platforms/android-3/include/linux/
zlib.h 33 int data_type; member in struct:z_stream_s
  /external/kernel-headers/original/linux/
zlib.h 98 int data_type; /* best guess about the data type: ascii or binary */ member in struct:z_stream_s
175 /* Possible values of the data_type field */
276 deflate() may update data_type if it can make a good guess about
371 Also to assist in this, on return inflate() will set strm->data_type to the
379 bit 7 of data_type is set, in which case the number of unused bits will be
    [all...]
  /external/qemu/slirp/
udp.c 433 uint16_t data_type; // data type member in struct:cu_header
  /external/qemu/slirp-android/
udp.c 458 uint16_t data_type; // data type member in struct:cu_header
  /external/stlport/stlport/stl/
_hash_map.h 54 typedef _Tp data_type; typedef in class:hash_map
56 typedef pair<_STLP_CONST key_type, data_type> value_type;
245 typedef _Tp data_type; typedef in class:hash_multimap
247 typedef pair<_STLP_CONST key_type, data_type> value_type;
_map.h 55 typedef _Tp data_type; typedef in class:map
248 typedef _Tp data_type; typedef in class:multimap
_unordered_map.h 46 typedef _Tp data_type; typedef in class:unordered_map
48 typedef pair<_STLP_CONST key_type, data_type> value_type;
214 typedef _Tp data_type; typedef in class:unordered_multimap
216 typedef pair<_STLP_CONST key_type, data_type> value_type;
  /hardware/libhardware/include/hardware/
bt_hl.h 57 int data_type; member in struct:__anon20638
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_hash_map.h 54 typedef _Tp data_type; typedef in class:hash_map
56 typedef pair<_STLP_CONST key_type, data_type> value_type;
245 typedef _Tp data_type; typedef in class:hash_multimap
247 typedef pair<_STLP_CONST key_type, data_type> value_type;
_map.h 55 typedef _Tp data_type; typedef in class:map
248 typedef _Tp data_type; typedef in class:multimap
_unordered_map.h 46 typedef _Tp data_type; typedef in class:unordered_map
48 typedef pair<_STLP_CONST key_type, data_type> value_type;
214 typedef _Tp data_type; typedef in class:unordered_multimap
216 typedef pair<_STLP_CONST key_type, data_type> value_type;
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
zlib.h 33 int data_type; member in struct:z_stream_s
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
zlib.h 33 int data_type; member in struct:z_stream_s
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
zlib.h 33 int data_type; member in struct:z_stream_s
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
zlib.h 33 int data_type; member in struct:z_stream_s
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
zlib.h 33 int data_type; member in struct:z_stream_s
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
zlib.h 33 int data_type; member in struct:z_stream_s
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
zlib.h 33 int data_type; member in struct:z_stream_s
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_hash_map.h 54 typedef _Tp data_type; typedef in class:hash_map
56 typedef pair<_STLP_CONST key_type, data_type> value_type;
245 typedef _Tp data_type; typedef in class:hash_multimap
247 typedef pair<_STLP_CONST key_type, data_type> value_type;
_map.h 55 typedef _Tp data_type; typedef in class:map
248 typedef _Tp data_type; typedef in class:multimap

Completed in 763 milliseconds

1 2 3 4 5 6