HomeSort by relevance Sort by last modified time
    Searched defs:below (Results 1 - 15 of 15) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
panel.h 46 struct panel *below; member in struct:panel
cursesp.h 185 inline NCursesPanel& below() const function in class:NCursesPanel
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
panel.h 46 struct panel *below; member in struct:panel
cursesp.h 185 inline NCursesPanel& below() const function in class:NCursesPanel
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
panel.h 46 struct panel *below; member in struct:panel
cursesp.h 185 inline NCursesPanel& below() const function in class:NCursesPanel
  /external/libvpx/libvpx/vp8/encoder/
mr_dissim.c 110 const MODE_INFO *below = NULL; local
132 below = here + cm->mode_info_stride;
133 belowleft = below - 1;
134 GET_MV_SIGN(below)
141 belowright = below + 1;
161 below = here + cm->mode_info_stride;
162 belowleft = below - 1;
163 GET_MV(below)
170 belowright = below + 1;
  /external/webkit/Source/WebCore/page/
SpatialNavigation.cpp 262 // Return true if rect |a| is below |b|. False otherwise.
263 static inline bool below(const IntRect& a, const IntRect& b) function in namespace:WebCore
571 if (below(startingRect, potentialRect)) {
574 } else if (below(potentialRect, startingRect)) {
  /frameworks/base/core/java/android/text/
StaticLayout.java 384 int above, below, top, bottom; local
390 below = okDescent;
397 below = fitDescent;
404 below = fm.descent;
411 above, below, top, bottom,
584 int above, int below, int top, int bottom, int v,
614 fm.descent = below;
629 below = fm.descent;
645 mBottomPadding = bottom - below;
649 below = bottom
    [all...]
  /external/opencv/cv/src/
cvcalibinit.cpp 1203 CvCBCorner* first = 0, *first2 = 0, *right, *cur, *below, *c; local
    [all...]
  /external/webkit/Source/JavaScriptCore/yarr/
YarrJIT.cpp 122 // check if there are any ranges or matches below lo. If not, just jl to failure -
184 Jump below = branch32(LessThan, character, Imm32(lo)); local
186 below.link(this);
788 // data label cleared as a result of the clear() below
    [all...]
  /frameworks/base/core/java/android/widget/
GridView.java 557 View below; local
562 below = fillDown(motionRowStart + numColumns, referenceView.getBottom() + verticalSpacing);
569 below = fillDown(motionRowEnd + numColumns, referenceView.getBottom() + verticalSpacing);
584 return below;
650 // Make sure we are 1) Too low, and 2) Either there are more rows below the
661 // Fill the gap that was opened below the last position with more rows, if
776 // Some of the newly selected item extends below the bottom of the
811 // Find space available below the selection into which we can
843 * selection. The new selection will be placed at, above, or below the
    [all...]
ListView.java 226 // It's OK to have some space below the last item if it is
777 * below it.
820 // Some of the newly selected item extends below the bottom of the list
838 // Find space available below the selection into which we can scroll
847 // Fill in views above and below
915 * selection. The new selection will be placed at, above, or below the
1326 View below; local
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityStack.java 1998 ActivityRecord below = i >= 0 ? mHistory.get(i) : null; local
    [all...]
  /frameworks/base/core/java/android/webkit/
WebViewClassic.java 627 // There's not enough room vertically, move it below the
6236 int below = Math.max(0, y - mEditTextContentBounds.bottom + EDIT_RECT_BUFFER); local
    [all...]

Completed in 551 milliseconds