HomeSort by relevance Sort by last modified time
    Searched refs:row (Results 651 - 675 of 723) sorted by null

<<212223242526272829

  /external/qemu-pc-bios/vgabios/
vgabios.c     [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventView.java 372 final int row = mTimezoneAdapter.getRowById(mTimezone);
378 mTimezoneDialog.getListView().setItemChecked(row, true);
379 mTimezoneDialog.getListView().setSelection(row);
    [all...]
  /external/libvpx/vp8/encoder/
onyx_if.c 2381 unsigned int row, col; local
    [all...]
  /external/emma/lib/
emma.jar 
  /external/libvpx/vp8/common/ppc/
filter_bilinear_altivec.asm 34 ;# index to the next set of vectors in the row.
filter_altivec.asm 119 addi r9, r9, 16 ;# P5 = newest input row
839 ;# index to the next set of vectors in the row.
  /external/libvpx/vp8/common/x86/
postproc_mmx.asm 252 jnz nextrow ; next row
postproc_mmx.c 395 next row
704 next row
    [all...]
postproc_sse2.asm 234 jnz nextrow ; next row
  /frameworks/base/core/java/android/widget/
GridView.java 594 // first row or the first row is scrolled off the top of the drawable area
637 // last row or the last row is scrolled off the bottom of the drawable area
721 * @param rowStart The start of the row that will contain the selection
739 * @param rowStart The start of the row that will contain the selection
752 * Move all views upwards so the selected row does not interesect the bottom
755 * @param childInSelectedRow A child in the row that contains the selection
781 * Move all views upwards so the selected row does not interesect the top
784 * @param childInSelectedRow A child in the row that contains the selectio
    [all...]
  /prebuilt/common/kxml2/
kxml2-2.3.0.jar 
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /cts/tools/dx-tests/lib/
jasmin.jar 
  /dalvik/dx/etc/
jasmin.jar 
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
Impl_RowSet.java 251 public boolean absolute(int row) throws SQLException {
  /external/libvpx/vp8/encoder/x86/
variance_impl_sse2.asm 855 movdqa xmm5, xmm1 ; save xmm1 for use on the next row
    [all...]
  /external/opencv/cv/src/
cvhaar.cpp 417 #define sum_elem_ptr(sum,row,col) \
418 ((sumtype*)CV_MAT_ELEM_PTR_FAST((sum),(row),(col),sizeof(sumtype)))
420 #define sqsum_elem_ptr(sqsum,row,col) \
421 ((sqsumtype*)CV_MAT_ELEM_PTR_FAST((sqsum),(row),(col),sizeof(sqsumtype)))
    [all...]
  /external/quake/quake/src/WinQuake/
vid_sunx.cpp 497 int i, j, column, row, dup; local
vid_sunxil.cpp 312 int i, j, column, row, dup; local
  /external/webkit/Source/WebCore/rendering/
RenderTreeAsText.cpp 374 ts << " [r=" << c.row() << " c=" << c.col() << " rs=" << c.rowSpan() << " cs=" << c.colSpan() << "]";
  /frameworks/base/core/java/android/database/
DatabaseUtils.java 434 * Prints the contents of a Cursor's current row to System.out.
443 * Prints the contents of a Cursor's current row to a PrintSteam.
467 * Prints the contents of a Cursor's current row to a StringBuilder.
491 * Dump the contents of a Cursor's current row to a String.
494 * @return a String that contains the dumped cursor row
631 * Read the entire contents of a cursor row and store them in a ContentValues.
634 * @param values the {@link ContentValues} to put the row into.
696 * first column of the first row.
709 * first column of the first row.
718 * first column of the first row
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
gl.h     [all...]
  /external/webkit/Source/WebCore/accessibility/mac/
AccessibilityObjectWrapper.mm     [all...]
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp 7029 int row = mediumSize - fontSizeTableMin; local
7059 int row = mediumSize - fontSizeTableMin; local
    [all...]
  /external/v8/tools/
tickprocessor.js 183 // Obsolete row types.

Completed in 693 milliseconds

<<212223242526272829