/external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph/ |
D | Dot.py | 121 …ne, edgefn=None, nodevisitor=None, edgevisitor=None, name="G", dot='dot', dotty='dotty', neato='ne… argument 133 self.dot, self.dotty, self.neato = dot, dotty, neato 188 plot_cmd = "%s %s" % (self.dotty, self.temp_dot)
|
/external/chromium-trace/catapult/telemetry/third_party/altgraph/doc/ |
D | dot.rst | 15 package needs to be installed on the system, moreover the :command:`dot` and :command:`dotty` progr… 82 dotty (invoked via :py:func:`~altgraph.Dot.display`) may not be able to 114 .. class:: Dot(graph[, nodes[, edgefn[, nodevisitor[, edgevisitor[, name[, dot[, dotty[, neato[, gr… 136 The arguments *dot*, *dotty* and *neato* are used to pass the path to 178 Displays the current graph via dotty. 183 This method won't return until the dotty command exits.
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | GraphWriter.cpp | 182 sys::Path dotty(LLVM_PATH_DOTTY); in DisplayGraph() local 185 args.push_back(dotty.c_str()); in DisplayGraph() 190 if (sys::Program::ExecuteAndWait(dotty, &args[0],0,0,0,0,&ErrMsg)) { in DisplayGraph()
|
/external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph_tests/ |
D | test_dot.py | 31 self.assertEqual(dot.dotty, 'dotty') 53 dotty='/usr/local/bin/dotty', 62 self.assertEqual(dot.dotty, '/usr/local/bin/dotty') 297 …dot = Dot.Dot(g, dot='/usr/local/bin/!!dot', dotty='/usr/local/bin/!!dotty', neato='/usr/local/bin…
|
/external/swiftshader/third_party/LLVM/include/llvm/Config/ |
D | llvm-config.h.in | 82 /* Define to path to dotty program if found or 'echo dotty' otherwise */
|
D | llvm-config.h.cmake | 82 /* Define to path to dotty program if found or 'echo dotty' otherwise */
|
D | config.h.in | 113 /* Define if the dotty program is available */ 600 /* Define to path to dotty program if found or 'echo dotty' otherwise */
|
D | config.h.cmake | 115 /* Define if the dotty program is available */ 602 /* Define to path to dotty program if found or 'echo dotty' otherwise */
|
/external/skia/third_party/lua/src/ |
D | lua.c | 303 static void dotty (lua_State *L) { in dotty() function 467 dotty(L); in pmain() 471 dotty(L); in pmain()
|
/external/syslinux/com32/lua/src/ |
D | lua.c | 310 static void dotty (lua_State *L) { in dotty() function 474 dotty(L); in pmain() 478 dotty(L); in pmain()
|
/external/mksh/src/ |
D | jobs.c | 525 bool dotty = false; in exchild() local 530 dotty = true; in exchild() 538 if (ttypgrp_ok && dotty && !(flags & XBGND)) in exchild()
|
/external/swiftshader/third_party/LLVM/autoconf/ |
D | configure.ac | 973 AC_PATH_PROG(DOTTY, [dotty], [echo dotty]) 974 if test "$DOTTY" != "echo dotty" ; then 975 AC_DEFINE([HAVE_DOTTY],[1],[Define if the dotty program is available]) 981 [Define to path to dotty program if found or 'echo dotty' otherwise])
|
/external/swiftshader/third_party/LLVM/cmake/ |
D | config-ix.cmake | 239 llvm_find_program(dotty)
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/doc/ |
D | changelog.rst | 129 * Issue #11: creating xrefs and dotty graphs from modulegraphs (the --xref
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/ |
D | PKG-INFO | 146 * Issue #11: creating xrefs and dotty graphs from modulegraphs (the --xref
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph.egg-info/ |
D | PKG-INFO | 146 * Issue #11: creating xrefs and dotty graphs from modulegraphs (the --xref
|
/external/swiftshader/third_party/LLVM/ |
D | configure | 6541 set dummy dotty; ac_word=$2
|