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

1 2

  /prebuilts/gcc/linux-x86/host/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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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/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...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
sobeloperator.cpp 48 const int above = (i > 0) ? curr - 4 * width : curr; local
54 *(dataPtr + above + c + right) - *(dataPtr + above + c + left) +
57 (*(dataPtr + c + below) - *(dataPtr + c + above)) * 2 +
58 *(dataPtr + left + c + below) - *(dataPtr + left + c + above) +
59 *(dataPtr + right + c + below) - *(dataPtr + right + c + above);
  /frameworks/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
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FontTest.cpp 8 * 1. Redistributions of source code must retain the above copyright
10 * 2. Redistributions in binary form must reproduce the above copyright
42 UChar above[1]; local
48 above[0] = rangeEnd + 1;
54 EXPECT_EQ(Font::Simple, Font::characterRangeCodePath(above, 1));
  /external/libvpx/libvpx/vp8/encoder/
mr_dissim.c 104 const MODE_INFO *above = here - cm->mode_info_stride; local
106 const MODE_INFO *aboveleft = above - 1;
118 GET_MV_SIGN(above)
125 aboveright = above + 1;
147 GET_MV(above)
154 aboveright = above + 1;
rdopt.c 246 /* Experimental code using the same basic equation as used for Q above
662 unsigned char *Above = dst - dst_stride;
664 unsigned char top_left = Above[-1];
673 vp8_intra4x4_predict(Above, yleft, dst_stride, mode,
1005 if (m == ABOVE4X4) /* replace above with left if same */
1535 const MODE_INFO *above = here - xd->mode_info_stride; local
    [all...]
  /external/chromium_org/tools/traceline/traceline/
assembler.h 12 // - Redistributions of source code must retain the above copyright notice,
15 // - Redistribution in binary form must reproduce the above copyright
35 // The original source code covered by the above license above has been
74 above = 7, enumerator in enum:Condition
  /external/libvpx/libvpx/vp8/decoder/
decodemv.c 216 const vp8_prob * get_sub_mv_ref_prob(const int left, const int above)
219 int aez = (above == 0);
220 int lea = (left == above);
277 /* On top edge, get from MB above us */
320 refer back to us via "left" or "above". */
351 const MODE_INFO *above = mi - mis; local
353 const MODE_INFO *aboveleft = above - 1;
368 /* Process above */
369 if (above->mbmi.ref_frame != INTRA_FRAME)
371 if (above->mbmi.mv.as_int
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_blockd.h 67 DC_PRED, // Average of above and left pixels
101 modes for the Y blocks to the left and above us; for interframes, there
296 int above = 0, left = 0, i; local
304 above |= (xd->above_seg_context[i] & (1 << boffset));
308 above = (above > 0);
311 return (left * 2 + above) + bsl * PARTITION_PLOFFSET;
  /frameworks/base/core/java/android/text/
StaticLayout.java 384 int above, below, top, bottom; local
389 above = okAscent;
396 above = fitAscent;
403 above = fm.ascent;
411 above, below, top, bottom,
586 int above, int below, int top, int bottom, int v,
615 fm.ascent = above;
630 above = fm.ascent;
638 mTopPadding = top - above;
642 above = top
    [all...]
  /frameworks/base/core/java/android/widget/
GridView.java 549 // Possibly changed again in fillUp if we add rows above this one.
560 View above; local
564 above = fillUp(motionRowStart - numColumns, referenceView.getTop() - verticalSpacing);
575 above = fillUp(motionRowStart - 1, referenceView.getTop() - verticalSpacing);
585 } else if (above != null) {
586 return above;
611 // Make sure we are 1) Too high, and 2) Either there are more rows above the
622 // Fill the gap that was opened above mFirstPosition with more rows, if
712 // Possibly changed again in fillUp if we add rows above this one.
784 // Find space available above the selection into which we ca
    [all...]
ListView.java 214 // It's OK to have some space above the first item if it is
792 * Once the selected view as been placed, fill up the visible area above and
838 // Find space available above the selection into which we can scroll
863 // Fill in views above and below
1341 View above; local
    [all...]
  /external/chromium_org/v8/src/
jsregexp.cc 6 // * Redistributions of source code must retain the above copyright
8 // * Redistributions in binary form must reproduce the above
2087 Label* above = &handle_rest; local
    [all...]
  /prebuilts/gcc/linux-x86/host/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:__anon38489
843 Window above; member in struct:__anon38492
844 int detail; /* Above, Below, TopIf, BottomIf, Opposite */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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:__anon40079
843 Window above; member in struct:__anon40082
844 int detail; /* Above, Below, TopIf, BottomIf, Opposite */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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:__anon41594
843 Window above; member in struct:__anon41597
844 int detail; /* Above, Below, TopIf, BottomIf, Opposite */
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 

Completed in 2241 milliseconds

1 2