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

12

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h38 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
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...]
H A DProgramState.h51 typedef typename T::data_type data_type; typedef in struct:clang::ento::ProgramStateTrait
53 static inline void *MakeVoidPtr(data_type D) { return (void*) D; }
54 static inline data_type MakeData(void *const* P) {
55 return P ? (data_type) *P : (data_type) 0;
323 typename ProgramStateTrait<T>::data_type
349 ProgramStateRef set(typename ProgramStateTrait<T>::data_type D) const;
543 ProgramStateRef set(ProgramStateRef st, typename ProgramStateTrait<T>::data_type D) {
726 ProgramStateRef ProgramState::set(typename ProgramStateTrait<T>::data_type
[all...]
/external/bluetooth/glib/gio/tests/
H A Ddata-input-stream.c189 enum TestDataType data_type, GDataStreamByteOrder byte_order)
202 switch (data_type)
228 switch (data_type)
265 g_assert_cmpint (data, ==, TEST_DATA_RETYPE_BUFF(data_type, ((guchar*)buffer + pos)));
187 test_data_array(GInputStream *stream, GInputStream *base_stream, gpointer buffer, int len, enum TestDataType data_type, GDataStreamByteOrder byte_order) argument
H A Ddata-output-stream.c135 enum TestDataType data_type, GDataStreamByteOrder byte_order)
157 switch (data_type)
184 switch (data_type)
187 res = g_data_output_stream_put_byte (G_DATA_OUTPUT_STREAM (stream), TEST_DATA_RETYPE_BUFF (data_type, ((guchar*)buffer + pos)), NULL, &error);
190 res = g_data_output_stream_put_int16 (G_DATA_OUTPUT_STREAM (stream), TEST_DATA_RETYPE_BUFF (data_type, ((guchar*)buffer + pos)), NULL, &error);
193 res = g_data_output_stream_put_uint16 (G_DATA_OUTPUT_STREAM (stream), TEST_DATA_RETYPE_BUFF (data_type, ((guchar*)buffer + pos)), NULL, &error);
196 res = g_data_output_stream_put_int32 (G_DATA_OUTPUT_STREAM (stream), TEST_DATA_RETYPE_BUFF (data_type, ((guchar*)buffer + pos)), NULL, &error);
199 res = g_data_output_stream_put_uint32 (G_DATA_OUTPUT_STREAM (stream), TEST_DATA_RETYPE_BUFF (data_type, ((guchar*)buffer + pos)), NULL, &error);
202 res = g_data_output_stream_put_int64 (G_DATA_OUTPUT_STREAM (stream), TEST_DATA_RETYPE_BUFF (data_type, ((guchar*)buffer + pos)), NULL, &error);
205 res = g_data_output_stream_put_uint64 (G_DATA_OUTPUT_STREAM (stream), TEST_DATA_RETYPE_BUFF (data_type, ((gucha
134 test_data_array(gpointer buffer, int len, enum TestDataType data_type, GDataStreamByteOrder byte_order) argument
[all...]
/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/clang/lib/Serialization/
H A DASTReaderInternals.h46 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/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;
H A DImmutableMap.h30 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 {
/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
H A D_hash_map.h54 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;
H A D_unordered_map.h46 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;
/external/zlib/contrib/dotzlib/DotZLib/
H A DDotZLib.cs48 int data_type; field in struct:DotZLib.ZStream
/external/bluetooth/bluez/health/
H A Dhdp_types.h78 uint16_t data_type; /* Data type handled for this application */ member in struct:hdp_application
H A Dhdp_util.c166 dbus_message_iter_get_basic(value, &app->data_type);
554 dtype = sdp_data_alloc(SDP_UINT16, &app->data_type);
769 sdp_data_t *data_type, *mdepid, *role_t, *desc_t; local
779 data_type = mdepid->next;
780 if (!data_type)
783 role_t = data_type->next;
789 if (data_type->dtd != SDP_UINT16 || mdepid->dtd != SDP_UINT8 ||
793 if (data_type->val.uint16 != d_type ||
826 mdep_data->app->data_type, &mdep, NULL)) {
/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/qemu/distrib/zlib-1.2.3/
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/qemu/slirp/
H A Dudp.c433 uint16_t data_type; // data type member in struct:cu_header
/external/chromium/net/ftp/
H A Dftp_network_transaction_unittest.cc121 void set_data_type(char data_type) { argument
122 data_type_ = data_type;
/external/clang/include/clang/Basic/
H A DOnDiskHashTable.h123 typename Info::data_type data;
250 typedef typename Info::data_type data_type; typedef in class:clang::OnDiskChainedHashTable
280 data_type operator*() const { return InfoObj->ReadData(key, data, len); }
409 typedef data_type value_type;
/external/qemu/hw/
H A Dbt-hid.c93 int data_type; member in struct:bt_hid_device_s
129 if (s->data_type == BT_DATA_OUTPUT) {
139 if (s->data_type == BT_DATA_FEATURE) {
295 s->data_type = parameter & 3;
296 if (s->data_type == BT_DATA_OUTPUT) {
360 if (s->data_type == BT_DATA_OUTPUT) {
418 hid->data_type = BT_DATA_OUTPUT;
/external/zlib/
H A Dzlib.h101 int data_type; /* best guess about the data type: binary or text */ member in struct:z_stream_s
203 /* Possible values of the data_type field (though see inflate()) */
337 deflate() may update strm->data_type if it can make a good guess about
431 Also to assist in this, on return inflate() will set strm->data_type to the
439 data_type is set, in which case the number of unused bits will be less than
440 eight. data_type is set as noted here every time inflate() returns for all
448 256 is added to the value of strm->data_type when inflate() returns
938 location in the input stream can be determined from avail_in and data_type
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service.cc441 syncable::ModelType data_type) {
442 switch (data_type) {
440 GetPrefNameForDataType( syncable::ModelType data_type) argument
/external/clang/lib/Frontend/
H A DCacheTokens.cpp114 typedef PTHEntry data_type; typedef in class:__anon3203::FileEntryPTHEntryInfo
579 typedef uint32_t data_type; typedef in class:__anon3208::PTHIdentifierTableTrait
580 typedef data_type data_type_ref;

Completed in 610 milliseconds

12