/external/strace/ |
D | count.c | 164 const char *dashes = "----------------"; in call_summary_pers() local 172 dashes, dashes, dashes, dashes, dashes, dashes); in call_summary_pers() 221 dashes, dashes, dashes, dashes, dashes, dashes); in call_summary_pers()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | SVGRenderSupport.cpp | 327 RefPtr<SVGLengthList> dashes = svgStyle.strokeDashArray(); in applyStrokeStyleToContext() local 328 if (dashes->isEmpty()) in applyStrokeStyleToContext() 332 SVGLengthList::ConstIterator it = dashes->begin(); in applyStrokeStyleToContext() 333 SVGLengthList::ConstIterator itEnd = dashes->end(); in applyStrokeStyleToContext() 356 RefPtr<SVGLengthList> dashes = svgStyle.strokeDashArray(); in applyStrokeStyleToStrokeData() local 357 if (dashes->isEmpty()) in applyStrokeStyleToStrokeData() 361 size_t length = dashes->length(); in applyStrokeStyleToStrokeData() 363 dashArray.append(dashes->at(i)->value(lengthContext)); in applyStrokeStyleToStrokeData()
|
D | SVGRenderTreeAsText.cpp | 293 RefPtr<SVGLengthList> dashes = svgStyle.strokeDashArray(); in writeStyle() local 296 SVGLengthList::ConstIterator it = dashes->begin(); in writeStyle() 297 SVGLengthList::ConstIterator itEnd = dashes->end(); in writeStyle()
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | StrokeData.cpp | 38 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()
|
D | GraphicsContextState.cpp | 220 void GraphicsContextState::setLineDash(const DashArray& dashes, float dashOffset) in setLineDash() argument 222 m_strokeData.setLineDash(dashes, dashOffset); in setLineDash()
|
D | GraphicsContext.h | 134 …void setLineDash(const DashArray& dashes, float dashOffset) { mutableState()->setLineDash(dashes, … in setLineDash() argument
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | SVGCSSComputedStyleDeclaration.cpp | 50 RefPtr<SVGLengthList> dashes = passDashes; in strokeDashArrayToCSSValueList() local 52 if (dashes->isEmpty()) in strokeDashArrayToCSSValueList() 56 SVGLengthList::ConstIterator it = dashes->begin(); in strokeDashArrayToCSSValueList() 57 SVGLengthList::ConstIterator itEnd = dashes->end(); in strokeDashArrayToCSSValueList()
|
/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/main/perf/ |
D | vg_perf | 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";
|
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/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/openfst/src/test/ |
D | Makefile.in | 424 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/ |
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/genext2fs/ |
D | Makefile.in | 414 dashes="$$banner"; \ 419 dashes="$$skipped"; \ 425 dashes="$$report"; \ 427 dashes=`echo "$$dashes" | sed s/./=/g`; \ 428 echo "$$dashes"; \ 432 echo "$$dashes"; \
|
/external/valgrind/main/tests/ |
D | vg_regtest | 586 my $dashes = "-" x (50 - length $full_dir); 592 print "-- Running tests in $full_dir $dashes\n"; 602 print "-- Finished tests in $full_dir $dashes\n";
|
D | vg_regtest.in | 586 my $dashes = "-" x (50 - length $full_dir); 592 print "-- Running tests in $full_dir $dashes\n"; 602 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/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/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | StyleBuilderConverter.cpp | 576 CSSValueList* dashes = toCSSValueList(value); in convertStrokeDasharray() local 579 size_t length = dashes->length(); in convertStrokeDasharray() 581 CSSValue* currValue = dashes->item(i); in convertStrokeDasharray() 585 CSSPrimitiveValue* dash = toCSSPrimitiveValue(dashes->item(i)); in convertStrokeDasharray()
|
/external/pixman/test/ |
D | Makefile.in | 815 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/ |
D | objects.README | 18 Note that if the base name contains spaces, dashes or periods,
|
/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/markdown/docs/extensions/ |
D | Meta-Data.txt | 34 underscores and dashes and must end with a colon. The values consist of
|
/external/qemu/docs/ |
D | ANDROID-CONFIG-FILES.TXT | 36 dashes
|