Searched refs:run (Results 1 - 25 of 1433) sorted by last modified time

1234567891011>>

/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_descrip.c1358 size_t run = 0; local
1410 error = VNOP_BLOCKMAP(vp, offset, a_size, &bn, &run, NULL, 0, &context);
1417 l2p_struct.l2p_contigbytes = run - (file_offset - offset);
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dtzfmttst.cpp386 virtual void run() { function in class:TestTimeRoundTripThread
681 fakeThread.run();
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderEmbeddedObject.cpp285 TextRun run("");
287 if (!getReplacementTextGeometry(paintOffset, contentRect, indicatorRect, replacementTextRect, arrowRect, font, run, textWidth))
311 context->drawBidiText(font, run, FloatPoint(labelX, labelY));
333 bool RenderEmbeddedObject::getReplacementTextGeometry(const LayoutPoint& accumulatedOffset, FloatRect& contentRect, FloatRect& indicatorRect, FloatRect& replacementTextRect, FloatRect& arrowRect, Font& font, TextRun& run, float& textWidth) const argument
352 run = TextRun(m_unavailablePluginReplacementText);
353 textWidth = font.width(run);
380 TextRun run("", 0);
382 if (getReplacementTextGeometry(accumulatedOffset, contentRect, indicatorRect, replacementTextRect, arrowRect, font, run, textWidth))
593 TextRun run("");
595 return getReplacementTextGeometry(IntPoint(), contentRect, indicatorRect, replacementTextRect, arrowRect, font, run, textWidt
[all...]
H A DRenderBlock.cpp848 // We will reach here when beforeChild is a run-in element.
849 // If run-in element precedes a block-level element, it becomes the
857 // Nothing goes before the intruded run-in.
928 // Handle placement of run-ins.
956 // Beginning at |start| we find the largest contiguous run of inlines that
957 // we can. We denote the run with start and end points, |inlineRunStart|
965 // is inline or not, we will not include it in a run with inlines before it. It's as though we encountered
1048 // back the run-in to its original place.
1137 // FIXME: This check isn't required when inline run-ins can't be split into continuations.
1985 // then just treat the run
[all...]
H A DRenderBlockLineLayout.cpp497 // need to go ahead and append a run with our endpoint.
636 BidiRun* run = bidiRuns.logicallyLastRun(); local
637 if (!run)
639 unsigned pos = run->stop();
640 RenderObject* r = run->m_object;
679 // If we have no parent box yet, or if the run is not simply a sibling,
681 // run's inline box. Segments can only be siblings at the root level, as
793 void RenderBlock::setMarginsForRubyRun(BidiRun* run, RenderRubyRun* renderer, RenderObject* previousObject, const LineInfo& lineInfo) argument
798 for (BidiRun* runWithNextObject = run->next(); runWithNextObject; runWithNextObject = runWithNextObject->next()) {
832 static inline void setLogicalWidthForTextRun(RootInlineBox* lineBox, BidiRun* run, RenderTex argument
[all...]
H A DRenderText.cpp198 // There is no need to ever schedule repaints from a style change of a text run, since
199 // we already did this for the parent of the text run.
468 // Find the text run that includes the character at offset
469 // and return pos, which is the position of the char in the run.
480 // we are now in the correct text run
762 TextRun run = RenderBlock::constructTextRun(const_cast<RenderText*>(this), f, this, start, len, style()); local
763 run.setCharactersLength(textLength() - start);
764 ASSERT(run.charactersLength() >= run.length());
766 run
921 TextRun run = RenderBlock::constructTextRun(renderer, font, fragmentWithHyphen.characters(), fragmentWithHyphen.length(), style); local
1148 TextRun run = RenderBlock::constructTextRun(this, f, this, i, 1, styleToUse); local
1570 TextRun run = RenderBlock::constructTextRun(const_cast<RenderText*>(this), f, this, from, len, style()); local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DApplyStyleCommand.cpp702 // e.g. When applying font-size: large on <font color="blue">hello</font>, we need to include the font element in our run
810 for (auto& run : runs) {
811 removeConflictingInlineStyleFromRun(style, run.start, run.end, run.pastEndNode);
812 if (run.startAndEndAreStillInDocument())
813 run.positionForStyleComputation = positionToComputeInlineStyleChange(run.start, run.dummyElement);
822 InlineRunToApplyStyle& run local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DSVGInlineTextBox.cpp442 TextRun run(text->characters() + fragment.characterOffset
451 run.setRenderingContext(SVGTextRunRenderingContext::create(text));
453 run.disableRoundingHacks();
456 run.disableSpacing();
459 run.setCharactersLength(text->textLength() - fragment.characterOffset);
460 ASSERT(run.charactersLength() >= run.length());
461 return run;
/macosx-10.9.5/ruby-104/ruby/
H A Dconfigure104 # We did not find ourselves, most probably we were run as `sh COMMAND'
269 $0: message. Then install a modern shell, or manually run
562 # so uname gets run too.
1518 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1522 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1535 --enable-load-relative resolve load paths at run time
1543 --enable-rpath embed run path into extension libraries. enabled by
1960 # that executables *can* be run.
2730 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2731 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >
[all...]
H A Dcommon.mk535 $(RUNRUBY) $(srcdir)/spec/mspec/bin/mspec run -B $(srcdir)/spec/default.mspec $(MSPECOPT)
568 .PHONY: run runruby parse benchmark benchmark-each tbench gdb gdb-ruby
948 run: fake miniruby$(EXEEXT) PHONY
976 run.gdb:
977 echo b ruby_debug_breakpoint > run.gdb
978 echo '# handle SIGINT nostop' >> run.gdb
979 echo '# handle SIGPIPE nostop' >> run.gdb
980 echo '# b rb_longjmp' >> run.gdb
981 echo source $(srcdir)/breakpoints.gdb >> run.gdb
982 echo source $(srcdir)/.gdbinit >> run
[all...]
H A Dgc.c246 int run; member in struct:rb_objspace::__anon12356
1500 /* run finalizers */
1504 /* force to run finalizer */
1521 /* run data object's finalizers */
3939 if (objspace->profile.run) {
3963 if (objspace->profile.run) {
4035 if (objspace->profile.run) {
4048 if (objspace->profile.run) {
4065 if (objspace->profile.run) {
4078 if (objspace->profile.run) {
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/
H A DWebPage.cpp3681 RunLoop::run();
/macosx-10.9.5/ppp-727.90.1/Controller/
H A Dppp_manager.c1770 //statusfd is closed by the run loop
2170 stat->s.run.timeElapsed = curtime - conntime;
2172 stat->s.run.timeRemaining = 0xFFFFFFFF;
2174 stat->s.run.timeRemaining = (disconntime > curtime) ? disconntime - curtime : 0;
2176 stat->s.run.outBytes = rq.stats.p.ppp_obytes;
2177 stat->s.run.inBytes = rq.stats.p.ppp_ibytes;
2178 stat->s.run.inPackets = rq.stats.p.ppp_ipackets;
2179 stat->s.run.outPackets = rq.stats.p.ppp_opackets;
2180 stat->s.run.inErrors = rq.stats.p.ppp_ierrors;
2181 stat->s.run
[all...]
/macosx-10.9.5/cups-372.4/cups/
H A Dconfigure106 # We did not find ourselves, most probably we were run as `sh COMMAND'
241 $0: message. Then install a modern shell, or manually run
542 # so uname gets run too.
1526 --enable-unit-tests build and run unit tests
1557 --with-rclevels set run levels for rc scripts
1570 --with-rundir set transient run-time state directory
1859 # that executables *can* be run.
2433 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2434 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2437 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >
[all...]
H A DMakefile255 cd test; ./run-stp-tests.sh
260 cd test; ./run-stp-tests.sh 1 0 n n
264 cd test; ./run-stp-tests.sh 1 0 n y
348 # Don't run top-level build targets in parallel...
/macosx-10.9.5/WebCore-7537.78.1/platform/text/
H A DBidiRunList.h60 void setLogicallyLastRun(Run* run) { m_logicallyLastRun = run; } argument
74 inline void BidiRunList<Run>::addRun(Run* run) argument
77 m_firstRun = run;
79 m_lastRun->m_next = run;
80 m_lastRun = run;
85 inline void BidiRunList<Run>::prependRun(Run* run) argument
87 ASSERT(!run->m_next);
90 m_lastRun = run;
92 run
98 moveRunToEnd(Run* run) argument
122 moveRunToBeginning(Run* run) argument
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/zlib/
H A Dzlib.c537 int (*run)(z_streamp, int); member in struct:zstream::zstream_funcs
973 err = z->func->run(&z->stream, flush);
1016 * There is no safe way to interrupt z->run->func().
3420 * To make like gzip(1) does, run following:
/macosx-10.9.5/ruby-104/ruby/test/ruby/
H A Dtest_thread.rb358 assert_equal(["run", false], [es1, es2])
515 skip 'with win32ole, cannot run this testcase because win32ole redefines Thread#intialize' if defined?(WIN32OLE)
805 # when running trap handler, Thread#status must show "run"
807 assert_in_out_err([], <<-INPUT, %w(sleep run), [])
845 assert_equal(ary, ["run", "aborting", "aborting"])
/macosx-10.9.5/ruby-104/ruby/benchmark/
H A Ddriver.rb26 driver.run
199 def run method in class:BenchmarkDriver
/macosx-10.9.5/ruby-104/ruby/lib/
H A Dthread.rb90 t.run if t
110 t.run
/macosx-10.9.5/cups-372.4/cups/packaging/
H A Dcups.spec.in341 %dir /var/run/cups
342 %attr(0711,lp,sys) %dir /var/run/cups/certs
/macosx-10.9.5/ruby-104/ruby/sample/logger/
H A Dapp.rb20 def run method in class:MyApp
/macosx-10.9.5/apache-786.1/httpd/
H A Dconfigure105 # We did not find ourselves, most probably we were run as `sh COMMAND'
233 $0: message. Then install a modern shell, or manually run
534 # so uname gets run too.
1613 --host=HOST cross-compile to build programs to run on HOST [BUILD]
2033 # that executables *can* be run.
2509 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2510 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2513 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2514 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2523 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run
[all...]
H A Dconfigure.orig105 # We did not find ourselves, most probably we were run as `sh COMMAND'
233 $0: message. Then install a modern shell, or manually run
534 # so uname gets run too.
1613 --host=HOST cross-compile to build programs to run on HOST [BUILD]
2033 # that executables *can* be run.
2509 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2510 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2513 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2514 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2523 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run
[all...]
/macosx-10.9.5/apache-786.1/
H A DMakefile75 # 6927748: This needs to run after we're done processing httpd.conf (and anything in extra)
81 $(RMDIR) $(DSTROOT)/private/var/run

Completed in 452 milliseconds

1234567891011>>