HomeSort by relevance Sort by last modified time
    Searched defs:above (Results 1 - 11 of 11) 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
  /system/media/opensles/libopensles/
I3DLocation.c 172 SLVec3D above = *pAbove; local
177 this->mOrientationVectors.mAbove = above;
I3DMacroscopic.c 105 SLVec3D above = *pAbove; local
109 this->mOrientationVectors.mAbove = above;
110 this->mOrientationVectors.mUp = above; // wrong
  /external/libvpx/vp8/common/
findnearmv.c 67 const MODE_INFO *above = here - xd->mode_info_stride; local
69 const MODE_INFO *aboveleft = above - 1;
79 /* Process above */
80 if (above->mbmi.ref_frame != INTRA_FRAME)
82 if (above->mbmi.mv.as_int)
84 (++mv)->as_int = above->mbmi.mv.as_int;
85 mv_bias(above, refframe, mv, ref_frame_sign_bias);
114 /* Process above left */
139 /* See if above-left MV can be merged with NEAREST */
144 cnt[CNT_SPLITMV] = ((above->mbmi.mode == SPLITMV
    [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
125 above = 7, enumerator in enum:v8::internal::Condition
155 return above;
156 case above:
410 // The relocation writer's position must be kGap bytes above the end of
  /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
189 above = 7, enumerator in enum:v8::internal::Condition
224 return above;
225 case above:
387 // The relocation writer's position must be kGap bytes above the end of
454 // TODO(X64): Rename this, removing the "Real", after changing the above.
    [all...]
  /frameworks/base/core/java/android/widget/
GridView.java 468 // Possibly changed again in fillUp if we add rows above this one.
479 View above; local
483 above = fillUp(motionRowStart - numColumns, referenceView.getTop() - verticalSpacing);
494 above = fillUp(motionRowStart - 1, referenceView.getTop() - verticalSpacing);
504 } else if (above != null) {
505 return above;
530 // Make sure we are 1) Too high, and 2) Either there are more rows above the
541 // Fill the gap that was opened above mFirstPosition with more rows, if
631 // Possibly changed again in fillUp if we add rows above this one.
703 // Find space available above the selection into which we ca
    [all...]
ListView.java 233 // It's OK to have some space above the first item if it is
767 * Once the selected view as been placed, fill up the visible area above and
813 // Find space available above the selection into which we can scroll
838 // Fill in views above and below
887 * selection. The new selection will be placed at, above, or below the
1294 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:__anon13498
843 Window above; member in struct:__anon13501
844 int detail; /* Above, Below, TopIf, BottomIf, Opposite */
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 2435 milliseconds