/external/mesa3d/src/mesa/swrast/ |
s_fragprog.c | 158 * \param col which element (column) of the span we'll operate on 163 const SWspan *span, GLuint col) 165 GLfloat *wpos = span->array->attribs[FRAG_ATTRIB_WPOS][col]; 192 machine->Attribs[FRAG_ATTRIB_FACE][col][0] = 1.0F - span->facing; 195 machine->CurElement = col;
|
/external/qemu/distrib/jpeg-6b/ |
wrrle.c | 179 int row, col; local 244 for (col = cinfo->output_width; col > 0; col--) {
|
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 153 for (col = 0; col < DCTSIZE; col++) { 156 aanscalefactor[row] * aanscalefactor[col] * 8.0)));
|
/external/skia/src/images/ |
bmpdecoderhelper.h | 84 void PutPixel(int x, int y, uint8 col);
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_image.c | 182 u32 row, col; local 200 col = mbNum % picWidth; 203 lum = (image->data + row * picWidth * 256 + col * 16); 204 cb = (image->data + picSize * 256 + row * picWidth * 64 + col * 8);
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
SimpleCursorAdapterTest.java | 73 ArrayList<Integer> col = Lists.newArrayList(); local 74 list.add(col); 78 col.add(r); 80 col.add(i);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
mr_dissim.c | 35 mvy[cnt] = x->mbmi.mv.as_mv.col; \ 43 mvy[cnt] = x->mbmi.mv.as_mv.col; \ 196 mmvy = MAX(abs(min_mvy - here->mbmi.mv.as_mv.col), 197 abs(max_mvy - here->mbmi.mv.as_mv.col));
|
/libcore/luni/src/test/java/tests/security/cert/ |
CertificateFactory3Test.java | 109 Collection<? extends Certificate> col = null; local 110 col = certFs[i].generateCertificates(new ByteArrayInputStream( 112 Iterator<? extends Certificate> it = col.iterator(); 113 assertEquals("Incorrect Collection size", col.size(), 1);
|
/packages/apps/Launcher2/ |
print_db.py | 145 for col in columns: 146 print_functions.append(FUNCTIONS.get(col, print_cell)) 148 col = columns[i] variable 150 """ % ( col ))
|
/packages/apps/Terminal/jni/ |
com_android_terminal_Terminal.cpp | 97 inline void getCell(dimen_t col, VTermScreenCell* cell) { 98 *cell = mCells[col]; 192 pos.col, oldpos.row, oldpos.col, visible); 475 for (dimen_t col = n; col < cols; col++) { 476 cells[col].chars[0] = 0; 477 cells[col].width = 1; 500 if ((size_t) pos.col < line->cols) [all...] |
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
DownloadReceiver.java | 244 private static String getString(Cursor cursor, String col) { 245 return cursor.getString(cursor.getColumnIndexOrThrow(col)); 248 private static int getInt(Cursor cursor, String col) { 249 return cursor.getInt(cursor.getColumnIndexOrThrow(col));
|
/cts/tests/tests/database/src/android/database/cts/ |
CursorWindowTest.java | 50 ArrayList<Integer> col = list.get(i); local 53 int r2 = col.get(j); 64 ArrayList<Integer> col = list.get(i); local 67 int r2 = col.get(j); 415 ArrayList<Integer> col = new ArrayList<Integer>(); local 416 list.add(col); 419 col.add(j == 0 ? i : generator.nextInt());
|
/external/eigen/Eigen/src/SparseCore/ |
SparseMatrixBase.h | 275 Index col = 0; local 278 for ( ; col<it.index(); ++col) 281 ++col; 283 for ( ; col<m.cols(); ++col) 416 dst.coeffRef(i.row(),i.col()) = i.value();
|
/build/tools/droiddoc/templates-sdk/ |
customizations.cs | 8 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement"> 25 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement"> 42 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement"> 61 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement"> 75 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement"> 89 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement"> 103 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement"> 117 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement"> 131 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement"> 145 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement" [all...] |
/external/eigen/Eigen/src/LU/ |
FullPivLU.h | 444 // biggest coefficient in the remaining bottom-right corner (starting at row k, col k) 468 // Now that we've found the pivot, we need to apply the row/col swaps to 478 m_lu.col(k).swap(m_lu.col(col_of_biggest_in_corner)); 486 m_lu.col(k).tail(rows-k-1) /= m_lu.coeff(k,k); 488 m_lu.block(k+1,k+1,rows-k-1,cols-k-1).noalias() -= m_lu.col(k).tail(rows-k-1) * m_lu.row(k).tail(cols-k-1); 605 m.col(i).swap(m.col(pivots.coeff(i))); 617 m.col(i).swap(m.col(pivots.coeff(i))) [all...] |
/external/eigen/test/eigen2/ |
eigen2_sparse_basic.cpp | 95 VERIFY_IS_APPROX(m.block(i,j,h,w).col(c), refMat.block(i,j,h,w).col(c)); 98 // VERIFY_IS_APPROX(m.block(i,j,h,w).col(c).coeff(r), refMat.block(i,j,h,w).col(c).coeff(r)); 113 VERIFY_IS_APPROX(m.col(c) + m.col(c), (m + m).col(c)); 114 VERIFY_IS_APPROX(m.col(c) + m.col(c), refMat.col(c) + refMat.col(c)) [all...] |
/external/eigen/unsupported/Eigen/src/KroneckerProduct/ |
KroneckerTensorProduct.h | 49 Scalar coeff(Index row, Index col) const 51 return m_A.coeff(row / m_B.rows(), col / m_B.cols()) * 52 m_B.coeff(row % m_B.rows(), col % m_B.cols()); 142 j = itA.col() * Bc + itB.col();
|
/external/fonttools/Lib/fontTools/ |
inspect.py | 244 col = gtk.TreeViewColumn(col_name) 245 col.set_sort_column_id(-1) 246 self.treeview.append_column(col) 249 col.pack_start(cell, True) 250 col.add_attribute(cell, 'text', i)
|
/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 153 for (col = 0; col < DCTSIZE; col++) { 156 aanscalefactor[row] * aanscalefactor[col] * 8.0)));
|
/external/pdfium/core/src/fxcodec/libjpeg/ |
fpdfapi_jcdctmgr.c | 94 * coefficients scaled by scalefactor[row]*scalefactor[col], where
132 * coefficients scaled by scalefactor[row]*scalefactor[col], where
140 int row, col;
local 154 for (col = 0; col < DCTSIZE; col++) {
157 aanscalefactor[row] * aanscalefactor[col] * 8.0)));
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/UglifyJS/ |
parse-js.js | 229 function JS_Parse_Error(message, line, col, pos) { 232 this.col = col; 242 return this.message + " (line: " + this.line + ", col: " + this.col + ", pos: " + this.pos + ")" + "\n\n" + this.stack; 245 function js_error(message, line, col, pos) { 246 throw new JS_Parse_Error(message, line, col, pos); 263 col : 0, 279 S.col = 0; 281 ++S.col; [all...] |
/external/deqp/modules/gles31/functional/ |
es31fMultisampleTests.cpp | 326 GLU_EXPECT_NO_ERROR(gl.getError(), "col buf"); 330 GLU_EXPECT_NO_ERROR(gl.getError(), "col vertexAttribPointer"); 790 for (int col = 0; col < numQuadRowsCols; col++) 792 float x0 = (float)(col+0) / (float)numQuadRowsCols * 2.0f - 1.0f; 793 float x1 = (float)(col+1) / (float)numQuadRowsCols * 2.0f - 1.0f; 798 Vec4 alpha0 (0.0f, 0.0f, 0.0f, m_isAlphaToCoverageCase ? (float)col / (float)(numQuadRowsCols-1) : 1.0f); 803 float value = (float)(row*numQuadRowsCols + col) / (float)(numQuadRowsCols*numQuadRowsCols-1); 816 const GLbitfield mask = (GLbitfield)deUint32Hash((col << (m_numSamples / 2)) ^ row) [all...] |
/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/ |
StaggeredGridView.java | 295 public final int getMarginAbove(int col) { 299 return mMargins[col * 2]; 302 public final int getMarginBelow(int col) { 306 return mMargins[col * 2 + 1]; 309 public final void setMarginAbove(int col, int margin) { 314 mMargins[col * 2] = margin; 317 public final void setMarginBelow(int col, int margin) { 322 mMargins[col * 2 + 1] = margin; 1315 final int col = mIsRtlLayout ? lp.column - spanIndex : local [all...] |
/external/libhevc/common/x86/ |
ihevc_sao_ssse3_intr.c | 131 WORD32 row, col; local 149 for(col = 0; col < wd; col += 8) 254 for(col = wd; col >= 16; col -= 16) 450 WORD32 row, col; local 471 for(col = 0; col < wd; col += 8 889 WORD32 row, col; local 1224 WORD32 row, col; local 1594 WORD32 row, col; local 2030 WORD32 row, col; local 2489 WORD32 row, col; local 3249 WORD32 row, col; local 4081 WORD32 row, col; local 4858 WORD32 row, col; local [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/ |
vp9_idct_intrin_sse2.c | 3340 __m128i in[32], col[32]; local 3396 col[0] = _mm_add_epi16(stp1_0, stp1_31); local 3626 __m128i in[32], col[128], zero_idx[16]; local 3758 col[i32 + 0] = _mm_add_epi16(stp1_0, stp1_31); local [all...] |