Searched defs:data_type (Results 1 - 25 of 63) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
H A Didl_definitions.py73 data_type = None variable in class:TypedObject
81 data_type_object = IdlType.from_string(self.data_type)
85 data_type_object.base_type = replacement_type.data_type
87 self.data_type = str(data_type_object)
140 def __init__(self, name=None, data_type=None, arguments=None):
141 self.data_type = data_type
154 'callbackFunction::type': self.data_type,
247 def __init__(self, data_type=None, extended_attributes=None, getter_exceptions=None, is_nullable=False, is_static=False, is_read_only=False, name=None, setter_exceptions=None):
248 self.data_type
[all...]
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dindirect_vertex_array_priv.h55 GLenum data_type; member in struct:array_state
67 * represented by \c data_type.
143 GLenum data_type; member in struct:array_stack_state
/external/chromium_org/ui/base/x/
H A Devents_x_unittest.cc54 : data_type(type), value(v) {}
56 DeviceDataManager::DataType data_type; member in struct:ui::__anon14268::Valuator
86 if (valuators[j].data_type == kTouchValuatorMap[i][1]) {
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h60 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
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/mesa3d/src/glx/
H A Dindirect_vertex_array_priv.h55 GLenum data_type; member in struct:array_state
67 * represented by \c data_type.
143 GLenum data_type; member in struct:array_stack_state
/external/chromium/chrome/browser/autofill/
H A Dautofill_ie_toolbar_import_win.cc65 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/chromium_org/chrome/browser/extensions/api/browsing_data/
H A Dbrowsing_data_api.cc212 const char* data_type,
214 bool is_permitted = IsRemovalPermitted(MaskForKey(data_type),
216 selected_dict->SetBoolean(data_type, is_selected && is_permitted);
217 permitted_dict->SetBoolean(data_type, is_permitted);
209 SetDetails( base::DictionaryValue* selected_dict, base::DictionaryValue* permitted_dict, const char* data_type, bool is_selected) argument
/external/chromium_org/chrome/browser/sync/
H A Dsync_prefs.cc301 const char* SyncPrefs::GetPrefNameForDataType(syncer::ModelType data_type) { argument
302 switch (data_type) {
/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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_dump.c210 unsigned data_type)
219 switch (data_type) {
207 dump_imm_data(struct tgsi_iterate_context *iter, union tgsi_immediate_data *data, unsigned num_tokens, unsigned data_type) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_screen.h114 GLenum data_type; member in struct:__DRIimageRec
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_screen.h114 GLenum data_type; member in struct:__DRIimageRec
/external/chromium_org/v8/test/cctest/
H A Dtest-declarative-accessors.cc169 v8::DeclaredAccessorDescriptorDataType data_type,
177 ->NewPrimitiveValue(helper->isolate_, data_type, 0);
167 TestPrimitiveValue( T value, v8::DeclaredAccessorDescriptorDataType data_type, DescriptorTestHelper* helper) argument
/external/clang/lib/Serialization/
H A DASTReaderInternals.h48 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
181 data_type ReadData(Selector, const unsigned char* d, unsigned DataLen);
213 typedef HeaderFileInfo data_type; typedef in class:clang::serialization::reader::HeaderFileInfoTrait
228 data_type ReadData(internal_key_ref,const unsigned char *d, unsigned DataLen);
/external/kernel-headers/original/linux/
H A Dzlib.h98 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
/external/llvm/include/llvm/ADT/
H A DImmutableIntervalMap.h39 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;
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_dump.c210 unsigned data_type)
219 switch (data_type) {
207 dump_imm_data(struct tgsi_iterate_context *iter, union tgsi_immediate_data *data, unsigned num_tokens, unsigned data_type) argument
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_screen.h114 GLenum data_type; member in struct:__DRIimageRec
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_screen.h114 GLenum data_type; member in struct:__DRIimageRec
/external/qemu/slirp-android/
H A Dudp.c458 uint16_t data_type; // data type member in struct:cu_header
/external/stlport/stlport/stl/
H A D_map.h55 typedef _Tp data_type; typedef in class:map
248 typedef _Tp data_type; typedef in class:multimap
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DDotZLib.cs48 int data_type; field in struct:DotZLib.ZStream
/external/chromium/sdch/open-vcdiff/src/
H A Dzlib.h98 int data_type; /* best guess about the data type: binary or text */ member in struct:z_stream_s
200 /* Possible values of the data_type field (though see inflate()) */
312 deflate() may update strm->data_type if it can make a good guess about
402 Also to assist in this, on return inflate() will set strm->data_type to the
410 bit 7 of data_type is set, in which case the number of unused bits will be
/external/chromium_org/base/containers/
H A Dsmall_map.h194 typedef typename NormalMap::mapped_type data_type; typedef in class:base::SmallMap
415 data_type& operator[](const key_type& key) {
430 array_[size_].Init(key, data_type());
/external/chromium_org/sdch/open-vcdiff/src/zlib/
H A Dzlib.h98 int data_type; /* best guess about the data type: binary or text */ member in struct:z_stream_s
200 /* Possible values of the data_type field (though see inflate()) */
312 deflate() may update strm->data_type if it can make a good guess about
402 Also to assist in this, on return inflate() will set strm->data_type to the
410 bit 7 of data_type is set, in which case the number of unused bits will be

Completed in 1331 milliseconds

123