Searched refs:dashes (Results 1 – 25 of 87) sorted by relevance
1234
/external/strace/ |
D | count.c | 161 const char *dashes = "----------------"; in call_summary_pers() local 169 dashes, dashes, dashes, dashes, dashes, dashes); in call_summary_pers() 216 dashes, dashes, dashes, dashes, dashes, dashes); in call_summary_pers()
|
/external/libcap-ng/libcap-ng-0.7/bindings/python/test/ |
D | Makefile.in | 318 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/libexif/test/nls/ |
D | Makefile.in | 463 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/libcap-ng/libcap-ng-0.7/src/test/ |
D | Makefile.in | 432 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/valgrind/perf/ |
D | vg_perf.in | 414 my $dashes = "-" x (50 - length $full_dir); 420 print "-- Running tests in $full_dir $dashes\n"; 430 print "-- Finished tests in $full_dir $dashes\n";
|
/external/libexif/test/ |
D | Makefile.in | 628 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/tests/ |
D | vg_regtest.in | 628 my $dashes = "-" x (50 - length $full_dir); 634 print "-- Running tests in $full_dir $dashes\n"; 644 print "-- Finished tests in $full_dir $dashes\n";
|
/external/bison/tests/ |
D | input.at | 765 # 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/ |
D | Makefile.in | 801 dashes="$$banner"; \ 806 dashes="$$skipped"; \ 812 dashes="$$report"; \ 814 dashes=`echo "$$dashes" | sed s/./=/g`; \ 815 echo "$$dashes"; \ 819 echo "$$dashes"; \
|
/external/parameter-framework/upstream/doc/requirements/ |
D | CMakeLists.txt | 53 --smart # typographic dashes
|
/external/cmockery/cmockery_0_1_2/ |
D | Makefile.in | 823 dashes="$$banner"; \ 828 dashes="$$skipped"; \ 834 dashes="$$report"; \ 836 dashes=`echo "$$dashes" | sed s/./=/g`; \ 837 echo "$$dashes"; \ 841 echo "$$dashes"; \
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/ |
D | Makefile.in | 981 dashes="$$banner"; \ 990 dashes="$$skipped"; \ 996 dashes="$$report"; \ 998 dashes=`echo "$$dashes" | sed s/./=/g`; \ 1004 echo "$${col}$$dashes$${std}"; \ 1008 echo "$${col}$$dashes$${std}"; \
|
/external/markdown/docs/extensions/ |
D | Meta-Data.txt | 34 underscores and dashes and must end with a colon. The values consist of
|
D | WikiLinks.txt | 18 number, dashes, underscores and spaces surrounded by double brackets. Therefore
|
/external/bison/examples/calc++/ |
D | Makefile.in | 1655 dashes="$$banner"; \ 1664 dashes="$$skipped"; \ 1670 dashes="$$report"; \ 1672 dashes=`echo "$$dashes" | sed s/./=/g`; \ 1678 echo "$${col}$$dashes$${std}"; \ 1682 echo "$${col}$$dashes$${std}"; \
|
/external/google-tv-pairing-protocol/cpp/ |
D | Makefile.in | 1297 dashes="$$banner"; \ 1306 dashes="$$skipped"; \ 1312 dashes="$$report"; \ 1314 dashes=`echo "$$dashes" | sed s/./=/g`; \ 1316 echo "$$grn$$dashes"; \ 1318 echo "$$red$$dashes"; \ 1323 echo "$$dashes$$std"; \
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tokenization/ |
D | test1.test | 79 {"description":"Comment, two central dashes",
|
D | test2.test | 127 {"description":"A bogus comment stops at >, even if preceeded by two dashes",
|
/external/shflags/doc/ |
D | CHANGES-1.0.md | 35 Fixed issues# 13, 14. Added support for dashes ('-') in long flag names. The
|
/external/bison/build-aux/ |
D | update-copyright | 99 # commas or dashes. Whitespace may appear after commas.
|
/external/clang/docs/ |
D | LibASTMatchersTutorial.rst | 174 Note the two dashes after we specify the source file. The additional 175 options for the compiler are passed after the dashes rather than loading
|
/external/skia/src/device/xps/ |
D | SkXPSDevice.cpp | 1506 SkTScopedComPtr<IXpsOMDashCollection> dashes; in shadePath() local 1507 HRM(shadedPath->GetStrokeDashes(&dashes), in shadePath() 1512 HRM(dashes->Append(&dash), "Could not add dashes to shaded path."); in shadePath()
|
/external/libopus/ |
D | Makefile.in | 2368 dashes="$$banner"; \ 2377 dashes="$$skipped"; \ 2383 dashes="$$report"; \ 2385 dashes=`echo "$$dashes" | sed s/./=/g`; \ 2391 echo "$${col}$$dashes$${std}"; \ 2395 echo "$${col}$$dashes$${std}"; \
|
/external/libjpeg-turbo/ |
D | wizard.txt | 156 legibility, commas or dashes can be placed between values. (Actually, any
|
/external/bison/ |
D | TODO | 13 the dashes in the other filenames.
|
1234