Home
last modified time | relevance | path

Searched refs:Inspect (Results 1 – 7 of 7) sorted by relevance

/external/google-breakpad/src/client/mac/crash_generation/
DInspector.h119 void Inspect(const char *receive_port_name);
DInspectorMain.mm56 inspector.Inspect(argv[1]);
DInspector.mm55 void Inspector::Inspect(const char *receive_port_name) {
67 // Inspect the task and write a minidump file.
/external/fonttools/Lib/fontTools/
Dinspect.py221 class Inspect(object): class
261 Inspect(arg)
/external/skia/third_party/yasm/
DREADME.skia81 Inspect the current yasm.gyp for a list of the subprograms and their
/external/clang/docs/
DInternalsManual.rst2017 * Inspect the generated AST by printing it using ``clang -cc1 -ast-print``,
2020 * Inspect the generated AST under ``clang -cc1 -ast-dump`` to verify that
/external/llvm/docs/
DWritingAnLLVMPass.rst451 #. Inspect or modify a ``Function`` other than the one currently being processed.