HomeSort by relevance Sort by last modified time
    Searched refs:row (Results 751 - 775 of 1524) sorted by null

<<31323334353637383940>>

  /external/chromium_org/ppapi/tests/
test_image_data.cc 139 uint32_t* row = img.GetAddr32(pp::Point(0, y)); local
141 if (row[x] != 0)
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
revisionHistory.css 62 .revision-history-link-row {
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
pixelzoomer.js 89 var row = tbody.querySelector('tr');
90 var images = row.querySelectorAll('img[src$=".png"]');
  /external/chromium_org/ui/android/java/src/org/chromium/ui/
ColorPickerSimple.java 95 int row = mLastTouchedYPosition * ROW_COUNT / getHeight();
97 int colorIndex = (row * COLUMN_COUNT) + column;
  /external/chromium_org/ui/views/controls/
scroll_view.cc 540 // Align the bottom most row to the top of the view.
547 // Align the row on the previous page to to the top of the view.
562 RowInfo row = GetRowInfo(y); local
564 return row.height - (y - row.origin);
565 } else if (y == row.origin) {
566 row = GetRowInfo(std::max(0, row.origin - 1));
567 return y - row.origin;
569 return y - row.origin
    [all...]
  /external/chromium_org/ui/views/controls/table/
table_view.h 122 // Returns the first selected row in terms of the model.
197 // NOTE: the row indices returned by this are in terms of the view and column
231 // Returns the bounds of the specified row.
232 gfx::Rect GetRowBounds(int row) const;
236 gfx::Rect GetCellBounds(int row, int visible_column_index) const;
277 // Set the selection state of row at |view_index| to |select|, additionally
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Translation.h 97 res.matrix().row(Dim).setZero();
170 res.matrix().row(Dim).setZero();
  /external/eigen/Eigen/src/SVD/
UpperBidiagonalization.h 118 m_householder.row(k).tail(remainingCols)
123 .applyHouseholderOnTheRight(m_householder.row(k).tail(remainingCols-1).transpose(),
  /external/eigen/test/eigen2/
eigen2_basicstuff.cpp 70 // now test copying a row-vector into a (column-)vector and conversely.
71 square.col(r) = square.row(r).eval();
74 rv = square.row(r);
  /external/eigen/test/
sparse_basic.cpp 72 // VERIFY_IS_APPROX(m.block(i,j,h,w).row(r), refMat.block(i,j,h,w).row(r));
75 // VERIFY_IS_APPROX(m.block(i,j,h,w).row(r).coeff(c), refMat.block(i,j,h,w).row(r).coeff(c));
88 VERIFY_IS_APPROX(m.row(r) + m.row(r), (m + m).row(r));
89 VERIFY_IS_APPROX(m.row(r) + m.row(r), refMat.row(r) + refMat.row(r))
    [all...]
  /external/eigen/unsupported/Eigen/src/KroneckerProduct/
KroneckerTensorProduct.h 66 const unsigned int iA = itA.row(),
68 iB = itB.row(),
  /external/eigen/unsupported/Eigen/src/NonLinearOptimization/
dogleg.h 40 x[j] = (qtb[j] - qrfac.row(j).tail(n-j-1).dot(x.tail(n-j-1))) / temp;
55 wa1.tail(n-j) += qrfac.row(j).tail(n-j) * qtb[j];
  /external/guava/guava-tests/test/com/google/common/collect/
AbstractTableReadTest.java 41 * @param data the table data, repeating the sequence row key, column key,
157 assertEquals(ImmutableMap.of(1, 'a', 3, 'c'), table.row("foo"));
164 table.row(null);
  /external/libvpx/libvpx/vp8/common/
findnearmv.c 142 inv->as_mv.row = src->as_mv.row * -1;
  /external/linux-tools-perf/util/ui/browsers/
map.c 53 static void map_browser__write(struct ui_browser *self, void *nd, int row)
57 bool current_entry = ui_browser__is_current_entry(self, row);
  /external/llvm/lib/DebugInfo/
DWARFDebugLine.h 87 struct Row {
88 Row(bool default_is_stmt = false) { reset(default_is_stmt); }
89 /// Called after a row is appended to the matrix.
94 static bool orderByAddress(const Row& LHS, const Row& RHS) {
167 void appendRow(const DWARFDebugLine::Row &state) { Rows.push_back(state); }
177 // Returns the index of the row with file/line info for a given address,
178 // or -1 if there is no such row.
194 typedef std::vector<Row> RowVector;
202 struct State : public Row, public Sequence, public LineTable
221 unsigned row; member in struct:llvm::DWARFDebugLine::State
    [all...]
  /external/smack/src/org/jivesoftware/smackx/
ReportedData.java 41 private List<Row> rows = new ArrayList<Row>();
91 rows.add(new Row(fieldList));
104 * Adds a new <code>Row</code>.
105 * @param row the new row to add.
107 public void addRow(Row row){
108 rows.add(row);
125 public Iterator<Row> getRows()
    [all...]
  /external/smack/src/org/jivesoftware/smackx/search/
SimpleUserSearch.java 112 ReportedData.Row row = new ReportedData.Row(fields); local
113 data.addRow(row);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configSectionNameDialog.py 53 self.buttonOk.grid(row=0,column=0,padx=5,pady=5)
56 self.buttonCancel.grid(row=0,column=1,padx=5,pady=5)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configSectionNameDialog.py 53 self.buttonOk.grid(row=0,column=0,padx=5,pady=5)
56 self.buttonCancel.grid(row=0,column=1,padx=5,pady=5)
  /external/ceres-solver/internal/ceres/
partitioned_matrix_view.cc 57 // Compute the number of row blocks in E. The number of row blocks
58 // in E maybe less than the number of row blocks in the input matrix
59 // as some of the row blocks at the bottom may not have any
97 // Iterate over the first num_row_blocks_e_ row blocks, and multiply
98 // by the first cell in each row block.
117 // Iterate over row blocks, and if the row block is in E, then
119 // E. If the row block is not in E (i.e its in the bottom
120 // num_row_blocks - num_row_blocks_e row blocks), then all the cell
208 CompressedRow& row = block_diagonal_structure->rows.back(); local
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
serviceprovidersview.js 108 // Add a table row for each service provider.
130 // Add a table row for each namespace provider.
  /external/chromium_org/native_client_sdk/src/examples/tutorial/testing/
example.js 19 testRowEl.classList.add('row');
38 var testRowEl = currentTestEl.querySelector('.row');
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/
example.js 19 testRowEl.classList.add('row');
38 var testRowEl = currentTestEl.querySelector('.row');
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_texture.c 629 GLuint row; local
630 for (row = 0; row < height; row++) {
632 height, format, type, row, 0);
640 GLuint row; local
650 for (row = 0; row < height; row++) {
653 height, format, type, row, 0)
758 GLint row, yStep; local
    [all...]

Completed in 544 milliseconds

<<31323334353637383940>>