Home
last modified time | relevance | path

Searched defs:frontend (Results 1 – 9 of 9) sorted by relevance

/third_party/node/src/inspector/
Dworker_agent.cc14 explicit NodeWorkers(std::weak_ptr<NodeWorker::Frontend> frontend, in NodeWorkers()
127 auto frontend = frontend_.lock(); in WorkerCreated() local
139 auto frontend = frontend_.lock(); in Send() local
153 auto frontend = frontend_.lock(); in Detached() local
Dtracing_agent.cc20 std::weak_ptr<NodeTracing::Frontend> frontend) in DeletableFrontendWrapper()
34 std::weak_ptr<NodeTracing::Frontend> frontend) in CreateFrontendWrapperRequest()
71 auto frontend = frontend_wrapper->get(); in Call() local
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_vsplit.c205 vsplit_prepare(struct draw_pt_front_end *frontend, in vsplit_prepare()
241 vsplit_flush(struct draw_pt_front_end *frontend, unsigned flags) in vsplit_flush()
253 vsplit_destroy(struct draw_pt_front_end *frontend) in vsplit_destroy()
Ddraw_pt.c64 struct draw_pt_front_end *frontend = NULL; in draw_pt_arrays() local
Ddraw_private.h188 struct draw_pt_front_end *frontend; member
/third_party/lame/
DMakefile.am7 SUBDIRS = mpglib libmp3lame frontend Dll doc include misc dshow ACM \ subdir
Dconfigure.in592 AC_ARG_ENABLE(frontend, optenable
/third_party/node/deps/v8/src/inspector/
Dv8-heap-profiler-agent-impl.cc36 explicit HeapSnapshotProgress(protocol::HeapProfiler::Frontend* frontend) in HeapSnapshotProgress()
88 explicit HeapSnapshotOutputStream(protocol::HeapProfiler::Frontend* frontend) in HeapSnapshotOutputStream()
123 explicit HeapStatsStream(protocol::HeapProfiler::Frontend* frontend) in HeapStatsStream()
Dv8-console-message.cc313 void V8ConsoleMessage::reportToFrontend(protocol::Runtime::Frontend* frontend, in reportToFrontend()