Home
last modified time | relevance | path

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

1234

/external/strace/
Dcount.c157 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/
Dcount_dashes.lua13 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/
Dcount_dashes.lua13 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/
DMANPAGE.md12 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)
Dconfig.d13 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/
DSkSGTrimEffect.cpp51 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/
DSkSGTrimEffect.cpp51 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/
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/valgrind/perf/
Dvg_perf420 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";
Dvg_perf.in420 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/
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/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/python/cpython2/Lib/distutils/command/
Dregister.py312 dashes = '-' * 75
313 self.announce('%s%s%s' % (dashes, data, dashes))
/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/tests/
Dvg_regtest640 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";
Dvg_regtest.in640 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/
DSkSVGAttributeParser.cpp631 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/
DSkSVGAttributeParser.cpp631 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/
DMakefile.in801 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/
Dfx_win32_device.cpp145 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/
DMakefile.in823 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/
DCMakeLists.txt53 --smart # typographic dashes
/external/toolchain-utils/cros_utils/
Dpstat.py533 dashes = [0] * len(maxsize)
535 dashes[j] = '-' * (maxsize[j] - 2)
536 print lineincustcols(dashes, maxsize)
/external/vulkan-validation-layers/tests/gtest-1.7.0/
DMakefile.in981 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/
DCMakeLists.txt69 # with dashes turned to underscores. This gives us the CMake variable prefixes

1234