Home
last modified time | relevance | path

Searched refs:_Main (Results 1 – 12 of 12) sorted by relevance

/external/antlr/runtime/Python/antlr3/
Dmain.py40 class _Main(object): class
183 class LexerMain(_Main):
185 _Main.__init__(self)
196 class ParserMain(_Main):
198 _Main.__init__(self)
244 class WalkerMain(_Main):
246 _Main.__init__(self)
/external/perfetto/docs/design-docs/
Dheapprofd-wire-protocol.md20 The _Main Thread_ has the Perfetto producer connection to traced, and handles incoming client conne…
22 …ead_ unwinds the callstack provided by the client and posts a task to the _Main Thread_ to apply t…
24_Main Thread_ posts a task on the corresponding _Unwinding Thread_ to shut down the connection. Wh…
31 **_Main Thread:_**
48 The _Main Thread_ receives a `TracingConfig` from traced containing a `HeapprofdConfig`. It adds th…
50_Main Thread_ finds the matching configuration in the `ProcessMatcher`, creates a new shared memor…
56 …ke size, address, etc + a vector of frames). It then posts a task to the _Main Thread_ to apply t…
65 Both of these cases are handled the same way. The _Main Thread_ dumps the relevant processes' bookk…
71 traced sends a `StopDataSource` IPC. The _Main Thread_ posts a task to the _Unwinder Thread_ to ask…
/external/skia/tools/
Dreformat-json.py49 def _Main(): function
59 _Main()
Djsondiff.py182 def _Main(): function
202 _Main()
/external/skqp/tools/
Dreformat-json.py45 def _Main(): function
55 _Main()
Djsondiff.py182 def _Main(): function
202 _Main()
/external/antlr/runtime/Python3/antlr3/
Dmain.py42 class _Main(object): class
145 class LexerMain(_Main):
158 class ParserMain(_Main):
196 class WalkerMain(_Main):
/external/toolchain-utils/android_bench_suite/
Dfix_skia_results.py141 def _Main(): function
147 _Main()
/external/googletest/googletest/scripts/
Dgen_gtest_pred_impl.py718 def _Main(): function
733 _Main()
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/Composition/
DProgram.cs9 private static void _Main(string[] args) in _Main() method in Antlr3.Runtime.Test.Composition.Program
/external/llvm-project/llvm/docs/
DCodingStandards.rst380 .. _Main Module Header:
/external/llvm/docs/
DCodingStandards.rst449 .. _Main Module Header: