/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderTableSection.h | 164 CellStruct& cellAt(unsigned row, unsigned col) { return m_grid[row].row[col]; } 165 const CellStruct& cellAt(unsigned row, unsigned col) const { return m_grid[row].row[col]; } 166 RenderTableCell* primaryCellAt(unsigned row, unsigned col) 168 CellStruct& c = m_grid[row].row[col];
|
/external/chromium_org/ui/webui/resources/css/ |
table.css | 5 html.col-resize * { 6 cursor: col-resize !important; 110 cursor: col-resize;
|
/external/eigen/Eigen/src/Core/ |
CwiseBinaryOp.h | 172 EIGEN_STRONG_INLINE const Scalar coeff(Index row, Index col) const 174 return derived().functor()(derived().lhs().coeff(row, col), 175 derived().rhs().coeff(row, col)); 179 EIGEN_STRONG_INLINE PacketScalar packet(Index row, Index col) const 181 return derived().functor().packetOp(derived().lhs().template packet<LoadMode>(row, col), 182 derived().rhs().template packet<LoadMode>(row, col));
|
Replicate.h | 92 inline Scalar coeff(Index row, Index col) const 99 : ColFactor==1 ? col 100 : col%m_matrix.cols(); 105 inline PacketScalar packet(Index row, Index col) const 111 : ColFactor==1 ? col 112 : col%m_matrix.cols();
|
Block.h | 155 inline Scalar& coeffRef(Index row, Index col) 159 .coeffRef(row + m_startRow.value(), col + m_startCol.value()); 162 inline const Scalar& coeffRef(Index row, Index col) const 165 .coeffRef(row + m_startRow.value(), col + m_startCol.value()); 168 EIGEN_STRONG_INLINE const CoeffReturnType coeff(Index row, Index col) const 170 return m_xpr.coeff(row + m_startRow.value(), col + m_startCol.value()); 196 inline PacketScalar packet(Index row, Index col) const 199 (row + m_startRow.value(), col + m_startCol.value()); 203 inline void writePacket(Index row, Index col, const PacketScalar& x) 206 (row + m_startRow.value(), col + m_startCol.value(), x) [all...] |
/external/eigen/demos/opengl/ |
camera.cpp | 109 camAxes.col(2) = (-newDirection).normalized(); 110 camAxes.col(0) = up.cross( camAxes.col(2) ).normalized(); 111 camAxes.col(1) = camAxes.col(2).cross( camAxes.col(0) ).normalized();
|
/external/eigen/unsupported/Eigen/src/AutoDiff/ |
AutoDiffVector.h | 52 CoeffType operator[] (Index i) { return CoeffType(m_values[i], m_jacobian.col(i)); } 53 const CoeffType operator[] (Index i) const { return CoeffType(m_values[i], m_jacobian.col(i)); } 55 CoeffType operator() (Index i) { return CoeffType(m_values[i], m_jacobian.col(i)); } 56 const CoeffType operator() (Index i) const { return CoeffType(m_values[i], m_jacobian.col(i)); } 58 CoeffType coeffRef(Index i) { return CoeffType(m_values[i], m_jacobian.col(i)); } 59 const CoeffType coeffRef(Index i) const { return CoeffType(m_values[i], m_jacobian.col(i)); }
|
/external/jpeg/ |
jddctmgr.c | 45 extern void armv6_idct(short *coefs, int *quans, unsigned char **rows, int col); 269 * coefficients scaled by scalefactor[row]*scalefactor[col], where 325 * coefficients scaled by scalefactor[row]*scalefactor[col], where 330 int row, col; local 338 for (col = 0; col < DCTSIZE; col++) { 341 aanscalefactor[row] * aanscalefactor[col]);
|
jdmerge.c | 259 JDIMENSION col; local 273 for (col = cinfo->output_width >> 1; col > 0; col--) { 318 JDIMENSION col; local 334 for (col = cinfo->output_width >> 1; col > 0; col--) { 382 JDIMENSION col; local 400 for (col = cinfo->output_width >> 1; col > 0; col--) 456 JDIMENSION col; local 532 JDIMENSION col; local 617 JDIMENSION col; local [all...] |
/external/qemu/distrib/jpeg-6b/ |
jddctmgr.c | 41 extern void armv6_idct(short *coefs, int *quans, unsigned char **rows, int col); 229 * coefficients scaled by scalefactor[row]*scalefactor[col], where 285 * coefficients scaled by scalefactor[row]*scalefactor[col], where 290 int row, col; local 298 for (col = 0; col < DCTSIZE; col++) { 301 aanscalefactor[row] * aanscalefactor[col]);
|
jdmerge.c | 259 JDIMENSION col; local 273 for (col = cinfo->output_width >> 1; col > 0; col--) { 318 JDIMENSION col; local 334 for (col = cinfo->output_width >> 1; col > 0; col--) { 382 JDIMENSION col; local 400 for (col = cinfo->output_width >> 1; col > 0; col--) 456 JDIMENSION col; local 532 JDIMENSION col; local 617 JDIMENSION col; local [all...] |
/external/wpa_supplicant_8/src/ap/ |
eap_user_db.c | 79 static int get_user_cb(void *ctx, int argc, char *argv[], char *col[]) 85 if (os_strcmp(col[i], "password") == 0 && argv[i]) { 90 } else if (os_strcmp(col[i], "methods") == 0 && argv[i]) { 99 static int get_wildcard_cb(void *ctx, int argc, char *argv[], char *col[]) 106 if (os_strcmp(col[i], "identity") == 0 && argv[i]) 108 else if (os_strcmp(col[i], "methods") == 0 && argv[i])
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
ReplaceDialog.py | 91 col = res[1].start() 94 col = 0 100 res = self.engine.search_forward(text, prog, line, col, 0, ok) 120 col = i + len(new) 155 line, col = SearchEngine.get_line_col(pos) 157 m = prog.match(chars, col)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
ReplaceDialog.py | 91 col = res[1].start() 94 col = 0 100 res = self.engine.search_forward(text, prog, line, col, 0, ok) 120 col = i + len(new) 155 line, col = SearchEngine.get_line_col(pos) 157 m = prog.match(chars, col)
|
/frameworks/ex/widget/java/com/android/ex/widget/ |
StaggeredGridView.java | 150 public final int getMarginAbove(int col) { 154 return mMargins[col * 2]; 157 public final int getMarginBelow(int col) { 161 return mMargins[col * 2 + 1]; 164 public final void setMarginAbove(int col, int margin) { 169 mMargins[col * 2] = margin; 172 public final void setMarginBelow(int col, int margin) { 177 mMargins[col * 2 + 1] = margin; 520 for (int col = lp.column; col < colEnd; col++) 760 final int col = lp.column; local [all...] |
/external/aac/libSBRenc/src/ |
ps_main.cpp | 551 INT group, bin, col, band; local 576 for (col=0; col<frameSize-HYBRID_READ_OFFSET; col++) { 578 tmp = fixMax(tmp, (FIXP_QMF)fixp_abs(hybridData[col][0][0][i])); 579 tmp = fixMax(tmp, (FIXP_QMF)fixp_abs(hybridData[col][0][1][i])); 580 tmp = fixMax(tmp, (FIXP_QMF)fixp_abs(hybridData[col][1][0][i])); 581 tmp = fixMax(tmp, (FIXP_QMF)fixp_abs(hybridData[col][1][1][i])); 587 for (col=frameSize-HYBRID_READ_OFFSET; col<frameSize; col++) [all...] |
/external/skia/gm/ |
beziereffects.cpp | 85 int col = 0; variable 95 SkScalar x = SkScalarMul(col, w); 173 ++col; 174 if (numCols == col) { 175 col = 0; 237 int col = 0; variable 247 SkScalar x = SkScalarMul(col, w); 322 ++col; 323 if (numCols == col) { 324 col = 0 421 int col = 0; variable [all...] |
/packages/apps/Gallery/src/com/android/camera/ |
GridViewSpecial.java | 504 int col = pos - (row * mColumns); local 507 + (col * (mSpec.mCellWidth + mSpec.mCellSpacing)); 524 int col = Math.min(mColumns - 1, local 526 return (row * mColumns) + col; 697 int col = mCurrentSelection - (row * mColumns); local 701 int xPos = leftSpacing + (col * (mSpec.mCellWidth + spacing)); 795 int col = pos - row * mColumns; local 799 blk.cancelRequest(col); 881 int col = index - (row * mColumns); local 884 if ((blk.mCompletedMask & (1 << col)) != 0) [all...] |
/external/chromium_org/third_party/skia/src/images/ |
SkMovie_gif.cpp | 120 const GifColorType& col = cmap->Colors[*src]; local 121 *dst = SkPackARGB32(0xFF, col.Red, col.Green, col.Blue); 200 uint32_t col) 216 sk_memset32(dst, col, copyWidth); 392 const GifColorType& col = gif->SColorMap->Colors[fGIF->SBackGroundColor]; local 393 bgColor = SkColorSetARGB(0xFF, col.Red, col.Green, col.Blue) [all...] |
/external/skia/src/images/ |
SkMovie_gif.cpp | 120 const GifColorType& col = cmap->Colors[*src]; local 121 *dst = SkPackARGB32(0xFF, col.Red, col.Green, col.Blue); 200 uint32_t col) 216 sk_memset32(dst, col, copyWidth); 392 const GifColorType& col = gif->SColorMap->Colors[fGIF->SBackGroundColor]; local 393 bgColor = SkColorSetARGB(0xFF, col.Red, col.Green, col.Blue) [all...] |
/libcore/luni/src/test/java/libcore/java/security/cert/ |
X509CertificateTest.java | 816 Collection<List<?>> col = c.getSubjectAlternativeNames(); local 818 checkAlternativeNames(f, col); 821 private void checkAlternativeNames(CertificateFactory f, Collection<List<?>> col) throws Exception { 822 assertNotNull(col); 827 col.add(new ArrayList<Object>()); 839 for (List<?> item : col) { 910 Collection<List<?>> col = c.getSubjectAlternativeNames(); local 912 assertNotNull(f.getProvider().getName(), col); local 931 Collection<List<?>> col = c.getSubjectAlternativeNames(); local 937 Collection<List<?>> col = c.getSubjectAlternativeNames(); local 939 assertNotNull(f.getProvider().getName(), col); local 968 Collection<List<?>> col = c.getSubjectAlternativeNames(); local 970 assertNotNull(f.getProvider().getName(), col); local 984 Collection<List<?>> col = c.getSubjectAlternativeNames(); local 986 assertNotNull(f.getProvider().getName(), col); local 1000 Collection<List<?>> col = c.getSubjectAlternativeNames(); local 1002 assertNotNull(f.getProvider().getName(), col); local 1023 Collection<List<?>> col = c.getSubjectAlternativeNames(); local 1025 assertNotNull(f.getProvider().getName(), col); local 1039 Collection<List<?>> col = c.getSubjectAlternativeNames(); local 1041 assertNotNull(f.getProvider().getName(), col); local 1055 Collection<List<?>> col = c.getSubjectAlternativeNames(); local 1061 Collection<List<?>> col = c.getIssuerAlternativeNames(); local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
csv.py | 410 for col in columnTypes.keys(): 414 thisType(row[col]) 420 thisType = len(row[col]) 426 if thisType != columnTypes[col]: 427 if columnTypes[col] is None: # add new column type 428 columnTypes[col] = thisType 432 del columnTypes[col] 437 for col, colType in columnTypes.items(): 439 if len(header[col]) != colType: 445 colType(header[col]) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
csv.py | 410 for col in columnTypes.keys(): 414 thisType(row[col]) 420 thisType = len(row[col]) 426 if thisType != columnTypes[col]: 427 if columnTypes[col] is None: # add new column type 428 columnTypes[col] = thisType 432 del columnTypes[col] 437 for col, colType in columnTypes.items(): 439 if len(header[col]) != colType: 445 colType(header[col]) [all...] |
/external/eigen/Eigen/src/Eigenvalues/ |
Tridiagonalization.h | 360 matA.col(i).tail(remainingSize).makeHouseholderInPlace(h, beta); 363 // i.e., A = H A H' where H = I - h v v' and v = matA.col(i).tail(n-i-1) 364 matA.col(i).coeffRef(i+1) = 1; 367 * (conj(h) * matA.col(i).tail(remainingSize))); 369 hCoeffs.tail(n-i-1) += (conj(h)*Scalar(-0.5)*(hCoeffs.tail(remainingSize).dot(matA.col(i).tail(remainingSize)))) * matA.col(i).tail(n-i-1); 372 .rankUpdate(matA.col(i).tail(remainingSize), hCoeffs.tail(remainingSize), -1); 374 matA.col(i).coeffRef(i+1) = beta;
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
MoreKeysKeyboard.java | 156 final int col = n % mNumColumns; local 159 return col - mLeftKeys; 163 final int pos = col - leftSideKeys; 176 final int col = n % mNumColumns; local 182 if (col == 0) { 198 if (i >= col) 206 if (i >= col)
|