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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
panel.h 12 * The above copyright notice and this permission notice shall be included *
18 * IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
23 * Except as contained in this notice, the name(s) of the above copyright *
47 struct panel *above; member in struct:panel
cursesp.h 13 * The above copyright notice and this permission notice shall be included *
19 * IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
24 * Except as contained in this notice, the name(s) of the above copyright *
158 // actually bottom() makes the panel the first above ::stdscr.
179 inline NCursesPanel& above() const function in class:NCursesPanel
  /external/libvpx/vp8/common/
findnearmv.c 36 const MODE_INFO *above = here - xd->mode_info_stride; local
38 const MODE_INFO *aboveleft = above - 1;
48 /* Process above */
49 if (above->mbmi.ref_frame != INTRA_FRAME)
51 if (above->mbmi.mv.as_int)
53 (++mv)->as_int = above->mbmi.mv.as_int;
54 mv_bias(ref_frame_sign_bias[above->mbmi.ref_frame], refframe, mv, ref_frame_sign_bias);
83 /* Process above left */
108 /* See if above-left MV can be merged with NEAREST */
113 cnt[CNT_SPLITMV] = ((above->mbmi.mode == SPLITMV
    [all...]
  /system/media/wilhelm/src/itf/
I3DLocation.c 172 SLVec3D above = *pAbove; local
177 thiz->mOrientationVectors.mAbove = above;
I3DMacroscopic.c 105 SLVec3D above = *pAbove; local
109 thiz->mOrientationVectors.mAbove = above;
110 thiz->mOrientationVectors.mUp = above; // wrong
  /frameworks/base/core/java/android/text/
StaticLayout.java 401 int above, below, top, bottom; local
413 above = okAscent;
420 above = fitAscent;
427 above = fm.ascent;
435 above, below, top, bottom,
607 int above, int below, int top, int bottom, int v,
636 fm.ascent = above;
651 above = fm.ascent;
659 mTopPadding = top - above;
663 above = top
    [all...]
  /external/libvpx/vp8/encoder/
rdopt.c 231 // Experimental code using the same basic equation as used for Q above
937 if (m == ABOVE4X4) // replace above with left if same
1533 const MODE_INFO *above = here - xd->mode_info_stride; local
    [all...]
  /external/v8/src/ia32/
assembler-ia32.h 8 // - Redistributions of source code must retain the above copyright notice,
11 // - Redistribution in binary form must reproduce the above copyright
31 // The original source code covered by the above license above has been
198 above = 7, enumerator in enum:v8::internal::Condition
231 return above;
232 case above:
554 // The relocation writer's position must be kGap bytes above the end of
    [all...]
  /external/v8/src/x64/
assembler-x64.h 8 // - Redistributions of source code must retain the above copyright notice,
11 // - Redistribution in binary form must reproduce the above copyright
31 // The original source code covered by the above license above has been
271 above = 7, enumerator in enum:v8::internal::Condition
309 return above;
310 case above:
521 // The relocation writer's position must be kGap bytes above the end of
596 // TODO(X64): Rename this, removing the "Real", after changing the above.
    [all...]
  /frameworks/base/core/java/android/widget/
GridView.java 531 // Possibly changed again in fillUp if we add rows above this one.
542 View above; local
546 above = fillUp(motionRowStart - numColumns, referenceView.getTop() - verticalSpacing);
557 above = fillUp(motionRowStart - 1, referenceView.getTop() - verticalSpacing);
567 } else if (above != null) {
568 return above;
593 // Make sure we are 1) Too high, and 2) Either there are more rows above the
604 // Fill the gap that was opened above mFirstPosition with more rows, if
694 // Possibly changed again in fillUp if we add rows above this one.
766 // Find space available above the selection into which we ca
    [all...]
ListView.java 209 // It's OK to have some space above the first item if it is
772 * Once the selected view as been placed, fill up the visible area above and
818 // Find space available above the selection into which we can scroll
843 // Fill in views above and below
911 * selection. The new selection will be placed at, above, or below the
1322 View above; local
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlib.h 9 the above copyright notice appear in all copies and that both that
13 The above copyright notice and this permission notice shall be included in
810 Window above; member in struct:__anon20102
843 Window above; member in struct:__anon20105
844 int detail; /* Above, Below, TopIf, BottomIf, Opposite */
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 375 milliseconds