Searched refs:dashes (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/scripts/
H A 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:]
H A Daction_makenames.py70 dashes = len(args)
72 dashes = args.index('--')
74 sections.append(args[:dashes])
77 if dashes + 1 == len(args):
84 args = args[dashes + 1:]
/external/strace/
H A Dcount.c164 const char *dashes = "-------------------------"; local
197 dashes, dashes, dashes, dashes, dashes, dashes);
222 dashes, dashes, dashes, dashe
[all...]
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DStrokeData.cpp38 void StrokeData::setLineDash(const DashArray& dashes, float dashOffset) argument
42 size_t dashLength = dashes.size();
55 intervals[i] = dashes[i % dashLength];
83 // Truncate the width, since we don't want fuzzy dots or dashes.
89 // Determine how many dashes or dots we should have.
92 // Adjust the phase to center the dashes within the line.
H A DGraphicsContext.h114 void setLineDash(const DashArray& dashes, float dashOffset) { m_state->m_strokeData.setLineDash(dashes, dashOffset); } argument
207 // number of dashes/dots on a dashed/dotted line will be adjusted to
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/
H A Djquery.flot.dashes.js2 * jQuery.flot.dashes
6 * dashes: {
10 * // Whether to show dashes for the series.
20 * // Controls the length of the individual dashes and the amount of
22 * // If this is a number, the dashes and spaces will have that length.
35 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
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/
H A Djquery.flot.dashes.js2 * jQuery.flot.dashes
6 * dashes: {
10 * // Whether to show dashes for the series.
20 * // Controls the length of the individual dashes and the amount of
22 * // If this is a number, the dashes and spaces will have that length.
35 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
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGRenderSupport.cpp351 const Vector<SVGLength>& dashes = svgStyle->strokeDashArray(); local
352 if (dashes.isEmpty())
356 const Vector<SVGLength>::const_iterator end = dashes.end();
357 for (Vector<SVGLength>::const_iterator it = dashes.begin(); it != end; ++it)
380 const Vector<SVGLength>& dashes = svgStyle->strokeDashArray(); local
381 if (dashes.isEmpty())
385 const Vector<SVGLength>::const_iterator end = dashes.end();
386 for (Vector<SVGLength>::const_iterator it = dashes.begin(); it != end; ++it)
H A DSVGRenderTreeAsText.cpp282 const Vector<SVGLength>& dashes = svgStyle->strokeDashArray(); local
285 const Vector<SVGLength>::const_iterator end = dashes.end();
286 for (Vector<SVGLength>::const_iterator it = dashes.begin(); it != end; ++it)
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DSVGCSSComputedStyleDeclaration.cpp49 static PassRefPtr<CSSValue> strokeDashArrayToCSSValueList(const Vector<SVGLength>& dashes) argument
51 if (dashes.isEmpty())
55 const Vector<SVGLength>::const_iterator end = dashes.end();
56 for (Vector<SVGLength>::const_iterator it = dashes.begin(); it != end; ++it)
/external/valgrind/main/perf/
H A 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/valgrind/main/tests/
H A 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/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/
H A Doptions.js222 dashes: {
231 dashes: {
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DStyleBuilderCustom.cpp2185 CSSValueList* dashes = toCSSValueList(value); local
2188 size_t length = dashes->length();
2190 CSSValue* currValue = dashes->itemWithoutBoundsCheck(i);
2194 CSSPrimitiveValue* dash = toCSSPrimitiveValue(dashes->itemWithoutBoundsCheck(i));
/external/chromium_org/third_party/skia/src/device/xps/
H A DSkXPSDevice.cpp1652 SkTScopedComPtr<IXpsOMDashCollection> dashes; local
1653 HRM(shadedPath->GetStrokeDashes(&dashes),
1654 "Could not set dashes for shaded path.");
1658 HRM(dashes->Append(&dash), "Could not add dashes to shaded path.");
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp1652 SkTScopedComPtr<IXpsOMDashCollection> dashes; local
1653 HRM(shadedPath->GetStrokeDashes(&dashes),
1654 "Could not set dashes for shaded path.");
1658 HRM(dashes->Append(&dash), "Could not add dashes to shaded path.");
/external/chromium_org/third_party/yasm/source/config/android/
H A DMakefile3328 dashes="$$banner"; \
3333 dashes="$$skipped"; \
3339 dashes="$$report"; \
3341 dashes=`echo "$$dashes" | sed s/./=/g`; \
3342 echo "$$dashes"; \
3346 echo "$$dashes"; \
/external/chromium_org/third_party/yasm/source/config/ios/
H A DMakefile3328 dashes="$$banner"; \
3333 dashes="$$skipped"; \
3339 dashes="$$report"; \
3341 dashes=`echo "$$dashes" | sed s/./=/g`; \
3342 echo "$$dashes"; \
3346 echo "$$dashes"; \
/external/chromium_org/third_party/yasm/source/config/linux/
H A DMakefile3328 dashes="$$banner"; \
3333 dashes="$$skipped"; \
3339 dashes="$$report"; \
3341 dashes=`echo "$$dashes" | sed s/./=/g`; \
3342 echo "$$dashes"; \
3346 echo "$$dashes"; \
/external/chromium_org/third_party/yasm/source/config/mac/
H A DMakefile3328 dashes="$$banner"; \
3333 dashes="$$skipped"; \
3339 dashes="$$report"; \
3341 dashes=`echo "$$dashes" | sed s/./=/g`; \
3342 echo "$$dashes"; \
3346 echo "$$dashes"; \
/external/chromium_org/third_party/yasm/source/config/openbsd/
H A DMakefile3328 dashes="$$banner"; \
3333 dashes="$$skipped"; \
3339 dashes="$$report"; \
3341 dashes=`echo "$$dashes" | sed s/./=/g`; \
3342 echo "$$dashes"; \
3346 echo "$$dashes"; \
/external/chromium_org/third_party/yasm/source/config/win/
H A DMakefile3328 dashes="$$banner"; \
3333 dashes="$$skipped"; \
3339 dashes="$$report"; \
3341 dashes=`echo "$$dashes" | sed s/./=/g`; \
3342 echo "$$dashes"; \
3346 echo "$$dashes"; \
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/grub/docs/
H A Dtexinfo.tex5420 % On the other hand, if an argument has two dashes (for instance), we

Completed in 792 milliseconds

12