HomeSort by relevance Sort by last modified time
    Searched full:graphviz (Results 1 - 25 of 229) sorted by null

1 2 3 4 5 6 7 8 910

  /external/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/
Graphviz.java 17 package com.google.inject.grapher.graphviz;
24 * Annotation for types used by the graphviz grapher.
30 @interface Graphviz {}
ArrowType.java 17 package com.google.inject.grapher.graphviz;
20 * Arrow symbols that are available from Graphviz. These can be composed by
23 * See: http://www.graphviz.org/doc/info/arrows.html
CompassPoint.java 17 package com.google.inject.grapher.graphviz;
23 * See: http://www.graphviz.org/doc/info/attrs.html#k:portPos
39 /** Graphviz "compass_pt" value. */
GraphvizModule.java 17 package com.google.inject.grapher.graphviz;
31 .annotatedWith(Graphviz.class)
34 .annotatedWith(Graphviz.class)
EdgeStyle.java 17 package com.google.inject.grapher.graphviz;
22 * See: http://www.graphviz.org/doc/info/attrs.html#k:style
NodeShape.java 17 package com.google.inject.grapher.graphviz;
22 * See: http://www.graphviz.org/doc/info/shapes.html
NodeStyle.java 17 package com.google.inject.grapher.graphviz;
22 * See: http://www.graphviz.org/doc/info/attrs.html#k:style
PortIdFactory.java 17 package com.google.inject.grapher.graphviz;
22 * Interface for a service that returns Graphviz port IDs, used for naming the
PortIdFactoryImpl.java 17 package com.google.inject.grapher.graphviz;
GraphvizEdge.java 17 package com.google.inject.grapher.graphviz;
25 * Data object to encapsulate the attributes of Graphviz edges that we're
GraphvizNode.java 17 package com.google.inject.grapher.graphviz;
28 * Data object to encapsulate the attributes of Graphviz nodes that we're
  /external/chromium-trace/catapult/telemetry/third_party/altgraph/
README.txt 3 graphviz output.
README.chromium 10 etc. with graphviz output. altgraph is used by
  /external/selinux/policycoreutils/semodule_deps/
semodule_deps.8 26 dependencies in the Graphviz dot format (http://www.graphviz.org/)
36 output dependency information in Graphviz dot format
  /external/clang/lib/AST/
StmtViz.cpp 1 //===--- StmtViz.cpp - Graphviz visualization for Stmt ASTs -----*- C++ -*-===//
10 // This file implements Stmt::viewAST, which generates a Graphviz DOT file
11 // that depicts the AST and then calls Graphviz/dot+gv on it.
26 << "systems with Graphviz or gv!\n";
InheritViz.cpp 1 //===- InheritViz.cpp - Graphviz visualization for inheritance --*- C++ -*-===//
11 // generates a GraphViz DOT file that depicts the class inheritance
12 // diagram and then calls Graphviz/dot+gv on it.
29 /// GraphViz file that diagrams the inheritance hierarchy starting at
136 /// class using GraphViz.
  /external/chromium-trace/catapult/telemetry/third_party/altgraph/doc/
dot.rst 5 :synopsis: Interface to the dot language as used by Graphviz..
8 file format used in the `graphviz`_ program. The module is intended to
12 .. _`graphviz`: <http://www.research.att.com/sw/tools/graphviz/>`_
14 To display the graphs or to generate image files the `graphviz`_
63 parameters see the `graphviz`_ documentation.
105 - valid `graphviz colors <http://www.research.att.com/~erg/graphviz/info/colors.html>`_
108 `graphviz reference <http://www.research.att.com/sw/tools/graphviz/refs.html>`_
    [all...]
core.rst 20 via `graphviz <http://www.research.att.com/sw/tools/graphviz/>`_.
  /external/bison/po/
POTFILES.in 6 src/graphviz.c
  /external/llvm/include/llvm/Analysis/
RegionPrinter.h 29 /// @brief Open a viewer to display the GraphViz vizualization of the analysis
38 /// @brief Analyze the regions of a function and open its GraphViz
49 /// @brief Open a viewer to display the GraphViz vizualization of the analysis
58 /// @brief Analyze the regions of a function and open its GraphViz
  /external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph/
Dot.py 6 file format used in the `graphviz <http://www.research.att.com/sw/tools/graphviz/>`_
10 To display the graphs or to generate image files the `graphviz <http://www.research.att.com/sw/tools/graphviz/>`_
57 parameters see the `graphviz <http://www.research.att.com/sw/tools/graphviz/>`_
100 - valid `graphviz colors <http://www.research.att.com/~erg/graphviz/info/colors.html>`_
103 `graphviz reference <http://www.research.att.com/sw/tools/graphviz/refs.html>`_
    [all...]
__init__.py 18 via `graphviz <http://www.research.att.com/sw/tools/graphviz/>`_.
30 - the :py:mod:`altgraph.Dot` module contains functions for displaying graphs via `graphviz <http://www.research.att.com/sw/tools/graphviz/>`_
94 To display the graph we can use the GraphViz backend::
  /external/guice/extensions/grapher/test/com/google/inject/grapher/demo/
InjectorGrapherDemo.java 22 import com.google.inject.grapher.graphviz.GraphvizGrapher;
23 import com.google.inject.grapher.graphviz.GraphvizModule;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
T.g 6 * Run "java org.antlr.Tool -dfa t.g" to generate DOT (graphviz) files. See
  /external/autotest/utils/modelviz/
generate_schema_diagrams.py 6 Graphviz package and Django.

Completed in 3841 milliseconds

1 2 3 4 5 6 7 8 910