HomeSort by relevance Sort by last modified time
    Searched refs:row (Results 51 - 75 of 2708) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/skia/bench/
TableBench.cpp 44 for (int row = 0; row < kNumRows; ++row) {
47 row * kCellHeight,
49 (row+1) * kCellHeight);
53 row * kCellHeight + (kCellHeight-SK_Scalar1),
55 (row+1) * kCellHeight);
59 row * kCellHeight,
61 (row+1) * kCellHeight);
  /external/skia/src/codec/
SkSampler.cpp 17 // Calculate bytes to fill. We use getSafeSize since the last row may not be padded.
33 for (int row = 0; row < numRows; row++) {
54 for (int row = 0; row < numRows; row++) {
82 for (int row = 0; row < numRows; row++)
    [all...]
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineInplaceLU.h 127 for (Index row = 0; row < rows; row++) {
128 const double pivot = m_lu.coeffDiag(row);
131 const Index& col = row;
138 for (Index rrow = row + 1; rrow < m_lu.rows(); rrow++) {
139 typename MatrixType::InnerUpperIterator uItPivot(m_lu, row);
143 uItPivot += (rrow - row - 1);
157 for (Index rrow = row + 1; rrow < m_lu.rows(); rrow++) {
158 typename MatrixType::InnerUpperIterator uItPivot(m_lu, row);
    [all...]
  /external/skia/src/gpu/effects/
GrTextureStripAtlas.cpp 103 // We already have the data in a row, so we can just return that row
104 AtlasRow* row = fKeyTable[index]; local
105 if (0 == row->fLocks) {
106 this->removeFromLRU(row);
108 ++row->fLocks;
112 // required for storing row numbers and just compute it with some pointer arithmetic
113 rowNumber = static_cast<int>(row - fRows);
118 // We don't have this data cached, so pick the least recently used row to copy into
119 AtlasRow* row = this->getLRU() local
191 AtlasRow* row = fLRUFront; local
    [all...]
  /external/python/cpython2/Lib/sqlite3/test/
factory.py 32 def dict_factory(cursor, row):
35 d[col[0]] = row[idx]
83 row = cur.fetchone()
84 self.assertIsInstance(row, dict)
95 self.con.row_factory = lambda cur, row: list(row)
96 row = self.con.execute("select 1, 2").fetchone()
97 self.assertIsInstance(row, list)
100 self.con.row_factory = sqlite.Row
101 row = self.con.execute("select 1 as a, 2 as b").fetchone(
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
BigMatrixImpl.java 49 * returns the element in the first row, first column of the matrix.</li></ul></p>
97 * Create a new BigMatrix with the supplied row and column dimensions.
101 * @throws IllegalArgumentException if row or column dimension is not
198 for (int row = 1; row < nRows; row++) {
199 if (d[row].length != nCols) {
202 nCols, d[row].length);
228 for (int row = 1; row < nRows; row++)
    [all...]
AbstractFieldMatrix.java 59 * Create a new FieldMatrix<T> with the supplied row and column dimensions.
64 * @throws IllegalArgumentException if row or column dimension is not positive
178 for (int row = 0; row < rowCount; ++row) {
180 out.setEntry(row, col, getEntry(row, col).add(m.getEntry(row, col)));
197 for (int row = 0; row < rowCount; ++row)
    [all...]
AbstractRealMatrix.java 51 * Create a new RealMatrix with the supplied row and column dimensions.
55 * @throws IllegalArgumentException if row or column dimension is not positive
86 for (int row = 0; row < rowCount; ++row) {
88 out.setEntry(row, col, getEntry(row, col) + m.getEntry(row, col));
105 for (int row = 0; row < rowCount; ++row)
    [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/libhevc/common/arm/
ihevc_intra_pred_filters_luma_mode_11_to_17.s 307 vdup.8 d27, r0 @row value inc or reset accordingly
309 vadd.s8 d8, d8, d27 @ref_main_idx (add row)
310 vsub.s8 d8, d8, d26 @ref_main_idx (row 0)
311 vadd.s8 d9, d8, d2 @ref_main_idx + 1 (row 0)
312 vtbl.8 d12, {d0,d1}, d8 @load from ref_main_idx (row 0)
315 vtbl.8 d13, {d0,d1}, d9 @load from ref_main_idx + 1 (row 0)
316 vadd.s8 d4, d8, d2 @ref_main_idx (row 1)
317 vadd.s8 d5, d9, d2 @ref_main_idx + 1 (row 1)
319 vtbl.8 d16, {d0,d1}, d4 @load from ref_main_idx (row 1)
320 vmull.u8 q12, d12, d7 @mul (row 0
    [all...]
  /frameworks/base/core/java/android/text/
PackedIntVector.java 60 * Returns the value at the specified row and column.
62 * @param row the index of the row to return.
67 * @throws IndexOutOfBoundsException if the row is out of range
68 * (row &lt; 0 || row >= size()) or the column is out of range
71 public int getValue(int row, int column) {
74 if (((row | column) < 0) || (row >= size()) || (column >= columns)) {
75 throw new IndexOutOfBoundsException(row + ", " + column)
    [all...]
  /external/autotest/contrib/
generate_rpm_mapping.py 38 HOST_REGX = 'chromeos(\d+)(-row(\d+))*-rack(\d+)-host(\d+)'
40 'DeviceHostname', ['lab', 'row', 'rack', 'host'])
112 if not device_hostname.row:
114 return 'chromeos%d-row%d-rack%d-rpm1' % (
115 device_hostname.lab, device_hostname.row,
128 if not device_hostname.row:
161 return 'chromeos%d-row%d-rack%d-rpm1' % (
162 device_hostname.lab, device_hostname.row,
187 row = device_hostname.row
    [all...]
  /external/python/cpython2/Doc/includes/sqlite3/
collation_reverse.py 13 for row in cur:
14 print row
load_extension.py 25 for row in con.execute("select rowid, name, ingredients from recipe where name match 'pie'"):
26 print row
row_factory.py 3 def dict_factory(cursor, row):
6 d[col[0]] = row[idx]
  /frameworks/ml/nn/runtime/test/specs/
concat_float_3.mod.py 20 row = 212 variable
25 input1 = Input("input1", "TENSOR_FLOAT32", "{%d, %d}" % (row, col1)) # input tensor 1
26 input2 = Input("input2", "TENSOR_FLOAT32", "{%d, %d}" % (row, col2)) # input tensor 2
28 output = Output("output", "TENSOR_FLOAT32", "{%d, %d}" % (row, output_col)) # output
32 input1_values = [x for x in range(row * col1)]
33 input2_values = [-x for x in range(row * col2)]
37 output_values = [x for x in range(row * output_col)]
38 for r in range(row):
concat_quant8_3.mod.py 20 row = 400 variable
25 input1 = Input("input1", "TENSOR_QUANT8_ASYMM", "{%d, %d}, 0.5f, 0" % (row, col1))
26 input2 = Input("input2", "TENSOR_QUANT8_ASYMM", "{%d, %d}, 0.5f, 0" % (row, col2))
28 output = Output("output", "TENSOR_QUANT8_ASYMM", "{%d, %d}, 0.5f, 0" % (row, output_col))
32 input1_values = [(x % 128 + 128) for x in range(row * col1)]
33 input2_values = [x % 128 for x in range(row * col2)]
37 output_values = [x for x in range(row * output_col)]
38 for r in range(row):
  /prebuilts/tools/common/spantable/
spantable.jar 
  /external/libjpeg-turbo/java/
TJUnitTest.java 160 int index, row, col, halfway = 16; local
164 for (row = 0; row < h; row++) {
167 index = pitch * (h - row - 1) + col;
169 index = pitch * row + col;
170 if (((row / 8) + (col / 8)) % 2 == 0)
171 buf[index] = (row < halfway) ? (byte)255 : 0;
173 buf[index] = (row < halfway) ? 76 : (byte)226;
180 for (row = 0; row < h; row++)
228 int index, row, col, halfway = 16; local
312 int index, row, col, retval = 1; local
435 int index, row, col, retval = 1; local
538 int row, col; local
    [all...]
  /external/autotest/frontend/client/src/autotest/common/table/
TableClickWidget.java 13 private int row; field in class:TableClickWidget
21 int row, int cell) {
23 this.row = row;
36 return row;
  /external/pdfium/xfa/fxbarcode/datamatrix/
BC_DefaultPlacement.h 22 bool getBit(int32_t col, int32_t row);
23 void setBit(int32_t col, int32_t row, bool bit);
24 bool hasBit(int32_t col, int32_t row);
32 void module(int32_t row, int32_t col, int32_t pos, int32_t bit);
33 void utah(int32_t row, int32_t col, int32_t pos);
  /external/wpa_supplicant_8/hs20/server/www/
add-mo.php 28 $row = $db->query("SELECT rowid,* FROM sessions WHERE id='$id'")->fetch(); variable
29 if ($row == false) {
32 $realm = $row['realm'];
42 $uri = $row['redirect_uri'];
43 $rowid = $row['rowid'];

Completed in 642 milliseconds

1 23 4 5 6 7 8 91011>>