Searched refs:run (Results 101 - 125 of 1433) sorted by relevance

1234567891011>>

/macosx-10.9.5/zsh-60/zsh/Src/Zle/
H A Dcomputil.c69 Cdstr run; /* next in this run */ member in struct:cdstr
75 Cdstr strs; /* strings in this run */
76 int count; /* number of strings in this run */
222 Cdrun run, *runp; local
303 expl = (Cdrun) zalloc(sizeof(*run));
313 strp2 = &(str->run);
315 *runp = run = (Cdrun) zalloc(sizeof(*run));
316 runp = &(run
584 Cdrun run; local
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dtest.tcl55 # Normally, we're not running an all-tests-in-one-env run. This matters
82 # The variable one_test allows us to run all the permutations
90 # return the list of methods for which it will run, instead of
99 # to test with and without the flag, but to run a meaningful
149 # run all or part of the test suite.
169 set run 1
189 set run 0
199 if { $run == 1 } {
200 puts -nonewline "Test suite run started at: "
204 puts -nonewline $o "Test suite run starte
2057 proc run { proc_suffix method {start 1} {stop 999} } { procedure
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DFont.cpp257 void Font::drawText(GraphicsContext* context, const TextRun& run, const FloatPoint& point, int from, int to, CustomFontNotReadyAction customFontNotReadyAction) const argument
265 to = (to == -1 ? run.length() : to);
267 CodePath codePathToUse = codePath(run);
269 if (codePathToUse != Complex && typesettingFeatures() && (from || to != run.length()) && !run.renderingContext())
273 return drawSimpleText(context, run, point, from, to);
275 return drawComplexText(context, run, point, from, to);
278 void Font::drawEmphasisMarks(GraphicsContext* context, const TextRun& run, const AtomicString& mark, const FloatPoint& point, int from, int to) const argument
284 to = run.length();
286 CodePath codePathToUse = codePath(run);
297 width(const TextRun& run, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow) const argument
330 width(const TextRun& run, int& charsConsumed, String& glyphName) const argument
359 selectionRectForText(const TextRun& run, const FloatPoint& point, int h, int from, int to) const argument
374 offsetForPosition(const TextRun& run, float x, bool includePartialGlyphs) const argument
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/docs_src/
H A Dbuild7 # The build script must be run from the document source directory.
8 MSG="build: build script must be run from the document source directory."
120 # run
122 run()
199 run c
200 run cxx
201 run ref
202 run tcl
203 run utility
204 run inde
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/checknames/
H A Dtests.sh32 grep 'xx_xx.fail.example: bad owner name (check-names)' ns1/named.run > /dev/null || ret=1
40 grep 'xx_xx.warn.example: bad owner name (check-names)' ns1/named.run > /dev/null || ret=1
48 grep 'yy_yy.ignore.example: bad owner name (check-names)' ns1/named.run || ret=0
59 grep "check-names warning yy_yy.ignore.example/A/IN" ns2/named.run > /dev/null || ret=1
71 grep "check-names failure yy_yy.ignore.example/A/IN" ns3/named.run > /dev/null || ret=1
83 grep "check-names failure mx.ignore.example/MX/IN" ns3/named.run > /dev/null || ret=1
98 grep "xxx_xxx.fail.update/A: bad owner name (check-names)" ns1/named.run > /dev/null || ret=1
112 grep "xxx_xxx.warn.update/A: bad owner name (check-names)" ns1/named.run > /dev/null || ret=1
126 grep "xxx_xxx.ignore.update/A.*(check-names)" ns1/named.run > /dev/null || not=0
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DFontBlackBerry.cpp41 void Font::drawComplexText(GraphicsContext* context, const TextRun& run, const FloatPoint& point, int from, int to) const argument
43 if (!run.length())
47 HarfBuzzShaper shaper(this, run);
53 drawGlyphBuffer(context, run, glyphBuffer, adjustedPoint);
56 float Font::floatWidthForComplexText(const TextRun& run, HashSet<const SimpleFontData*>* /* fallbackFonts */, GlyphOverflow* /* glyphOverflow */) const argument
58 HarfBuzzShaper shaper(this, run);
64 // Return the code point index for the given |x| offset into the text run.
65 int Font::offsetForPositionForComplexText(const TextRun& run, float position, bool) const argument
71 HarfBuzzShaper shaper(this, run);
77 FloatRect Font::selectionRectForComplexText(const TextRun& run, cons argument
[all...]
/macosx-10.9.5/curl-78.94.1/curl/
H A Dmissing31 run=:
33 # In the cases where this matters, `missing' is being run in the
42 --run)
43 # Try to run requested program, and just exit if it succeeds.
44 run=
50 # If it does not exist, or fails to run (possibly an outdated version),
64 --run try to run the given command, and emulate it if it fails
212 if test -z "$run" && (makeinfo --version) > /dev/null 2>&1; then
234 if test -n "$run"; the
[all...]
/macosx-10.9.5/uucp-11/uucp/
H A Dmissing31 run=:
33 # In the cases where this matters, `missing' is being run in the
42 --run)
43 # Try to run requested program, and just exit if it succeeds.
44 run=
50 # If it does not exist, or fails to run (possibly an outdated version),
64 --run try to run the given command, and emulate it if it fails
212 if test -z "$run" && (makeinfo --version) > /dev/null 2>&1; then
234 if test -n "$run"; the
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/mac/
H A DComplexTextController.h126 static unsigned stringBegin(const ComplexTextRun& run) { return run.stringLocation() + run.indexBegin(); } argument
127 static unsigned stringEnd(const ComplexTextRun& run) { return run.stringLocation() + run.indexEnd(); } argument
/macosx-10.9.5/Heimdal-323.92.1/
H A Dmissing33 run=:
37 # In the cases where this matters, `missing' is being run in the
48 --run)
49 # Try to run requested program, and just exit if it succeeds.
50 run=
57 # if --run hadn't been passed.
59 run=:
74 --run try to run the given command, and emulate it if it fails
126 if test -n "$run"; the
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/build/
H A Dmissing48 run=:
50 # In the cases where this matters, `missing' is being run in the
61 --run)
62 # Try to run requested program, and just exit if it succeeds.
63 run=
70 # if --run hadn't been passed.
72 run=:
87 --run try to run the given command, and emulate it if it fails
128 if test -n "$run"; the
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/ldapc++/
H A Dmissing35 run=:
37 # In the cases where this matters, `missing' is being run in the
48 --run)
49 # Try to run requested program, and just exit if it succeeds.
50 run=
57 # if --run hadn't been passed.
59 run=:
74 --run try to run the given command, and emulate it if it fails
115 if test -n "$run"; the
[all...]
/macosx-10.9.5/OpenPAM-20/openpam/
H A Dmissing35 run=:
37 # In the cases where this matters, `missing' is being run in the
48 --run)
49 # Try to run requested program, and just exit if it succeeds.
50 run=
57 # if --run hadn't been passed.
59 run=:
74 --run try to run the given command, and emulate it if it fails
115 if test -n "$run"; the
[all...]
/macosx-10.9.5/SmartcardCCID-55005/ccid/ccid/
H A Dmissing35 run=:
39 # In the cases where this matters, `missing' is being run in the
50 --run)
51 # Try to run requested program, and just exit if it succeeds.
52 run=
59 # if --run hadn't been passed.
61 run=:
76 --run try to run the given command, and emulate it if it fails
118 if test -n "$run"; the
[all...]
/macosx-10.9.5/SmartcardCCID-55005/libusb/libusb/
H A Dmissing33 run=:
37 # In the cases where this matters, `missing' is being run in the
48 --run)
49 # Try to run requested program, and just exit if it succeeds.
50 run=
57 # if --run hadn't been passed.
59 run=:
74 --run try to run the given command, and emulate it if it fails
126 if test -n "$run"; the
[all...]
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/admin/
H A Dmissing33 run=:
37 # In the cases where this matters, `missing' is being run in the
48 --run)
49 # Try to run requested program, and just exit if it succeeds.
50 run=
57 # if --run hadn't been passed.
59 run=:
74 --run try to run the given command, and emulate it if it fails
126 if test -n "$run"; the
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/
H A Dmissing35 run=:
37 # In the cases where this matters, `missing' is being run in the
48 --run)
49 # Try to run requested program, and just exit if it succeeds.
50 run=
57 # if --run hadn't been passed.
59 run=:
74 --run try to run the given command, and emulate it if it fails
115 if test -n "$run"; the
[all...]
/macosx-10.9.5/file-46/file/
H A Dmissing35 run=:
39 # In the cases where this matters, `missing' is being run in the
50 --run)
51 # Try to run requested program, and just exit if it succeeds.
52 run=
59 # if --run hadn't been passed.
61 run=:
76 --run try to run the given command, and emulate it if it fails
118 if test -n "$run"; the
[all...]
/macosx-10.9.5/gnutar-452/gnutar/build-aux/
H A Dmissing35 run=:
39 # In the cases where this matters, `missing' is being run in the
50 --run)
51 # Try to run requested program, and just exit if it succeeds.
52 run=
59 # if --run hadn't been passed.
61 run=:
76 --run try to run the given command, and emulate it if it fails
118 if test -n "$run"; the
[all...]
/macosx-10.9.5/iodbc-42.5/iodbc/admin/
H A Dmissing35 run=:
37 # In the cases where this matters, `missing' is being run in the
48 --run)
49 # Try to run requested program, and just exit if it succeeds.
50 run=
57 # if --run hadn't been passed.
59 run=:
74 --run try to run the given command, and emulate it if it fails
115 if test -n "$run"; the
[all...]
/macosx-10.9.5/libarchive-29/libarchive/build/autoconf/
H A Dmissing35 run=:
39 # In the cases where this matters, `missing' is being run in the
50 --run)
51 # Try to run requested program, and just exit if it succeeds.
52 run=
59 # if --run hadn't been passed.
61 run=:
76 --run try to run the given command, and emulate it if it fails
118 if test -n "$run"; the
[all...]
/macosx-10.9.5/libiconv-41/libiconv/build-aux/
H A Dmissing34 run=:
36 # In the cases where this matters, `missing' is being run in the
47 --run)
48 # Try to run requested program, and just exit if it succeeds.
49 run=
56 # if --run hadn't been passed.
58 run=:
73 --run try to run the given command, and emulate it if it fails
114 if test -n "$run"; the
[all...]
/macosx-10.9.5/ntp-88/sntp/
H A Dmissing35 run=:
37 # In the cases where this matters, `missing' is being run in the
48 --run)
49 # Try to run requested program, and just exit if it succeeds.
50 run=
57 # if --run hadn't been passed.
59 run=:
74 --run try to run the given command, and emulate it if it fails
115 if test -n "$run"; the
[all...]
/macosx-10.9.5/pcre-7/pcre/
H A Dmissing35 run=:
39 # In the cases where this matters, `missing' is being run in the
50 --run)
51 # Try to run requested program, and just exit if it succeeds.
52 run=
59 # if --run hadn't been passed.
61 run=:
76 --run try to run the given command, and emulate it if it fails
128 if test -n "$run"; the
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dmissing33 run=:
37 # In the cases where this matters, `missing' is being run in the
48 --run)
49 # Try to run requested program, and just exit if it succeeds.
50 run=
57 # if --run hadn't been passed.
59 run=:
74 --run try to run the given command, and emulate it if it fails
126 if test -n "$run"; the
[all...]

Completed in 572 milliseconds

1234567891011>>