/third_party/node/src/inspector/ |
H A D | worker_agent.cc | 14 explicit NodeWorkers(std::weak_ptr<NodeWorker::Frontend> frontend, in NodeWorkers() argument 16 : frontend_(frontend), thread_(thread) {} in NodeWorkers() 127 auto frontend = frontend_.lock(); in WorkerCreated() local 128 if (!frontend) in WorkerCreated() 135 frontend->attachedToWorker(id, WorkerInfo(id, title, url), waiting); in WorkerCreated() 139 auto frontend = frontend_.lock(); in Send() local 140 if (frontend) in Send() 141 frontend->receivedMessageFromWorker(id, message); in Send() 153 auto frontend = frontend_.lock(); in Detached() 154 if (frontend) { in Detached() [all...] |
H A D | tracing_agent.cc | 20 std::weak_ptr<NodeTracing::Frontend> frontend) in DeletableFrontendWrapper() 21 : frontend_(frontend) {} in DeletableFrontendWrapper() 23 // This should only be called from the main thread, meaning frontend should 34 std::weak_ptr<NodeTracing::Frontend> frontend) in CreateFrontendWrapperRequest() 36 frontend_wrapper_ = std::make_unique<DeletableFrontendWrapper>(frontend); in CreateFrontendWrapperRequest() 71 auto frontend = frontend_wrapper->get(); 72 if (frontend != nullptr) { 73 frontend->sendRawJSONNotification(message_); 128 // Note that frontend is still owned by TracingAgent in Wire() 19 DeletableFrontendWrapper( std::weak_ptr<NodeTracing::Frontend> frontend) DeletableFrontendWrapper() argument 33 CreateFrontendWrapperRequest(int object_id, std::weak_ptr<NodeTracing::Frontend> frontend) CreateFrontendWrapperRequest() argument
|
/third_party/backends/backend/genesys/ |
H A D | sensor.cpp | 77 std::ostream& operator<<(std::ostream& out, const Genesys_Frontend& frontend) in operator <<() argument 82 << " id: " << frontend.id << '\n' in operator <<() 83 << " regs: " << format_indent_braced_list(4, frontend.regs) << '\n' in operator <<() 85 << " reg2[0]: " << frontend.reg2[0] << '\n' in operator <<() 86 << " reg2[1]: " << frontend.reg2[1] << '\n' in operator <<() 87 << " reg2[2]: " << frontend.reg2[2] << '\n' in operator <<() 88 << " layout: " << format_indent_braced_list(4, frontend.layout) << '\n' in operator <<()
|
H A D | gl841.cpp | 296 dev->frontend = dev->frontend_initial; in gl841_set_lide80_fe() 300 dev->interface->write_fe_register(0x00, dev->frontend.regs.get_value(0x00)); in gl841_set_lide80_fe() 301 dev->interface->write_fe_register(0x03, dev->frontend.regs.get_value(0x01)); in gl841_set_lide80_fe() 302 dev->interface->write_fe_register(0x06, dev->frontend.regs.get_value(0x02)); in gl841_set_lide80_fe() 307 dev->interface->write_fe_register(0x00, dev->frontend.regs.get_value(0x00)); in gl841_set_lide80_fe() 308 dev->interface->write_fe_register(0x06, dev->frontend.regs.get_value(0x20)); in gl841_set_lide80_fe() 309 dev->interface->write_fe_register(0x03, dev->frontend.regs.get_value(0x28)); in gl841_set_lide80_fe() 313 // Set values of Analog Device type frontend 325 dev->frontend = dev->frontend_initial; in gl841_set_ad_fe() 327 // write them to analog frontend in gl841_set_ad_fe() [all...] |
H A D | calibration.h | 40 Genesys_Frontend frontend; member 52 frontend == other.frontend && in operator ==() 68 serialize(str, x.frontend); in serialize()
|
H A D | gl646.cpp | 811 // setup analog frontend in init_regs_for_scan_session() 896 /* Wolfson frontend */ in gl646_init_regs() 1027 // Set values of Analog Device type frontend 1035 dev->frontend = dev->frontend_initial; in gl646_set_ad_fe() 1037 // write them to analog frontend in gl646_set_ad_fe() 1038 dev->interface->write_fe_register(0x00, dev->frontend.regs.get_value(0x00)); in gl646_set_ad_fe() 1039 dev->interface->write_fe_register(0x01, dev->frontend.regs.get_value(0x01)); in gl646_set_ad_fe() 1044 dev->interface->write_fe_register(0x02 + i, dev->frontend.get_gain(i)); in gl646_set_ad_fe() 1047 dev->interface->write_fe_register(0x05 + i, dev->frontend.get_offset(i)); in gl646_set_ad_fe() 1053 dev->interface->write_fe_register(0x00, dev->frontend in gl646_set_ad_fe() [all...] |
H A D | genesys.cpp | 268 for (const auto& frontend : *s_frontends) { in sanei_genesys_init_structs() 269 if (dev->model->adc_id == frontend.id) { in sanei_genesys_init_structs() 270 dev->frontend_initial = frontend; in sanei_genesys_init_structs() 271 dev->frontend = frontend; in sanei_genesys_init_structs() 1152 dev.frontend.set_gain(0, 0xff); in scanner_search_strip() 1153 dev.frontend.set_gain(1, 0xff); in scanner_search_strip() 1154 dev.frontend.set_gain(2, 0xff); in scanner_search_strip() 1387 dev.frontend.layout.type != FrontendType::WOLFSON) in scanner_offset_calibration() 1393 dev.frontend in scanner_offset_calibration() [all...] |
H A D | gl842.cpp | 225 // Set values of analog frontend 235 dev->frontend = dev->frontend_initial; in set_fe() 238 // check analog frontend type in set_fe() 242 for (const auto& reg : dev->frontend.regs) { in set_fe() 248 throw SaneException(SANE_STATUS_UNSUPPORTED, "unsupported frontend type %d", fe_type); in set_fe() 252 dev->interface->write_fe_register(i, dev->frontend.regs.get_value(0x00 + i)); in set_fe() 259 dev->interface->write_fe_register(0x20 + i, dev->frontend.get_offset(i)); in set_fe() 263 dev->interface->write_fe_register(0x28 + i, dev->frontend.get_gain(i)); in set_fe() 483 switch (dev->frontend.layout.type) { in gl842_init_optical_regs_scan() 493 throw SaneException("Invalid frontend typ in gl842_init_optical_regs_scan() [all...] |
H A D | gl846.cpp | 285 * Set register values of Analog Device type frontend 300 dev->frontend = dev->frontend_initial; in gl846_set_adi_fe() 303 // write them to analog frontend in gl846_set_adi_fe() 304 dev->interface->write_fe_register(0x00, dev->frontend.regs.get_value(0x00)); in gl846_set_adi_fe() 306 dev->interface->write_fe_register(0x01, dev->frontend.regs.get_value(0x01)); in gl846_set_adi_fe() 309 dev->interface->write_fe_register(0x02 + i, dev->frontend.get_gain(i)); in gl846_set_adi_fe() 312 dev->interface->write_fe_register(0x05 + i, dev->frontend.get_offset(i)); in gl846_set_adi_fe() 316 // Set values of analog frontend 325 // route to specific analog frontend setup in set_fe() 332 throw SaneException("unsupported frontend typ in set_fe() [all...] |
H A D | device.h | 270 Genesys_Frontend frontend, frontend_initial; member 297 // total bytes read sent to frontend 299 // total bytes read to be sent to frontend
|
H A D | gl843.cpp | 613 for (const auto& reg : dev->frontend.regs) { in gl843_set_ad_fe() 618 // Set values of analog frontend 628 dev->frontend = dev->frontend_initial; in set_fe() 631 // check analog frontend type in set_fe() 639 throw SaneException(SANE_STATUS_UNSUPPORTED, "unsupported frontend type %d", fe_type); in set_fe() 643 dev->interface->write_fe_register(i, dev->frontend.regs.get_value(0x00 + i)); in set_fe() 650 dev->interface->write_fe_register(0x20 + i, dev->frontend.get_offset(i)); in set_fe() 655 dev->interface->write_fe_register(0x24 + i, dev->frontend.regs.get_value(0x24 + i)); in set_fe() 660 dev->interface->write_fe_register(0x28 + i, dev->frontend.get_gain(i)); in set_fe() 958 switch (dev->frontend in gl843_init_optical_regs_scan() [all...] |
H A D | device.cpp | 202 << " frontend: " << format_indent_braced_list(4, dev.frontend) << '\n' in operator <<()
|
H A D | gl124.cpp | 352 /** @brief * Set register values of 'special' ti type frontend 353 * Registers value are taken from the frontend register data 364 dev->frontend = dev->frontend_initial; in gl124_set_ti_fe() 370 // write values to analog frontend in gl124_set_ti_fe() 372 dev->interface->write_fe_register(addr, dev->frontend.regs.get_value(addr)); in gl124_set_ti_fe() 380 dev->interface->write_fe_register(0x05 + i, dev->frontend.regs.get_value(0x24 + i)); in gl124_set_ti_fe() 393 // Set values of analog frontend 404 dev->frontend = dev->frontend_initial; in set_fe() 749 DBG(DBG_info, "%s: total bytes to send to frontend = %zu\n", __func__, in init_regs_for_scan_session() 1001 /* logical size of a color as seen by generic code of the frontend */ in send_shading_data() [all...] |
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pt.c | 52 * - frontend -- prepare fetch_elts, draw_elts - eg vsplit 64 struct draw_pt_front_end *frontend = NULL; in draw_pt_arrays() local 99 frontend = draw->pt.frontend; in draw_pt_arrays() 101 if (frontend) { in draw_pt_arrays() 109 frontend = NULL; in draw_pt_arrays() 112 * This could be improved so only the frontend is flushed since it in draw_pt_arrays() 116 frontend->flush(frontend, DRAW_FLUSH_STATE_CHANGE); in draw_pt_arrays() 117 frontend in draw_pt_arrays() [all...] |
H A D | draw_pt_vsplit.c | 205 vsplit_prepare(struct draw_pt_front_end *frontend, in vsplit_prepare() argument 210 struct vsplit_frontend *vsplit = (struct vsplit_frontend *) frontend; in vsplit_prepare() 241 vsplit_flush(struct draw_pt_front_end *frontend, unsigned flags) in vsplit_flush() argument 243 struct vsplit_frontend *vsplit = (struct vsplit_frontend *) frontend; in vsplit_flush() 253 vsplit_destroy(struct draw_pt_front_end *frontend) in vsplit_destroy() argument 255 FREE(frontend); in vsplit_destroy()
|
H A D | draw_pt_vsplit_tmp.h | 210 struct vsplit_frontend *vsplit = (struct vsplit_frontend *) frontend; \ 278 struct vsplit_frontend *vsplit = (struct vsplit_frontend *) frontend; \ 291 struct draw_pt_front_end *frontend, \
|
H A D | draw_private.h | 187 /* Current active frontend */ 188 struct draw_pt_front_end *frontend; member
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-heap-profiler-agent-impl.cc | 36 explicit HeapSnapshotProgress(protocol::HeapProfiler::Frontend* frontend) in HeapSnapshotProgress() argument 37 : m_frontend(frontend) {} in HeapSnapshotProgress() 88 explicit HeapSnapshotOutputStream(protocol::HeapProfiler::Frontend* frontend) in HeapSnapshotOutputStream() argument 89 : m_frontend(frontend) {} in HeapSnapshotOutputStream() 123 explicit HeapStatsStream(protocol::HeapProfiler::Frontend* frontend) in HeapStatsStream() argument 124 : m_frontend(frontend) {} in HeapStatsStream()
|
H A D | v8-console-message.cc | 228 protocol::Console::Frontend* frontend) const { in reportToFrontend() 250 frontend->messageAdded(std::move(result)); in reportToFrontend() 313 void V8ConsoleMessage::reportToFrontend(protocol::Runtime::Frontend* frontend, in reportToFrontend() argument 342 frontend->exceptionThrown(m_timestamp, std::move(exceptionDetails)); in reportToFrontend() 346 frontend->exceptionRevoked(m_message, m_revokedExceptionId); in reportToFrontend() 383 frontend->consoleAPICalled( in reportToFrontend()
|
/third_party/python/Lib/distutils/command/ |
H A D | check.py | 12 from docutils import frontend namespace 128 settings = frontend.OptionParser(components=(Parser,)).get_default_values()
|
/third_party/mesa3d/src/gallium/frontends/clover/llvm/ |
H A D | invocation.cpp | 297 c.getFrontendOpts().ProgramAction = clang::frontend::EmitLLVMOnly; in compile() 305 clang::frontend::Angled, in compile() 313 clang::frontend::Angled, in compile() 341 clang::frontend::Angled, in compile()
|
/third_party/backends/testsuite/backend/genesys/ |
H A D | tests_calibration.cpp | 63 calib.frontend = fe; in create_fake_calibration_entry()
|
/third_party/mesa3d/src/compiler/clc/ |
H A D | clc_helpers.cpp | 824 c->getFrontendOpts().ProgramAction = clang::frontend::EmitLLVMOnly; in clc_compile_to_llvm_module() 836 clang::frontend::Angled, in clc_compile_to_llvm_module() 857 clang::frontend::Angled, in clc_compile_to_llvm_module() 909 clang::frontend::Quoted, in clc_compile_to_llvm_module()
|
/third_party/backends/backend/ |
H A D | mustek_usb_low.c | 90 chip->frontend = 0x00; in usb_low_init() 466 chip->frontend = pattern & 0x01; in usb_low_get_a4() 498 chip->frontend = data & 0x01; in usb_low_select_timing() 525 chip->frontend = 0x01; in usb_low_turn_frontend_mode() 527 chip->frontend = 0x00; in usb_low_turn_frontend_mode() 529 data = chip->select | chip->frontend; in usb_low_turn_frontend_mode()
|
H A D | mustek_usb_low.h | 124 SANE_Byte frontend; member
|