Searched refs:run (Results 1 - 25 of 1335) sorted by relevance

1234567891011>>

/macosx-10.10/ruby-106/ruby/bin/
H A Dtestrb3 exit Test::Unit::AutoRunner.run(true)
H A Drake37 Rake.application.run
/macosx-10.10/BerkeleyDB-21/db/dist/
H A Ds_perm7 run() function
18 run build_windows/include.tcl 664
19 run dist/config.guess 555
20 run dist/config.sub 555
21 run dist/configure 555
22 run dist/install-sh 555
23 run dist/s_all 555
24 run dist/s_apiflags 555
25 run dist/s_brew 555
26 run dis
[all...]
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-run/
H A DMakefile.am.inc30 bin_PROGRAMS += atf-run/atf-run
31 atf_run_atf_run_SOURCES = atf-run/atf-run.cpp \
32 atf-run/atffile.cpp \
33 atf-run/atffile.hpp \
34 atf-run/config.cpp \
35 atf-run/config.hpp \
36 atf-run/fs.cpp \
37 atf-run/f
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/tests/
H A Drun-minimal3 # run-minimal - a version of run-all for shells configured with
23 for x in run-*
28 run-dollars|run-execscript|run-func|run-getopts|run-heredoc) echo $x ; sh $x ;;
29 run-ifs-tests|run
[all...]
H A Drun-all3 PATH=.:$PATH # just to get recho/zecho/printenv if not run via `make tests'
20 for x in run-*
23 $0|run-minimal|run-gprof) ;;
25 run-test|run-read)
/macosx-10.10/JavaScriptCore-7600.1.17/tests/stress/
H A Dregress-135155.js1 function run() { function
9 run();
/macosx-10.10/BerkeleyDB-21/db/docs_src/ref/test/
H A DMakefile3 BUILD= faq.html run.html
/macosx-10.10/postfix-255/postfix/src/util/
H A Dlmdb_cache_test_1.sh3 # Torture test: run update and purge operations in parallel processes.
18 run
21 run
23 run
30 run
33 run
35 run
44 run
46 run
48 run
[all...]
H A Dlmdb_cache_test_2.sh3 # Torture test: run update and delete ${1-10000}perations in
17 run
20 run
22 run
29 run
32 run
34 run
/macosx-10.10/ppp-786.1.1/Documentation/scripts/
H A Dppp-off15 if [ -r /var/run/$DEVICE.pid ]; then
16 kill -INT `cat /var/run/$DEVICE.pid`
22 rm -f /var/run/$DEVICE.pid
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dmkspans.c59 { register int run, runlen, i; local
61 for (run = 0x80; run != 0xff; run = (run>>1)|0x80) {
62 for (i = run-1; i >= 0; i--) {
63 runs[1][run|i] = runlen;
64 runs[0][(~(run|i)) & 0xff] = runlen;
/macosx-10.10/WebCore-7600.1.25/rendering/svg/
H A DSVGTextMetrics.cpp43 SVGTextMetrics::SVGTextMetrics(RenderSVGInlineText& textRenderer, const TextRun& run) argument
52 m_width = scaledFont.width(run, length, m_glyph.name) / scalingFactor;
55 m_glyph.unicodeString = run.is8Bit() ? String(run.characters8(), length) : String(run.characters16(), length);
66 TextRun run(StringView(text.text()).substring(position, length)
74 run.setRenderingContext(SVGTextRunRenderingContext::create(text));
76 run.disableRoundingHacks();
79 run.disableSpacing();
82 run
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cairo/
H A DFontCairoHarfbuzzNG.cpp41 float Font::drawComplexText(GraphicsContext* context, const TextRun& run, const FloatPoint& point, int, int) const argument
44 HarfBuzzShaper shaper(this, run);
48 drawGlyphBuffer(context, run, glyphBuffer, startPoint);
55 void Font::drawEmphasisMarksForComplexText(GraphicsContext* /* context */, const TextRun& /* run */, const AtomicString& /* mark */, const FloatPoint& /* point */, int /* from */, int /* to */) const
70 float Font::floatWidthForComplexText(const TextRun& run, HashSet<const SimpleFontData*>*, GlyphOverflow*) const argument
72 HarfBuzzShaper shaper(this, run);
75 LOG_ERROR("Shaper couldn't shape text run.");
79 int Font::offsetForPositionForComplexText(const TextRun& run, float x, bool) const argument
81 HarfBuzzShaper shaper(this, run);
84 LOG_ERROR("Shaper couldn't shape text run
88 adjustSelectionRectForComplexText(const TextRun& run, LayoutRect& selectionRect, int from, int to) const argument
[all...]
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/builtin/
H A Dtests.sh24 grep "automatic empty zone" ns1/named.run > /dev/null || ret=1
25 grep "received control channel command 'reconfig'" ns1/named.run > /dev/null || ret=1
26 grep "reloading configuration succeeded" ns1/named.run > /dev/null || ret=1
28 grep "zone serial (0) unchanged." ns1/named.run > /dev/null && ret=1
35 grep "automatic empty zone" ns1/named.run > /dev/null || ret=1
36 grep "received control channel command 'reload'" ns1/named.run > /dev/null || ret=1
37 grep "reloading configuration succeeded" ns1/named.run > /dev/null || ret=1
39 grep "zone serial (0) unchanged." ns1/named.run > /dev/null && ret=1
/macosx-10.10/WebCore-7600.1.25/html/track/
H A DVTTScanner.cpp70 bool VTTScanner::scanRun(const Run& run, const String& toMatch) argument
72 ASSERT(run.start() == position());
73 ASSERT(run.start() <= end());
74 ASSERT(run.end() >= run.start());
75 ASSERT(run.end() <= end());
76 size_t matchLength = run.length();
85 seekTo(run.end());
89 void VTTScanner::skipRun(const Run& run) argument
91 ASSERT(run
97 extractString(const Run& run) argument
[all...]
/macosx-10.10/xnu-2782.1.97/tools/tests/superpages/
H A Dmeasure_tlbs.c25 unsigned int run, p, p2, i, res; local
47 for (run = 0; run < RUNS0; run++) {
49 data[p*PAGE_SIZE] = run & 0xFF;
53 for (run = 0; run < RUNS0; run++) {
62 for (run = 0; run < RUNS
[all...]
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/database/
H A Dclean.sh19 rm -f ns1/named.conf ns1/named.run ns1/named.memstats
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/dlz/
H A Dclean.sh21 rm -f */named.run
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/logfileconfig/
H A Dtests.sh35 # Stop the server and run through a series of tests with various config
56 # First run with a known good config.
60 grep "reloading configuration failed" named.run > /dev/null 2>&1
72 echo > named.run
77 echo > named.run
79 grep "invalid file" named.run > /dev/null 2>&1
94 echo > named.run
99 echo > named.run
101 grep "invalid file" named.run > /dev/null 2>&1
118 echo > named.run
[all...]
/macosx-10.10/curl-83.1.2/curl/tests/unit/
H A Dunit1303.c77 const struct timetest run[] = { variable in typeref:struct:timetest
137 for(i=0; i < sizeof(run)/sizeof(run[0]); i++) {
138 NOW(run[i].now_s, run[i].now_us);
139 TIMEOUTS(run[i].timeout_ms, run[i].connecttimeout_ms);
140 timeout = Curl_timeleft(data, &now, run[i].connecting);
141 if(timeout != run[i].result)
142 fail(run[
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/win/
H A DFontWin.cpp54 void Font::adjustSelectionRectForComplexText(const TextRun& run, LayoutRect& selectionRect, int from, int to) const argument
56 UniscribeController it(this, run);
62 if (run.rtl()) {
63 it.advance(run.length());
70 float Font::getGlyphsAndAdvancesForComplexText(const TextRun& run, int from, int to, GlyphBuffer& glyphBuffer, ForTextEmphasisOrNot forTextEmphasis) const argument
78 UniscribeController controller(this, run);
88 if (run.rtl()) {
89 controller.advance(run.length());
95 float Font::drawComplexText(GraphicsContext* context, const TextRun& run, const FloatPoint& point, int from, int to) const argument
100 float startX = point.x() + getGlyphsAndAdvancesForComplexText(run, fro
112 drawEmphasisMarksForComplexText(GraphicsContext* context, const TextRun& run, const AtomicString& mark, const FloatPoint& point, int from, int to) const argument
123 floatWidthForComplexText(const TextRun& run, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow) const argument
136 offsetForPositionForComplexText(const TextRun& run, float xFloat, bool includePartialGlyphs) const argument
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/text/
H A DDecodeEscapeSequences.h54 static String decodeRun(StringView run, const TextEncoding&) argument
58 // For 16-bit escape sequences, we know that findEndOfRun() has given us a contiguous run of sequences
59 // without any intervening characters, so decode the run without additional checks.
60 auto numberOfSequences = run.length() / sequenceSize;
64 UChar codeUnit = (toASCIIHexValue(run[2]) << 12) | (toASCIIHexValue(run[3]) << 8) | (toASCIIHexValue(run[4]) << 4) | toASCIIHexValue(run[5]);
66 run = run
99 decodeRun(StringView run, const TextEncoding& encoding) argument
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-CoreText/PyObjCTest/
H A Dtest_ctrun.py24 run = CTLineGetGlyphRuns(line)[0]
25 self.assertIsInstance(run, CTRunRef)
27 v = CTRunGetGlyphCount(run)
30 v = CTRunGetAttributes(run)
33 v = CTRunGetStatus(run)
36 buf = CTRunGetGlyphsPtr(run)
40 buf = CTRunGetGlyphs(run, CFRange(0, 5), None)
45 buf = CTRunGetPositionsPtr(run)
49 buf = CTRunGetPositions(run, CFRange(0, 5), None)
54 buf = CTRunGetStringIndicesPtr(run)
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-CoreText-2.5.1/PyObjCTest/
H A Dtest_ctrun.py29 run = CTLineGetGlyphRuns(line)[0]
30 self.assertIsInstance(run, CTRunRef)
32 v = CTRunGetGlyphCount(run)
35 v = CTRunGetAttributes(run)
38 v = CTRunGetStatus(run)
41 buf = CTRunGetGlyphsPtr(run)
45 buf = CTRunGetGlyphs(run, CFRange(0, 5), None)
50 buf = CTRunGetPositionsPtr(run)
54 buf = CTRunGetPositions(run, CFRange(0, 5), None)
59 buf = CTRunGetStringIndicesPtr(run)
[all...]

Completed in 295 milliseconds

1234567891011>>