HomeSort by relevance Sort by last modified time
    Searched refs:top (Results 601 - 625 of 959) sorted by null

<<21222324252627282930>>

  /external/bison/data/
yacc.c 670 | TOP (included). |
675 [[yytype_int16 *top], [top]])[
678 for (; bottom <= top; ++bottom)
683 # define YY_STACK_PRINT(Bottom, Top) \
686 yy_stack_print ((Bottom), (Top)); \
729 # define YY_STACK_PRINT(Bottom, Top)
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
replace.h 309 const PrefixTuple& top = stack.Top(); local
312 FindState(StateTuple(prefix_id, top.fst_id, top.nextstate));
413 const PrefixTuple& Top() const {
  /external/webkit/WebCore/rendering/
RenderBlock.h 375 void markLinesDirtyInVerticalRange(int top, int bottom, RootInlineBox* highest = 0);
429 // Whether or not we are a quirky container, i.e., do we collapse away top and bottom
435 // They may or may not collapse with the top margin of the block (|m_canCollapseTopWithChildren| tells us that), but they will
454 MarginInfo(RenderBlock* b, int top, int bottom);
494 void handleBottomOfBlock(int top, int bottom, MarginInfo&);
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
libtommath.c 795 top:
877 goto top;
1176 register mp_digit *bottom, *top; local
1183 /* top [offset into digits] */
1184 top = a->dp + b;
1188 * the top of the window are copied to the bottom
1197 *bottom++ = *top++;
1200 /* zero the top digits */
1255 /* ensure there are always at least MP_PREC digits extra on top */
1504 register mp_digit *top, *bottom; local
    [all...]
  /frameworks/base/core/java/android/view/
SurfaceView.java 54 * normally appear on top of it. This can be used to place overlays such as
55 * buttons on top of the Surface, though note however that it can have an
292 protected boolean setFrame(int left, int top, int right, int bottom) {
293 boolean result = super.setFrame(left, top, right, bottom);
353 * Control whether the surface view's surface is placed on top of another
355 * This is typically used to place overlays on top of an underlying media
370 * Control whether the surface view's surface is placed on top of its
375 * SurfaceView is in will be visible on top of its surface.
436 + " top=" + (mTop != mLocation[1]));
475 mLayout.gravity = Gravity.LEFT|Gravity.TOP;
    [all...]
  /frameworks/base/core/java/com/android/internal/view/menu/
IconMenuView.java 116 * top-most). Each value contains the number of items in that row.
425 childLayoutParams.top = (int) itemTop;
503 child.layout(childLayoutParams.left, childLayoutParams.top, childLayoutParams.right,
805 * Layout parameters specific to IconMenuView (stores the left, top, right, bottom from the
810 int left, top, right, bottom; field in class:IconMenuView.LayoutParams
  /frameworks/base/graphics/java/android/graphics/
Paint.java 904 public float top; field in class:Paint.FontMetrics
950 public int top; field in class:Paint.FontMetricsInt
957 return "FontMetricsInt: top=" + top + " ascent=" + ascent +
    [all...]
  /frameworks/base/opengl/libagl/
state.cpp 459 c->transforms.modelview.top().elements(),
464 c->transforms.projection.top().elements(),
469 c->transforms.texture[c->textures.active].top().elements(),
  /external/webkit/WebKit/mac/Carbon/
CarbonWindowAdapter.mm 357 // Get the Carbon window's bounds, which are expressed in global screen coordinates, with (0,0) at the top-left of the main screen.
367 newWindowFrameRect.size.height = windowStructureBoundsRect.bottom - windowStructureBoundsRect.top;
378 newContentFrameRect.size.height = windowContentBoundsRect.bottom - windowContentBoundsRect.top;
    [all...]
  /build/tools/releasetools/
check_target_files_signatures 30 Comma-separated list of top-level directories to scan for
125 for top in OPTIONS.local_cert_dirs:
126 for dirpath, dirnames, filenames in os.walk(top):
  /cts/tests/tests/graphics/src/android/graphics/cts/
YuvImageTest.java 71 // mRects[1] : same size to that of mRects[1], but its left-top point is shifted
73 // mRects[3] : the left-top point is at an odd position
253 expected = Bitmap.createBitmap(testBitmap, expectedRect.left, expectedRect.top, expectedRect.width(), expectedRect.height());
268 expected = Bitmap.createBitmap(testBitmap, newRect.left, newRect.top,
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
GradientDrawableTest.java 380 assertEquals(0, rect.top);
400 assertEquals(2, rect.top);
  /development/samples/BrowserPlugin/jni/
main.cpp 339 evt->data.draw.clip.top,
377 instance, evt->data.visibleRect.rect.left, evt->data.visibleRect.rect.top,
  /external/freetype/src/truetype/
ttgload.c 98 /* sets the top side bearing to be zero. */
139 FT_TRACE5(( " top side bearing (font units): %d\n", *tsb ));
1704 FT_Pos top; \/* scaled vertical top side bearing *\/ local
    [all...]
  /external/libpng/contrib/gregbook/
rpng-win.c 462 Initialize the DIB. Negative height means to use top-down BMP ordering
595 rect.top = (LONG)lastrow;
607 rect.top = (LONG)lastrow;
  /external/openssl/crypto/bn/
bn_lcl.h 295 int ind = (a)->dmax - (a)->top; \
296 BN_ULONG *ftl = &(a)->d[(a)->top-1]; \
  /external/openssl/crypto/
sparccpuid.S 24 ! stack wiping I return pointer to the top of stack of the *caller*.
126 add %fp,BIAS,%i0 ! return pointer to caller?s top of stack
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_wingl.c 56 rect.left, rect.top,
58 (rect.bottom-rect.top)+1,
  /external/quake/quake/src/QW/client/
sys_win.c 619 if (rect.left > (rect.top * 2))
623 rect.top, 0, 0,
  /external/quake/quake/src/WinQuake/
sys_win.cpp 763 if (rect.left > (rect.top * 2))
767 rect.top, 0, 0,
  /external/skia/src/core/
SkSpriteBlitter_RGB16.cpp 274 virtual void setup(const SkBitmap& device, int left, int top,
276 this->INHERITED::setup(device, left, top, paint);
  /external/skia/src/svg/
SkSVGParser.cpp 207 SkSVGElement* parent = fParents.count() > 0 ? fParents.top() : NULL;
212 result = fParents.top()->onStartElement(element);
  /external/v8/benchmarks/
splay.js 241 // node on the search path to the top of the tree.
269 * the given key to the top of the tree. If no node has the given
270 * key, the last node on the search path is moved to the top of the
271 * tree. This is the simplified top-down splaying algorithm from:
  /external/v8/test/mjsunit/
array-length.js 101 assertEquals('undefined', typeof a[Math.pow(2,32)-2], "top");
debug-mirror-cache.js 29 // The functions used for testing backtraces. They are at the top to make the

Completed in 659 milliseconds

<<21222324252627282930>>