Home
last modified time | relevance | path

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

/external/perfetto/ui/src/controller/
Dindex.ts33 const frontend = new Remote(frontendPort); constant
/external/autotest/frontend/afe/
Ddirect_afe.py7 import autotest_lib.server.frontend as frontend namespace
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_vsplit.c200 static void vsplit_prepare(struct draw_pt_front_end *frontend, in vsplit_prepare()
235 static void vsplit_flush(struct draw_pt_front_end *frontend, unsigned flags) in vsplit_flush()
246 static void vsplit_destroy(struct draw_pt_front_end *frontend) in vsplit_destroy()
Ddraw_pt.c61 struct draw_pt_front_end *frontend = NULL; in draw_pt_arrays() local
Ddraw_private.h156 struct draw_pt_front_end *frontend; member
/external/v8/src/inspector/
Dv8-heap-profiler-agent-impl.cc34 explicit HeapSnapshotProgress(protocol::HeapProfiler::Frontend* frontend) in HeapSnapshotProgress()
82 explicit HeapSnapshotOutputStream(protocol::HeapProfiler::Frontend* frontend) in HeapSnapshotOutputStream()
117 explicit HeapStatsStream(protocol::HeapProfiler::Frontend* frontend) in HeapStatsStream()
Dv8-console-message.cc291 void V8ConsoleMessage::reportToFrontend(protocol::Runtime::Frontend* frontend, in reportToFrontend()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DARMDecoderEmitter.cpp1500 ARMDEBackend(ARMDecoderEmitter &frontend, RecordKeeper &Records) : in ARMDEBackend()