Searched refs:row (Results 176 - 200 of 1120) sorted by relevance

1234567891011>>

/external/libvterm/src/
H A Dscreen.c65 /* buffer for a single screen row used in scrollback storage callbacks */
71 static inline ScreenCell *getcell(const VTermScreen *screen, int row, int col) argument
73 if(row < 0 || row >= screen->rows)
77 return screen->buffer + (screen->cols * row) + col;
84 for(int row = 0; row < new_rows; row++) {
86 ScreenCell *new_cell = new_buffer + row*new_cols + col;
88 if(buffer && row < scree
580 setlineinfo(int row, const VTermLineInfo *newinfo, const VTermLineInfo *oldinfo, void *user) argument
[all...]
/external/eigen/test/
H A Dsparse_block.cpp16 return A.row(i);
70 VERIFY_IS_APPROX(m.block(i,j,h,w).row(r), refMat.block(i,j,h,w).row(r));
73 VERIFY_IS_APPROX(m.block(i,j,h,w).row(r).coeff(c), refMat.block(i,j,h,w).row(r).coeff(c));
82 VERIFY_IS_APPROX(m.middleCols(j,w).row(r), refMat.middleCols(j,w).row(r));
83 VERIFY_IS_APPROX(m.middleRows(i,h).row(r), refMat.middleRows(i,h).row(r));
87 VERIFY_IS_APPROX(m.row(
[all...]
H A Dblock.cpp17 VERIFY_IS_APPROX(m1.row(r1).cwiseMax(s1), m1.cwiseMax(s1).row(r1));
62 //check row() and col()
63 VERIFY_IS_EQUAL(m1.col(c1).transpose(), m1.transpose().row(c1));
64 //check operator(), both constant and non-constant, on row() and col()
66 m1.row(r1) += s1 * m1_copy.row(r2);
67 VERIFY_IS_APPROX(m1.row(r1), m1_copy.row(r1) + s1 * m1_copy.row(r
[all...]
/external/autotest/frontend/client/src/autotest/common/table/
H A DSelectionManager.java41 public boolean isRowSelectable(JSONObject row); argument
55 JSONObject row = attachedTable.getRow(i);
56 if (!isSelectable(row)) {
59 if (selectedObjects.contains(row)) {
68 private boolean isSelectable(JSONObject row) { argument
70 return selectableRowFilter.isRowSelectable(row);
175 public Widget createWidget(int row, int cell, JSONObject rowObject) { argument
184 return new TableClickWidget(checkBox, this, row, cell);
/external/autotest/frontend/
H A Dmake_superuser.py29 row = cur.fetchone() variable
31 if row is None:
/external/autotest/tko/
H A Dquery_history.cgi23 for row in reversed(rows):
24 (time_created, user_comment, tko_url) = row
/external/eigen/Eigen/src/Core/
H A DForceAlignedAccess.h49 EIGEN_DEVICE_FUNC inline const CoeffReturnType coeff(Index row, Index col) const argument
51 return m_expression.coeff(row, col);
54 EIGEN_DEVICE_FUNC inline Scalar& coeffRef(Index row, Index col) argument
56 return m_expression.const_cast_derived().coeffRef(row, col);
70 inline const PacketScalar packet(Index row, Index col) const argument
72 return m_expression.template packet<Aligned>(row, col);
76 inline void writePacket(Index row, Index col, const PacketScalar& x) argument
78 m_expression.const_cast_derived().template writePacket<Aligned>(row, col, x);
/external/libjpeg-turbo/
H A Djquant1.c115 * We can get away with a single array (holding one row's worth of errors)
116 * by using it to store the current row's errors at pixel columns not yet
117 * processed, but the next row's errors at columns already processed. We
159 int row_index; /* cur row's vertical index in dither matrix */
164 boolean on_odd_row; /* flag to remember which row we are on */
295 /* The colors are ordered in the map in standard row-major order, */
470 int row; local
475 for (row = 0; row < num_rows; row
500 int row; local
530 int row; local
582 int row; local
632 int row; local
[all...]
/external/syslinux/com32/include/
H A Dlibansi.h98 static inline void gotoxy(const char row, const char col) argument
100 printf(CSI "%d;%dH", row + 1, col + 1);
/external/mesa3d/src/mesa/main/
H A Dtexstore.c333 GLint img, row; local
369 for (row = 0; row < srcHeight; row++) {
444 GLint img, row; local
478 for (row = 0; row < srcHeight; row++) {
570 GLint img, row; local
609 for (row
904 GLint img, row; local
956 GLint img, row; local
1040 GLint img, row; local
1070 GLint img, row; local
1100 GLint img, row; local
1147 GLint img, row; local
1199 GLint row, col; local
1331 int img, row, col; local
1358 int img, row, col; local
1384 GLint img, row, col; local
1483 GLint img, row, col; local
1556 int img, row, col; local
1717 GLint img, row, col; local
1781 GLint img, row, col; local
1886 GLint img, row, col; local
1960 GLint img, row, col; local
2032 GLint img, row, col; local
2085 GLint img, row, col; local
2146 GLint img, row, col; local
2277 GLint img, row, col; local
2329 GLint img, row; local
2394 GLint row; local
2463 GLint img, row, col; local
2517 GLint img, row, col; local
2573 GLint img, row, col; local
2630 GLint img, row, col; local
2676 GLint img, row, col; local
2735 GLint img, row, col; local
2780 GLint img, row; local
2872 GLint img, row; local
2969 GLint img, row; local
3063 GLint img, row; local
3132 GLint img, row; local
3202 GLint img, row; local
3279 GLint img, row; local
3356 GLint img, row; local
3430 GLint img, row; local
3504 GLint img, row; local
3579 GLint img, row; local
3752 GLint img, row, col; local
3800 GLint img, row, col; local
3844 GLint img, row; local
3911 GLint img, row, col; local
3977 GLint img, row, col; local
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
H A DFieldMatrixChangingVisitor.java37 * @param startRow Initial row index
38 * @param endRow Final row index (inclusive)
47 * @param row row index of the entry
53 T visit(int row, int column, T value) argument
H A DFieldMatrixPreservingVisitor.java37 * @param startRow Initial row index
38 * @param endRow Final row index (inclusive)
47 * @param row row index of the entry
52 void visit(int row, int column, T value) argument
/external/guava/guava-tests/test/com/google/common/collect/
H A DTransposedTableTest.java66 assertEquals(original.row(1), transpose.column(1));
67 assertEquals(original.row(2), transpose.column(2));
68 assertEquals(original.column("foo"), transpose.row("foo"));
69 assertEquals(original.column("bar"), transpose.row("bar"));
H A DTreeBasedTableTest.java66 return table.row("b");
87 return table.row("b");
98 return table.row("b");
117 table.row("b").subMap("c", "x").clear();
118 assertEquals(table.row("b"), ImmutableMap.of("b", "x", "x", "n"));
119 table.row("b").subMap("b", "y").clear();
120 assertEquals(table.row("b"), ImmutableMap.of());
158 assertThat(table.row("foo").keySet()).has().exactly(12, 3).inOrder();
170 assertThat(table.row("foo").keySet()).has().exactly(12, 3).inOrder();
391 SortedMap<Integer, Character> row
[all...]
/external/libhevc/common/arm/
H A Dihevc_intra_pred_luma_dc.s218 @r8 and r9 (2nt+1+col 2nt-1-row)
224 sub r9, r9, #7 @&src[2nt-1-row]
226 vld1.s8 d1, [r9] @row 7::1 (0 also) load (prol)
238 vadd.i16 q11, q11, q12 @row 1::7 add 3dc+2 (prol)
243 vbsl d19, d15, d2 @first row with dst[0]
248 vst1.8 d19, [r2], r3 @store row 0 (prol)
249 vshr.s64 d3, d3, #8 @row 0 shift (prol) (first value to be ignored)
251 vmov.i64 d20, #0x00000000000000ff @byte mask row 1 (prol)
255 vbsl d20, d3, d16 @row 1 (prol)
257 vmov.i64 d21, #0x00000000000000ff @byte mask row
[all...]
/external/pdfium/third_party/libjpeg/
H A Dfpdfapi_jutils.c126 register int row; local
131 for (row = num_rows; row > 0; row--) {
147 /* Copy a row of coefficient blocks from one place to another. */
/external/skia/include/core/
H A DSkMask.h86 uint16_t* row = (uint16_t*)(fImage + (y - fBounds.fTop) * fRowBytes); local
87 return row + (x - fBounds.fLeft);
99 uint32_t* row = (uint32_t*)(fImage + (y - fBounds.fTop) * fRowBytes); local
100 return row + (x - fBounds.fLeft);
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Deventhistory.cpp34 if (index.row() >= timeList.size())
36 return timeList.at(index.row());
38 if (index.row() >= msgList.size())
40 return msgList.at(index.row());
/external/autotest/frontend/client/src/autotest/tko/
H A DTkoSpreadsheetUtils.java21 if (cellInfo.row != null) {
22 setSomeFields(testSet, rowFields, cellInfo.row);
40 if (cellInfo.row == null) {
45 // row header
/external/javasqlite/src/main/java/SQLite/
H A DTableResult.java57 * Rows of the result set. Each row is stored as a String array.
150 String row[] = (String[]) rows.elementAt(i);
152 sb.append(row[k] == null ? "NULL" : row[k]);
/external/pdfium/xfa/fxbarcode/common/
H A DBC_CommonBitMatrix.h31 CBC_CommonBitArray* GetRow(int32_t y, CBC_CommonBitArray* row);
32 void SetRow(int32_t y, CBC_CommonBitArray* row);
33 CBC_CommonBitArray* GetCol(int32_t y, CBC_CommonBitArray* row);
/external/replicaisland/src/com/replica/replicaisland/
H A DLevelTree.java68 public static final Level get(int row, int index) { argument
69 return levels.get(row).levels.get(index);
199 final ArrayList<Level> row = levels.get(x).levels;
200 final int levelCount = row.size();
202 final Level level = row.get(y);
252 public static boolean levelIsValid(int row, int index) { argument
254 if (row >= 0 && row < levels.size()) {
255 final LevelGroup group = levels.get(row);
264 public static boolean rowIsValid(int row) { argument
[all...]
/external/skia/src/gpu/
H A DGrRectanizer_pow2.h17 // of two can have, at most, one active row/shelf. Once a row/shelf for
19 // to a new row.
48 // but it is used to signal if there exists an open row of this height
72 void initRow(Row* row, int rowHeight) {
73 row->fLoc.set(0, fNextStripY);
74 row->fRowHeight = rowHeight;
/external/syslinux/core/include/
H A Dbios.h67 uint8_t row; /* Cursor row for message file */ member in struct:screen::__anon19437
76 #define CursorRow _cursor.b.row
80 #define VidRows _screensize.b.row
/external/webp/src/dec/
H A Dalpha_dec.c107 // starting from row number 'row'. It assumes that rows up to (row - 1) have
110 static int ALPHDecode(VP8Decoder* const dec, int row, int num_rows) { argument
117 const uint8_t* deltas = dec->alpha_data_ + ALPHA_HEADER_LEN + row * width;
118 uint8_t* dst = dec->alpha_plane_ + row * width;
139 if (!VP8LDecodeAlphaImageStream(alph_dec, row + num_rows)) {
144 if (row + num_rows >= height) {
179 int row, int num_rows) {
185 if (row <
177 VP8DecompressAlphaRows(VP8Decoder* const dec, const VP8Io* const io, int row, int num_rows) argument
[all...]

Completed in 623 milliseconds

1234567891011>>