/external/v8/src/ |
compiler.cc | 58 // Compute top scope and allocate variables. For lazy compilation 59 // the top scope only contains the single lazily compiled function, 62 Scope* top = info->scope(); local 63 while (top->outer_scope() != NULL) top = top->outer_scope(); 64 top->AllocateVariables(context); 131 ASSERT(!i::Top::global_context().is_null()); 132 script->set_context_data((*i::Top::global_context())->data()); 167 ASSERT(Top::has_pending_exception()) [all...] |
/external/webkit/WebCore/platform/graphics/win/ |
WKCACFLayerRenderer.cpp | 68 return CGRectMake(rc.left, rc.top, (rc.right - rc.left), (rc.bottom - rc.top)); 73 return CGRectMake(rc.left, (relativeToRect.bottom-rc.bottom), (rc.right - rc.left), (rc.bottom - rc.top)); 214 if (rect.left-rect.right == 0 || rect.bottom-rect.top == 0) { 223 D3DXMatrixOrthoOffCenterRH(&projection, rect.left, rect.right, rect.top, rect.bottom, -1.0f, 1.0f);
|
/external/webkit/WebKit/android/plugins/ |
PluginWidgetAndroid.cpp | 345 visibleDocRect.top, visibleDocRect.right, 356 visibleDocRect.top, 409 m_requestedVisibleRects[index].top, 416 if (m_requestedVisibleRects[index].top == 441 pluginRect.set(rect->left, rect->top, rect->right, rect->bottom);
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
AllocationPanel.java | 276 data.top = new FormAttachment(0, 0); 284 sashData.top = new FormAttachment(0, store.getInt(PREFS_ALLOC_SASH)); 286 sashData.top = new FormAttachment(50,0); // 50% across 293 data.top = new FormAttachment(sash, 0); 307 sashData.top = new FormAttachment(0, e.y);
|
ThreadPanel.java | 321 data.top = new FormAttachment(0, 0); 329 sashData.top = new FormAttachment(0, store.getInt(PREFS_THREAD_SASH)); 331 sashData.top = new FormAttachment(50,0); // 50% across 338 data.top = new FormAttachment(sash, 0); 352 sashData.top = new FormAttachment(0, e.y);
|
/sdk/traceview/src/com/android/traceview/ |
TimeLineView.java | 422 Block top = rd.top(); local 423 if (top == null) { 428 long topStartTime = top.getStartTime(); 429 long topEndTime = top.getEndTime(); 433 Segment segment = new Segment(rd, top, topStartTime, 438 // If this block starts where the previous (top) block ends, 439 // then pop off the top block. 445 popFrames(rd, top, blockStartTime); 452 Block top = rd.top() local 1878 public Block top() { method in class:TimeLineView.RowData [all...] |
/frameworks/base/core/java/com/android/internal/widget/ |
LockPatternView.java | 664 float top; local 679 top = startY; 682 top = y; 687 invalidateRect.set((int) (left - radius), (int) (top - radius), 699 top = startY; 702 top = oldY; 707 invalidateRect.union((int) (left - radius), (int) (top - radius), 730 top = startY; 733 top = oldY; 738 top = bottom = startY [all...] |
SlidingTab.java | 329 * @param t the parent's top border 354 final int top = (parentHeight - handleHeight) / 2; local 357 tab.layout(0, top, handleWidth, bottom); 358 text.layout(0 - parentWidth, top, 0, bottom); 363 tab.layout(parentWidth - handleWidth, top, parentWidth, bottom); 364 text.layout(parentWidth, top, parentWidth + parentWidth, bottom); 366 text.setGravity(Gravity.TOP); 373 final int top = (int) (THRESHOLD * parentHeight) + handleHeight / 2 - targetHeight; local 378 target.layout(targetLeft, top, targetRight, top + targetHeight) [all...] |
/device/samsung/crespo/liboverlay/ |
v4l2_utils.c | 132 LOGV("crop t: %d ", crop->c.top); 140 LOGV("window t: %d ", win->w.top); 243 win->w.top = y; 254 *y = format->fmt.win.w.top; 427 crop.c.top = y; 433 LOGV("%s:crop.c.top = %d\n", __func__, crop.c.top); 452 *y = crop.c.top;
|
/external/skia/src/animator/ |
SkScript.cpp | 295 if (fSuppressStack.top().fSuppress == false) { 398 if (fTypeStack.top() != kObject) { 402 object = fOperandStack.top().fObject; 499 SkBool suppressed = fSuppressStack.top().fSuppress; 538 SkBool suppressed = fSuppressStack.top().fSuppress; 545 SkASSERT(fBraceStack.top() == kStructBrace); 578 if (fBraceStack.top() == kArrayBrace) { 782 SkBraceStyle braceStyle = fBraceStack.top(); 813 bool suppressed = SkToBool(fSuppressStack.top().fSuppress); 825 SkOpType topType = fTypeStack.count() > 0 ? fTypeStack.top() : kNoType [all...] |
SkScriptTokenizer.cpp | 139 while (fBranchStack.top().fDone == Branch::kIsDone) 366 SkScriptValue2& top = fValueStack.top(); local 367 if (top.fType != SkOperand2::kObject) 369 void* object = top.fOperand.fObject; 480 if (fBraceStack.top() == kArrayBrace) { 603 SkScriptValue2 top; local 604 fValueStack.pop(&top); 606 addTokenInt(top.fType); 608 top.fType = SkOperand2::kObject [all...] |
/frameworks/base/opengl/libagl/ |
egl.cpp | 246 : left(0), top(0), right(w), bottom(h) { } 248 : left(l), top(t), right(r), bottom(b) { } 251 top = max(top, r.top); 257 return (left>=right || top>=bottom); 261 what, left, top, right-left, bottom-top); 265 int32_t top; member in struct:android::egl_window_surface_v2_t::Rect 279 if (lhs.top < rhs.top) { // top rec 286 const int32_t top = max(lhs.top, rhs.top); local [all...] |
/external/webkit/WebCore/rendering/style/ |
RenderStyle.h | 363 Length top() const { return surround->offset.top(); } function in class:WebCore::RenderStyle 369 bool hasStaticY() const { return (top().isAuto() && bottom().isAuto()) || top().isStatic(); } 384 const BorderValue& borderTop() const { return surround->border.top; } 404 EBorderStyle borderTopStyle() const { return surround->border.top.style(); } 405 const Color& borderTopColor() const { return surround->border.top.color; } 406 bool borderTopIsTransparent() const { return surround->border.top.isTransparent(); } 433 Length clipTop() const { return visual->clip.top(); } 574 Length marginTop() const { return surround->margin.top(); } [all...] |
/external/libffi/src/ |
dlmalloc.c | 394 The maximum amount of unused top-most memory to keep before 2019 mchunkptr top; member in struct:malloc_state [all...] |
/external/qemu/distrib/sdl-1.2.12/src/stdlib/ |
SDL_malloc.c | 430 The maximum amount of unused top-most memory to keep before 2029 mchunkptr top; member in struct:malloc_state [all...] |
/external/quake/quake/src/QW/client/ |
gl_vidnt.c | 214 WindowRect.top = WindowRect.left = 0;
230 height = rect.bottom - rect.top;
238 rect.left, rect.top,
251 WindowRect.bottom - WindowRect.top, false);
306 WindowRect.top = WindowRect.left = 0;
321 height = rect.bottom - rect.top;
329 rect.left, rect.top,
441 // ourselves at the top of the z order, then grab the foreground again,
485 window_rect.top = window_y;
489 window_center_y = (window_rect.top + window_rect.bottom) / 2; [all...] |
/external/quake/quake/src/WinQuake/ |
gl_vidnt.cpp | 214 WindowRect.top = WindowRect.left = 0;
230 height = rect.bottom - rect.top;
238 rect.left, rect.top,
251 WindowRect.bottom - WindowRect.top, false);
306 WindowRect.top = WindowRect.left = 0;
321 height = rect.bottom - rect.top;
329 rect.left, rect.top,
441 // ourselves at the top of the z order, then grab the foreground again,
485 window_rect.top = window_y;
489 window_center_y = (window_rect.top + window_rect.bottom) / 2; [all...] |
/external/webkit/WebCore/rendering/ |
RenderTableCell.cpp | 122 // even in strict mode, so do not make this a quirk. Affected the top 195 int top = max(borderHalfTop(true), outlineSize); local 199 top = max(top, before->borderHalfTop(true)); 205 top = max(top, after->borderHalfTop(true)); 209 if (top) { 222 top = max(top, -topVisibleOverflow()); 223 IntRect r(-left, - top, left + max(width() + right, rightVisibleOverflow()), top + max(height() + bottom, bottomVisibleOv (…) [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
CellLayout.java | 278 if (isColumnEmpty(current.left - 1, current.top, current.bottom, occupied)) { 286 if (isColumnEmpty(current.right + 1, current.top, current.bottom, occupied)) { 293 if (current.top > 0) { 294 if (isRowEmpty(current.top - 1, current.left, current.right, occupied)) { 295 current.top--; 297 current.top++; 313 cell.cellY = current.top; 315 cell.spanY = current.bottom - current.top + 1; 327 private static boolean isColumnEmpty(int x, int top, int bottom, boolean[][] occupied) { 328 for (int y = top; y <= bottom; y++) [all...] |
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/ |
LogPanel.java | 125 /** top object in the view */ 395 Composite top = new Composite(parent, SWT.NONE); local 396 top.setLayoutData(new GridData(GridData.FILL_BOTH)); 397 top.setLayout(new GridLayout(1, false)); 400 mFolders = new TabFolder(top, SWT.NONE); 419 Composite bottom = new Composite(top, SWT.NONE); 456 return top; 903 Composite top = new Composite(mFolders, SWT.NONE); local 904 item.setControl(top); 906 top.setLayout(new FillLayout()) [all...] |
/external/v8/src/ia32/ |
virtual-frame-ia32.cc | 238 // Adjust the stack pointer upward (toward the top of the virtual 266 // from the top downward in the frame in order to leave the backing 647 // Push that register as a FrameElement on top of the frame. 675 // Store the value on top of the frame to the virtual frame slot at 676 // a given index. The value on top of the frame is left in place. 682 FrameElement top = elements_[top_index]; 684 if (top.is_copy() && top.index() == index) return; 685 ASSERT(top.is_valid()); 691 // the copy-on-write semantics of aliased elements. Reload top fro [all...] |
/external/webkit/WebKit/android/nav/ |
SelectText.cpp | 227 SkFixed lineHeight = SkIntToFixed(bottom() - top()); 358 int top() { function in namespace:android 425 int dy = top() + bottom() - (mFocusY << 1); 433 mBestBounds.set(rect.fLeft, top(), rect.fRight, bottom()); 495 int dy = ((top() + bottom()) >> 1) - mFocusY; 513 mBestBounds.set(rect.fLeft, top(), rect.fRight, bottom()); 557 mBestBounds.set(rect.fLeft, top(), rect.fRight, bottom()); 580 mBestBounds.set(rect.fLeft, top(), rect.fRight, bottom()); 629 // is the text to collect between the selection top and bottom? 799 full.set(rect.fLeft, top(), rect.fRight, bottom()) 1459 int top = m_selStart.fBottom + CONTROL_HEIGHT \/ 2; local 1536 int top = m_selStart.fBottom + CONTROL_HEIGHT \/ 2; local [all...] |
/hardware/ti/omap3/liboverlay/ |
v4l2_utils.c | 120 LOGI("crop t: %d ", crop->c.top); 128 LOGI("window t: %d ", win->w.top); 219 win->w.top = y; 230 *y = format->fmt.win.w.top; 343 crop.c.top = y; 361 *y = crop.c.top;
|
/system/core/libcutils/ |
tzstrftime.c | 425 int top; local 440 top = bot - 442 if (top < -3) 443 top += DAYSPERWEEK; 444 top += len; 445 if (yday >= top) {
|
/frameworks/base/core/java/android/widget/ |
AbsListView.java | 165 * the views from there. The top is specified by mSpecificTop. 170 * Layout to sync as a result of a data change. Restore mSyncPosition to have its top 196 * Indicates whether the list selector should be drawn on top of the children or behind 222 * The selection's top padding 247 * The top scroll indicator 268 * The offset to the top of the mMotionPosition view when the down motion event was received 273 * The desired offset to the top of the mMotionPosition view after a scroll 319 * The offset in pixels form the top of the AdapterView to the top 326 * the top edge 1119 final int top = view.getTop(); local 1147 final int top = view.getTop(); local 1195 final int top = getChildAt(0).getTop(); local [all...] |