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

1 2 3 45 6 7 8 91011>>

  /frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/app/
BrowseTestSupportFragment.java 35 import android.support.v17.leanback.widget.Row;
97 RowPresenter.ViewHolder rowViewHolder, Row row) {
98 Log.i(TAG, "onItemSelected: " + item + " row " + row.getHeaderItem().getName()
159 HeaderItem header = new HeaderItem(i, "Row " + i);
167 RowPresenter.ViewHolder rowViewHolder, Row row) {
168 Log.i(TAG, "onItemClicked: " + item + " row " + row);
    [all...]
PlaybackFragmentTest.java 43 import android.support.v17.leanback.widget.Row;
113 ArgumentCaptor<Row> rowCaptor = ArgumentCaptor.forClass(Row.class);
118 any(Object.class), any(RowPresenter.ViewHolder.class), any(Row.class));
122 assertSame("Same controls row should be passed to the listener", controlsRow,
129 assertSame("Same controls row should be passed to the listener", controlsRow,
140 assertSame("Same list row should be passed to the listener", listRow0,
180 ArgumentCaptor<Row> rowCaptor = ArgumentCaptor.forClass(Row.class);
185 any(Object.class), any(RowPresenter.ViewHolder.class), any(Row.class))
271 PlaybackControlsRow row = new PlaybackControlsRow(); local
    [all...]
PlaybackSupportFragmentTest.java 46 import android.support.v17.leanback.widget.Row;
116 ArgumentCaptor<Row> rowCaptor = ArgumentCaptor.forClass(Row.class);
121 any(Object.class), any(RowPresenter.ViewHolder.class), any(Row.class));
125 assertSame("Same controls row should be passed to the listener", controlsRow,
132 assertSame("Same controls row should be passed to the listener", controlsRow,
143 assertSame("Same list row should be passed to the listener", listRow0,
183 ArgumentCaptor<Row> rowCaptor = ArgumentCaptor.forClass(Row.class);
188 any(Object.class), any(RowPresenter.ViewHolder.class), any(Row.class))
274 PlaybackControlsRow row = new PlaybackControlsRow(); local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/sqlite3/test/
factory.py 31 def dict_factory(cursor, row):
34 d[col[0]] = row[idx]
74 row = cur.fetchone()
75 self.assertTrue(isinstance(row,
77 "row is not instance of dict")
88 self.con.row_factory = lambda cur, row: list(row)
89 row = self.con.execute("select 1, 2").fetchone()
90 self.assertTrue(isinstance(row,
92 "row is not instance of list"
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/sqlite3/test/
factory.py 31 def dict_factory(cursor, row):
34 d[col[0]] = row[idx]
74 row = cur.fetchone()
75 self.assertTrue(isinstance(row,
77 "row is not instance of dict")
88 self.con.row_factory = lambda cur, row: list(row)
89 row = self.con.execute("select 1, 2").fetchone()
90 self.assertTrue(isinstance(row,
92 "row is not instance of list"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
factory.py 31 def dict_factory(cursor, row):
34 d[col[0]] = row[idx]
74 row = cur.fetchone()
75 self.assertTrue(isinstance(row,
77 "row is not instance of dict")
88 self.con.row_factory = lambda cur, row: list(row)
89 row = self.con.execute("select 1, 2").fetchone()
90 self.assertTrue(isinstance(row,
92 "row is not instance of list"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
factory.py 31 def dict_factory(cursor, row):
34 d[col[0]] = row[idx]
74 row = cur.fetchone()
75 self.assertTrue(isinstance(row,
77 "row is not instance of dict")
88 self.con.row_factory = lambda cur, row: list(row)
89 row = self.con.execute("select 1, 2").fetchone()
90 self.assertTrue(isinstance(row,
92 "row is not instance of list"
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopInterchange.cpp 198 static bool isOuterMostDepPositive(CharMatrix &DepMatrix, unsigned Row,
201 if (DepMatrix[Row][i] == '<')
203 if (DepMatrix[Row][i] == '>')
210 // Checks if no dependence exist in the dependency matrix in Row before Column.
211 static bool containsNoDependence(CharMatrix &DepMatrix, unsigned Row,
214 if (DepMatrix[Row][i] != '=' || DepMatrix[Row][i] != 'S' ||
215 DepMatrix[Row][i] != 'I')
221 static bool validDepInterchange(CharMatrix &DepMatrix, unsigned Row,
225 if (isOuterMostDepPositive(DepMatrix, Row, OuterLoopId)
    [all...]
  /frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/media/
VideoConsumptionExampleFragment.java 26 import android.support.v17.leanback.widget.Row;
47 protected void onRowChanged(PlaybackControlsRow row) {
109 RowPresenter.ViewHolder rowViewHolder, Row row) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/CustomizedDisplayLib/
CustomizedDisplayLib.c 639 @param Row The cursor position to print the string at. When it is -1, use current Position.
649 IN UINTN Row,
653 return PrintAt (0, Column, Row, L"%s", String);
661 @param Row The cursor position to print the string at. When it is -1, use current Position.
672 IN UINTN Row,
677 return PrintAt (Width, Column, Row, L"%s", String);
685 @param Row The cursor position to print the string at. When it is -1, use current Position.
695 IN UINTN Row,
699 return PrintAt (0, Column, Row, L"%c", Character);
707 @param TopRow Start row of retangle.
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
Keyboard.java 52 * &lt;Row android:keyWidth="32px" &gt;
55 * &lt;/Row&gt;
65 private static final String TAG_ROW = "Row";
164 * Container for keys in the keyboard. All keys in a row are at the same Y-coordinate.
165 * Some of the key size defaults can be overridden per row from what the {@link Keyboard}
168 public static class Row {
169 /** Default width of a key in this row. */
171 /** Default height of a key in this row. */
173 /** Default horizontal gap between keys in this row. */
175 /** Vertical gap following this row. *
570 Row row = new Row(this); local
760 int row = 0; local
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
TextEditorTypes.h 26 UINTN Row;
93 EFI_EDITOR_POSITION ScreenSize; // row number and column number
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
HexEditorTypes.h 27 UINTN Row;
101 UINTN LowVisibleRow; // the lowest visible row of file position
116 HEFI_EDITOR_POSITION ScreenSize; // row number and column number
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
EfiSysCall.h 342 UINT32 Row;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
TrieMapTest.java 29 import android.icu.impl.Row;
30 import android.icu.impl.Row.R3;
260 Row.R3<Integer, Integer, String>[] expected = new Row.R3[] {
261 Row.of(1,4,"first"),
262 Row.of(3,7,"fifth"),
263 Row.of(8,11,"first"),
264 Row.of(8,13,"second"),
265 Row.of(14,19,"third"),
280 actualList.add(Row.of(start,end,value))
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
TrieMapTest.java 28 import com.ibm.icu.impl.Row;
29 import com.ibm.icu.impl.Row.R3;
259 Row.R3<Integer, Integer, String>[] expected = new Row.R3[] {
260 Row.of(1,4,"first"),
261 Row.of(3,7,"fifth"),
262 Row.of(8,11,"first"),
263 Row.of(8,13,"second"),
264 Row.of(14,19,"third"),
279 actualList.add(Row.of(start,end,value))
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/
VgaClass.c 381 @param Row Row of position to set cursor to.
389 IN UINTN Row,
394 Row = Row & 0xff;
400 (UINT8) ((Row * MaxColumn + Column) >> 8)
405 (UINT8) ((Row * MaxColumn + Column) & 0xff)
1106 @param Row Row of position to set the cursor to.
1119 IN UINTN Row
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
Keyboard.java 49 * &lt;Row android:keyWidth="32px" &gt;
52 * &lt;/Row&gt;
67 private static final String TAG_ROW = "Row";
148 private ArrayList<Row> rows = new ArrayList<Row>();
151 * Container for keys in the keyboard. All keys in a row are at the same Y-coordinate.
152 * Some of the key size defaults can be overridden per row from what the {@link Keyboard}
161 public static class Row {
162 /** Default width of a key in this row. */
164 /** Default height of a key in this row. *
594 Row row = new Row(this); local
629 Row row = rows.get(rowIndex); local
796 int row = 0; local
    [all...]
  /frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
BrowseFragment.java 32 import android.support.v17.leanback.widget.Row;
87 RowPresenter.ViewHolder rowViewHolder, Row row) {
88 Log.i(TAG, "onItemSelected: " + item + " row " + row);
153 mRowsAdapter.add(new PageRow(new HeaderItem(HEADER_ID1, "Page Row 0")));
158 HeaderItem headerItem = new HeaderItem(i, "Row " + i);
159 headerItem.setDescription("Description for Row "+i);
164 mRowsAdapter.add(new PageRow(new HeaderItem(HEADER_ID2, "Page Row 1")));
166 mRowsAdapter.add(new PageRow(new HeaderItem(HEADER_ID3, "Page Row 2")))
258 Row row = (Row) rowObj; local
278 ListRow row = new ListRow(new HeaderItem("Row " + i), createListRowAdapter(i)); local
    [all...]
BrowseSupportFragment.java 35 import android.support.v17.leanback.widget.Row;
90 RowPresenter.ViewHolder rowViewHolder, Row row) {
91 Log.i(TAG, "onItemSelected: " + item + " row " + row);
156 mRowsAdapter.add(new PageRow(new HeaderItem(HEADER_ID1, "Page Row 0")));
161 HeaderItem headerItem = new HeaderItem(i, "Row " + i);
162 headerItem.setDescription("Description for Row "+i);
167 mRowsAdapter.add(new PageRow(new HeaderItem(HEADER_ID2, "Page Row 1")));
169 mRowsAdapter.add(new PageRow(new HeaderItem(HEADER_ID3, "Page Row 2")))
261 Row row = (Row) rowObj; local
281 ListRow row = new ListRow(new HeaderItem("Row " + i), createListRowAdapter(i)); local
    [all...]
  /frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/page/
PageAndListRowFragment.java 40 import android.support.v17.leanback.widget.Row;
138 Row row = (Row)rowObj; local
140 if (row.getHeaderItem().getId() == HEADER_ID_1) {
142 } else if (row.getHeaderItem().getId() == HEADER_ID_2) {
144 } else if (row.getHeaderItem().getId() == HEADER_ID_3) {
146 } else if (row.getHeaderItem().getId() == HEADER_ID_4) {
150 throw new IllegalArgumentException(String.format("Invalid row %s", rowObj));
193 Row row)
    [all...]
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/
SearchFragment.java 32 import android.support.v17.leanback.widget.Row;
110 public void onItemClicked(Object item, Row row) {
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
LatinKeyboard.java 65 protected Key createKeyFromXml(Resources res, Row parent, int x, int y,
149 public LatinKey(Resources res, Keyboard.Row parent, int x, int y,
  /external/fonttools/Lib/fontTools/
inspect.py 18 class Row(object):
129 children.append(Row(self, i, k, v, self._font))
141 c = self._children[n] = Row(self, n, k, v, self._font)
170 self._root = Row(None, 0, "font", font, font)
  /external/python/cpython2/Lib/sqlite3/
dbapi2.py 55 collections.Sequence.register(Row)

Completed in 1665 milliseconds

1 2 3 45 6 7 8 91011>>