HomeSort by relevance Sort by last modified time
    Searched defs:c0 (Results 26 - 50 of 57) sorted by null

12 3

  /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 242 int c0 = buf[len - 1]; local
243 if (isdigit(c1) && isdigit(c0)) {
246 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/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/gm/
gmmain.cpp 96 static inline SkPMColor compute_diff_pmcolor(SkPMColor c0, SkPMColor c1) {
97 int dr = SkGetPackedR32(c0) - SkGetPackedR32(c1);
98 int dg = SkGetPackedG32(c0) - SkGetPackedG32(c1);
99 int db = SkGetPackedB32(c0) - SkGetPackedB32(c1);
111 SkPMColor c0 = *base.getAddr32(x, y); local
114 if (c0 != c1) {
115 d = compute_diff_pmcolor(c0, c1);
149 SkPMColor c0 = *base.getAddr32(x, y); local
151 if (c0 != c1) {
154 renderModeDescriptor, name.c_str(), x, y, c0, c1)
    [all...]
  /external/v8/test/cctest/
test-parsing.cc 437 int32_t c0 = ascii_source[i]; local
442 CHECK_EQ(c0, c1);
443 CHECK_EQ(c0, c2);
444 CHECK_EQ(c0, c3);
451 int32_t c0 = ascii_source[i - 1]; local
455 uc16_stream.PushBack(c0);
456 string_stream.PushBack(c0);
457 utf8_stream.PushBack(c0);
469 CHECK_EQ(c0, c1);
470 CHECK_EQ(c0, c2)
494 int32_t c0 = ascii_source[i]; local
    [all...]
  /frameworks/base/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...]
  /frameworks/base/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/icu4c/common/
unames.c 1541 char c0; local
    [all...]
  /external/icu4c/test/intltest/
apicoll.cpp 2215 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...]
  /external/webp/src/enc/
dsp_sse2.c 411 const __m128i c0 = _mm_add_epi16(b0, seven); local
413 const __m128i d0 = _mm_srai_epi16(c0, 4);
    [all...]
  /frameworks/base/opengl/libs/GLES2_dbg/src/
api.cpp 1124 nsecs_t c0 = systemTime(timeMode) local
1167 nsecs_t c0 = systemTime(timeMode); local
1192 nsecs_t c0 = systemTime(timeMode); local
1217 nsecs_t c0 = systemTime(timeMode); local
1516 nsecs_t c0 = systemTime(timeMode); local
1546 nsecs_t c0 = systemTime(timeMode); local
1602 nsecs_t c0 = systemTime(timeMode); local
1632 nsecs_t c0 = systemTime(timeMode); local
1693 nsecs_t c0 = systemTime(timeMode); local
    [all...]
  /external/opencv/cvaux/src/
cvlee.cpp 3648 float c0 = Direction_img.y* RayPoint1_img.x - Direction_img.x*RayPoint1_img.y; local
3757 float c0 = Direction_img.y* RayPoint1_img.x - Direction_img.x*RayPoint1_img.y; local
3906 float c0 = Direction_img.y* RayPoint1_img.x - Direction_img.x*RayPoint1_img.y; local
4004 float c0 = Direction_img.y* RayPoint1_img.x - Direction_img.x*RayPoint1_img.y; local
4143 float c0 = Direction_img.y* Point_img.x - Direction_img.x*Point_img.y; local
4283 float c0 = Direction_img.y* Point_img.x - Direction_img.x*Point_img.y; local
    [all...]
  /external/tcpdump/
print-isoclns.c 2692 int32_t c0 = 0, c1 = 0; local
    [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 

Completed in 705 milliseconds

12 3