/external/eigen/Eigen/src/SparseCore/ |
SparseSelfAdjointView.h | 233 dest.row(j) += i.value() * m_rhs.row(j); 242 dest.row(a) += (v) * m_rhs.row(b); 243 dest.row(b) += internal::conj(v) * m_rhs.row(a); 246 dest.row(j) += i.value() * m_rhs.row(j); 313 Index r = it.row(); 343 Index r = it.row(); [all...] |
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_rast.c | 248 uint16_t *row = (uint16_t *)dst; local 250 *row++ = (uint16_t) clear_value; 256 uint16_t *row = (uint16_t *)dst; local 258 uint16_t tmp = ~clear_mask & *row; 259 *row++ = clear_value | tmp; 268 uint32_t *row = (uint32_t *)dst; local 270 *row++ = clear_value; 276 uint32_t *row = (uint32_t *)dst; local 278 uint32_t tmp = ~clear_mask & *row; 279 *row++ = clear_value | tmp [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
TreeWidget.py | 43 row = column = 0 49 label.grid(row=row, column=column) 51 label.grid(row=row+1, column=column) 54 row = row+2 419 self.canvas.grid(row=0, column=0, sticky="nsew") 421 self.vbar.grid(row=0, column=1, sticky="nse") 423 self.hbar.grid(row=1, column=0, sticky="ews" [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
TreeWidget.py | 43 row = column = 0 49 label.grid(row=row, column=column) 51 label.grid(row=row+1, column=column) 54 row = row+2 419 self.canvas.grid(row=0, column=0, sticky="nsew") 421 self.vbar.grid(row=0, column=1, sticky="nse") 423 self.hbar.grid(row=1, column=0, sticky="ews" [all...] |
/external/chromium_org/third_party/icu/source/common/ |
rbbidata.cpp | 231 RBBIStateTableRow *row = (RBBIStateTableRow *) local 233 RBBIDebugPrintf("%4d | %3d %3d %3d ", s, row->fAccepting, row->fLookAhead, row->fTagIdx); 235 RBBIDebugPrintf("%3d ", row->fNextState[c]);
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
lower_mat_op_to_vec.cpp | 31 * column or row. 49 ir_rvalue *get_element(ir_dereference *val, int col, int row); 100 ir_mat_op_to_vec_visitor::get_element(ir_dereference *val, int col, int row) 104 return new(mem_ctx) ir_swizzle(val, row, 0, 0, 0, 1); 108 ir_mat_op_to_vec_visitor::get_column(ir_dereference *val, int row) 114 new(mem_ctx) ir_constant(row));
|
/external/chromium_org/tools/deep_memory_profiler/ |
accumulate.py | 158 for index, row in enumerate(flattened_table): 161 if label in row: 167 values.append(str(row[label] / divisor)) 177 for index, row in enumerate(flattened_table): 178 row_with_meta = row.copy()
|
/external/eigen/unsupported/Eigen/src/SparseExtra/ |
MarketIO.h | 85 inline void PutMatrixElt(Scalar value, int row, int col, std::ofstream& out) 87 out << row << " "<< col << " " << value << "\n"; 90 inline void PutMatrixElt(std::complex<Scalar> value, int row, int col, std::ofstream& out) 92 out << row << " " << col << " " << value.real() << " " << value.imag() << "\n"; 242 internal::PutMatrixElt(it.value(), it.row()+1, it.col()+1, out); 243 // out << it.row()+1 << " " << it.col()+1 << " " << it.value() << "\n";
|
/external/icu4c/common/ |
rbbidata.cpp | 231 RBBIStateTableRow *row = (RBBIStateTableRow *) local 233 RBBIDebugPrintf("%4d | %3d %3d %3d ", s, row->fAccepting, row->fLookAhead, row->fTagIdx); 235 RBBIDebugPrintf("%3d ", row->fNextState[c]);
|
/external/jpeg/ |
jcdctmgr.c | 93 * coefficients scaled by scalefactor[row]*scalefactor[col], where 131 * coefficients scaled by scalefactor[row]*scalefactor[col], where 139 int row, col; local 152 for (row = 0; row < DCTSIZE; row++) { 156 aanscalefactor[row] * aanscalefactor[col] * 8.0)));
|
/external/mesa3d/src/glsl/ |
lower_mat_op_to_vec.cpp | 31 * column or row. 49 ir_rvalue *get_element(ir_dereference *val, int col, int row); 100 ir_mat_op_to_vec_visitor::get_element(ir_dereference *val, int col, int row) 104 return new(mem_ctx) ir_swizzle(val, row, 0, 0, 0, 1); 108 ir_mat_op_to_vec_visitor::get_column(ir_dereference *val, int row) 114 new(mem_ctx) ir_constant(row));
|
/external/qemu/distrib/jpeg-6b/ |
jcdctmgr.c | 93 * coefficients scaled by scalefactor[row]*scalefactor[col], where 131 * coefficients scaled by scalefactor[row]*scalefactor[col], where 139 int row, col; local 152 for (row = 0; row < DCTSIZE; row++) { 156 aanscalefactor[row] * aanscalefactor[col] * 8.0)));
|
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
NinePatchTexture.java | 350 for (int row = 0; row < ny - 1; row++) { 366 int k = row * nx + col; 368 int colorIdx = row * (nx - 1) + col;
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
image.c | 91 * \param row row of pixel in the image (0 for 1D images) 103 GLint img, GLint row, GLint column ) 151 + (skiprows + row) * bytes_per_row 174 /* set pixel_addr to the last row */ 185 + (skiprows + row) * bytes_per_row 206 * \param row row of pixel in the image (0 for 1D images) 219 GLint img, GLint row, GLint column ) 224 format, type, img, row, column) 393 GLint row, col; local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
prog_statevars.c | 287 /* state[2] = first row to fetch */ 288 /* state[3] = last row to fetch */ 297 GLuint row, i; local 335 for (i = 0, row = firstRow; row <= lastRow; row++) { 336 value[i++] = m[row * 4 + 0]; 337 value[i++] = m[row * 4 + 1]; 338 value[i++] = m[row * 4 + 2]; 339 value[i++] = m[row * 4 + 3] [all...] |
/external/eigen/Eigen/src/Core/ |
PlainObjectBase.h | 122 EIGEN_STRONG_INLINE const Scalar& coeff(Index row, Index col) const 125 return m_storage.data()[col + row * m_storage.cols()]; 127 return m_storage.data()[row + col * m_storage.rows()]; 135 EIGEN_STRONG_INLINE Scalar& coeffRef(Index row, Index col) 138 return m_storage.data()[col + row * m_storage.cols()]; 140 return m_storage.data()[row + col * m_storage.rows()]; 148 EIGEN_STRONG_INLINE const Scalar& coeffRef(Index row, Index col) const 151 return m_storage.data()[col + row * m_storage.cols()]; 153 return m_storage.data()[row + col * m_storage.rows()]; 163 EIGEN_STRONG_INLINE PacketScalar packet(Index row, Index col) cons [all...] |
/external/mesa3d/src/mesa/main/ |
image.c | 91 * \param row row of pixel in the image (0 for 1D images) 103 GLint img, GLint row, GLint column ) 151 + (skiprows + row) * bytes_per_row 174 /* set pixel_addr to the last row */ 185 + (skiprows + row) * bytes_per_row 206 * \param row row of pixel in the image (0 for 1D images) 219 GLint img, GLint row, GLint column ) 224 format, type, img, row, column) 393 GLint row, col; local [all...] |
/external/mesa3d/src/mesa/program/ |
prog_statevars.c | 287 /* state[2] = first row to fetch */ 288 /* state[3] = last row to fetch */ 297 GLuint row, i; local 335 for (i = 0, row = firstRow; row <= lastRow; row++) { 336 value[i++] = m[row * 4 + 0]; 337 value[i++] = m[row * 4 + 1]; 338 value[i++] = m[row * 4 + 2]; 339 value[i++] = m[row * 4 + 3] [all...] |
/external/qemu/distrib/libpng-1.2.19/ |
pngrutil.c | 2796 png_bytep row = png_ptr->row_buf + 1; local 3529 png_bytep row = png_ptr->row_buf + 1; local [all...] |
/frameworks/base/core/java/android/inputmethodservice/ |
Keyboard.java | 48 * <Row android:keyWidth="32px" > 51 * </Row> 66 private static final String TAG_ROW = "Row"; 147 private ArrayList<Row> rows = new ArrayList<Row>(); 150 * Container for keys in the keyboard. All keys in a row are at the same Y-coordinate. 151 * Some of the key size defaults can be overridden per row from what the {@link Keyboard} 160 public static class Row { 161 /** Default width of a key in this row. */ 163 /** Default height of a key in this row. * 581 Row row = new Row(this); local 616 Row row = rows.get(rowIndex); local 783 int row = 0; local [all...] |
/external/chromium/chrome/browser/history/ |
history_backend.cc | 174 bool GetRowForURL(const GURL& url, URLRow* row) { 175 if (!main_db_->GetRowForURL(url, row)) { 176 if (!archived_db_ || !archived_db_->GetRowForURL(url, row)) { 177 // This row is neither in the main nor the archived DB. 292 VisitRow row; local 293 if (!db_->GetRowForVisit(visit_id, &row)) 295 if (row.segment_id) 296 return row.segment_id; // Found a visit in this change with a segment. 299 visit_id = row.referring_visit; 671 // Update of an existing row 840 URLRow row; local 987 URLRow* row = &request->value.a; local 2088 URLRow row; local [all...] |
expire_history_backend.cc | 372 // Add the URL row to the affected URL list. 377 URLRow row; local 378 if (!main_db_->GetURLRow(visits[i].url_id, &row)) 380 dependencies->affected_urls[visits[i].url_id] = row; 447 // This row is not in the archived DB, add it. 488 continue; // URL row doesn't exist in the database. 534 URLRow row; // Row in the main DB. local 536 if (!main_db_->GetURLRow(visits[i].url_id, &row) || 537 !(archived_id = ArchiveOneURL(row))) { [all...] |
/external/chromium_org/remoting/webapp/ |
main.css | 318 .button-row { 320 -webkit-flex-direction: row; 325 .button-row button { 329 .button-row span:first-child { 361 .section-row { 368 .section-row button { 372 .section-row:first-child, 373 .section-row.no-non-local-hosts { 494 .section-row:hover .host-list-rename-icon, 495 .section-row.child-focused .host-list-rename-icon [all...] |
/external/chromium_org/chrome/browser/history/ |
expire_history_backend.cc | 393 // Add the URL row to the affected URL list. 397 URLRow row; local 398 if (!main_db_->GetURLRow(visits[i].url_id, &row)) 400 dependencies->affected_urls[visits[i].url_id] = row; 449 // This row is not in the archived DB, add it. 492 continue; // URL row doesn't exist in the database. 538 URLRow row; // Row in the main DB. local 540 if (!main_db_->GetURLRow(visits[i].url_id, &row) || 541 !(archived_id = ArchiveOneURL(row))) { [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_stencil.c | 595 GLubyte *row = map; local 597 row[j] = (row[j] & mask) | clear; 620 GLuint *row = (GLuint *) map; local 622 row[j] = (row[j] & mask) | clear; 633 GLuint *row = (GLuint *) map; local 635 row[j] = (row[j] & mask) | clear;
|