Searched refs:neato (Results 1 – 6 of 6) sorted by relevance
/external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph/ |
D | Dot.py | 121 …, nodevisitor=None, edgevisitor=None, name="G", dot='dot', dotty='dotty', neato='neato', graphtype… argument 133 self.dot, self.dotty, self.neato = dot, dotty, neato 183 neato_cmd = "%s -o %s %s" % (self.neato, self.temp_dot, self.temp_neo) 290 neato_cmd = "%s -o %s %s" % (self.neato, self.temp_dot, self.temp_neo)
|
/external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph_tests/ |
D | test_dot.py | 32 self.assertEqual(dot.neato, 'neato') 54 neato='/usr/local/bin/neato', 63 self.assertEqual(dot.neato, '/usr/local/bin/neato') 297 …dot = Dot.Dot(g, dot='/usr/local/bin/!!dot', dotty='/usr/local/bin/!!dotty', neato='/usr/local/bin… 351 dot.neato='/usr/local/bin/neato'
|
/external/chromium-trace/catapult/telemetry/third_party/altgraph/doc/ |
D | dot.rst | 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 180 If the *mode* is ``"neato"`` the dot file is processed with 181 the neato command before displaying. 207 If the *mode* is ``"neato"`` the dot file is processed with 208 the neato command before displaying.
|
D | changelog.rst | 144 ``"neato"``.
|
/external/chromium-trace/catapult/telemetry/third_party/altgraph/ |
D | PKG-INFO | 161 ``"neato"``.
|
/external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph.egg-info/ |
D | PKG-INFO | 161 ``"neato"``.
|