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

1 2 3 4 5 6 7

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramStateTrait.h 38 typedef llvm::ImmutableMap<Key,Data,Info> data_type; typedef in struct:clang::ento::ProgramStatePartialTrait
39 typedef typename data_type::Factory& context_type;
44 static inline data_type MakeData(void *const* p) {
45 return p ? data_type((typename data_type::TreeTy*) *p) : data_type(0);
47 static inline void *MakeVoidPtr(data_type B) {
50 static lookup_type Lookup(data_type B, key_type K) {
53 static data_type Set(data_type B, key_type K, value_type E,context_type F)
79 typedef llvm::ImmutableSet<Key,Info> data_type; typedef in struct:clang::ento::ProgramStatePartialTrait
120 typedef llvm::ImmutableList<T> data_type; typedef in struct:clang::ento::ProgramStatePartialTrait
156 typedef bool data_type; typedef in struct:clang::ento::ProgramStatePartialTrait
169 typedef unsigned data_type; typedef in struct:clang::ento::ProgramStatePartialTrait
182 typedef 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 46 typedef std::pair<LE32DeclID *, LE32DeclID *> data_type; typedef in class:clang::serialization::reader::ASTDeclContextNameLookupTrait
76 data_type ReadData(internal_key_type, const unsigned char* d,
91 typedef IdentifierInfo * data_type; typedef in class:clang::serialization::reader::ASTIdentifierLookupTrait
143 struct data_type { struct in class:clang::serialization::reader::ASTSelectorLookupTrait
169 data_type ReadData(Selector, const unsigned char* d, unsigned DataLen);
210 typedef HeaderFileInfo data_type; typedef in class:clang::serialization::reader::HeaderFileInfoTrait
229 data_type ReadData(const internal_key_type, const unsigned char *d,
  /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;
ImmutableMap.h 30 typedef const S data_type; typedef in struct:llvm::ImutKeyValueInfo
67 typedef typename ValInfo::data_type data_type; typedef in class:llvm::ImmutableMap
111 TreeTy *T = F.add(Old.Root, std::pair<key_type,data_type>(K,D));
232 data_type* lookup(key_type_ref K) const {
272 typedef typename ValInfo::data_type data_type; typedef in class:llvm::ImmutableMapRef
322 TreeTy *NewT = Factory->add(Root, std::pair<key_type, data_type>(K, D));
385 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:__anon19140
  /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;

Completed in 1861 milliseconds

1 2 3 4 5 6 7