Home
last modified time | relevance | path

Searched refs:dashes (Results 1 – 25 of 111) sorted by relevance

12345

/external/strace/
Dcount.c164 const char *dashes = "-------------------------"; in call_summary_pers() local
197 dashes, dashes, dashes, dashes, dashes, dashes); in call_summary_pers()
222 dashes, dashes, dashes, dashes, dashes, dashes); in call_summary_pers()
/external/chromium_org/third_party/WebKit/Source/build/scripts/
Daction_useragentstylesheets.py59 dashes = len(args)
61 dashes = args.index('--')
63 sections.append(args[:dashes])
66 if dashes + 1 == len(args):
73 args = args[dashes + 1:]
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/
Djquery.flot.dashes.js35 if (!series.dashes.show) return;
54 if (series.dashes.dashLength[0]) {
55 dashOnLength = series.dashes.dashLength[0];
56 if (series.dashes.dashLength[1]) {
57 dashOffLength = series.dashes.dashLength[1];
62 dashOffLength = dashOnLength = series.dashes.dashLength;
188 var lw = series.dashes.lineWidth,
225 dashes: { property
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/
Djquery.flot.dashes.js35 if (!series.dashes.show) return;
54 if (series.dashes.dashLength[0]) {
55 dashOnLength = series.dashes.dashLength[0];
56 if (series.dashes.dashLength[1]) {
57 dashOffLength = series.dashes.dashLength[1];
62 dashOffLength = dashOnLength = series.dashes.dashLength;
188 var lw = series.dashes.lineWidth,
225 dashes: { property
/external/libvpx/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
DPHP SmartyPants Readme.txt33 quotes, plain dashes, and plain dots, but your published posts (and
34 final HTML output) will appear with smart quotes, em-dashes, and proper
167 backticks-style), em-dashes, and ellipses. `--` (dash dash) is
168 used to signify an em-dash; there is no support for en-dashes.
172 typewriter shorthand for dashes: `--` (dash dash) for en-dashes,
173 `---` (dash dash dash) for em-dashes.
176 Same as smarty_pants="2", but inverts the shorthand for dashes: `--`
177 (dash dash) for em-dashes, and `---` (dash dash dash) for en-dashes.
183 (`"`), `—` is turned into two dashes, etc. This is useful if you
189 attribute. For example, to educate normal quotes and em-dashes, but not
[all …]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DStrokeData.cpp38 void StrokeData::setLineDash(const DashArray& dashes, float dashOffset) in setLineDash() argument
42 size_t dashLength = dashes.size(); in setLineDash()
55 intervals[i] = dashes[i % dashLength]; in setLineDash()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGRenderSupport.cpp365 const Vector<SVGLength>& dashes = svgStyle->strokeDashArray(); in applyStrokeStyleToContext() local
366 if (dashes.isEmpty()) in applyStrokeStyleToContext()
370 const Vector<SVGLength>::const_iterator end = dashes.end(); in applyStrokeStyleToContext()
371 for (Vector<SVGLength>::const_iterator it = dashes.begin(); it != end; ++it) in applyStrokeStyleToContext()
394 const Vector<SVGLength>& dashes = svgStyle->strokeDashArray(); in applyStrokeStyleToStrokeData() local
395 if (dashes.isEmpty()) in applyStrokeStyleToStrokeData()
399 const Vector<SVGLength>::const_iterator end = dashes.end(); in applyStrokeStyleToStrokeData()
400 for (Vector<SVGLength>::const_iterator it = dashes.begin(); it != end; ++it) in applyStrokeStyleToStrokeData()
/external/chromium_org/third_party/WebKit/Source/core/css/
DSVGCSSComputedStyleDeclaration.cpp49 static PassRefPtr<CSSValue> strokeDashArrayToCSSValueList(const Vector<SVGLength>& dashes) in strokeDashArrayToCSSValueList() argument
51 if (dashes.isEmpty()) in strokeDashArrayToCSSValueList()
55 const Vector<SVGLength>::const_iterator end = dashes.end(); in strokeDashArrayToCSSValueList()
56 for (Vector<SVGLength>::const_iterator it = dashes.begin(); it != end; ++it) in strokeDashArrayToCSSValueList()
/external/libcap-ng/libcap-ng-0.7/bindings/python/test/
DMakefile.in318 dashes="$$banner"; \
327 dashes="$$skipped"; \
333 dashes="$$report"; \
335 dashes=`echo "$$dashes" | sed s/./=/g`; \
341 echo "$${col}$$dashes$${std}"; \
345 echo "$${col}$$dashes$${std}"; \
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
Dcss.js544 var dashes = 0, ch;
546 if (dashes >= 2 && ch == ">") {
550 dashes = (ch == "-") ? dashes + 1 : 0;
/external/marisa-trie/tests/
DMakefile.in412 dashes="$$banner"; \
421 dashes="$$skipped"; \
427 dashes="$$report"; \
429 dashes=`echo "$$dashes" | sed s/./=/g`; \
431 echo "$$grn$$dashes"; \
433 echo "$$red$$dashes"; \
438 echo "$$dashes$$std"; \
/external/valgrind/main/perf/
Dvg_perf.in337 my $dashes = "-" x (50 - length $full_dir);
343 print "-- Running tests in $full_dir $dashes\n";
353 print "-- Finished tests in $full_dir $dashes\n";
/external/libexif/test/nls/
DMakefile.in463 dashes="$$banner"; \
472 dashes="$$skipped"; \
478 dashes="$$report"; \
480 dashes=`echo "$$dashes" | sed s/./=/g`; \
482 echo "$$grn$$dashes"; \
484 echo "$$red$$dashes"; \
489 echo "$$dashes$$std"; \
/external/openfst/src/test/
DMakefile.in424 dashes="$$banner"; \
433 dashes="$$skipped"; \
439 dashes="$$report"; \
441 dashes=`echo "$$dashes" | sed s/./=/g`; \
447 echo "$${col}$$dashes$${std}"; \
451 echo "$${col}$$dashes$${std}"; \
/external/libcap-ng/libcap-ng-0.7/src/test/
DMakefile.in432 dashes="$$banner"; \
441 dashes="$$skipped"; \
447 dashes="$$report"; \
449 dashes=`echo "$$dashes" | sed s/./=/g`; \
455 echo "$${col}$$dashes$${std}"; \
459 echo "$${col}$$dashes$${std}"; \
/external/genext2fs/
DMakefile.in414 dashes="$$banner"; \
419 dashes="$$skipped"; \
425 dashes="$$report"; \
427 dashes=`echo "$$dashes" | sed s/./=/g`; \
428 echo "$$dashes"; \
432 echo "$$dashes"; \
/external/marisa-trie/v0_1_5/tests/
DMakefile.in476 dashes="$$banner"; \
485 dashes="$$skipped"; \
491 dashes="$$report"; \
493 dashes=`echo "$$dashes" | sed s/./=/g`; \
499 echo "$${col}$$dashes$${std}"; \
503 echo "$${col}$$dashes$${std}"; \
/external/libexif/test/
DMakefile.in628 dashes="$$banner"; \
637 dashes="$$skipped"; \
643 dashes="$$report"; \
645 dashes=`echo "$$dashes" | sed s/./=/g`; \
647 echo "$$grn$$dashes"; \
649 echo "$$red$$dashes"; \
654 echo "$$dashes$$std"; \
/external/valgrind/main/tests/
Dvg_regtest.in541 my $dashes = "-" x (50 - length $full_dir);
547 print "-- Running tests in $full_dir $dashes\n";
557 print "-- Finished tests in $full_dir $dashes\n";
/external/bison/tests/
Dinput.at765 # POSIX Yacc accept periods, but not dashes.
767 [[input.y:9.8-16: POSIX Yacc forbids dashes in symbol names: WITH-DASH
768 input.y:18.8-16: POSIX Yacc forbids dashes in symbol names: with-dash
773 [[input.y:9.8-16: warning: POSIX Yacc forbids dashes in symbol names: WITH-DASH
774 input.y:18.8-16: warning: POSIX Yacc forbids dashes in symbol names: with-dash
780 # Make sure we don't export silly token identifiers with periods or dashes.
785 # Digits and dashes cannot.
1219 # being converted to dashes.
1480 [[input.y:2.1-7: warning: POSIX Yacc forbids dashes in symbol names: foo-bar
1483 [[input.y:2.1-7: warning: POSIX Yacc forbids dashes in symbol names: foo-bar
[all …]
/external/ipsec-tools/src/racoon/
DMakefile.in801 dashes="$$banner"; \
806 dashes="$$skipped"; \
812 dashes="$$report"; \
814 dashes=`echo "$$dashes" | sed s/./=/g`; \
815 echo "$$dashes"; \
819 echo "$$dashes"; \
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/
DREADME.txt21 jquery.flot.dashes.js is an enhancement of Flot for dashed lines and from
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/
DREADME.txt21 jquery.flot.dashes.js is an enhancement of Flot for dashed lines and from
/external/pixman/test/
DMakefile.in815 dashes="$$banner"; \
824 dashes="$$skipped"; \
830 dashes="$$report"; \
832 dashes=`echo "$$dashes" | sed s/./=/g`; \
838 echo "$${col}$$dashes$${std}"; \
842 echo "$${col}$$dashes$${std}"; \
/external/openssl/crypto/objects/
Dobjects.README18 Note that if the base name contains spaces, dashes or periods,

12345