HomeSort by relevance Sort by last modified time
    Searched refs:dotty (Results 1 - 8 of 8) sorted by null

  /external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph/
Dot.py 11 package needs to be installed on the system, moreover the :command:`dot` and :command:`dotty` programs must
77 dotty (invoked via :py:func:`~altgraph.Dot.display`) may not be able to
117 If the :command:`dot` and :command:`dotty` programs are not in the current system path
121 def __init__(self, graph=None, nodes=None, edgefn=None, nodevisitor=None, edgevisitor=None, name="G", dot='dot', dotty='dotty', neato='neato', graphtype="digraph"):
133 self.dot, self.dotty, self.neato = dot, dotty, neato
178 Displays the current graph via dotty
188 plot_cmd = "%s %s" % (self.dotty, self.temp_dot)
  /external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph_tests/
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/!!neato')
331 '/usr/local/bin/!!dotty tmp_dot.dot'
338 '/usr/local/bin/!!dotty tmp_dot.dot
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
GraphWriter.cpp 182 sys::Path dotty(LLVM_PATH_DOTTY);
185 args.push_back(dotty.c_str());
189 errs() << "Running 'dotty' program... ";
190 if (sys::Program::ExecuteAndWait(dotty, &args[0],0,0,0,0,&ErrMsg)) {
193 // Dotty spawns another app and doesn't wait until it returns
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lua.c 303 static void dotty (lua_State *L) { function
467 dotty(L);
471 dotty(L);
  /external/skia/third_party/lua/src/
lua.c 303 static void dotty (lua_State *L) { function
467 dotty(L);
471 dotty(L);
  /external/syslinux/com32/lua/src/
lua.c 310 static void dotty (lua_State *L) { function
474 dotty(L);
478 dotty(L);
  /external/mksh/src/
jobs.c 525 bool dotty = false; local
530 dotty = true;
538 if (ttypgrp_ok && dotty && !(flags & XBGND))
    [all...]
  /external/swiftshader/third_party/LLVM/
configure 749 DOTTY
    [all...]

Completed in 233 milliseconds