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

/external/skia/tools/lua/
H A Dcount_dashes.lua9 -- This script is designed to count the total number of dashes in a dashed path
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/strace/
H A Dcount.c161 const char *dashes = "----------------"; local
169 dashes, dashes, dashes, dashes, dashes, dashes);
216 dashes, dashes, dashes, dashe
[all...]
/external/valgrind/perf/
H A Dvg_perf.in414 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/valgrind/tests/
H A Dvg_regtest.in628 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/pdfium/core/fxge/win32/
H A Dfx_win32_device.cpp143 std::vector<uint32_t> dashes; local
145 dashes.resize(pGraphState->m_DashCount);
147 dashes[i] = FXSYS_round(
150 dashes[i] = std::max(dashes[i], 1U);
155 reinterpret_cast<const DWORD*>(dashes.data()));
/external/toolchain-utils/cros_utils/
H A Dpstat.py506 Use 'dashes' or '\\n' in the list-of-lists to print dashes or blank lines,
519 ] or lst[i] == '\n' or lst[i] == 'dashes' or lst[i] == '' or lst[i] == ['']:
532 elif row == ['dashes'] or row == 'dashes':
533 dashes = [0] * len(maxsize)
535 dashes[j] = '-' * (maxsize[j] - 2)
536 print lineincustcols(dashes, maxsize)
H A Dstats.py1648 ] or listoflists[i] == '\n' or listoflists[i] == 'dashes':
1661 elif row == ['dashes'] or row == 'dashes':
1662 dashes = [0] * len(maxsize)
1664 dashes[j] = '-' * (maxsize[j] - 2)
1665 outfile.write(pstat.lineincustcols(dashes, maxsize))
/external/skia/src/xps/
H A DSkXPSDevice.cpp1489 SkTScopedComPtr<IXpsOMDashCollection> dashes; local
1490 HRM(shadedPath->GetStrokeDashes(&dashes),
1491 "Could not set dashes for shaded path.");
1495 HRM(dashes->Append(&dash), "Could not add dashes to shaded path.");
/external/ImageMagick/www/api/
H A Ddrawing-wand.php1046 <p>DrawGetStrokeDashArray() returns an array representing the pattern of dashes and gaps used to stroke paths (see DrawSetStrokeDashArray). The array must be freed once it is no longer required by the user.</p>
3143 <p>DrawSetStrokeDashArray() specifies the pattern of dashes and gaps used to stroke paths. The stroke dash array represents an array of numbers that specify the lengths of alternating dashes and gaps in pixels. If an odd number of values is provided, then the list of values is repeated to yield an even number of values. To remove an existing dash array, pass a zero number_elements argument and null dasharray. A typical stroke dash array might contain the members 5 3 2.</p>
/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 ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/bison/build-aux/
H A Dtexinfo.tex7093 % On the other hand, if an argument has two dashes (for instance), we
/external/libmicrohttpd/doc/
H A Dtexinfo.tex7094 % On the other hand, if an argument has two dashes (for instance), we
/external/bison/tests/
H A Dtestsuite6162 # POSIX Yacc accept periods, but not dashes.
6171 echo >>"$at_stderr"; $as_echo "input.y:9.8-16: POSIX Yacc forbids dashes in symbol names: WITH-DASH
6172 input.y:18.8-16: POSIX Yacc forbids dashes in symbol names: with-dash
6262 echo >>"$at_stderr"; $as_echo "input.y:9.8-16: warning: POSIX Yacc forbids dashes in symbol names: WITH-DASH
6263 input.y:18.8-16: warning: POSIX Yacc forbids dashes in symbol names: with-dash
6298 input.y:9.8-16: warning: POSIX Yacc forbids dashes in symbol names: WITH-DASH
6299 input.y:18.8-16: warning: POSIX Yacc forbids dashes in symbol names: with-dash
6479 # Make sure we don't export silly token identifiers with periods or dashes.
6509 # Digits and dashes cannot.
7735 # being converted to dashes
[all...]

Completed in 535 milliseconds