Home
last modified time | relevance | path

Searched refs:data_type (Results 1 – 25 of 88) sorted by relevance

1234

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DProgramStateTrait.h60 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) : 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){
79 static data_type Remove(data_type B, key_type K, context_type F) {
84 return *((typename data_type::Factory*) p);
88 return new typename data_type::Factory(Alloc);
[all …]
DProgramState.h53 typedef typename T::data_type data_type; typedef
54 static inline void *MakeVoidPtr(data_type D) { return (void*) D; } in MakeVoidPtr()
55 static inline data_type MakeData(void *const* P) { in MakeData()
56 return P ? (data_type) *P : (data_type) 0; in MakeData()
362 typename ProgramStateTrait<T>::data_type
388 ProgramStateRef set(typename ProgramStateTrait<T>::data_type D) const;
560 ProgramStateRef set(ProgramStateRef st, typename ProgramStateTrait<T>::data_type D) { in set()
752 ProgramStateRef ProgramState::set(typename ProgramStateTrait<T>::data_type D) const { in set()
/external/webrtc/src/system_wrappers/source/spreadsortlib/
Dspreadsort.hpp123 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/
DASTReaderInternals.h48 typedef std::pair<LE32DeclID *, LE32DeclID *> data_type; typedef
78 data_type ReadData(internal_key_type, const unsigned char* d,
128 typedef IdentifierInfo * data_type; typedef
134 data_type ReadData(const internal_key_type& k,
153 struct data_type { struct
179 data_type ReadData(Selector, const unsigned char* d, unsigned DataLen); argument
211 typedef HeaderFileInfo data_type; typedef
226 data_type ReadData(internal_key_ref,const unsigned char *d, unsigned DataLen);
/external/chromium/net/tools/testserver/
Dchromiumsync.py123 return [data_type for data_type, extension
128 def SyncTypeToProtocolDataTypeId(data_type): argument
130 return SYNC_TYPE_TO_EXTENSION[data_type].number
135 for data_type, protocol_extension in SYNC_TYPE_TO_EXTENSION.iteritems():
137 return data_type
141 def GetDefaultEntitySpecifics(data_type): argument
144 if data_type in SYNC_TYPE_TO_EXTENSION:
145 extension_handle = SYNC_TYPE_TO_EXTENSION[data_type]
194 data_type = ProtocolDataTypeIdToSyncType(marker.data_type_id)
195 self._state[data_type] = timestamp
[all …]
/external/llvm/include/llvm/ADT/
DImmutableIntervalMap.h39 typedef const T data_type; typedef
93 typedef typename ImutInfo::data_type data_type; typedef
202 typedef typename ImutIntervalInfo<ValT>::data_type data_type; typedef
222 TreeTy *T = F.add(Old.Root, std::pair<key_type, data_type>(K, D)); in add()
231 data_type *lookup(ImmutableIntervalMap M, key_type_ref K) { in lookup()
243 data_type* lookup(key_type_ref K) const;
DImmutableMap.h30 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()
237 data_type* lookup(key_type_ref K) const { in lookup()
277 typedef typename ValInfo::data_type data_type; typedef
342 TreeTy *NewT = Factory->add(Root, std::pair<key_type, data_type>(K, D)); in add()
405 data_type* lookup(key_type_ref K) const { in lookup()
/external/llvm/utils/
DlldbDataFormatters.py34 offset, self.data_type)
45 self.data_type = the_type.GetTemplateArgumentType(0)
46 self.type_size = self.data_type.GetByteSize()
/external/qemu/hw/
Dbt-hid.c93 int data_type; member
129 if (s->data_type == BT_DATA_OUTPUT) { in bt_hid_out()
139 if (s->data_type == BT_DATA_FEATURE) { in bt_hid_out()
295 s->data_type = parameter & 3; in bt_hid_control_transaction()
296 if (s->data_type == BT_DATA_OUTPUT) { in bt_hid_control_transaction()
360 if (s->data_type == BT_DATA_OUTPUT) { in bt_hid_control_transaction()
418 hid->data_type = BT_DATA_OUTPUT; in bt_hid_interrupt_sdu()
/external/chromium/chrome/browser/autofill/
Dautofill_ie_toolbar_import_win.cc65 DWORD data_type = REG_BINARY; in ReadAndDecryptValue() local
67 LONG result = key->ReadValue(value_name, NULL, &data_size, &data_type); in ReadAndDecryptValue()
68 if ((result != ERROR_SUCCESS) || !data_size || data_type != REG_BINARY) in ReadAndDecryptValue()
72 result = key->ReadValue(value_name, &(data[0]), &data_size, &data_type); in ReadAndDecryptValue()
/external/bluetooth/bluedroid/btif/src/
Dbtif_hl.c562 UINT16 data_type; in btif_hl_find_sdp_idx_using_mdep_filter() local
583 data_type = p_acb->filter.elem[j].data_type; in btif_hl_find_sdp_idx_using_mdep_filter()
591 if ( (p_mdep->data_type == data_type) && in btif_hl_find_sdp_idx_using_mdep_filter()
649 …UINT16 data_type = p_acb->sup_feature.mdep[mdep_cfg_idx].mdep_cfg.data_cfg[0].data_t… in btif_hl_is_reconnect_possible() local
687 p_mdl->extra.data_type ==data_type && in btif_hl_is_reconnect_possible()
711 p_mdl1->extra.data_type == data_type && in btif_hl_is_reconnect_possible()
1164 UINT16 data_type, in btif_hl_find_peer_mdep_id() argument
1176 __FUNCTION__, app_id, local_mdep_role, data_type); in btif_hl_find_peer_mdep_id()
1185 BTIF_TRACE_DEBUG1("data_type=%d", data_type); in btif_hl_find_peer_mdep_id()
1210 … BTIF_TRACE_DEBUG2("p_rec->mdep_cfg[%d].data_type =%d",i, p_rec->mdep_cfg[i].data_type ); in btif_hl_find_peer_mdep_id()
[all …]
/external/bluetooth/bluedroid/bta/hl/
Dbta_hl_sdp.c67 p_list->list_elem[list_cnt].data_type = p_sattr->attr_value.v.u16; in bta_hl_fill_sup_feature_list()
117 UINT16_TO_BE_STREAM (p, p_elem_list->data_type); in bta_hl_compose_supported_feature_list()
297 …sup_feature_list.list_elem[cnt].data_type = p_cb->sup_feature.mdep[i].mdep_cfg.data_cfg[j].data_ty… in bta_hl_sdp_update()
505 …sup_feature_list.list_elem[cnt].data_type = p_cb->sup_feature.mdep[i].mdep_cfg.data_cfg[j].data_ty… in bta_hl_sdp_register()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/it-IT/
Dit-IT_cm0_kpdf_dur.utf22 ! 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/
Dfr-FR_nk0_kpdf_dur.utf22 ! NOTE : 'data_type' resticted to 'unit8', 'unit16', 'uint32'
31 ! the order, number and data_type for each section should match this reference description
Dfr-FR_nk0_kpdf_lfz.utf22 ! 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/
Den-US_lh0_kpdf_dur.utf22 ! NOTE : 'data_type' resticted to 'unit8', 'unit16', 'uint32'
31 ! the order, number and data_type for each section should match this reference description
Den-US_lh0_kpdf_mgc.utf22 ! 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/
Dde-DE_gl0_kpdf_dur.utf22 ! 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/
Den-GB_kh0_kpdf_dur.utf22 ! NOTE : 'data_type' resticted to 'unit8', 'unit16', 'uint32'
31 ! the order, number and data_type for each section should match this reference description
Den-GB_kh0_kpdf_mgc.utf22 ! 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/
Des-ES_zl0_kpdf_dur.utf22 ! NOTE : 'data_type' resticted to 'unit8', 'unit16', 'uint32'
31 ! the order, number and data_type for each section should match this reference description
/external/clang/lib/Lex/
DPTHLexer.cpp343 typedef PTHFileData data_type; typedef in __anon9b8f80660111::PTHFileLookupTrait
365 data_type; typedef in __anon9b8f80660111::PTHStringLookupTrait
639 typedef PTHStatData data_type; typedef in __anon9b8f80660211::PTHStatLookupTrait
652 static data_type ReadData(const internal_key_type& k, const unsigned char* d, in ReadData()
661 return data_type(ino, dev, mode, mtime, (off_t) ReadUnalignedLE64(d)); in ReadData()
665 return data_type(); in ReadData()
/external/bluetooth/bluedroid/btif/include/
Dbtif_hl.h107 int data_type; member
138 UINT16 data_type; member
145 UINT16 data_type; member
/external/qemu/
Dtap-win32.c213 DWORD data_type; in is_tap_win32_dev() local
250 &data_type, in is_tap_win32_dev()
254 if (!(status != ERROR_SUCCESS || data_type != REG_SZ)) { in is_tap_win32_dev()
260 &data_type, in is_tap_win32_dev()
264 if (status == ERROR_SUCCESS && data_type == REG_SZ) { in is_tap_win32_dev()
/external/clang/include/clang/Basic/
DOnDiskHashTable.h123 typename Info::data_type data;
250 typedef typename Info::data_type data_type; typedef
280 data_type operator*() const { return InfoObj->ReadData(key, data, len); }
409 typedef data_type value_type;

1234