OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dotty
(Results
1 - 3
of
3
) 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/mksh/src/
jobs.c
526
bool
dotty
= false;
local
531
dotty
= true;
539
if (ttypgrp_ok &&
dotty
&& !(flags & XBGND))
[
all
...]
Completed in 221 milliseconds