/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/skia/src/images/ |
bmpdecoderhelper.h | 84 void PutPixel(int x, int y, uint8 col);
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_report.h | 39 int col; member in struct:__tsan::ReportStack
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
LineGraph.java | 161 public void addItem(String name, String description, double value, Color col) { 162 addItem(name, description, value, col,false); 165 public void addItem(String name, String description, double value, Color col, boolean display) { 166 this.fItems.add(new GraphItem(name, description, value, col,display));
|
/external/jpeg/ |
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/libvpx/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));
|
/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);
|
/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/providers/DownloadProvider/src/com/android/providers/downloads/ |
DownloadReceiver.java | 225 private static String getString(Cursor cursor, String col) { 226 return cursor.getString(cursor.getColumnIndexOrThrow(col)); 229 private static int getInt(Cursor cursor, String col) { 230 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/LU/ |
FullPivLU.h | 439 // biggest coefficient in the remaining bottom-right corner (starting at row k, col k) 463 // Now that we've found the pivot, we need to apply the row/col swaps to 473 m_lu.col(k).swap(m_lu.col(col_of_biggest_in_corner)); 481 m_lu.col(k).tail(rows-k-1) /= m_lu.coeff(k,k); 483 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); 599 m.col(i).swap(m.col(pivots.coeff(i))); 611 m.col(i).swap(m.col(pivots.coeff(i))) [all...] |
/external/chromium_org/media/base/ |
video_frame_unittest.cc | 77 for (int col = 0; col < yv12_frame->coded_size().width(); ++col) { 79 base::StringPrintf("Checking (%d, %d)", row, col)); 80 EXPECT_EQ(expect_rgb_color, rgb_row_data[col]);
|
/external/chromium_org/third_party/WebKit/Source/core/accessibility/ |
AXTable.cpp | 121 // if there's a colgroup or col element, it's probably a data table. 171 for (int col = 0; col < numCols; ++col) { 172 RenderTableCell* cell = firstBody->primaryCellAt(row, col); 190 if (!col && isTHCell)
|
/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/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/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...] |
/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/robolectric/lib/main/ |
sqlite-jdbc-3.7.2.jar | |