Searched defs:top (Results 251 - 275 of 285) sorted by relevance

<<1112

/external/v8/src/
H A Dmark-compact.cc893 void VisitThread(Isolate* isolate, ThreadLocalTop* top) { argument
894 for (StackFrameIterator it(isolate, top); !it.done(); it.Advance()) {
1824 heap()->new_space()->top(),
2000 Address from_top = space->top();
2050 while (current < space->top()) {
2091 space->set_age_mark(space->top());
2115 // we can adjust allocation top instead of puting this free area into
2153 // The object is now unmarked for the call to Size() at the top of the
2205 // We reached end of space. See if we need to adjust allocation top.
2209 // Last used pages in space are empty. We can move allocation top backward
[all...]
H A Dspaces.h54 // have the allocation top address of this page. Heap objects are aligned to the
82 // Page allocation watermark is not necessarily equal to page allocation top but
130 // Page* p = Page::FromAllocationTop(top);
144 // Returns the page containing an allocation top. Because an allocation
145 // top address can be the upper bound of the page, we need to subtract
148 INLINE(static Page* FromAllocationTop(Address top)) { argument
149 Page* p = FromAddress(top - kPointerSize);
150 ASSERT_PAGE_OFFSET(p->Offset(top));
336 // offset of allocation top.
799 // top o
923 Address top; // current allocation top member in class:v8::internal::AllocationInfo
1099 Address top() { return allocation_info_.top; } function in class:v8::internal::PagedSpace
1124 SetTop(Address top) argument
1556 Address top() { return allocation_info_.top; } function in class:v8::internal::NewSpace
[all...]
H A Djsregexp.cc680 // of 1) it suffices to store the current position on the top of the stack
695 // current position offset, an optional backtrack code location on the top of
1195 // Now that we have unwound the stack we find at the top of the stack the
4129 int top);
4136 uc16 top = to(); local
4139 if (top > String::kMaxAsciiCharCode) top = String::kMaxAsciiCharCode;
4142 if (top == bottom) {
4172 while (pos < top) {
4181 int end = (block_end > top)
4292 AddUncanonicals(Isolate* isolate, ZoneList<CharacterRange>* ranges, int bottom, int top) argument
[all...]
/external/valgrind/main/callgrind/
H A Dglobal.h573 fn_node **bottom, **top; member in struct:_fn_stack
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dglslang_tab.cpp1478 yy_stack_print (yytype_int16 *bottom, yytype_int16 *top)
1481 yy_stack_print (bottom, top)
1483 yytype_int16 *top; variable
1487 for (; bottom <= top; ++bottom)
/external/webkit/Source/WebCore/bridge/
H A Dnpapi.h228 uint16_t top; member in struct:_NPRect
482 int32_t x; /* Position of top left corner relative */
/external/webkit/Source/WebKit/android/nav/
H A DCachedRoot.cpp172 virtual void drawSprite(const SkBitmap& bitmap, int left, int top, argument
177 INHERITED::drawSprite(bitmap, left, top, paint);
H A DCacheBuilder.cpp215 bool top = frame->tree()->parent() == NULL;
216 if (top) {
226 if (top && hasChild)
277 if (top) {
1256 // can't detect if this is drawn on top (example: deviant.com login parts)
3091 int top = bounds.y() + renderBox->paddingTop() + renderBox->borderTop(); local
3094 if (left >= right || top >= bottom)
3096 bounds = IntRect(left, top, right - left, bottom - top);
/external/webkit/Tools/DumpRenderTree/
H A DLayoutTestController.cpp703 int top = static_cast<unsigned>(JSValueToNumber(context, arguments[3], NULL)); local
711 return controller->nodesFromRect(context, arguments[0], x, y, top, right, bottom, left, ignoreClipping);
/external/webkit/Tools/DumpRenderTree/chromium/
H A DWebViewHost.cpp1462 int top = min(m_paintRect.y, rect.y); local
1465 m_paintRect = WebRect(left, top, right - left, bottom - top);
1499 int top = max(m_paintRect.y, clientRect.y); local
1502 if (left >= right || top >= bottom)
1505 m_paintRect = WebRect(left, top, right - left, bottom - top);
/external/yaffs2/yaffs2/
H A Dyaffs_guts.h375 yaffs_Tnode *top; member in struct:__anon13398
/external/libxml2/
H A Dxmlregexp.c348 static void xmlFAParseRegExp(xmlRegParserCtxtPtr ctxt, int top);
5298 * @top: is this the top-level expression ?
5303 xmlFAParseRegExp(xmlRegParserCtxtPtr ctxt, int top) { argument
5306 /* if not top start should have been generated by an epsilon trans */
5310 if (top) {
5327 if (!top) {
H A Drelaxng.c122 XML_RELAXNG_NOT_ALLOWED, /* not allowed top */
1442 * Pushes a new include on top of the include stack
1481 * Pops the top include from the include stack
1685 * Check that the top element is a grammar
1753 * Pushes a new error on top of the error stack
1823 * Pops the top error from the error stack
1856 * Pushes a new doc on top of the doc stack
1895 * Pops the top doc from the doc stack
2204 return (xmlCharStrdup("No top grammar defined\n"));
3945 * Compute the list of top element
7690 xmlRelaxNGDumpGrammar(FILE * output, xmlRelaxNGGrammarPtr grammar, int top) argument
[all...]
/external/valgrind/main/memcheck/
H A Dmc_translate.c782 IRAtom *improved, *final_cast, *top; local
800 top = mkU32(0xFFFFFFFF);
809 top = mkU64(0xFFFFFFFFFFFFFFFFULL);
831 assignNew('V', mce,Ity_I1, binop(opCMP, vec, top)));
863 Here, bit 3 (LT) of the result is a copy of the top bit of x and
1647 unsigned right shifts, and copies the top definedness bit for
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js1580 top: function(context, element){
2208 var values = (property == 'width') ? ['left', 'right'] : ['top', 'bottom'], size = 0;
2236 left: '@px', top: '@px', bottom: '@px', right: '@px',
2331 y: bound.top + ((isFixed) ? 0 : html.scrollTop) - html.clientTop
2377 var obj = {left: position.x, top: position.y, width: size.x, height: size.y};
2379 obj.bottom = obj.top + obj.height;
2384 return {left: obj.x - styleNumber(this, 'margin-left'), top: obj.y - styleNumber(this, 'margin-top')};
2420 return {top: 0, left: 0, bottom: size.y, right: size.x, height: size.y, width: size.x};
2438 return styleNumber(element, 'border-top
[all...]
/external/webkit/Source/WebCore/rendering/
H A DRenderBox.cpp321 if (int top = layer()->scrollYOffset()) {
322 top = (top / oldStyle->effectiveZoom()) * style()->effectiveZoom();
323 layer()->scrollToYOffset(top);
1929 // A positioned element that specified both top/bottom or that specifies height should be treated as though it has a height
1931 // FIXME: We can't just check top/bottom here.
1933 bool isPositionedWithSpecifiedHeight = cb->isPositioned() && (!cb->style()->logicalHeight().isAuto() || (!cb->style()->top().isAuto() && !cb->style()->bottom().isAuto()));
2045 if (cb->isPositioned() && cb->style()->height().isAuto() && !(cb->style()->top().isAuto() || cb->style()->bottom().isAuto())) {
2101 // FIXME: We can't just check top/bottom here.
2103 if (isRenderBlock() && isPositioned() && style()->height().isAuto() && !(style()->top()
3136 int top = rootBox->lineTop(); local
3200 int top = renderer->borderTop() + renderer->paddingTop() + (isTableRow() ? 0 : renderer->y()); local
[all...]
H A DRenderBoxModelObject.cpp403 // specify a height, a percentage top or bottom offset should be resolved as
408 if (!style()->top().isAuto()
410 || !style()->top().isPercent()
412 return style()->top().calcValue(containingBlock->availableHeight());
468 // return the distance between the canvas origin and the top border edge
846 int top = 0; local
872 top = borderTop();
877 top += paddingTop();
886 positioningAreaSize = IntSize(toRenderBox(this)->width() - left - right, toRenderBox(this)->height() - top - bottom);
888 top
[all...]
/external/webkit/Source/WebKit/android/plugins/
H A Dandroid_npapi.h73 float top; member in struct:ANPRectF
80 int32_t top; member in struct:ANPRectI
928 /** The page has finished loading. This happens when the page's top level
991 // relative to (0,0) in top-left of your plugin
/external/webkit/Source/WebKit/chromium/src/
H A DWebFrameImpl.cpp625 WebFrame* WebFrameImpl::top() const function in class:WebKit::WebFrameImpl
628 return fromFrame(m_frame->tree()->top());
1946 // WebFrame via the FrameLoaderClient interface. See the comment at the top
/external/libffi/src/
H A Ddlmalloc.c394 The maximum amount of unused top-most memory to keep before
1574 1. The special chunk `top' is the top-most available chunk (i.e.,
1579 the top chunk is treated as larger (and thus less well
1580 fitting) than any other available chunk. The top chunk
1775 <= x < 0x140 for the top nose) in the left subtree and the larger
1826 top-most space. Segments also include flags holding properties of
1856 * New segments are only appended to old ones when holding top-most
1860 Except for the top-most segment of an mstate, each segment record
1938 space from the system. The size at which to autotrim top i
2019 mchunkptr top; member in struct:malloc_state
[all...]
/external/opencv/cxcore/include/
H A Dcxtypes.h377 int origin; /* 0 - top-left origin,
1164 CvMemBlock* top; /* Current memory block - top of the stack. */ member in struct:CvMemStorage
1178 CvMemBlock* top; member in struct:CvMemStoragePos
/external/qemu/distrib/sdl-1.2.12/src/stdlib/
H A DSDL_malloc.c430 The maximum amount of unused top-most memory to keep before
1620 1. The special chunk `top' is the top-most available chunk (i.e.,
1625 the top chunk is treated as larger (and thus less well
1626 fitting) than any other available chunk. The top chunk
1821 <= x < 0x140 for the top nose) in the left subtree and the larger
1872 top-most space. Segments also include flags holding properties of
1902 * New segments are only appended to old ones when holding top-most
1906 Except for the top-most segment of an mstate, each segment record
1948 space from the system. The size at which to autotrim top i
2029 mchunkptr top; member in struct:malloc_state
[all...]
/external/qemu/
H A Dppc-dis.c5215 unsigned long top = operand->bitm;
5216 /* top & -top gives the rightmost 1 bit, so this
5218 top |= (top & -top) - 1;
5219 top &= ~(top >> 1);
5220 value = (value ^ top) - top;
5207 unsigned long top = operand->bitm; local
[all...]
/external/quake/quake/src/QW/scitech/include/
H A Dmgraph.h368 MGL_TOP_TEXT = 0, /* Justify from top */
547 m_int top; member in struct:__anon9103
767 /* Macros to access the (left,top) and (right,bottom) points of a
974 void MGLAPI MGL_makeSubDC(MGLDC *dc,m_int left,m_int top,m_int right,m_int bottom);
1162 bool MGLAPI MGL_clipLineFX(fix32_t *x1,fix32_t *y1,fix32_t *x2,fix32_t *y2,fix32_t left,fix32_t top,fix32_t right,fix32_t bottom);
1235 void MGLAPI MGL_zClearCoord(m_int left,m_int top,m_int right,m_int bottom,zfix32_t clearVal);
1286 void MGLAPI MGL_rectCoord(m_int left,m_int top,m_int right,m_int bottom);
1287 void MGLAPI MGL_fillRectCoord(m_int left,m_int top,m_int right,m_int bottom);
1306 void MGLAPI MGL_drawBorderCoord(m_int left,m_int top,m_int right,m_int bottom,m_int style,m_int thickness);
1362 void MGLAPI MGL_bitBltCoord(MGLDC *dst,MGLDC *src,m_int left,m_int top,m_in
[all...]
/external/quake/quake/src/WinQuake/scitech/INCLUDE/
H A DMGRAPH.H368 MGL_TOP_TEXT = 0, /* Justify from top */
547 m_int top; member in struct:__anon9402
767 /* Macros to access the (left,top) and (right,bottom) points of a
974 void MGLAPI MGL_makeSubDC(MGLDC *dc,m_int left,m_int top,m_int right,m_int bottom);
1162 bool MGLAPI MGL_clipLineFX(fix32_t *x1,fix32_t *y1,fix32_t *x2,fix32_t *y2,fix32_t left,fix32_t top,fix32_t right,fix32_t bottom);
1235 void MGLAPI MGL_zClearCoord(m_int left,m_int top,m_int right,m_int bottom,zfix32_t clearVal);
1286 void MGLAPI MGL_rectCoord(m_int left,m_int top,m_int right,m_int bottom);
1287 void MGLAPI MGL_fillRectCoord(m_int left,m_int top,m_int right,m_int bottom);
1306 void MGLAPI MGL_drawBorderCoord(m_int left,m_int top,m_int right,m_int bottom,m_int style,m_int thickness);
1362 void MGLAPI MGL_bitBltCoord(MGLDC *dst,MGLDC *src,m_int left,m_int top,m_in
[all...]

Completed in 749 milliseconds

<<1112