Searched refs:ResponseWriter (Results 1 – 10 of 10) sorted by relevance
/external/rust/crates/gdbstub/src/gdbstub_impl/ |
D | mod.rs | 15 ConsoleOutput, IdKind, Packet, ResponseWriter, ThreadId, 157 let mut res = ResponseWriter::new(conn); in run() 167 let mut res = ResponseWriter::new(conn); in run() 187 let mut res = ResponseWriter::new(conn); in run() 242 res: &mut ResponseWriter<C>, in handle_command() 260 res: &mut ResponseWriter<C>, in handle_base() 743 res: &mut ResponseWriter<C>, in handle_monitor_cmd() 760 let mut res = ResponseWriter::new(res.as_conn()); in handle_monitor_cmd() 785 res: &mut ResponseWriter<C>, in handle_section_offsets() 838 res: &mut ResponseWriter<C>, in handle_extended_mode() [all …]
|
/external/rust/crates/gdbstub/src/protocol/ |
D | response_writer.rs | 18 pub struct ResponseWriter<'a, C: Connection + 'a> { struct 29 impl<'a, C: Connection + 'a> ResponseWriter<'a, C> { impl
|
D | mod.rs | 10 pub(crate) use response_writer::{Error as ResponseWriterError, ResponseWriter};
|
/external/skqp/infra/pathkit/perf/ |
D | wasm_perf_aggregator.go | 113 func reporter(w http.ResponseWriter, r *http.Request) { argument 156 func dumpJSON(w http.ResponseWriter, r *http.Request) { argument
|
/external/skia/infra/wasm-common/perf/ |
D | wasm_perf_aggregator.go | 115 func reporter(w http.ResponseWriter, r *http.Request) { argument 159 func dumpJSON(w http.ResponseWriter, r *http.Request) { argument
|
/external/skia/infra/lottiecap/gold/ |
D | lottie-web-aggregator.go | 93 func reporter(w http.ResponseWriter, r *http.Request) { argument 151 func dumpJSON(w http.ResponseWriter, r *http.Request) { argument
|
/external/skqp/infra/pathkit/gold/ |
D | wasm_gold_aggregator.go | 100 func reporter(w http.ResponseWriter, r *http.Request) { argument 159 func dumpJSON(w http.ResponseWriter, r *http.Request) { argument
|
/external/skia/infra/wasm-common/gold/ |
D | wasm_gold_aggregator.go | 101 func reporter(w http.ResponseWriter, r *http.Request) { argument 162 func dumpJSON(w http.ResponseWriter, r *http.Request) { argument
|
/external/skqp/infra/lottiecap/gold/ |
D | lottie-web-aggregator.go | 94 func reporter(w http.ResponseWriter, r *http.Request) { argument 152 func dumpJSON(w http.ResponseWriter, r *http.Request) { argument
|
/external/libcap/goapps/web/ |
D | web.go | 101 func (h *Handler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
|