/third_party/backends/include/sane/ |
H A D | sanei_wire.h | 58 struct Wire; 60 typedef void (*WireCodecFunc) (struct Wire *w, void *val_ptr); 64 typedef struct Wire struct 94 Wire; typedef 96 extern void sanei_w_init (Wire *w, void (*codec_init)(Wire *)); 97 extern void sanei_w_exit (Wire *w); 98 extern void sanei_w_space (Wire *w, size_t howmuch); 99 extern void sanei_w_void (Wire *w, void *); 100 extern void sanei_w_byte (Wire * [all...] |
H A D | sanei_net.h | 130 extern void sanei_w_init_req (Wire *w, SANE_Init_Req *req); 131 extern void sanei_w_init_reply (Wire *w, SANE_Init_Reply *reply); 132 extern void sanei_w_get_devices_reply (Wire *w, SANE_Get_Devices_Reply *reply); 133 extern void sanei_w_open_reply (Wire *w, SANE_Open_Reply *reply); 134 extern void sanei_w_option_descriptor_array (Wire *w, 136 extern void sanei_w_control_option_req (Wire *w, SANE_Control_Option_Req *req); 137 extern void sanei_w_control_option_reply (Wire *w, 139 extern void sanei_w_get_parameters_reply (Wire *w, 141 extern void sanei_w_start_reply (Wire *w, SANE_Start_Reply *reply); 142 extern void sanei_w_authorization_req (Wire * [all...] |
H A D | sanei_codec_ascii.h | 56 * Set the i/o functions of the Wire to those of the ASCII codec. 58 * @param w Wire 60 extern void sanei_codec_ascii_init (Wire *w);
|
H A D | sanei_codec_bin.h | 55 * Set the i/o functions of the Wire to those of the binary codec. 57 * @param w Wire 59 extern void sanei_codec_bin_init (Wire *w);
|
/third_party/backends/sanei/ |
H A D | sanei_wire.c | 54 sanei_w_space (Wire * w, size_t howmuch) in sanei_w_space() 151 sanei_w_void (Wire * w, void __sane_unused__ * v) in sanei_w_void() 157 sanei_w_array (Wire * w, SANE_Word * len_ptr, void **v, in sanei_w_array() 249 sanei_w_ptr (Wire * w, void **v, WireCodecFunc w_value, size_t value_size) in sanei_w_ptr() 318 sanei_w_byte (Wire * w, SANE_Byte * v) in sanei_w_byte() 327 sanei_w_char (Wire * w, SANE_Char * v) in sanei_w_char() 336 sanei_w_word (Wire * w, SANE_Word * v) in sanei_w_word() 345 sanei_w_string (Wire * w, SANE_String * v) in sanei_w_string() 354 sanei_w_status (Wire * w, SANE_Status * v) in sanei_w_status() 369 sanei_w_bool (Wire * [all...] |
H A D | sanei_net.c | 48 sanei_w_init_req (Wire *w, SANE_Init_Req *req) in sanei_w_init_req() 55 sanei_w_init_reply (Wire *w, SANE_Init_Reply *reply) in sanei_w_init_reply() 62 sanei_w_get_devices_reply (Wire *w, SANE_Get_Devices_Reply *reply) in sanei_w_get_devices_reply() 83 sanei_w_open_reply (Wire *w, SANE_Open_Reply *reply) in sanei_w_open_reply() 91 w_option_value (Wire *w, SANE_Word type, SANE_Word size, void **value) in w_option_value() 127 sanei_w_option_descriptor_array (Wire *w, SANE_Option_Descriptor_Array *a) in sanei_w_option_descriptor_array() 135 sanei_w_control_option_req (Wire *w, SANE_Control_Option_Req *req) in sanei_w_control_option_req() 152 sanei_w_control_option_reply (Wire *w, SANE_Control_Option_Reply *reply) in sanei_w_control_option_reply() 163 sanei_w_get_parameters_reply (Wire *w, SANE_Get_Parameters_Reply *reply) in sanei_w_get_parameters_reply() 170 sanei_w_start_reply (Wire * [all...] |
H A D | sanei_codec_ascii.c | 53 skip_ws (Wire *w) in skip_ws() 69 get_digit (Wire *w) in get_digit() 86 get_byte (Wire *w) in get_byte() 92 ascii_w_byte (Wire *w, void *v) in ascii_w_byte() 116 ascii_w_char (Wire *w, void *v) in ascii_w_char() 158 ascii_w_string (Wire *w, void *v) in ascii_w_string() 277 ascii_w_word (Wire *w, void *v) in ascii_w_word() 337 sanei_codec_ascii_init (Wire *w) in sanei_codec_ascii_init()
|
H A D | sanei_codec_bin.c | 50 bin_w_byte (Wire *w, void *v) in bin_w_byte() 74 bin_w_string (Wire *w, void *v) in bin_w_string() 97 bin_w_word (Wire *w, void *v) in bin_w_word() 131 sanei_codec_bin_init (Wire *w) in sanei_codec_bin_init()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
H A D | GetProcAddressTests.cpp | 30 Wire, member in __anon20570::DawnFlavor 39 case DawnFlavor::Wire: in operator <<() 67 case DawnFlavor::Wire: { 154 testing::Values(DawnFlavor::Native, DawnFlavor::Wire),
|
/third_party/node/src/inspector/ |
H A D | runtime_agent.cc | 13 void RuntimeAgent::Wire(UberDispatcher* dispatcher) { in Wire() function in node::inspector::protocol::RuntimeAgent
|
H A D | runtime_agent.h | 17 void Wire(UberDispatcher* dispatcher);
|
H A D | tracing_agent.h | 22 void Wire(UberDispatcher* dispatcher);
|
H A D | worker_agent.h | 21 void Wire(UberDispatcher* dispatcher);
|
H A D | tracing_agent.cc | 127 void TracingAgent::Wire(UberDispatcher* dispatcher) { in Wire() function in node::inspector::protocol::TracingAgent
|
H A D | worker_agent.cc | 84 void WorkerAgent::Wire(UberDispatcher* dispatcher) { in Wire() function in node::inspector::protocol::WorkerAgent
|
/third_party/backends/backend/ |
H A D | net.h | 61 Wire wire;
|
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/ |
H A D | Client.h | 19 #include <dawn_wire/Wire.h>
|
/third_party/backends/testsuite/sanei/ |
H A D | test_wire.c | 15 static Wire w;
|
/third_party/backends/frontend/ |
H A D | saned.c | 250 static Wire wire; 302 static int process_request (Wire * w); 542 decode_handle (Wire * w, const char *op) in decode_handle() 1337 init (Wire * w) in init() 1422 start_scan (Wire * w, int h, SANE_Start_Reply * reply) in start_scan() 1554 start_scan (Wire * w, int h, SANE_Start_Reply * reply) in start_scan() 1652 do_scan (Wire * w, int h, int data_fd) in do_scan() 1823 process_request (Wire * w)
|
/third_party/node/src/ |
H A D | inspector_agent.cc | 227 tracing_agent_->Wire(node_dispatcher_.get()); in ChannelImpl() 230 worker_agent_->Wire(node_dispatcher_.get()); in ChannelImpl() 233 runtime_agent_->Wire(node_dispatcher_.get()); in ChannelImpl()
|
H A D | js_native_api_v8_inspector.cc | 906 runtime_agent_->Wire(node_dispatcher_.get()); in ChannelImpl()
|