/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
Kube.java | 44 float c0 = -1.0f; local 52 mCubes[0] = new Cube(world, c0, c4, c0, c1, c5, c1); 53 mCubes[1] = new Cube(world, c2, c4, c0, c3, c5, c1); 54 mCubes[2] = new Cube(world, c4, c4, c0, c5, c5, c1); 56 mCubes[3] = new Cube(world, c0, c4, c2, c1, c5, c3); 60 mCubes[6] = new Cube(world, c0, c4, c4, c1, c5, c5); 64 mCubes[9] = new Cube(world, c0, c2, c0, c1, c3, c1); 65 mCubes[10] = new Cube(world, c2, c2, c0, c3, c3, c1) [all...] |
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
TestTrees.java | 82 CommonTree c0, c1, c2; local 83 r0.addChild(c0=new CommonTree(new CommonToken(101))); 89 assertEquals(r0, c0.parent); 90 assertEquals(0, c0.childIndex); 104 CommonTree c0, c1, c2; local 105 r0.addChild(c0=new CommonTree(new CommonToken(101))); 114 assertEquals(root, c0.parent); 115 assertEquals(0, c0.childIndex); 116 assertEquals(root, c0.parent); 118 assertEquals(root, c0.parent) 130 CommonTree c0, c1, c2; local 254 CommonTree c0 = new CommonTree(new CommonToken(99, "b")); local [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
CurrencyTest.java | 42 Currency c0 = Currency.getInstance("CAD"); local 46 c1 == c0); 50 c2 == c0); 54 c3 == c0); 56 c0 = Currency.getInstance("JPY"); 60 c1 == c0); 64 c2 == c0); 68 c3 == c0);
|
/external/llvm/lib/Support/ |
raw_ostream.cpp | 243 int c0 = buf[len - 1]; local 244 if (isdigit(c1) && isdigit(c0)) { 247 buf[len - 2] = c0;
|
/frameworks/base/core/tests/coretests/src/android/os/ |
AidlTest.java | 304 char[] c0 = new char[]{'a'}; local 307 char[] cr = mRemote.charArray(c0, c1, c2);
|
/frameworks/base/graphics/java/android/renderscript/ |
Matrix4f.java | 377 int c0 = (i+1) % 4; local 384 float minor = (mMat[c0 + 4*r0] * (mMat[c1 + 4*r1] * mMat[c2 + 4*r2] - 386 - (mMat[c0 + 4*r1] * (mMat[c1 + 4*r0] * mMat[c2 + 4*r2] - 388 + (mMat[c0 + 4*r2] * (mMat[c1 + 4*r0] * mMat[c2 + 4*r1] -
|
/libcore/luni/src/test/java/tests/api/java/util/ |
CurrencyTest.java | 50 Currency c0 = Currency.getInstance("CAD"); local 54 c1 == c0); 58 c2 == c0); 62 c3 == c0); 64 c0 = Currency.getInstance("JPY"); 68 c1 == c0); 72 c2 == c0); 76 c3 == c0);
|
/external/chromium/base/ |
bind_unittest.cc | 226 Callback<int(void)> c0 = Bind(&Sum, 32, 16, 8, 4, 2, 1); local 227 EXPECT_EQ(63, c0.Run());
|
/external/clang/test/Sema/ |
designated-initializers.c | 200 char c0; variable 219 .double_ptr = &d0, &c0, 221 &c0,
|
/external/icu4c/test/cintltst/ |
bocu1tst.c | 58 * C0 control codes and space are encoded with their US-ASCII bytes. 59 * "prev" is reset for C0 controls but not for space. 77 /* adjust trail byte counts for the use of some C0 control byte values */ 131 * 12 commonly used C0 control codes (and space) are only used to encode 154 * The other 20 C0 controls are also encoded directly (to preserve order) 381 * ISO C0 control & space: 470 /* skip some C0 controls and make the trail byte range contiguous */ 550 * Direct-encoded C0 control code or space. 551 * Reset prev for C0 control codes but not for space. 629 * Unpack a packed BOCU-1 non-C0/space byte sequence and ge 947 static const UChar c0[]={ 1, 0xe40, 0x20, 9 }; variable [all...] |
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/ |
ShaderUtils.java | 153 float c0, c1, c2, c3; /* coefficients of the cubic. */
local 168 c0 = CR30 * knot[span + 0] + CR31 * knot[span + 1] + CR32 * knot[span + 2] + CR33 * knot[span + 3];
169 return ((c3 * x + c2) * x + c1) * x + c0;
|
/external/opencv/cv/src/ |
cvpyrsegmentation.cpp | 1042 float c0, c1, c2, c3, c4; local 1477 float c0 = cmp->c; local 1660 _CvRGBf c0 = cmp->c; local [all...] |
cvsegmentation.cpp | 338 #define cdiff(ofs0) (tab[c0-dptr[ofs0]+255] + \ 426 int c0 = dptr[0], c1 = dptr[1], c2 = dptr[2]; local 446 int c0, c1, c2; local 451 c0 = sptr[0], c1 = sptr[1], c2 = sptr[2]; 477 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 ) 483 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 ) 489 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 ) 495 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 ) 505 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 ) 526 tab[s0 - c0 + 255] + tab[s1 - c1 + 255] [all...] |
cvsubdivision2d.cpp | 662 double a0, b0, c0, a1, b1, c1; local 671 icvCreateCenterNormalLine( edge0, &a0, &b0, &c0 ); 674 icvIntersectLines3( &a0, &b0, &c0, &a1, &b1, &c1, &virt_point ); 691 icvCreateCenterNormalLine( edge0, &a0, &b0, &c0 ); 694 icvIntersectLines3( &a0, &b0, &c0, &a1, &b1, &c1, &virt_point );
|
/external/skia/src/gpu/ |
GrAAHairLinePathRenderer.cpp | 45 // If a,b,c are the original control points then the poly a0,b0,c0,c1,a1 50 // a0 c0 61 data[5 + baseIdx] = baseVert + 3; // c0 380 // | a0 c0 383 // edges a0->b0 and b0->c0 are parallel to original edges a->b and b->c, 388 Vertex& c0 = verts[3]; local 420 c0.fPos = c; 421 c0.fPos += cbN; 425 intersect_lines(a0.fPos, abN, c0.fPos, cbN, &b0.fPos);
|
/frameworks/av/media/libstagefright/codecs/avc/common/src/ |
deblock.cpp | 1089 int C0, c0, dif, AbsDelta, tmp, tmp1; local 1278 int C0, c0, dif, AbsDelta, Strng, tmp, tmp1; local 1495 int c0, dif; local 1585 int c0, dif; local [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/test/ |
ModelInterpreter.java | 458 char c0; local 462 c0 = command.charAt(6); 468 success = simulatedCallState.onChld(c0, c1);
|
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
XPathParser.java | 337 char c0 = (lookbehind == null) ? '|' : lookbehind.charAt(0); local 339 isToken = (c0 == '|') ? false : (c0 == c); 374 char c0 = (lookbehind == null) ? '|' : lookbehind.charAt(0); local 376 hasToken = (c0 == '|') ? false : true; 2021 char c0 = m_tokenChar; local [all...] |
/external/skia/gm/ |
gmmain.cpp | 135 static inline SkPMColor compute_diff_pmcolor(SkPMColor c0, SkPMColor c1) { 136 int dr = SkGetPackedR32(c0) - SkGetPackedR32(c1); 137 int dg = SkGetPackedG32(c0) - SkGetPackedG32(c1); 138 int db = SkGetPackedB32(c0) - SkGetPackedB32(c1); 150 SkPMColor c0 = *base.getAddr32(x, y); local 153 if (c0 != c1) { 154 d = compute_diff_pmcolor(c0, c1); 196 SkPMColor c0 = *bp->getAddr32(x, y); local 198 if (c0 != c1) { 201 renderModeDescriptor, name.c_str(), x, y, c0, c1) [all...] |
/external/v8/test/cctest/ |
test-parsing.cc | 466 int32_t c0 = ascii_source[i]; local 471 CHECK_EQ(c0, c1); 472 CHECK_EQ(c0, c2); 473 CHECK_EQ(c0, c3); 480 int32_t c0 = ascii_source[i - 1]; local 484 uc16_stream.PushBack(c0); 485 string_stream.PushBack(c0); 486 utf8_stream.PushBack(c0); 498 CHECK_EQ(c0, c1); 499 CHECK_EQ(c0, c2) 523 int32_t c0 = ascii_source[i]; local [all...] |
/frameworks/native/opengl/libagl/ |
primitives.cpp | 31 int32_t* it, int32_t c0, int32_t c1, int32_t c2); 304 int32_t c0, int32_t c1, int32_t c2) const 306 int32_t dc01 = c1 - c0; 307 int32_t dc02 = c2 - c0; 308 const int A = gglClz(abs(c0)); 312 c0 <<= scale; 316 c0 >>= -scale; 323 int32_t c = c0 - (gglMulAddx(dcdx, m_x0, 332 GGLfixed c0, GGLfixed c1, GGLfixed c2) const 334 const GGLfixed dc01 = c1 - c0; 651 const GGLcolor c0 = v0->color.v[i] * 255; local [all...] |
/external/clang/test/SemaCXX/ |
constant-expression-cxx11.cpp | 361 constexpr char c0 = "nought index"[0]; member in namespace:StringLiteral [all...] |
/external/icu4c/common/ |
unames.c | 1541 char c0; local [all...] |
/external/icu4c/test/intltest/ |
apicoll.cpp | 2266 RuleBasedCollator* c0 = (RuleBasedCollator*)Collator::createInstance(status); local [all...] |
/external/jpeg/ |
jquant2.c | 121 * pointer corresponds to a C0 value (typically 2^5 = 32 pointers) and 320 int c0,c1,c2; local 330 for (c0 = c0min; c0 <= c0max; c0++) 332 histp = & histogram[c0][c1][c2min]; 335 boxp->c0min = c0min = c0; 341 for (c0 = c0max; c0 >= c0min; c0-- 429 int c0,c1,c2,cmax; local 507 int c0,c1,c2; local 923 register int c0, c1, c2; local [all...] |