HomeSort by relevance Sort by last modified time
    Searched refs:top (Results 276 - 300 of 1937) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/browser/resources/gpu_internals/
timeline_view.css 24 border-top: 1px solid black;
  /external/chromium/chrome/browser/resources/net_internals/
topmidbottomview.js 6 * This view stacks three boxes -- one at the top, one at the bottom, and
38 TopMidBottomView.prototype.setGeometry = function(left, top, width, height) {
39 TopMidBottomView.superClass_.setGeometry.call(this, left, top, width, height);
47 this.topView_.setGeometry(left, top, width, topbarHeight);
  /external/chromium-trace/src/tracing/
timeline_view.css 37 margin-top: 6px;
52 border-top: 1px solid black;
78 top: 2px;
91 margin-top: 1px;
  /external/clang/www/
menu.css 21 padding-top:1em;
  /external/compiler-rt/www/
menu.css 21 padding-top:1em;
  /external/dropbear/libtommath/
bn_mp_dr_reduce.c 49 /* top of loop, this is where the code resumes if
52 top:
86 goto top;
  /external/dropbear/libtommath/etc/
2kprime.c 20 top:
66 goto top;
drprime.c 17 top:
46 printf("Error not DR modulus\n"); sizes[x] += 1; goto top;
  /external/grub/stage2/
common.c 108 unsigned long long top; local
112 top = bottom;
122 && desc->BaseAddr <= top
123 && desc->BaseAddr + desc->Length > top)
125 top = desc->BaseAddr + desc->Length;
133 if (top > 0xFFFFFFFF)
134 top = 0xFFFFFFFF;
136 return (unsigned long) top - bottom;
  /external/skia/include/gpu/
GrRenderTarget.h 129 * @param top top edge of the rectangle to read (inclusive)
140 bool readPixels(int left, int top, int width, int height,
147 * @param top top edge of the rectangle to write (inclusive)
155 void writePixels(int left, int top, int width, int height,
GrTexture.h 59 * @param top top edge of the rectangle to read (inclusive)
70 bool readPixels(int left, int top, int width, int height,
77 * @param top top edge of the rectangle to write (inclusive)
85 void writePixels(int left, int top, int width, int height,
  /external/webkit/Source/WebCore/platform/wx/wxcode/win/
scrollbar_render.cpp 167 buttonRect.bottom = buttonRect.top + buttonSize;
174 buttonRect.top = buttonRect.bottom - buttonSize;
191 buttonRect.top = buttonRect.top + thumbStart + buttonSize;
192 buttonRect.bottom = buttonRect.top + thumbLength;
202 buttonRect.top += ((buttonRect.bottom - buttonRect.top) - thickness) / 2;
204 buttonRect.bottom = buttonRect.top + thickness;
  /external/webkit/Source/WebKit/chromium/src/win/
WebScreenInfoFactory.cpp 44 output.y = input.top;
46 output.height = input.bottom - input.top;
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/win/
WindowGeometryInitializedBeforeSetWindow.cpp 78 if (rect.left != window->x || rect.top != window->y || (rect.right - rect.left) != window->width || (rect.bottom - rect.top) != window->height) {
WindowlessPaintRectCoordinates.cpp 80 pluginLog(m_npp, "Expected paint rect {left=%d, top=%d, right=%d, bottom=%d}, but got {left=%d, top=%d, right=%d, bottom=%d}", expectedRect.left, expectedRect.top, expectedRect.right, expectedRect.bottom, paintRect->left, paintRect->top, paintRect->right, paintRect->bottom);
  /frameworks/base/core/java/android/text/style/
IconMarginSpan.java 43 int top, int baseline, int bottom,
65 need = ht - (v + fm.bottom - fm.top - istartv);
LeadingMarginSpan.java 55 * @param top the top of the line
66 int top, int baseline, int bottom,
139 int top, int baseline, int bottom,
QuoteSpan.java 67 int top, int baseline, int bottom,
76 c.drawRect(x, top, x + dir * STRIPE_WIDTH, bottom, p);
  /frameworks/compile/libbcc/runtime/www/
menu.css 21 padding-top:1em;
  /gdk/samples/PhotoEditor/src/com/android/photoeditor/
Photo.java 71 public void crop(int left, int top, int width, int height) {
73 Bitmap cropped = Bitmap.createBitmap(bitmap, left, top, width, height).copy(
  /hardware/ril/mock-ril/src/cpp/
worker.cpp 153 ((wq->delayed_q_.top()->time - now) <= 0)) {
154 struct WorkerQueue::Record *r = wq->delayed_q_.top();
165 struct WorkerQueue::Record *r = wq->delayed_q_.top();
213 r = delayed_q_.top();
289 " p=%p delay_in_ms=%d now=%lldms top->p=%p"
290 " top->time=%lldms diff=%lldms",
291 p, delay_in_ms, now, delayed_q_.top()->p,
292 delayed_q_.top()->time, delayed_q_.top()->time - now);
294 if ((q_.size() == 0) && (delayed_q_.top() == r))
    [all...]
  /libcore/dalvik/src/main/native/
sub.mk 2 # This file is included by the top-level libcore Android.mk.
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
ScrollBarView.java 53 boolean changed, int left, int top, int right, int bottom) {
55 mBarHeight = bottom - top;
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLViewMock.java 57 protected void onLayout(boolean changeSize, int left, int top,
64 item.layout(left, top, right, bottom);
  /packages/apps/Settings/src/com/android/settings/widget/
ChartView.java 41 private static final int SWEEP_GRAVITY = Gravity.TOP | Gravity.LEFT;
120 child.layout(childRect.left, childRect.top, childRect.right, childRect.bottom);
124 child.layout(childRect.left, childRect.top, childRect.right, childRect.bottom);
134 sweep.layout(childRect.left, childRect.top, childRect.right, childRect.bottom);
142 parentRect.top += sweepMargins.top + (int) sweep.getPoint();
143 parentRect.bottom = parentRect.top;
152 parentRect.top += sweepMargins.top;

Completed in 717 milliseconds

<<11121314151617181920>>