Home
last modified time | relevance | path

Searched refs:Graphviz (Results 1 – 25 of 63) sorted by relevance

123

/external/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/
DGraphvizModule.java31 bind(NameFactory.class).annotatedWith(Graphviz.class).to(ShortNameFactory.class); in configure()
32 bind(PortIdFactory.class).annotatedWith(Graphviz.class).to(PortIdFactoryImpl.class); in configure()
DGraphviz.java30 @interface Graphviz {} annotation
DGraphvizGrapher.java59 GraphvizGrapher(@Graphviz NameFactory nameFactory, @Graphviz PortIdFactory portIdFactory) { in GraphvizGrapher()
/external/swiftshader/third_party/LLVM/lib/Support/
DGraphWriter.cpp58 sys::Path Graphviz(LLVM_PATH_GRAPHVIZ); in DisplayGraph() local
61 args.push_back(Graphviz.c_str()); in DisplayGraph()
66 if (sys::Program::ExecuteAndWait(Graphviz, &args[0],0,0,0,0,&ErrMsg)) { in DisplayGraph()
/external/swiftshader/third_party/LLVM/include/llvm/Config/
Dllvm-config.h.in88 /* Define to path to Graphviz program if found or 'echo Graphviz' otherwise */
Dllvm-config.h.cmake88 /* Define to path to Graphviz program if found or 'echo Graphviz' otherwise */
Dconfig.h.in170 /* Define if the Graphviz program is available */
606 /* Define to path to Graphviz program if found or 'echo Graphviz' otherwise */
Dconfig.h.cmake172 /* Define if the Graphviz program is available */
608 /* Define to path to Graphviz program if found or 'echo Graphviz' otherwise */
/external/wayland/
Dconfigure.ac178 …AC_MSG_ERROR([Graphviz dot $dot_version too old. Graphviz 2.26+ required for documentation build. …
/external/tensorflow/tensorflow/lite/g3doc/convert/
Dcmdline_examples.md226 The converter can export a graph to the Graphviz Dot format for easy
233 The first way to get a Graphviz rendering is to pass `GRAPHVIZ_DOT` into
269 The second way to get a Graphviz rendering is to pass the `--dump_graphviz_dir`
270 flag, specifying a destination directory to dump Graphviz rendering to. Unlike
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2007-OriginalClangReadme.txt125 invoking Graphviz.
127 For more information on getting Graphviz to work with clang/LLVM,
/external/llvm/docs/HistoricalNotes/
D2007-OriginalClangReadme.txt125 invoking Graphviz.
127 For more information on getting Graphviz to work with clang/LLVM,
/external/swiftshader/third_party/llvm-7.0/llvm/docs/HistoricalNotes/
D2007-OriginalClangReadme.txt125 invoking Graphviz.
127 For more information on getting Graphviz to work with clang/LLVM,
/external/swiftshader/third_party/LLVM/autoconf/
Dconfigure.ac903 AC_PATH_PROG(GRAPHVIZ, [Graphviz], [echo Graphviz])
904 if test "$GRAPHVIZ" != "echo Graphviz" ; then
905 AC_DEFINE([HAVE_GRAPHVIZ],[1],[Define if the Graphviz program is available])
911 [Define to path to Graphviz program if found or 'echo Graphviz' otherwise])
/external/scapy/doc/scapy/
Dinstallation.rst163 * Graphs. ``conversations()`` needs `Graphviz <http://www.graphviz.org/>`_ and `ImageMagick <http:/…
331 Graphviz (large download, will install several GNOME libraries)
/external/clang/docs/analyzer/
DDebugChecks.rst18 using a 'dot' format viewer (such as Graphviz on OS X) instead.
/external/Reactive-Extensions/RxCpp/
DREADME.md229 When Doxygen+Graphviz is installed, CMake creates a special build task named `doc`. It creates actu…
/external/python/google-api-python-client/docs/epy/
Depydoc.css281 * Graphviz dot. 'img.graph-without-title' is used for bare
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/docs/apidoc/
Depydoc.css281 * Graphviz dot. 'img.graph-without-title' is used for bare
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/docs/apidoc/
Depydoc.css281 * Graphviz dot. 'img.graph-without-title' is used for bare
/external/libopus/doc/
DDoxyfile.in327 # available from the path. This tool is part of Graphviz (see:
/external/tensorflow/tensorflow/compiler/xla/
Dxla.proto138 // Assign colors based on sharding information when generating the Graphviz
/external/javaparser/
Dchangelog.md141 * You can now inspect the AST by exporting it to XML, JSON, YAML, or a Graphviz's dot diagram, than…
/external/ImageMagick/
DInstall-unix.txt63 Graphviz --with-gvc=yes yes
/external/mesa3d/doxygen/
Dcommon.doxy997 # available from the path. This tool is part of Graphviz, a graph visualization

123