/external/skia/src/utils/ |
SkCamera.cpp | 195 SkScalar col[3] = { x, y, z}; local 198 fMat[i][3] += SkScalarDot(3, &fMat[i][0], 1, col, 1);
|
/external/srec/tools/grxmlcompile/ |
fst-io.h | 222 vector<char *> col; local 223 SplitToVector(line, "\n\t ", &col, true); 224 if (col.size() == 0 || col[0][0] == '\0') // empty line 226 if (col.size() > 5 || 227 col.size() > 4 && accep || 228 col.size() == 3 && !accep) { 233 StateId s = StrToStateId(col[0]); 241 switch (col.size()) { 246 fst_.SetFinal(s, StrToWeight(col[1], true)) [all...] |
/external/webkit/Source/WebCore/html/ |
HTMLBodyElement.cpp | 131 Color col = document()->styleSelector()->getColorFromPrimitiveValue(static_cast<CSSPrimitiveValue*>(val.get())); local 133 document()->setLinkColor(col); 135 document()->setVisitedLinkColor(col); 137 document()->setActiveLinkColor(col);
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
TransferQueue.cpp | 393 int row, col; local
|
/frameworks/base/core/tests/coretests/src/android/database/ |
CursorWindowTest.java | 57 ArrayList<Integer> col = list.get(i); local 60 int r2 = col.get(j); 71 ArrayList<Integer> col = list.get(i); local 74 int r2 = col.get(j); 163 ArrayList<Integer> col = Lists.newArrayList(); local 164 list.add(col); 168 col.add(r);
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_inter_prediction.c | 222 /*set col to bits 31:16 */ 368 u32 row, col; local 379 col = mbNum - row * currImage->width; 381 col *= 16; 393 h264bsdPredictSamples(data, pMb->mv, &refImage, col, row, 0, 0, 401 h264bsdPredictSamples(data, pMb->mv, &refImage, col, row, 0, 0, 404 h264bsdPredictSamples(data, pMb->mv+8, &refImage, col, row, 0, 8, 412 h264bsdPredictSamples(data, pMb->mv, &refImage, col, row, 0, 0, 415 h264bsdPredictSamples(data, pMb->mv+4, &refImage, col, row, 8, 0, 433 col, row, x, y, 8, 8) [all...] |
/hardware/ti/omap4xxx/camera/ |
NV12_resize.c | 36 mmUint16 row,col; local 122 for (col=0; col < codx; col++) 133 x = (mmUint16) ((mmUint32) (col*resizeFactorX) >> 9); 134 xf = (mmUchar) ((mmUint32) ((col*resizeFactorX) >> 6) & 0x7); 207 for (col=0; col < (((codx)>>1)); col++) 220 x = (mmUint16) ((mmUint32) (col*resizeFactorX) >> 9) [all...] |
/hardware/ti/omap4xxx/ion/ |
ion_test.c | 66 size_t row, col; local 69 for (col = 0; col < width; col++) { 70 int i = (row * stride) + col; 74 for (col = 0; col < width; col++) { 75 int i = (row * stride) + col;
|
/libcore/luni/src/main/java/java/lang/ |
ClassLoader.java | 593 Collection<Package> col = packages.values(); local 594 Package[] result = new Package[col.size()]; 595 col.toArray(result);
|
/libcore/luni/src/test/java/libcore/java/nio/charset/ |
Charset_TestGenerator.java | 104 int row = 0, col = 0; field in class:Charset_TestGenerator.CodesGenerator 118 col++; 119 if (col == 16) { 122 col = 0; 139 col++; 140 if (col == 80) { 143 col = 0; 153 buf[col] = (char) code; 156 col++; 157 if (col == 8) 190 int row = 0, col = 0; field in class:Charset_TestGenerator.Dumper [all...] |
OldCharset_AbstractTest.java | 297 int row = 0, col = 0; field in class:OldCharset_AbstractTest.CodesGenerator
|
/libcore/luni/src/test/java/tests/security/cert/ |
CertificateFactory2Test.java | 134 Collection<? extends Certificate> col = certFactory.generateCertificates(dis); local 135 assertNull("Result must be null", col);
|
/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);
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
CursorBackedSuggestionCursor.java | 260 * @param col Column index. 263 protected String getStringOrNull(int col) { 265 if (col == -1) { 269 return mCursor.getString(col); 284 int col = getColumnIndex(colName); local 285 return getStringOrNull(col);
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
Addr2Line.java | 296 Collection<Addr2Line> col = sProcessCache.values(); local 297 for (Addr2Line a2l : col) {
|
/system/core/liblinenoise/ |
linenoise.c | 174 int col = 0; local 179 col = 0; 181 col++; 184 return col;
|
/development/tools/emulator/opengl/tests/translator_tests/GLES_V2/ |
triangleV2.cpp | 67 unsigned char col = ((i / 8 + j / 8) % 2) * 255 ; local 69 *ptr = col; ptr++; 83 unsigned char col = ((i / 8 + j / 8) % 2) * 255 ; local 84 *ptr = col;
|
/external/libvpx/vpx_scale/generic/ |
vpxscale.c | 1056 int col = (dst_yuv_config->y_width - expanded_frame_width) \/ 2; local 1063 int col = (src_yuv_config->y_width - expanded_frame_width) \/ 2; local [all...] |
/external/openssl/ssl/ |
t1_enc.c | 971 int col = 0, sol = 0; local 983 col = s->s3->server_opaque_prf_input_len; 985 sol = s->s3->client_opaque_prf_input_len; /* must be same as col (see draft-rescorla-tls-opaque-prf-input-00.txt, section 3.1) */ 992 co, col,
|
t1_lib.c | 433 size_t col = s->s3->client_opaque_prf_input_len; local 435 if ((long)(limit - ret - 6 - col < 0)) 437 if (col > 0xFFFD) /* can't happen */ 441 s2n(col + 2, ret); 442 s2n(col, ret); 443 memcpy(ret, s->s3->client_opaque_prf_input, col); 444 ret += col; [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_surface.c | 285 int row, col; local 317 col = surface->w; 319 while(col--) {
|
/external/quake/quake/src/QW/client/ |
draw.c | 139 int row, col; local 152 col = num&15; 153 source = draw_chars + (row<<10) + (col<<3); 311 int row, col; local 319 col = num&15; 320 source = draw_chars + (row<<10) + (col<<3); 617 int row, col; local 623 col = num&15; 624 source = draw_chars + (row<<10) + (col<<3);
|
/external/quake/quake/src/WinQuake/ |
draw.cpp | 141 int row, col; local 156 col = num&15; 157 source = draw_chars + (row<<10) + (col<<3); 256 int row, col; local 264 col = num&15; 265 source = draw_chars + (row<<10) + (col<<3); 511 int row, col; local 517 col = num&15; 518 source = draw_chars + (row<<10) + (col<<3);
|
/external/stlport/src/ |
locale_impl.cpp | 362 locale::facet *col = 0; local 378 col = new collate_byname<char>(__coll); 386 delete col; 394 _STLP_UNWIND(_STLP_PRIV __release_collate(__wcoll); delete col); 398 this->insert(col, collate<char>::id);
|
/external/tinyxml/ |
tinyxmlparser.cpp | 172 TiXmlParsingData( const char* start, int _tabsize, int row, int col ) 178 cursor.col = col; 199 int col = cursor.col; local 218 col = 0; 231 col = 0; 249 col = (col / tabsize + 1) * tabsize; 266 { p +=3; ++col; } // A normal character [all...] |