/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/ |
headlesscodemirror.js | 108 var node = callback, col = 0; 113 col = 0; 122 col += text.length - pos; 125 col += idx - pos; 127 var size = tabSize - col % tabSize; 128 col += size;
|
/external/eigen/Eigen/src/SparseCore/ |
SparseBlock.h | 36 inline Index col() const { return IsRowMajor ? this->index() : m_outer; } function in class:Eigen::BlockImpl::InnerIterator 48 inline Index col() const { return IsRowMajor ? this->index() : m_outer; } function in class:Eigen::BlockImpl::ReverseInnerIterator 99 inline Index col() const { return IsRowMajor ? this->index() : m_outer; } function in class:Eigen::BlockImpl::InnerIterator 110 inline Index col() const { return IsRowMajor ? this->index() : m_outer; } function in class:Eigen::BlockImpl::ReverseInnerIterator 251 * is col-major (resp. row-major). 258 * is col-major (resp. row-major). Read-only. 265 * is col-major (resp. row-major). 277 * is col-major (resp. row-major). Read-only. 320 inline Scalar& coeffRef(int row, int col) 323 .coeffRef(row + m_startRow.value(), col + m_startCol.value()) 366 inline Index col() const { return Base::col() - m_block.m_startCol.value(); } function in class:Eigen::BlockImpl::InnerIterator 389 inline Index col() const { return Base::col() - m_block.m_startCol.value(); } function in class:Eigen::BlockImpl::ReverseInnerIterator [all...] |
SparseTriangularView.h | 108 inline Index col() const { return (MatrixType::Flags&RowMajorBit ? this->index() : Base::outer()); } function in class:Eigen::SparseTriangularView::InnerIterator 156 inline Index col() const { return Base::col(); } function in class:Eigen::SparseTriangularView::ReverseInnerIterator
|
/external/eigen/test/eigen2/ |
eigen2_lu.cpp | 31 m.col(i) += d * m.col(j); 49 for(int i = rank; i < cols; i++) m1.col(i).setZero();
|
/external/eigen/test/ |
sparse_product.cpp | 19 VERIFY_IS_APPROX(m4=m2.col(c)*refMat2.col(c1).transpose(), refMat4=refMat2.col(c)*refMat2.col(c1).transpose()); 20 VERIFY_IS_APPROX(m4=refMat2.col(c1)*m2.col(c).transpose(), refMat4=refMat2.col(c1)*refMat2.col(c).transpose()); 29 VERIFY_IS_APPROX(m4=m2.row(r).transpose()*refMat2.col(c1).transpose(), refMat4=refMat2.row(r).transpose()*refMat2.col(c1).transpose()) [all...] |
basicstuff.cpp | 73 square.col(r) = square.row(r).eval(); 77 cv = square.col(r); 112 sm2.col(i) = sm1.row(i); 117 sm2.col(i).noalias() = sm1.row(i); 122 sm2.col(i).noalias() += sm1.row(i); 127 sm2.col(i).noalias() -= sm1.row(i);
|
vectorization_logic.cpp | 139 VERIFY(test_assign(Matrix44c().col(1),Matrix44c().col(2)+Matrix44c().col(3), 150 VERIFY(test_assign(Matrix33c().col(0),Matrix33c().col(1)+Matrix33c().col(1),
|
/external/smack/src/org/jivesoftware/smackx/workgroup/settings/ |
ChatSettings.java | 77 Collection<ChatSetting> col = getSettings();
local 78 if (col != null) {
79 Iterator<ChatSetting> iter = col.iterator();
|
/packages/apps/Browser/tests/src/com/android/browser/ |
BrowserProviderTests.java | 171 int col = c.getColumnIndex(name); local 174 assertTrue(msg, col >= 0); 175 return c.getString(col);
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/ |
vp9_encodemv.c | 206 mv->col - ref->col}; 215 encode_mv_component(w, diff.col, &mvctx->comps[1], usehp); 220 unsigned int maxv = MAX(abs(mv->row), abs(mv->col)) >> 3; 239 mvs[i].as_mv.col - ref->col};
|
/external/chromium_org/third_party/libxml/src/ |
regressions.py | 44 col = string.find(res[i],':') 45 if col > 0: 46 start = string.rfind(res[i][:col], '/') 53 col = string.find(exp[i],':') 54 if col > 0: 55 start = string.rfind(exp[i][:col], '/')
|
/external/libpng/contrib/pngminus/ |
png2pnm.c | 205 int row, col; local 377 for (col = 0; col < width; col++) 414 if (col % 4 == 3) 416 } /* end for col */ 419 if (col % 4 != 0)
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_encodemv.c | 206 mv->col - ref->col}; 215 encode_mv_component(w, diff.col, &mvctx->comps[1], usehp); 220 unsigned int maxv = MAX(abs(mv->row), abs(mv->col)) >> 3; 239 mvs[i].as_mv.col - ref->col};
|
/external/libvterm/include/ |
vterm.h | 19 int col; member in struct:__anon29614 27 return (a.row == b.row) ? a.col - b.col : a.row - b.row; 41 p.col >= r.start_col && p.col < r.end_col; 198 void vterm_state_get_palette_color(const VTermState *state, int index, VTermColor *col);
|
/frameworks/rs/ |
rsRuntime.h | 170 void rsrMatrixSet(rs_matrix4x4 *m, uint32_t row, uint32_t col, float v); 171 float rsrMatrixGet(const rs_matrix4x4 *m, uint32_t row, uint32_t col); 172 void rsrMatrixSet(rs_matrix3x3 *m, uint32_t row, uint32_t col, float v); 173 float rsrMatrixGet(const rs_matrix3x3 *m, uint32_t row, uint32_t col); 174 void rsrMatrixSet(rs_matrix2x2 *m, uint32_t row, uint32_t col, float v); 175 float rsrMatrixGet(const rs_matrix2x2 *m, uint32_t row, uint32_t col);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_encodemv.c | 206 mv->col - ref->col}; 215 encode_mv_component(w, diff.col, &mvctx->comps[1], usehp); 220 unsigned int maxv = MAX(abs(mv->row), abs(mv->col)) >> 3; 239 mvs[i].as_mv.col - ref->col};
|
/libcore/luni/src/test/java/tests/security/cert/ |
CertificateFactorySpiTest.java | 85 Collection<? extends Certificate> col = certFactorySpi.engineGenerateCertificates(bais); local 86 assertNull("Not null Collection", col); 151 Collection<? extends Certificate> col = certFactorySpi local 153 assertNull("Result must be null", col); 221 Collection<? extends Certificate> col = certFactorySpi local 223 assertNull("Result must be null", col);
|
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
NinePatchTexture.java | 365 for (int col = start; col != end; col += inc) { 366 int k = row * nx + col; 367 if (col != start) { 368 int colorIdx = row * (nx - 1) + col;
|
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/ |
rsRuntime.h | 168 void rsrMatrixSet(rs_matrix4x4 *m, uint32_t row, uint32_t col, float v); 169 float rsrMatrixGet(const rs_matrix4x4 *m, uint32_t row, uint32_t col); 170 void rsrMatrixSet(rs_matrix3x3 *m, uint32_t row, uint32_t col, float v); 171 float rsrMatrixGet(const rs_matrix3x3 *m, uint32_t row, uint32_t col); 172 void rsrMatrixSet(rs_matrix2x2 *m, uint32_t row, uint32_t col, float v); 173 float rsrMatrixGet(const rs_matrix2x2 *m, uint32_t row, uint32_t col);
|
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/ |
rsRuntime.h | 168 void rsrMatrixSet(rs_matrix4x4 *m, uint32_t row, uint32_t col, float v); 169 float rsrMatrixGet(const rs_matrix4x4 *m, uint32_t row, uint32_t col); 170 void rsrMatrixSet(rs_matrix3x3 *m, uint32_t row, uint32_t col, float v); 171 float rsrMatrixGet(const rs_matrix3x3 *m, uint32_t row, uint32_t col); 172 void rsrMatrixSet(rs_matrix2x2 *m, uint32_t row, uint32_t col, float v); 173 float rsrMatrixGet(const rs_matrix2x2 *m, uint32_t row, uint32_t col);
|
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/ |
rsRuntime.h | 168 void rsrMatrixSet(rs_matrix4x4 *m, uint32_t row, uint32_t col, float v); 169 float rsrMatrixGet(const rs_matrix4x4 *m, uint32_t row, uint32_t col); 170 void rsrMatrixSet(rs_matrix3x3 *m, uint32_t row, uint32_t col, float v); 171 float rsrMatrixGet(const rs_matrix3x3 *m, uint32_t row, uint32_t col); 172 void rsrMatrixSet(rs_matrix2x2 *m, uint32_t row, uint32_t col, float v); 173 float rsrMatrixGet(const rs_matrix2x2 *m, uint32_t row, uint32_t col);
|
/external/ceres-solver/internal/ceres/ |
block_random_access_sparse_matrix.cc | 131 int* col, 142 *col = 0;
|
/external/chromium_org/chrome/browser/resources/sync_internals/ |
sync_node_browser.css | 42 cursor: col-resize;
|
sync_search.css | 45 cursor: col-resize;
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ |
debugmodes.c | 119 fprintf(mvs, "%5d:%-5d", mi[mb_index].mbmi.mv.as_mv.row / 2, mi[mb_index].mbmi.mv.as_mv.col / 2); 146 fprintf(mvs, "%3d:%-3d ", mi[mb_index].bmi[bindex].mv.as_mv.row, mi[mb_index].bmi[bindex].mv.as_mv.col);
|