Searched refs:run (Results 51 - 75 of 1433) sorted by relevance

1234567891011>>

/macosx-10.9.5/ruby-104/ruby/lib/rubygems/ext/
H A Drake_builder.rb16 run cmd, results
33 run cmd, results
H A Dcmake_builder.rb7 run cmd, results
H A Dconfigure_builder.rb16 run cmd, results
/macosx-10.9.5/ruby-104/ruby/sample/drb/
H A Ddbiff.rb18 def run method in class:Biff
47 biff.run
/macosx-10.9.5/ruby-104/ruby/test/
H A Dprofile_test_all.rb20 alias orig_run run
46 def run runner method in class:MiniTest
H A Drunner.rb17 exit Test::Unit::AutoRunner.run(true, src_testdir)
/macosx-10.9.5/xnu-2422.115.4/tools/tests/execperf/
H A Dtest.sh8 RUN=run
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/examples/
H A Dmapped.tcl170 proc run {type bdata bmap runs finds} { procedure
205 run Plain 0 0 3 10
206 run Plain 1 0 3 10
209 run Hash 0 0 3 1000
210 run Hash 0 1 3 1000
211 run Hash 1 0 3 1000
212 run Hash 1 1 3 1000
215 run Ordered 0 0 3 1000
216 run Ordered 1 0 3 1000
219 run Bot
[all...]
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/misc/libffi/
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
91 if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
105 if test -z "$run"
[all...]
/macosx-10.9.5/gnudiff-19/diffutils/config/
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
91 if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
105 if test -z "$run"
[all...]
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/config/
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
91 if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
105 if test -z "$run"
[all...]
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/saslauthd/config/
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
91 if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
105 if test -z "$run"
[all...]
/macosx-10.9.5/srm-7/srm/
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
91 if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
105 if test -z "$run"
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DFontFastPath.cpp130 float Font::getGlyphsAndAdvancesForSimpleText(const TextRun& run, int from, int to, GlyphBuffer& glyphBuffer, ForTextEmphasisOrNot forTextEmphasis) const argument
134 WidthIterator it(this, run, 0, false, forTextEmphasis);
147 if (run.rtl()) {
149 it.advance(run.length(), &localGlyphBuffer);
154 if (run.rtl())
160 void Font::drawSimpleText(GraphicsContext* context, const TextRun& run, const FloatPoint& point, int from, int to) const argument
165 float startX = point.x() + getGlyphsAndAdvancesForSimpleText(run, from, to, glyphBuffer);
171 drawGlyphBuffer(context, run, glyphBuffer, startPoint);
174 void Font::drawEmphasisMarksForSimpleText(GraphicsContext* context, const TextRun& run, const AtomicString& mark, const FloatPoint& point, int from, int to) const argument
177 float initialAdvance = getGlyphsAndAdvancesForSimpleText(run, fro
185 drawGlyphBuffer(GraphicsContext* context, const TextRun& run, const GlyphBuffer& glyphBuffer, const FloatPoint& point) const argument
248 drawEmphasisMarks(GraphicsContext* context, const TextRun& run, const GlyphBuffer& glyphBuffer, const AtomicString& mark, const FloatPoint& point) const argument
279 floatWidthForSimpleText(const TextRun& run, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow) const argument
295 selectionRectForSimpleText(const TextRun& run, const FloatPoint& point, int h, int from, int to) const argument
314 offsetForPositionForSimpleText(const TextRun& run, float x, bool includePartialGlyphs) const argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/qt/
H A DFontQt.cpp171 void Font::drawComplexText(GraphicsContext* ctx, const TextRun& run, const FloatPoint& point, int from, int to) const argument
173 String sanitized = Font::normalizeSpaces(run.characters16(), run.length());
177 initFormatForTextLayout(&layout, run);
178 QTextLine line = setupLayout(&layout, run);
186 float Font::floatWidthForComplexText(const TextRun& run, HashSet<const SimpleFontData*>*, GlyphOverflow*) const argument
191 if (!run.length())
194 if (run.length() == 1 && treatAsSpace(run[0]))
195 return primaryFont()->spaceWidth() + run
210 offsetForPositionForComplexText(const TextRun& run, float position, bool) const argument
222 selectionRectForComplexText(const TextRun& run, const FloatPoint& pt, int h, int from, int to) const argument
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/samples/layout/
H A Dparagraph.cpp48 for (le_int32 run = 0; run < runCount; run += 1) {
49 if (runArray->getLimit(run) > offset) {
50 return run;
64 for (le_int32 run = startRun; run <= endRun; run += 1) {
65 const LEFontInstance *runFont = fontRuns->getFont(run);
66 le_int32 runLimit = fontRuns->getLimit(run)
228 le_int32 run; local
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dsimplethread.h20 virtual void run(void) = 0; // Override this to provide the code to run
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sock/
H A Dsearchexample.pl30 ExampleDB->run(
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/mac/
H A DFontComplexTextMac.cpp41 FloatRect Font::selectionRectForComplexText(const TextRun& run, const FloatPoint& point, int h, argument
44 ComplexTextController controller(this, run);
51 if (run.rtl()) {
59 float Font::getGlyphsAndAdvancesForComplexText(const TextRun& run, int from, int to, GlyphBuffer& glyphBuffer, ForTextEmphasisOrNot forTextEmphasis) const argument
63 ComplexTextController controller(this, run, false, 0, forTextEmphasis);
73 if (run.rtl()) {
82 void Font::drawComplexText(GraphicsContext* context, const TextRun& run, const FloatPoint& point, int from, int to) const argument
87 float startX = point.x() + getGlyphsAndAdvancesForComplexText(run, from, to, glyphBuffer);
89 // We couldn't generate any glyphs for the run. Give up.
95 drawGlyphBuffer(context, run, glyphBuffe
98 drawEmphasisMarksForComplexText(GraphicsContext* context, const TextRun& run, const AtomicString& mark, const FloatPoint& point, int from, int to) const argument
109 floatWidthForComplexText(const TextRun& run, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow) const argument
121 offsetForPositionForComplexText(const TextRun& run, float x, bool includePartialGlyphs) const argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DRunLoopMac.mm38 void RunLoop::run()
42 // Use -[NSApplication run] for the main run loop.
43 [NSApp run];
56 // Nesting level can be 0 if the run loop is started externally (such as the case for XPC services).
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/tests/UnitTestUtils/
H A DEWK2UnitTestServer.h33 void run(SoupServerCallback);
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/bootstrap/
H A Dh_app_empty.cpp61 return h_app_empty().run(argc, argv);
/macosx-10.9.5/libffi-18.1/tests/
H A Drun-tests.py14 runner.run(suite)
/macosx-10.9.5/top-89.1.2/
H A Dworkqueue.c37 struct top_uinteger run, total; local
39 run = top_uinteger_calc_result(psamp->wq_run_threads,
45 if(top_sprint_uinteger(runbuf, sizeof(runbuf), run))
51 if(0 != run.value) {
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DWebCoreTextRenderer.cpp40 static bool isOneLeftToRightRun(const TextRun& run) argument
42 for (int i = 0; i < run.length(); i++) {
43 WTF::Unicode::Direction direction = WTF::Unicode::direction(run[i]);
54 TextRun run(text.characters(), text.length());
57 if (isOneLeftToRightRun(run))
58 font.drawText(&context, run, point);
60 context.drawBidiText(font, run, point);

Completed in 416 milliseconds

1234567891011>>