Home
last modified time | relevance | path

Searched refs:dotty (Results 1 – 17 of 17) sorted by relevance

/external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph/
DDot.py121 …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/
Ddot.rst15 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/
DGraphWriter.cpp182 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/
Dtest_dot.py31 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/
Dllvm-config.h.in82 /* Define to path to dotty program if found or 'echo dotty' otherwise */
Dllvm-config.h.cmake82 /* Define to path to dotty program if found or 'echo dotty' otherwise */
Dconfig.h.in113 /* Define if the dotty program is available */
600 /* Define to path to dotty program if found or 'echo dotty' otherwise */
Dconfig.h.cmake115 /* 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/
Dlua.c303 static void dotty (lua_State *L) { in dotty() function
467 dotty(L); in pmain()
471 dotty(L); in pmain()
/external/syslinux/com32/lua/src/
Dlua.c310 static void dotty (lua_State *L) { in dotty() function
474 dotty(L); in pmain()
478 dotty(L); in pmain()
/external/mksh/src/
Djobs.c525 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/
Dconfigure.ac973 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/
Dconfig-ix.cmake239 llvm_find_program(dotty)
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/doc/
Dchangelog.rst129 * Issue #11: creating xrefs and dotty graphs from modulegraphs (the --xref
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/
DPKG-INFO146 * Issue #11: creating xrefs and dotty graphs from modulegraphs (the --xref
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph.egg-info/
DPKG-INFO146 * Issue #11: creating xrefs and dotty graphs from modulegraphs (the --xref
/external/swiftshader/third_party/LLVM/
Dconfigure6541 set dummy dotty; ac_word=$2