Searched refs:box (Results 1 - 25 of 332) sorted by relevance

1234567891011>>

/macosx-10.9.5/OpenSSH-186/openssh/
H A Dsandbox-null.c44 struct ssh_sandbox *box; local
50 box = xcalloc(1, sizeof(*box));
51 return box;
55 ssh_sandbox_child(struct ssh_sandbox *box) argument
61 ssh_sandbox_parent_finish(struct ssh_sandbox *box) argument
63 free(box);
67 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) argument
H A Dsandbox-systrace.c82 struct ssh_sandbox *box; local
85 box = xcalloc(1, sizeof(*box));
86 box->systrace_fd = -1;
87 box->child_pid = 0;
88 box->osigchld = signal(SIGCHLD, SIG_IGN);
90 return box;
94 ssh_sandbox_child(struct ssh_sandbox *box) argument
97 signal(SIGCHLD, box->osigchld);
104 ssh_sandbox_parent(struct ssh_sandbox *box, pid_ argument
183 ssh_sandbox_parent_finish(struct ssh_sandbox *box) argument
193 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) argument
[all...]
H A Dsandbox-darwin.c45 struct ssh_sandbox *box; local
52 box = xcalloc(1, sizeof(*box));
53 box->child_pid = 0;
55 return box;
59 ssh_sandbox_child(struct ssh_sandbox *box) argument
91 ssh_sandbox_parent_finish(struct ssh_sandbox *box) argument
93 free(box);
98 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) argument
100 box
[all...]
H A Dsandbox-rlimit.c47 struct ssh_sandbox *box; local
54 box = xcalloc(1, sizeof(*box));
55 box->child_pid = 0;
57 return box;
61 ssh_sandbox_child(struct ssh_sandbox *box) argument
83 ssh_sandbox_parent_finish(struct ssh_sandbox *box) argument
85 free(box);
90 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) argument
92 box
[all...]
/macosx-10.9.5/groff-38/groff/src/preproc/eqn/
H A Dbox.h24 class box { class
30 box();
32 virtual ~box();
55 box **p;
58 box_list(box *);
60 void append(box *);
67 box *make_script_box(box *, box *, box *);
[all...]
H A Dmark.cpp26 mark_box(box *);
34 box *make_mark_box(box *p)
45 mark_box::mark_box(box *pp) : pointer_box(pp)
76 lineup_box(box *);
84 box *make_lineup_box(box *p)
95 lineup_box::lineup_box(box *pp) : pointer_box(pp)
H A Dover.cpp25 class over_box : public box {
28 box *num;
29 box *den;
31 over_box(int small, box *, box *);
39 box *make_over_box(box *pp, box *qq)
44 box *make_small_over_box(box *p
[all...]
H A Dbox.cpp266 int box::next_uid = 0;
268 box::box() : spacing_type(ORDINARY_TYPE), uid(next_uid++) function in class:box
272 box::~box()
276 void box::top_level()
280 box *b = this;
348 void box::extra_space()
375 int box::compute_metrics(int)
383 void box
[all...]
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DVisiblePosition.cpp117 InlineBox* box; local
119 p.getInlineBoxAndOffset(m_affinity, primaryDirection, box, offset);
120 if (!box)
123 RenderObject* renderer = box->renderer();
126 if ((renderer->isReplaced() || renderer->isBR()) && offset == box->caretRightmostOffset())
127 return box->isLeftToRightDirection() ? previousVisuallyDistinctCandidate(m_deepPosition) : nextVisuallyDistinctCandidate(m_deepPosition);
130 box = box->prevLeafChild();
131 if (!box)
133 renderer = box
282 InlineBox* box; local
[all...]
H A DRenderedPosition.cpp123 InlineBox* box = atLeftmostOffsetInBox() ? prevLeafChild() : m_inlineBox; local
124 return box ? box->bidiLevel() : 0;
129 InlineBox* box = atRightmostOffsetInBox() ? nextLeafChild() : m_inlineBox; local
130 return box ? box->bidiLevel() : 0;
138 InlineBox* box = m_inlineBox;
140 InlineBox* prev = box->prevLeafChildIgnoringLineBreak();
142 return RenderedPosition(box->renderer(), box, bo
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DtextPrompt.css31 .suggest-box {
40 .suggest-box .container {
50 .suggest-box-content-item {
59 .suggest-box-content-item .prefix {
63 .suggest-box-content-item.selected {
67 .suggest-box-content-item:hover:not(.selected) {
/macosx-10.9.5/WebCore-7537.78.1/Resources/blackberry/
H A DselectControlBlackBerry.css25 box-sizing: border-box;
42 display: -webkit-box;
43 -webkit-box-orient: horizontal;
44 -webkit-box-align: center;
45 box-sizing: border-box;
71 display: -webkit-box;
72 -webkit-box-orient: vertical;
73 -webkit-box
[all...]
H A DtimeControlBlackBerry.css6 display: -webkit-box;
7 -webkit-box-orient: horizontal;
13 -webkit-box-flex: 1;
25 display: -webkit-box;
26 -webkit-box-orient: vertical;
27 -webkit-box-pack: center;
43 display: -webkit-box;
44 -webkit-box-orient: vertical;
45 -webkit-box-pack: center;
49 -webkit-box
[all...]
H A DpopupControlBlackBerry.css16 display: -webkit-box;
17 -webkit-box-orient: vertical;
18 -webkit-box-align: center;
19 -webkit-box-pack: center;
23 box-sizing: border-box;
25 display: -webkit-box;
26 -webkit-box-orient: vertical;
41 -webkit-box-flex: 1;
55 display: -webkit-box;
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/test/
H A Dtestcond.c39 void (*func)(toolbox_t *box);
45 void (*func)(toolbox_t *box);
95 toolbox_t *box = data; local
97 box->func(box);
104 static void lock_and_signal(toolbox_t *box) argument
107 abts_case *tc = box->tc;
109 rv = apr_thread_mutex_lock(box->mutex);
112 rv = apr_thread_cond_signal(box->cond);
115 rv = apr_thread_mutex_unlock(box
123 toolbox_t box[NTHREADS]; local
180 lock_and_wait(toolbox_t *box) argument
202 toolbox_t box; local
261 nested_lock_and_wait(toolbox_t *box) argument
279 nested_lock_and_unlock(toolbox_t *box) argument
306 toolbox_t box; local
353 pipe_consumer(toolbox_t *box) argument
395 pipe_write(toolbox_t *box, char ch) argument
420 pipe_producer(toolbox_t *box) argument
515 ping(toolbox_t *box) argument
545 pong(toolbox_t *box) argument
[all...]
/macosx-10.9.5/apr-30/apr/apr/test/
H A Dtestcond.c39 void (*func)(toolbox_t *box);
45 void (*func)(toolbox_t *box);
95 toolbox_t *box = data; local
97 box->func(box);
104 static void lock_and_signal(toolbox_t *box) argument
107 abts_case *tc = box->tc;
109 rv = apr_thread_mutex_lock(box->mutex);
112 rv = apr_thread_cond_signal(box->cond);
115 rv = apr_thread_mutex_unlock(box
123 toolbox_t box[NTHREADS]; local
180 lock_and_wait(toolbox_t *box) argument
202 toolbox_t box; local
261 nested_lock_and_wait(toolbox_t *box) argument
279 nested_lock_and_unlock(toolbox_t *box) argument
306 toolbox_t box; local
353 pipe_consumer(toolbox_t *box) argument
395 pipe_write(toolbox_t *box, char ch) argument
420 pipe_producer(toolbox_t *box) argument
515 ping(toolbox_t *box) argument
545 pong(toolbox_t *box) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/shapes/
H A DShapeOutsideInfo.cpp39 bool ShapeOutsideInfo::isEnabledFor(const RenderBox* box) argument
41 ShapeValue* value = box->style()->shapeOutside();
42 return box->isFloatingWithShapeOutside() && value->type() == ShapeValue::Shape && value->shape();
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderText.cpp232 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox())
233 box->remove();
249 void RenderText::extractTextBox(InlineTextBox* box) argument
253 m_lastTextBox = box->prevTextBox();
254 if (box == m_firstTextBox)
256 if (box->prevTextBox())
257 box
265 attachTextBox(InlineTextBox* box) argument
284 removeTextBox(InlineTextBox* box) argument
325 localQuadForTextBox(InlineTextBox* box, unsigned start, unsigned end, bool useSelectionHeight) argument
382 ellipsisRectForBox(InlineTextBox* box, unsigned startPos, unsigned endPos) argument
487 lineDirectionPointFitsInBox(int pointLineDirection, InlineTextBox* box, ShouldAffinityBeDownstream& shouldAffinityBeDownstream) argument
522 createVisiblePositionForBox(const InlineBox* box, int offset, ShouldAffinityBeDownstream shouldAffinityBeDownstream) argument
539 createVisiblePositionAfterAdjustingOffsetForBiDi(const InlineTextBox* box, int offset, ShouldAffinityBeDownstream shouldAffinityBeDownstream) argument
1514 positionLineBox(InlineBox* box) argument
1698 InlineTextBox* box = firstTextBox(); local
1709 InlineTextBox* box = lastTextBox(); local
[all...]
H A DRenderLineBoxList.cpp52 void RenderLineBoxList::appendLineBox(InlineFlowBox* box) argument
57 m_firstLineBox = m_lastLineBox = box;
59 m_lastLineBox->setNextLineBox(box);
60 box->setPreviousLineBox(m_lastLineBox);
61 m_lastLineBox = box;
79 void RenderLineBoxList::extractLineBox(InlineFlowBox* box) argument
83 m_lastLineBox = box->prevLineBox();
84 if (box == m_firstLineBox)
86 if (box->prevLineBox())
87 box
95 attachLineBox(InlineFlowBox* box) argument
114 removeLineBox(InlineFlowBox* box) argument
194 lineIntersectsDirtyRect(RenderBoxModelObject* renderer, InlineFlowBox* box, const PaintInfo& paintInfo, const LayoutPoint& offset) const argument
334 RootInlineBox* box = 0; local
[all...]
H A DRootInlineBox.cpp78 EllipsisBox* box = gEllipsisBoxMap->take(this); local
79 box->setParent(0);
80 box->destroy(arena);
100 for (InlineBox* box = firstLeafChild(); box; box = box->nextLeafChild()) {
101 if (box->isInlineTextBox()) {
102 if (toInlineTextBox(box)->hasHyphen())
135 // Create an ellipsis box
250 childRemoved(InlineBox* box) argument
780 ascentAndDescentForBox(InlineBox* box, GlyphOverflowAndFallbackFontsMap& textBoxDataMap, int& ascent, int& descent, bool& affectsAscent, bool& affectsDescent) const argument
882 verticalPositionForBox(InlineBox* box, VerticalPositionCache& verticalPositionCache) argument
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/diagrams/
H A Ddraw_anchor.tcl11 box " A "
17 box " B "
/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DRenderSVGInline.cpp43 InlineFlowBox* box = new (renderArena()) SVGInlineFlowBox(this); local
44 box->setHasVirtualLogicalHeight();
45 return box;
99 for (InlineFlowBox* box = firstLineBox(); box; box = box->nextLineBox())
100 quads.append(localToAbsoluteQuad(FloatRect(textBoundingBox.x() + box->x(), textBoundingBox.y() + box->y(), box
[all...]
H A DRenderSVGInlineText.cpp109 InlineTextBox* box = new (renderArena()) SVGInlineTextBox(this); local
110 box->setHasVirtualLogicalHeight();
111 return box;
114 LayoutRect RenderSVGInlineText::localCaretRect(InlineBox* box, int caretOffset, LayoutUnit*) argument
116 if (!box || !box->isInlineTextBox())
119 InlineTextBox* textBox = static_cast<InlineTextBox*>(box);
126 LayoutUnit x = box->isLeftToRightDirection() ? rect.x() : rect.maxX();
131 LayoutUnit x = box->isLeftToRightDirection() ? rect.maxX() : rect.x();
138 for (InlineTextBox* box
[all...]
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DInRegionScrollableArea.cpp106 RenderBox* box = m_layer->renderBox(); local
107 ASSERT(box);
108 ASSERT(InRegionScrollerPrivate::canScrollRenderBox(box));
116 m_documentViewportRect = enclosingIntRect(box->absoluteClippedOverflowRect());
118 m_scrollsHorizontally = box->scrollWidth() != box->clientWidth();
119 m_scrollsVertically = box->scrollHeight() != box->clientHeight();
122 if (!DOMSupport::isShadowHostTextInputElement(box->node())) {
123 m_scrollsHorizontally = m_scrollsHorizontally && box
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiffmedian.c192 * STEP 2: get histogram, initialize first box
345 get_histogram(TIFF* in, Colorbox* box) argument
357 box->rmin = box->gmin = box->bmin = 999;
358 box->rmax = box->gmax = box->bmax = -1;
359 box->total = imagewidth * imagelength;
373 if (red < box
529 shrinkbox(Colorbox* box) argument
[all...]

Completed in 303 milliseconds

1234567891011>>