Searched defs:data (Results 1 - 25 of 1406) sorted by path

1234567891011>>

/haiku/3rdparty/proj2make/
H A Dproj2make.cpp133 ParseGenB(hdr* data) argument
/haiku/build/scripts/
H A Dbootstrap_client.py54 data = sys.stdin.readline(bufferSize) variable
62 data = stdioConnection.recv(bufferSize) variable
69 data = stderrConnection.recv(bufferSize) variable
76 data variable
[all...]
/haiku/headers/cpp/
H A Deditbuf.h137 buf_char *data; /* == emacs buffer_text.p1+1 */ member in struct:edit_buffer
/haiku/headers/libs/agg/
H A Dagg_array.h149 const T* data() const { return m_array; } function in class:agg::pod_array
150 T* data() { return m_array; } function in class:agg::pod_array
205 const T* data() const { return m_array; } function in class:agg::pod_vector
206 T* data() { return m_array; } function in class:agg::pod_vector
248 T* data = pod_allocator<T>::allocate(new_size); local
292 deserialize(const int8u* data, unsigned byte_size) argument
365 add_data(DataAccessor& data) argument
453 deserialize(ByteAccessor data) argument
471 deserialize(unsigned start, const T& empty_val, ByteAccessor data) argument
730 deserialize(const int8u* data, unsigned byte_size) argument
747 deserialize(unsigned start, const T& empty_val, const int8u* data, unsigned byte_size) argument
785 int8u* data; member in struct:agg::block_allocator::block_type
[all...]
H A Dagg_dda_line.h152 void load(const save_data_type* data) argument
H A Dagg_font_cache_manager.h39 int8u* data; member in struct:agg::glyph_cache
H A Dagg_path_storage.h365 poly_plain_adaptor(const T* data, unsigned num_points, bool closed) : argument
373 void init(const T* data, unsigned num_points, bool closed) argument
431 poly_container_adaptor(const Container& data, bool closed) : argument
438 init(const Container& data, bool closed) argument
493 poly_container_reverse_adaptor(const Container& data, bool closed) argument
500 init(const Container& data, bool closed) argument
780 concat_poly(const T* data, unsigned num_points, bool closed) argument
790 join_poly(const T* data, unsigned num_points, bool closed) argument
[all...]
H A Dagg_path_storage_integer.h217 serialized_integer_path_adaptor(const int8u* data, unsigned size, argument
228 void init(const int8u* data, unsigned size, argument
H A Dagg_scanline_storage_aa.h665 serialized_scanlines_adaptor_aa(const int8u* data, unsigned size, double dx, double dy) argument
679 init(const int8u* data, unsigned size, double dx, double dy) argument
[all...]
H A Dagg_scanline_storage_bin.h457 serialized_scanlines_adaptor_bin(const int8u* data, unsigned size, double dx, double dy) argument
471 init(const int8u* data, unsigned size, double dx, double dy) argument
[all...]
/haiku/headers/libs/iconv/
H A Diconv.h92 void* data; member in struct:iconv_hooks
148 void* data; member in struct:iconv_fallbacks
[all...]
/haiku/headers/os/device/
H A Dscsi.h158 void* data; member in struct:__anon202
/haiku/headers/os/drivers/
H A DUSB_spec.h142 uint8 data[1]; member in struct:usb_generic_descriptor
H A Dmidi_driver.h31 uint8* data; member in struct:__anon259
/haiku/headers/os/drivers/bus/
H A DSCSI.h132 uchar *data; // pointer to data member in struct:scsi_ccb
[all...]
/haiku/headers/os/drivers/pcmcia/
H A Dcistpl.h180 u_char data[0]; member in struct:cistpl_funce_t
H A Dcs_timer.h37 u_long data; member in struct:timer_list
H A Dds.h38 cisdata_t data[255]; member in struct:tuple_parse_t
/haiku/headers/os/media/
H A DMediaFormats.h105 uint8 data[16]; member in struct:__anon470
/haiku/headers/os/package/hpkg/
H A DPackageAttributeValue.h30 } data; member in union:BPackageKit::BHPKG::BPackageAttributeValue::__anon505
/haiku/headers/os/package/hpkg/v1/
H A DPackageAttributeValue.h32 } data; member in union:BPackageKit::BHPKG::V1::BPackageAttributeValue::__anon37
/haiku/headers/os/storage/
H A DResourceStrings.h48 char* data; member in struct:BResourceStrings::_string_id_hash
/haiku/headers/private/app/
H A DLinkReceiver.h44 template <class Type> status_t Read(Type *data) argument
H A DLinkSender.h38 template <class Type> status_t Attach(const Type& data) argument
H A DMessagePrivate.h211 SendFlattenedMessage(void *data, int32 size, port_id port, argument

Completed in 276 milliseconds

1234567891011>>