/prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/third_party/svg/ |
svg.go | 15 // Package svg provides tools related to handling of SVG files 16 package svg package 24 viewBox = regexp.MustCompile(`<svg\s*width="[^"]+"\s*height="[^"]+"\s*viewBox="[^"]+"`) 26 svgClose = regexp.MustCompile(`</svg>`) 29 // Massage enhances the SVG output from DOT to provide better 32 func Massage(svg string) string { 34 // resulting on unparsable SVG. 35 svg = strings.Replace(svg, "&;", "&;", -1 [all...] |
/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/third_party/svg/ |
svg.go | 15 // Package svg provides tools related to handling of SVG files 16 package svg package 24 viewBox = regexp.MustCompile(`<svg\s*width="[^"]+"\s*height="[^"]+"\s*viewBox="[^"]+"`) 26 svgClose = regexp.MustCompile(`</svg>`) 29 // Massage enhances the SVG output from DOT to provide better 32 func Massage(svg string) string { 34 // resulting on unparsable SVG. 35 svg = strings.Replace(svg, "&;", "&;", -1 [all...] |
/external/nanopb-c/docs/ |
Makefile | 4 %.png: %.svg
|
/external/kmod/ |
README.md | 3 [![Build Status](https://semaphoreci.com/api/v1/projects/29d989ba-0f70-4006-be21-550f6692b73b/449920/shields_badge.svg)](https://semaphoreci.com/lucasdemarchi/kmod)<br/> 4 [![Coverity Scan Status](https://scan.coverity.com/projects/2096/badge.svg)](https://scan.coverity.com/projects/2096)
|
/device/linaro/bootloader/arm-trusted-firmware/docs/diagrams/ |
Makefile | 73 $(call generate_image,$($(patsubst %.png,%_layers,$@)),$(patsubst %.png,%.svg,$@),svg,$($(patsubst %.png,%_opts,$@)),$<) 74 inkscape -z $(patsubst %.png,%.svg,$@) -e $@ -d 45
|
/external/skia/tools/viewer/ |
BisectSlide.cpp | 14 #include "../experimental/svg/model/SkSVGDOM.h" 24 if (bisect->fFilePath.endsWith(".svg")) { 30 sk_sp<SkSVGDOM> svg = SkSVGDOM::MakeFromDOM(xml); local 31 if (!svg) { 32 SkDebugf("BISECT: couldn't load svg at \"%s\"\n", filepath); 35 svg->setContainerSize(SkSize::Make(bisect->getDimensions())); 36 svg->render(bisect.get());
|
/external/skqp/samplecode/ |
SamplePathFinder.cpp | 38 if (fFilename.endsWith(".svg")) { 44 sk_sp<SkSVGDOM> svg = SkSVGDOM::MakeFromDOM(xml); local 45 if (!svg) { 46 SkDebugf("couldn't load svg at \"%s\"\n", fFilename.c_str()); 49 svg->setContainerSize(SkSize::Make(500, 500)); 50 svg->render(this);
|
/prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/ |
htmlunit-2.14.jar | |
/external/tensorflow/tensorflow/contrib/lite/tools/ |
visualize.py | 95 var svg = d3.select("#subgraph%d"); 96 var width = svg.attr("width"); 97 var height = svg.attr("height"); 107 var edge = svg.append("g").attr("class", "edges").selectAll("line") 110 var node = svg.selectAll(".nodes") 362 html += "<svg id='subgraph%d' width='960' height='1600'></svg>\n" % (
|
/prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/ |
webui.go | 248 // dot generates a web page containing an svg diagram. 250 rpt, errList := ui.makeReport(w, req, []string{"svg"}) 262 // Convert to svg. 263 svg, err := dotToSvg(dot.Bytes()) 278 HTMLBody: template.HTML(string(svg)), 292 svg := bytes.Replace(out.Bytes(), []byte("&;"), []byte("&;"), -1) 294 // Cleanup for embedding by dropping stuff before the <svg> start. 295 if pos := bytes.Index(svg, []byte("<svg")); pos >= 0 { 296 svg = svg[pos: [all...] |
webhtml.go | 49 svg { 250 // Make svg pannable and zoomable. 252 function initPanAndZoom(svg, clickHandler) { 264 const initWidth = svg.viewBox.baseVal.width 265 const initHeight = svg.viewBox.baseVal.height 279 // Convert event coordinates to svg coordinates. 281 const p = svg.createSVGPoint() 284 let m = svg.getCTM() 285 if (m == null) m = svg.getScreenCTM() // Firefox workaround. 289 // Change the scaling for the svg to s, keeping the point denote [all...] |
/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/ |
webui.go | 248 // dot generates a web page containing an svg diagram. 250 rpt, errList := ui.makeReport(w, req, []string{"svg"}) 262 // Convert to svg. 263 svg, err := dotToSvg(dot.Bytes()) 278 HTMLBody: template.HTML(string(svg)), 292 svg := bytes.Replace(out.Bytes(), []byte("&;"), []byte("&;"), -1) 294 // Cleanup for embedding by dropping stuff before the <svg> start. 295 if pos := bytes.Index(svg, []byte("<svg")); pos >= 0 { 296 svg = svg[pos: [all...] |
webhtml.go | 49 svg { 250 // Make svg pannable and zoomable. 252 function initPanAndZoom(svg, clickHandler) { 264 const initWidth = svg.viewBox.baseVal.width 265 const initHeight = svg.viewBox.baseVal.height 279 // Convert event coordinates to svg coordinates. 281 const p = svg.createSVGPoint() 284 let m = svg.getCTM() 285 if (m == null) m = svg.getScreenCTM() // Firefox workaround. 289 // Change the scaling for the svg to s, keeping the point denote [all...] |
/development/tools/winscope/ |
webpack.config.js | 55 test: /\.(png|jpg|gif|svg)$/,
|
/build/make/core/ |
product-graph.mk | 39 products_svg := $(OUT_DIR)/products.svg 64 colorscheme=\"svg\" fontcolor=\"darkblue\" href=\"products/$(1).html\" \ 143 @echo Product graph SVG: $@
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/icons/ |
Makefile | 12 inkscape $(subst .png,.svg, $(word 2, $(subst /, , $(@)))) --without-gui \
|
/external/libopus/doc/ |
Makefile.am | 13 opus_logo.svg trivial_example.c
|
/external/tensorflow/tensorflow/contrib/lite/models/testdata/g3doc/ |
README.md | 31 ![hotword_model](hotword.svg "Hotword model") 41 ![speakerid_model](speakerid.svg "Speaker-id model") 51 ![tts_model](tts.svg "TTS model") 62 ![asr_am_model](asr_am.svg "ASR AM model") 76 ![asr_lm_model](asr_lm.svg "ASR LM model") 89 ![endpointer_model](endpointer.svg "Endpointer model")
|
/external/v8/tools/turbolizer/ |
graph-view.js | 12 var svg = this.divElement.append("svg").attr('version','1.1').attr("width", "100%"); 13 graph.svg = svg; 101 var defs = svg.append('svg:defs'); 102 defs.append('svg:marker') 109 .append('svg:path') 112 this.graphElement = svg.append("g"); 142 svg.on("mousedown", function(d){graph.svgMouseDown.call(graph, d);}) [all...] |
/development/vndk/tools/definition-tool/assets/visual/ |
dep-graph.js | 34 let canvas = d3.select("#dep_graph_column").append("svg"); 38 let svg = canvas.append("g"); 39 svg.attr("transform", "translate(" + (radius + 100) + "," + radius + ")"); 41 link = svg.append("g").selectAll(".link"); 42 node = svg.append("g").selectAll(".node");
|
/system/extras/simpleperf/scripts/ |
report_html.js | 837 let svgStr = '<svg xmlns="http://www.w3.org/2000/svg" \ 840 </svg>'; 842 this.svg = this.div.find('svg'); 848 // Make the added nodes in the svg visible. 850 this.svg = this.div.find('svg'); 858 this.svg.append(`<defs > <linearGradient id="background_gradient_${this.id}" 904 this.svg.append(`<g> <title>${title}</title> <rect x="${x}%" y="${y}" ox="${x}" [all...] |
/prebuilts/go/darwin-x86/src/cmd/trace/ |
pprof.go | 204 // serveSVGProfile serves pprof-like profile generated by prof as svg. 241 svgFilename := blockf.Name() + ".svg" 242 if output, err := exec.Command(goCmd(), "tool", "pprof", "-svg", "-output", svgFilename, blockf.Name()).CombinedOutput(); err != nil { 247 w.Header().Set("Content-Type", "image/svg+xml")
|
/prebuilts/go/linux-x86/src/cmd/trace/ |
pprof.go | 204 // serveSVGProfile serves pprof-like profile generated by prof as svg. 241 svgFilename := blockf.Name() + ".svg" 242 if output, err := exec.Command(goCmd(), "tool", "pprof", "-svg", "-output", svgFilename, blockf.Name()).CombinedOutput(); err != nil { 247 w.Header().Set("Content-Type", "image/svg+xml")
|
/system/extras/simpleperf/scripts/inferno/ |
svg_renderer.py | 189 f.write("""<svg xmlns="http://www.w3.org/2000/svg" 204 f.write("</svg></div><br/>\n\n")
|
/external/skia/experimental/docs/ |
svgBackend.js | 4 var svgNS = "http://www.w3.org/2000/svg"; 74 svgRoot = document.getElementById("svg");
|