/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ProgramStateTrait.h | 60 typedef llvm::ImmutableMap<Key,Data,Info> data_type; 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) 68 : data_type(nullptr); 70 static inline void *MakeVoidPtr(data_type B) { 73 static lookup_type Lookup(data_type B, key_type K) { 76 static data_type Set(data_type B, key_type K, value_type E,context_type F){ 80 static data_type Remove(data_type B, key_type K, context_type F) { 85 return *((typename data_type::Factory*) p); [all …]
|
D | ProgramState.h | 54 typedef typename T::data_type data_type; typedef 55 static inline void *MakeVoidPtr(data_type D) { return (void*) D; } in MakeVoidPtr() 56 static inline data_type MakeData(void *const* P) { in MakeData() 57 return P ? (data_type) *P : (data_type) 0; in MakeData() 364 typename ProgramStateTrait<T>::data_type 390 ProgramStateRef set(typename ProgramStateTrait<T>::data_type D) const; 565 ProgramStateRef set(ProgramStateRef st, typename ProgramStateTrait<T>::data_type D) { in set() 756 ProgramStateRef ProgramState::set(typename ProgramStateTrait<T>::data_type D) const { in set()
|
/external/webrtc/src/system_wrappers/source/spreadsortlib/ |
D | spreadsort.hpp | 123 template <class RandomAccessIter, class div_type, class data_type> 164 data_type tmp; in spread_sort_rec() 198 …spread_sort_rec<RandomAccessIter, div_type, data_type>(lastPos, bin_cache[u], bin_cache, cache_end… in spread_sort_rec() 203 template <class RandomAccessIter, class div_type, class data_type, class right_shift> 211 data_type tmp; in inner_swap_loop() 231 template <class RandomAccessIter, class div_type, class data_type, class right_shift> 236 …inner_swap_loop<RandomAccessIter, div_type, data_type, right_shift>(bins, nextbinstart, ii, shift,… in swap_loop() 240 …template <class RandomAccessIter, class div_type, class data_type, class right_shift, class compar… 266 …swap_loop<RandomAccessIter, div_type, data_type, right_shift>(bins, nextbinstart, u, shift, bin_si… in spread_sort_rec() 283 …spread_sort_rec<RandomAccessIter, div_type, data_type, right_shift, compare>(lastPos, bin_cache[u]… in spread_sort_rec() [all …]
|
/external/clang/lib/Serialization/ |
D | ASTReaderInternals.h | 47 typedef std::pair<LE32DeclID *, LE32DeclID *> data_type; typedef 79 data_type ReadData(internal_key_type, const unsigned char* d, 130 typedef IdentifierInfo * data_type; typedef 136 data_type ReadData(const internal_key_type& k, 155 struct data_type { struct 187 data_type ReadData(Selector, const unsigned char* d, unsigned DataLen); 220 typedef HeaderFileInfo data_type; typedef 237 data_type ReadData(internal_key_ref,const unsigned char *d, unsigned DataLen);
|
/external/llvm/utils/ |
D | lldbDataFormatters.py | 48 offset, self.data_type) 59 self.data_type = the_type.GetTemplateArgumentType(0) 60 self.type_size = self.data_type.GetByteSize() 83 offset, self.data_type) 89 self.data_type = self.data.GetType().GetPointeeType() 90 self.type_size = self.data_type.GetByteSize()
|
/external/lldb/examples/synthetic/ |
D | gnu_libstdcpp.py | 105 …rn current.CreateChildAtOffset('['+str(index)+']',2*current.GetType().GetByteSize(),self.data_type) 115 data_type = list_type.GetTemplateArgumentType(0) 117 data_type = None 118 return data_type 130 self.data_type = self.extract_type() 131 self.data_size = self.data_type.GetByteSize() 209 return self.start.CreateChildAtOffset('['+str(index)+']',offset,self.data_type) 222 self.data_type = self.start.GetType().GetPointeeType() 223 self.data_size = self.data_type.GetByteSize() 225 …if self.start.IsValid() and self.finish.IsValid() and self.end.IsValid() and self.data_type.IsVali… [all …]
|
D | libcxx.py | 113 return self.start.CreateChildAtOffset('['+str(index)+']',offset,self.data_type) 125 self.data_type = data_type_finder.GetType().GetPointeeType() 126 self.data_size = self.data_type.GetByteSize() 298 return self.valobj.CreateValueFromData('[' + str(index) + ']',obj_data,self.data_type) 308 data_type = list_type.GetTemplateArgumentType(0) 310 data_type = None 311 return data_type 321 self.data_type = self.extract_type() 322 self.data_size = self.data_type.GetByteSize() 468 self.data_type = None [all …]
|
/external/lldb/examples/summaries/cocoa/ |
D | NSNumber.py | 103 data_type = ((data_type_vo.GetValueAsUnsigned(0) % 256) & 0x1F) 105 if data_type == 0B00001: 111 elif data_type == 0B0010: 120 elif data_type == 0B0011: 128 elif data_type == 0B10001: 135 elif data_type == 0B0100: 143 elif data_type == 0B0101: 152 elif data_type == 0B0110: 160 …tics.metric_hit('unknown_class',str(valobj.GetName()) + " had unknown data_type " + str(data_type)) 161 return 'unexpected: dt = ' + str(data_type)
|
/external/linux-tools-perf/src/tools/perf/util/ |
D | dso.h | 81 enum dso_binary_type data_type; member 156 return dso->data_type == DSO_BINARY_TYPE__VMLINUX || in dso__is_vmlinux() 157 dso->data_type == DSO_BINARY_TYPE__GUEST_VMLINUX; in dso__is_vmlinux() 162 return dso->data_type == DSO_BINARY_TYPE__KCORE || in dso__is_kcore() 163 dso->data_type == DSO_BINARY_TYPE__GUEST_KCORE; in dso__is_kcore()
|
/external/llvm/include/llvm/ADT/ |
D | ImmutableMap.h | 30 typedef const S data_type; typedef 67 typedef typename ValInfo::data_type data_type; typedef 111 TreeTy *T = F.add(Old.Root, std::pair<key_type,data_type>(K,D)); in add() 219 data_type* lookup(key_type_ref K) const { in lookup() 259 typedef typename ValInfo::data_type data_type; typedef 324 TreeTy *NewT = Factory->add(Root, std::pair<key_type, data_type>(K, D)); in add() 374 data_type* lookup(key_type_ref K) const { in lookup()
|
/external/mesa3d/src/glx/ |
D | indirect_vertex_array.c | 211 arrays->arrays[0].data_type = GL_FLOAT; in __glXInitVertexArrayState() 217 arrays->arrays[1].data_type = GL_FLOAT; in __glXInitVertexArrayState() 223 arrays->arrays[2].data_type = GL_FLOAT; in __glXInitVertexArrayState() 228 arrays->arrays[3].data_type = GL_UNSIGNED_BYTE; in __glXInitVertexArrayState() 234 arrays->arrays[4 + i].data_type = GL_FLOAT; in __glXInitVertexArrayState() 247 arrays->arrays[i].data_type = GL_FLOAT; in __glXInitVertexArrayState() 255 arrays->arrays[i].data_type = GL_FLOAT; in __glXInitVertexArrayState() 268 arrays->arrays[idx + i].data_type = GL_FLOAT; in __glXInitVertexArrayState() 285 arrays->arrays[i].data_type = GL_FLOAT; in __glXInitVertexArrayState() 462 *(info++) = arrays->arrays[i].data_type; in fill_array_info_cache() [all …]
|
D | indirect_vertex_array_priv.h | 55 GLenum data_type; member 143 GLenum data_type; member
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProfReader.h | 214 struct data_type { struct 215 data_type(StringRef Name, ArrayRef<uint64_t> Data) in data_type() argument 242 data_type ReadData(StringRef K, const unsigned char *D, offset_type N) { in ReadData() 246 return data_type("", DataBuffer); in ReadData() 255 return data_type(K, DataBuffer); in ReadData()
|
/external/llvm/include/llvm/Support/ |
D | OnDiskHashTable.h | 63 typename Info::data_type Data; 244 typedef typename Info::data_type data_type; typedef 277 data_type operator*() const { return InfoObj->ReadData(Key, Data, Len); } 378 typedef typename base_type::data_type data_type; typedef 471 typedef data_type value_type;
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_screen.c | 223 image->data_type = GL_UNSIGNED_BYTE; in radeon_create_image_from_name() 228 image->data_type = GL_UNSIGNED_BYTE; in radeon_create_image_from_name() 233 image->data_type = GL_UNSIGNED_BYTE; in radeon_create_image_from_name() 285 image->data_type = GL_UNSIGNED_BYTE; in radeon_create_image_from_renderbuffer() 323 image->data_type = GL_UNSIGNED_BYTE; in radeon_create_image() 328 image->data_type = GL_UNSIGNED_BYTE; in radeon_create_image() 333 image->data_type = GL_UNSIGNED_BYTE; in radeon_create_image()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_screen.c | 223 image->data_type = GL_UNSIGNED_BYTE; in radeon_create_image_from_name() 228 image->data_type = GL_UNSIGNED_BYTE; in radeon_create_image_from_name() 233 image->data_type = GL_UNSIGNED_BYTE; in radeon_create_image_from_name() 285 image->data_type = GL_UNSIGNED_BYTE; in radeon_create_image_from_renderbuffer() 323 image->data_type = GL_UNSIGNED_BYTE; in radeon_create_image() 328 image->data_type = GL_UNSIGNED_BYTE; in radeon_create_image() 333 image->data_type = GL_UNSIGNED_BYTE; in radeon_create_image()
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/it-IT/ |
D | it-IT_cm0_kpdf_dur.utf | 22 ! NOTE : 'data_type' resticted to 'unit8', 'unit16', 'uint32' 31 ! the order, number and data_type for each section should match this reference description
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/en-US/ |
D | en-US_lh0_kpdf_dur.utf | 22 ! NOTE : 'data_type' resticted to 'unit8', 'unit16', 'uint32' 31 ! the order, number and data_type for each section should match this reference description
|
D | en-US_lh0_kpdf_mgc.utf | 22 ! NOTE : 'data_type' resticted to 'unit8', 'unit16', 'uint32' 31 ! the order, number and data_type for each section should match this reference description
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/en-GB/ |
D | en-GB_kh0_kpdf_dur.utf | 22 ! NOTE : 'data_type' resticted to 'unit8', 'unit16', 'uint32' 31 ! the order, number and data_type for each section should match this reference description
|
D | en-GB_kh0_kpdf_mgc.utf | 22 ! NOTE : 'data_type' resticted to 'unit8', 'unit16', 'uint32' 31 ! the order, number and data_type for each section should match this reference description
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/fr-FR/ |
D | fr-FR_nk0_kpdf_dur.utf | 22 ! NOTE : 'data_type' resticted to 'unit8', 'unit16', 'uint32' 31 ! the order, number and data_type for each section should match this reference description
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/es-ES/ |
D | es-ES_zl0_kpdf_dur.utf | 22 ! NOTE : 'data_type' resticted to 'unit8', 'unit16', 'uint32' 31 ! the order, number and data_type for each section should match this reference description
|
D | es-ES_zl0_kpdf_mgc.utf | 22 ! NOTE : 'data_type' resticted to 'unit8', 'unit16', 'uint32' 31 ! the order, number and data_type for each section should match this reference description
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/de-DE/ |
D | de-DE_gl0_kpdf_dur.utf | 22 ! NOTE : 'data_type' resticted to 'unit8', 'unit16', 'uint32' 31 ! the order, number and data_type for each section should match this reference description
|