/external/strace/ |
D | count.c | 157 static const char dashes[] = "----------------"; in call_summary_pers() local 172 fprintf(outf, header, dashes, dashes, dashes, dashes, dashes, dashes); in call_summary_pers() 215 fprintf(outf, header, dashes, dashes, dashes, dashes, dashes, dashes); in call_summary_pers()
|
/external/skia/tools/lua/ |
D | count_dashes.lua | 13 dashes = 0 29 dashes = dashes + 1 30 pathPieces[dashes] = 0 37 pathPieces[dashes] = pathPieces[dashes] + 1 59 io.write(string.format("%d %d %d\n", 2*dashes, pieces5, pieces10))
|
/external/skqp/tools/lua/ |
D | count_dashes.lua | 13 dashes = 0 29 dashes = dashes + 1 30 pathPieces[dashes] = 0 37 pathPieces[dashes] = pathPieces[dashes] + 1 59 io.write(string.format("%d %d %d\n", 2*dashes, pieces5, pieces10))
|
/external/curl/docs/cmdline-opts/ |
D | MANPAGE.md | 12 option name is written without any prefixing dashes. Like the file name for 20 Long: (long form name, without dashes) 26 Mutexed: (space separated list of options this overrides, no dashes) 27 Requires: (space separated list of features this requires, no dashes) 28 See-also: (space separated list of related options, no dashes)
|
D | config.d | 13 optionally be given in the config file without the initial double dashes and 15 is specified with one or two dashes, there can be no colon or equals character
|
/external/skia/experimental/sksg/geometry/ |
D | SkSGTrimEffect.cpp | 51 const SkScalar dashes[] = { len, pathLen - len }; in onDraw() local 53 dashedPaint.setPathEffect(SkDashPathEffect::Make(dashes, in onDraw() 54 SK_ARRAY_COUNT(dashes), in onDraw()
|
/external/skqp/experimental/sksg/geometry/ |
D | SkSGTrimEffect.cpp | 51 const SkScalar dashes[] = { len, pathLen - len }; in onDraw() local 53 dashedPaint.setPathEffect(SkDashPathEffect::Make(dashes, in onDraw() 54 SK_ARRAY_COUNT(dashes), in onDraw()
|
/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/valgrind/perf/ |
D | vg_perf | 420 my $dashes = "-" x (50 - length $full_dir); 426 print "-- Running tests in $full_dir $dashes\n"; 436 print "-- Finished tests in $full_dir $dashes\n";
|
D | vg_perf.in | 420 my $dashes = "-" x (50 - length $full_dir); 426 print "-- Running tests in $full_dir $dashes\n"; 436 print "-- Finished tests in $full_dir $dashes\n";
|
/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/python/cpython2/Lib/distutils/command/ |
D | register.py | 312 dashes = '-' * 75 313 self.announce('%s%s%s' % (dashes, data, dashes))
|
/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 | 640 my $dashes = "-" x (50 - length $full_dir); 646 print "-- Running tests in $full_dir $dashes\n"; 656 print "-- Finished tests in $full_dir $dashes\n";
|
D | vg_regtest.in | 640 my $dashes = "-" x (50 - length $full_dir); 646 print "-- Running tests in $full_dir $dashes\n"; 656 print "-- Finished tests in $full_dir $dashes\n";
|
/external/skqp/experimental/svg/model/ |
D | SkSVGAttributeParser.cpp | 631 SkTDArray<SkSVGLength> dashes; in parseDashArray() local 639 dashes.push(dash); in parseDashArray() 644 *dashArray = SkSVGDashArray(std::move(dashes)); in parseDashArray()
|
/external/skia/experimental/svg/model/ |
D | SkSVGAttributeParser.cpp | 631 SkTDArray<SkSVGLength> dashes; in parseDashArray() local 639 dashes.push(dash); in parseDashArray() 644 *dashArray = SkSVGDashArray(std::move(dashes)); in parseDashArray()
|
/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/pdfium/core/fxge/win32/ |
D | fx_win32_device.cpp | 145 std::vector<uint32_t> dashes; in CreatePen() local 147 dashes.resize(pGraphState->m_DashCount); in CreatePen() 149 dashes[i] = FXSYS_round( in CreatePen() 152 dashes[i] = std::max(dashes[i], 1U); in CreatePen() 157 reinterpret_cast<const DWORD*>(dashes.data())); in CreatePen()
|
/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/parameter-framework/upstream/doc/requirements/ |
D | CMakeLists.txt | 53 --smart # typographic dashes
|
/external/toolchain-utils/cros_utils/ |
D | pstat.py | 533 dashes = [0] * len(maxsize) 535 dashes[j] = '-' * (maxsize[j] - 2) 536 print lineincustcols(dashes, maxsize)
|
/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/llvm/runtimes/ |
D | CMakeLists.txt | 69 # with dashes turned to underscores. This gives us the CMake variable prefixes
|