Home
last modified time | relevance | path

Searched refs:legend (Results 1 – 25 of 140) sorted by relevance

123456

/third_party/giflib/
Dgif_font.c159 const char *legend, in GifDrawText8x8() argument
168 for (cp = legend; *cp; cp++) in GifDrawText8x8()
210 const char *legend, in GifDrawBoxedText8x8() argument
219 for (cp = legend; *cp; cp++) in GifDrawBoxedText8x8()
232 dup = malloc(strlen(legend)+1); in GifDrawBoxedText8x8()
240 (void)strcpy(dup, (char *)legend); in GifDrawBoxedText8x8()
Dgif_lib.h283 const char *legend, const int color);
295 const char *legend,
/third_party/boost/libs/numeric/odeint/examples/
Dsolar_system.agr332 @ legend on
333 @ legend loctype view
334 @ legend 0.85, 0.8
335 @ legend box color 1
336 @ legend box pattern 1
337 @ legend box linewidth 1.0
338 @ legend box linestyle 1
339 @ legend box fill color 0
340 @ legend box fill pattern 1
341 @ legend font 0
[all …]
/third_party/typescript/src/compiler/
Dtracing.ts27 const legend: TraceRecord[] = []; constant
65 legend.push({
99 legend[legend.length - 1].typesPath = undefined;
181 const typesPath = legend[legend.length - 1].typesPath!; constant
289 fs.writeFileSync(legendPath, JSON.stringify(legend));
/third_party/parse5/test/data/parser-feedback/
Dwebkit02.test210 "description": "<legend>test</legend>",
211 "input": "<legend>test</legend>",
215 "legend",
224 "legend"
/third_party/boost/libs/histogram/benchmark/
Dplot_benchmarks.py45 plt.legend(fontsize="xx-small")
53 plt.legend(fontsize="xx-small")
61 plt.legend(fontsize="xx-small")
69 plt.legend(fontsize="xx-small")
/third_party/icu/icu4c/source/test/perf/perldriver/
DOutput.pm30 my $legend = "<a name=\"Legend\">\n<h2>Table legend</h2></a><ul>";
46 $legend .= "<li>".$message."</li>\n";
249 $legend .= "</ul>\n";
250 print HTML $legend;
/third_party/icu/icu4j/perf-tests/perldriver/
DOutput.pm28 my $legend = "<a name=\"Legend\">\n<h2>Table legend</h2></a><ul>";
44 $legend .= "<li>".$message."</li>\n";
249 $legend .= "</ul>\n";
250 print HTML $legend;
/third_party/boost/libs/hana/doc/js/
Dchart.js66 if (options.legend == undefined) {
67 options.legend = {
/third_party/boost/libs/hana/doc/html/
Dchart.js66 if (options.legend == undefined) {
67 options.legend = {
/third_party/libpsl/
DMakefile.am45 genhtml --prefix . $(LCOV_INFO) --legend --title "libpsl" --output-directory=lcov
64 …genhtml --prefix . --ignore-errors source $(LCOV_INFO) --legend --title "libpsl-fuzz" --output-dir…
/third_party/ltp/testcases/realtime/tools/
Dftqviz.py104 legend(['interpolated', 'smoothed'])
115 legend(['interpolated', 'smoothed'])
/third_party/libxml2/fuzz/
Dhtml.dict53 elem_legend="<legend></legend>"
/third_party/libpsl/fuzz/
Dview-coverage.sh20 genhtml --prefix . --ignore-errors source $LCOV_INFO --legend --title "$1" --output-directory=lcov
/third_party/boost/libs/compute/perf/
Dperfdoc.py42 pylab.legend(loc='upper left')
/third_party/skia/bin/
Dcoverage56 genhtml -q "$DIR"/merged --legend -o "$DIR"/coverage_report --ignore-errors source
/third_party/flutter/skia/bin/
Dcoverage56 genhtml -q "$DIR"/merged --legend -o "$DIR"/coverage_report --ignore-errors source
/third_party/boost/libs/numeric/odeint/performance/
Dplot_result.py59 ax.legend(loc='upper left', prop={'size': 16})
/third_party/boost/libs/numeric/ublas/benchmarks/
Dplot.py52 plt.legend()
/third_party/optimized-routines/math/tools/
Dplot.py57 ax1.legend()
/third_party/flutter/skia/fuzz/
Dcoverage81 genhtml -q "$DIR"/merged --legend -o "$DIR"/coverage_report --ignore-errors source
/third_party/skia/fuzz/
Dcoverage81 genhtml -q "$DIR"/merged --legend -o "$DIR"/coverage_report --ignore-errors source
/third_party/boost/libs/histogram/doc/
Diteration_performance.py58 plt.legend(handles=handles, fontsize="x-small", frameon=False, handlelength=4, ncol=2)
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/bloat/
Dwebtreemap.css52 #legend > * {
/third_party/gstreamer/gstreamer/tests/misc/
Dplot-data68 pylab.legend()

123456