Searched refs:data_type (Results 26 - 50 of 128) sorted by relevance

123456

/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_screen.h114 GLenum data_type; member in struct:__DRIimageRec
H A Dradeon_screen.c223 image->data_type = GL_UNSIGNED_BYTE;
228 image->data_type = GL_UNSIGNED_BYTE;
233 image->data_type = GL_UNSIGNED_BYTE;
285 image->data_type = GL_UNSIGNED_BYTE;
323 image->data_type = GL_UNSIGNED_BYTE;
328 image->data_type = GL_UNSIGNED_BYTE;
333 image->data_type = GL_UNSIGNED_BYTE;
/external/lldb/examples/synthetic/
H A Dlibcxx.py113 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
[all...]
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_ie_toolbar_import_win.cc79 DWORD data_type = REG_BINARY; local
81 LONG result = key.ReadValue(value_name, NULL, &data_size, &data_type);
82 if ((result != ERROR_SUCCESS) || !data_size || data_type != REG_BINARY)
86 result = key.ReadValue(value_name, &(data[0]), &data_size, &data_type);
/external/clang/lib/StaticAnalyzer/Core/
H A DBlockCounter.cpp61 CountMap::data_type* T = M.lookup(CountKey(CallSite, BlockID));
/external/freetype/src/gzip/
H A Dzlib.h84 int data_type; /* best guess about the data type: ascii or binary */ member in struct:z_stream_s
159 /* Possible values of the data_type field */
261 deflate() may update data_type if it can make a good guess about
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DDotZLib.cs48 int data_type; field in struct:DotZLib.ZStream
/external/bluetooth/bluedroid/btif/include/
H A Dbtif_hl.h112 int data_type; member in struct:__anon1023
143 UINT16 data_type; member in struct:__anon1027
150 UINT16 data_type; member in struct:__anon1028
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dindirect_vertex_array.c211 arrays->arrays[0].data_type = GL_FLOAT;
217 arrays->arrays[1].data_type = GL_FLOAT;
223 arrays->arrays[2].data_type = GL_FLOAT;
228 arrays->arrays[3].data_type = GL_UNSIGNED_BYTE;
234 arrays->arrays[4 + i].data_type = GL_FLOAT;
247 arrays->arrays[i].data_type = GL_FLOAT;
255 arrays->arrays[i].data_type = GL_FLOAT;
268 arrays->arrays[idx + i].data_type = GL_FLOAT;
285 arrays->arrays[i].data_type = GL_FLOAT;
462 *(info++) = arrays->arrays[i].data_type;
[all...]
/external/mesa3d/src/glx/
H A Dindirect_vertex_array.c211 arrays->arrays[0].data_type = GL_FLOAT;
217 arrays->arrays[1].data_type = GL_FLOAT;
223 arrays->arrays[2].data_type = GL_FLOAT;
228 arrays->arrays[3].data_type = GL_UNSIGNED_BYTE;
234 arrays->arrays[4 + i].data_type = GL_FLOAT;
247 arrays->arrays[i].data_type = GL_FLOAT;
255 arrays->arrays[i].data_type = GL_FLOAT;
268 arrays->arrays[idx + i].data_type = GL_FLOAT;
285 arrays->arrays[i].data_type = GL_FLOAT;
462 *(info++) = arrays->arrays[i].data_type;
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_screen.c223 image->data_type = GL_UNSIGNED_BYTE;
228 image->data_type = GL_UNSIGNED_BYTE;
233 image->data_type = GL_UNSIGNED_BYTE;
285 image->data_type = GL_UNSIGNED_BYTE;
323 image->data_type = GL_UNSIGNED_BYTE;
328 image->data_type = GL_UNSIGNED_BYTE;
333 image->data_type = GL_UNSIGNED_BYTE;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_screen.c223 image->data_type = GL_UNSIGNED_BYTE;
228 image->data_type = GL_UNSIGNED_BYTE;
233 image->data_type = GL_UNSIGNED_BYTE;
285 image->data_type = GL_UNSIGNED_BYTE;
323 image->data_type = GL_UNSIGNED_BYTE;
328 image->data_type = GL_UNSIGNED_BYTE;
333 image->data_type = GL_UNSIGNED_BYTE;
/external/llvm/include/llvm/Support/
H A DOnDiskHashTable.h40 /// typedef ExampleData data_type; // Must be copy constructible
63 typename Info::data_type Data;
208 /// typedef ExampleData data_type;
233 /// data_type ReadData(StringRef Key, const unsigned char *Buffer,
247 typedef typename Info::data_type data_type; typedef in class:llvm::OnDiskChainedHashTable
280 data_type operator*() const { return InfoObj->ReadData(Key, Data, Len); }
381 typedef typename base_type::data_type data_type; typedef in class:llvm::OnDiskIterableChainedHashTable
474 typedef data_type value_typ
[all...]
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_screen.c223 image->data_type = GL_UNSIGNED_BYTE;
228 image->data_type = GL_UNSIGNED_BYTE;
233 image->data_type = GL_UNSIGNED_BYTE;
285 image->data_type = GL_UNSIGNED_BYTE;
323 image->data_type = GL_UNSIGNED_BYTE;
328 image->data_type = GL_UNSIGNED_BYTE;
333 image->data_type = GL_UNSIGNED_BYTE;
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_hl.c569 UINT16 data_type; local
590 data_type = p_acb->filter.elem[j].data_type;
598 if ( (p_mdep->data_type == data_type) &&
656 UINT16 data_type = p_acb->sup_feature.mdep[mdep_cfg_idx].mdep_cfg.data_cfg[0].data_type; local
694 p_mdl->extra.data_type ==data_type &&
718 p_mdl1->extra.data_type
1174 btif_hl_find_peer_mdep_id(UINT8 app_id, BD_ADDR bd_addr, tBTA_HL_MDEP_ROLE local_mdep_role, UINT16 data_type, tBTA_HL_MDEP_ID *p_peer_mdep_id) argument
1422 btif_hl_find_data_type_idx(UINT16 data_type, UINT8 *p_idx) argument
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h53 typedef typename T::data_type data_type; typedef in struct:clang::ento::ProgramStateTrait
54 static inline void *MakeVoidPtr(data_type D) { return (void*) D; }
55 static inline data_type MakeData(void *const* P) {
56 return P ? (data_type) *P : (data_type) 0;
363 typename ProgramStateTrait<T>::data_type
389 ProgramStateRef set(typename ProgramStateTrait<T>::data_type D) const;
564 ProgramStateRef set(ProgramStateRef st, typename ProgramStateTrait<T>::data_type D) {
755 ProgramStateRef ProgramState::set(typename ProgramStateTrait<T>::data_type
[all...]
/external/bluetooth/bluedroid/bta/hl/
H A Dbta_hl_sdp.c67 p_list->list_elem[list_cnt].data_type = p_sattr->attr_value.v.u16;
117 UINT16_TO_BE_STREAM (p, p_elem_list->data_type);
294 sup_feature_list.list_elem[cnt].data_type = p_cb->sup_feature.mdep[i].mdep_cfg.data_cfg[j].data_type;
502 sup_feature_list.list_elem[cnt].data_type = p_cb->sup_feature.mdep[i].mdep_cfg.data_cfg[j].data_type;
/external/clang/lib/Lex/
H A DPTHLexer.cpp348 typedef PTHFileData data_type; typedef in class:__anon17947::PTHFileLookupTrait
370 typedef uint32_t data_type; typedef in class:__anon17947::PTHStringLookupTrait
660 typedef PTHStatData data_type; typedef in class:__anon17948::PTHStatLookupTrait
673 static data_type ReadData(const internal_key_type& k, const unsigned char* d,
690 return data_type(Size, ModTime, UniqueID, IsDirectory);
694 return data_type();
/external/zlib/src/examples/
H A Dgzjoin.c341 if (strm.data_type & 128) {
347 pos = strm.data_type & 7;
378 pos = strm.data_type & 7;
H A Dzran.c206 data_type indicates an end-of-block, then all of the
212 access point after the last block by checking bit 6 of data_type
214 if ((strm.data_type & 128) && !(strm.data_type & 64) &&
216 index = addpoint(index, strm.data_type & 7, totin,
H A Dgzappend.c35 * - Use new data_type definition for zlib 1.2.1
326 if (strm->data_type & 128) {
327 if (strm->data_type & 64)
328 left = strm->data_type & 0x1f;
330 lastbit = strm->data_type & 0x1f;
/external/chromium_org/chrome/browser/extensions/api/browsing_data/
H A Dbrowsing_data_api.cc218 const char* data_type,
221 IsRemovalPermitted(MaskForKey(data_type), GetProfile()->GetPrefs());
222 selected_dict->SetBoolean(data_type, is_selected && is_permitted);
223 permitted_dict->SetBoolean(data_type, is_permitted);
215 SetDetails( base::DictionaryValue* selected_dict, base::DictionaryValue* permitted_dict, const char* data_type, bool is_selected) argument
/external/chromium_org/components/sync_driver/
H A Dsync_prefs.h116 // Maps |data_type| to its corresponding preference name.
117 static const char* GetPrefNameForDataType(syncer::ModelType data_type);
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Ddso.c128 if (dso__binary_type_file(dso, dso->data_type,
148 if (dso->data_type != DSO_BINARY_TYPE__NOT_FOUND)
154 dso->data_type = binary_type_data[i++];
160 } while (dso->data_type != DSO_BINARY_TYPE__NOT_FOUND);
452 dso->data_type = DSO_BINARY_TYPE__NOT_FOUND;
/external/qemu/
H A Dtap-win32.c213 DWORD data_type; local
250 &data_type,
254 if (!(status != ERROR_SUCCESS || data_type != REG_SZ)) {
260 &data_type,
264 if (status == ERROR_SUCCESS && data_type == REG_SZ) {

Completed in 548 milliseconds

123456