HomeSort by relevance Sort by last modified time
    Searched refs:Row (Results 226 - 250 of 410) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
ConsoleWrappers.c 360 @param[in] Row Row to put the cursor in. Must be between zero and Row returned from QueryMode
369 IN UINTN Row
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
UefiShellDebug1CommandsLib.h 364 Clear the line at the specified Row.
366 @param[in] Row The row number to be cleared ( start from 1 )
368 @param[in] LastRow The last printable row.
373 IN UINTN Row,
  /external/guava/guava/src/com/google/common/collect/
StandardTable.java 45 * {@link Table} implementation backed by a map that associates row keys with
47 * records by the row key alone or by both keys, but not by just the column key.
51 * all optional operations are supported. Null row keys, columns keys, and
54 * <p>Lookups by row key are often faster than lookups by column key, because
56 * column(columnKey).get(rowKey)} still runs quickly, since the row key is
58 * iteration across all row keys occurs.
182 /** Remove a row key / column key / value mapping, if present. */
210 * <p>The set's iterator traverses the mappings for the first row, the
211 * mappings for the second row, and so on.
213 * <p>Each cell is an immutable snapshot of a row key / column key / valu
254 @Override public Map<C, V> row(R rowKey) { method in class:StandardTable
    [all...]
TreeBasedTable.java 40 * Implementation of {@code Table} whose row keys and column keys are ordered
42 * {@code TreeBasedTable}, you may provide comparators for the row keys and
51 * all optional operations are supported. Null row keys, columns keys, and
54 * <p>Lookups by row key are often faster than lookups by column key, because
56 * column(columnKey).get(rowKey)} still runs quickly, since the row key is
58 * iteration across all row keys occurs.
61 * row, both {@code row(rowKey)} and {@code rowMap().get(rowKey)} are {@link
97 * of both row and column keys.
114 * @param rowComparator the comparator that orders the row key
176 public SortedMap<C, V> row(R rowKey) { method in class:TreeBasedTable
    [all...]
  /external/syslinux/efi32/include/efi/
eficon.h 116 IN UINTN Row
efilib.h 439 IN UINTN Row,
455 IN UINTN Row,
621 IN UINTN Row,
  /external/syslinux/efi64/include/efi/
eficon.h 116 IN UINTN Row
efilib.h 439 IN UINTN Row,
455 IN UINTN Row,
621 IN UINTN Row,
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
eficon.h 116 IN UINTN Row
efilib.h 439 IN UINTN Row,
455 IN UINTN Row,
621 IN UINTN Row,
  /external/libavc/common/arm/
ih264_iquant_itrans_recon_a9.s 167 vld1.32 d30[0], [r1], r3 @I row Load pu1_pred buffer
177 vld1.32 d30[1], [r1], r3 @II row Load pu1_pred buffer
184 vld1.32 d31[0], [r1], r3 @III row Load pu1_pred buf
203 vld1.32 d31[1], [r1], r3 @IV row Load pu1_pred buffer
220 vst1.32 d0[0], [r2], r4 @I row store the value
221 vst1.32 d0[1], [r2], r4 @II row store the value
222 vst1.32 d1[0], [r2], r4 @III row store the value
223 vst1.32 d1[1], [r2] @IV row store the value
341 vld2.8 {d28, d29}, [r1], r3 @I row Load pu1_pred buffer
351 vld2.8 {d29, d30}, [r1], r3 @II row Load pu1_pred buffe
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConSplitterDxe/
ConSplitter.h 83 UINTN Row;
    [all...]
  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp     [all...]
  /external/opencv/cxcore/include/
cvwimage.h 64 // We use the convention (c,r) to refer to column c and row r with (0,0) being
77 // *im(2, 3) = 15; // Modify the element at column 2, row 3
80 // // Copy the second row into the first. This can be done with no memory
88 // float* row = im->Row(r);
90 // for (int ch = 0; ch < im->Channels(); ++ch, ++row) {
91 // *row = uchar(rand() & 255);
209 inline const T* Row(int r) const {
213 inline T* Row(int r) {
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
SearchFragment.java 34 import android.support.v17.leanback.widget.Row;
349 RowPresenter.ViewHolder rowViewHolder, Row row) {
357 rowViewHolder, row);
SearchSupportFragment.java 31 import android.support.v17.leanback.widget.Row;
346 RowPresenter.ViewHolder rowViewHolder, Row row) {
354 rowViewHolder, row);
PlaybackFragment.java 46 import android.support.v17.leanback.widget.Row;
70 * A playback row is a row rendered by {@link PlaybackRowPresenter}.
71 * App can call {@link #setPlaybackRow(Row)} to set playback row for the first element of adapter.
73 * {@link #setPlaybackRow(Row)} and {@link #setPlaybackRowPresenter(PlaybackRowPresenter)} are
74 * optional, app can pass playback row and PlaybackRowPresenter in the adapter using
102 * Resets the focus on the button in the middle of control row.
134 Row mRow;
145 Object row) {
    [all...]
PlaybackSupportFragment.java 43 import android.support.v17.leanback.widget.Row;
67 * A playback row is a row rendered by {@link PlaybackRowPresenter}.
68 * App can call {@link #setPlaybackRow(Row)} to set playback row for the first element of adapter.
70 * {@link #setPlaybackRow(Row)} and {@link #setPlaybackRowPresenter(PlaybackRowPresenter)} are
71 * optional, app can pass playback row and PlaybackRowPresenter in the adapter using
99 * Resets the focus on the button in the middle of control row.
131 Row mRow;
142 Object row) {
    [all...]
  /frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/app/
RowsFragmentTest.java 43 import android.support.v17.leanback.widget.Row;
76 HeaderItem header = new HeaderItem(i, "Row " + i);
103 assertEquals("First row is initially aligned to top of screen", 0, rect.top);
112 assertTrue("Second row should not be aligned to top of screen", rect.top > 0);
263 RowPresenter.ViewHolder rowViewHolder, Row row) {
375 HeaderItem header = new HeaderItem(i, "Row " + i);
425 HeaderItem header = new HeaderItem(i, "Row " + i);
RowsSupportFragmentTest.java 46 import android.support.v17.leanback.widget.Row;
79 HeaderItem header = new HeaderItem(i, "Row " + i);
106 assertEquals("First row is initially aligned to top of screen", 0, rect.top);
115 assertTrue("Second row should not be aligned to top of screen", rect.top > 0);
266 RowPresenter.ViewHolder rowViewHolder, Row row) {
378 HeaderItem header = new HeaderItem(i, "Row " + i);
428 HeaderItem header = new HeaderItem(i, "Row " + i);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/
GraphicsConsole.c 225 @param[out] TextModeData The buffer to the text modes column and row information.
281 // and does not include the invalid modes which exceed the max column and row.
319 // Skip the pre-defined mode which is invalid or exceeds the max column and row.
346 DEBUG ((EFI_D_INFO, "Graphics - Mode %d, Column = %d, Row = %d\n",
955 // one row up.
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
ConsoleOption.c 1019 Get mode number according to column and row
1029 UINTN Row;
1043 Status = ConOut->QueryMode (ConOut, Mode, &Col, &Row);
1045 if (CurrentCol == Col && CurrentRow == Row) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerLib/
ConsoleOption.c 983 Get mode number according to column and row
993 UINTN Row;
1007 Status = ConOut->QueryMode (ConOut, Mode, &Col, &Row);
1009 if (CurrentCol == Col && CurrentRow == Row) {
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
AlphabeticIndexTest.java 26 import android.icu.impl.Row;
27 import android.icu.impl.Row.R4;
643 R4<RawCollationKey, String, Integer, Double> row = Row.of(rawCollationKey, name, name.length(), testValue++); local
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
AlphabeticIndexTest.java 25 import com.ibm.icu.impl.Row;
26 import com.ibm.icu.impl.Row.R4;
642 R4<RawCollationKey, String, Integer, Double> row = Row.of(rawCollationKey, name, name.length(), testValue++); local
    [all...]

Completed in 991 milliseconds

1 2 3 4 5 6 7 8 91011>>