Searched refs:Graphviz (Results 1 – 25 of 63) sorted by relevance
123
/external/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/ |
D | GraphvizModule.java | 31 bind(NameFactory.class).annotatedWith(Graphviz.class).to(ShortNameFactory.class); in configure() 32 bind(PortIdFactory.class).annotatedWith(Graphviz.class).to(PortIdFactoryImpl.class); in configure()
|
D | Graphviz.java | 30 @interface Graphviz {} annotation
|
D | GraphvizGrapher.java | 59 GraphvizGrapher(@Graphviz NameFactory nameFactory, @Graphviz PortIdFactory portIdFactory) { in GraphvizGrapher()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | GraphWriter.cpp | 58 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/ |
D | llvm-config.h.in | 88 /* Define to path to Graphviz program if found or 'echo Graphviz' otherwise */
|
D | llvm-config.h.cmake | 88 /* Define to path to Graphviz program if found or 'echo Graphviz' otherwise */
|
D | config.h.in | 170 /* Define if the Graphviz program is available */ 606 /* Define to path to Graphviz program if found or 'echo Graphviz' otherwise */
|
D | config.h.cmake | 172 /* Define if the Graphviz program is available */ 608 /* Define to path to Graphviz program if found or 'echo Graphviz' otherwise */
|
/external/wayland/ |
D | configure.ac | 178 …AC_MSG_ERROR([Graphviz dot $dot_version too old. Graphviz 2.26+ required for documentation build. …
|
/external/tensorflow/tensorflow/lite/g3doc/convert/ |
D | cmdline_examples.md | 226 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/ |
D | 2007-OriginalClangReadme.txt | 125 invoking Graphviz. 127 For more information on getting Graphviz to work with clang/LLVM,
|
/external/llvm/docs/HistoricalNotes/ |
D | 2007-OriginalClangReadme.txt | 125 invoking Graphviz. 127 For more information on getting Graphviz to work with clang/LLVM,
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/HistoricalNotes/ |
D | 2007-OriginalClangReadme.txt | 125 invoking Graphviz. 127 For more information on getting Graphviz to work with clang/LLVM,
|
/external/swiftshader/third_party/LLVM/autoconf/ |
D | configure.ac | 903 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/ |
D | installation.rst | 163 * Graphs. ``conversations()`` needs `Graphviz <http://www.graphviz.org/>`_ and `ImageMagick <http:/… 331 Graphviz (large download, will install several GNOME libraries)
|
/external/clang/docs/analyzer/ |
D | DebugChecks.rst | 18 using a 'dot' format viewer (such as Graphviz on OS X) instead.
|
/external/Reactive-Extensions/RxCpp/ |
D | README.md | 229 When Doxygen+Graphviz is installed, CMake creates a special build task named `doc`. It creates actu…
|
/external/python/google-api-python-client/docs/epy/ |
D | epydoc.css | 281 * Graphviz dot. 'img.graph-without-title' is used for bare
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/docs/apidoc/ |
D | epydoc.css | 281 * Graphviz dot. 'img.graph-without-title' is used for bare
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/docs/apidoc/ |
D | epydoc.css | 281 * Graphviz dot. 'img.graph-without-title' is used for bare
|
/external/libopus/doc/ |
D | Doxyfile.in | 327 # available from the path. This tool is part of Graphviz (see:
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | xla.proto | 138 // Assign colors based on sharding information when generating the Graphviz
|
/external/javaparser/ |
D | changelog.md | 141 * You can now inspect the AST by exporting it to XML, JSON, YAML, or a Graphviz's dot diagram, than…
|
/external/ImageMagick/ |
D | Install-unix.txt | 63 Graphviz --with-gvc=yes yes
|
/external/mesa3d/doxygen/ |
D | common.doxy | 997 # available from the path. This tool is part of Graphviz, a graph visualization
|
123