HomeSort by relevance Sort by last modified time
    Searched refs:Graphviz (Results 1 - 10 of 10) sorted by null

  /external/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/
GraphvizModule.java 17 package com.google.inject.grapher.graphviz;
31 .annotatedWith(Graphviz.class)
34 .annotatedWith(Graphviz.class)
Graphviz.java 17 package com.google.inject.grapher.graphviz;
24 * Annotation for types used by the graphviz grapher.
30 @interface Graphviz {}
GraphvizGrapher.java 17 package com.google.inject.grapher.graphviz;
41 * {@link com.google.inject.grapher.InjectorGrapher} implementation that writes out a Graphviz DOT
58 @Inject GraphvizGrapher(@Graphviz NameFactory nameFactory,
59 @Graphviz PortIdFactory portIdFactory) {
204 * represents combining them. With Graphviz, that just means concatenating
  /external/swiftshader/third_party/LLVM/lib/Support/
GraphWriter.cpp 58 sys::Path Graphviz(LLVM_PATH_GRAPHVIZ);
61 args.push_back(Graphviz.c_str());
65 errs() << "Running 'Graphviz' program... ";
66 if (sys::Program::ExecuteAndWait(Graphviz, &args[0],0,0,0,0,&ErrMsg)) {
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
webui.go 265 http.Error(w, "Could not execute dot; may need to install graphviz.",
267 ui.options.UI.PrintErr("Failed to execute dot. Is Graphviz installed?\n", err)
commands.go 386 return fmt.Errorf("Failed to execute dot. Is Graphviz installed? Error: %v", err)
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
webui.go 265 http.Error(w, "Could not execute dot; may need to install graphviz.",
267 ui.options.UI.PrintErr("Failed to execute dot. Is Graphviz installed?\n", err)
commands.go 386 return fmt.Errorf("Failed to execute dot. Is Graphviz installed? Error: %v", err)
  /external/ImageMagick/
configure     [all...]
  /external/swiftshader/third_party/LLVM/
configure 742 GRAPHVIZ
    [all...]

Completed in 1140 milliseconds