/external/chromium_org/third_party/icu/source/test/cintltst/ |
trietest.c | 151 UChar c2; local 169 c=c2=0x33; 171 UTRIE_NEXT32(trie, p, limit, c, c2, value); 173 UTRIE_NEXT16(trie, p, limit, c, c2, value); 177 testName, c, c2, value, values[i]); 180 c2==0 ? 182 !UTF_IS_LEAD(c) || !UTF_IS_TRAIL(c2) || c!=*(p-2) || c2!=*(p-1) 184 log_err("error: wrong (c, c2) from UTRIE_NEXT(%s): (U+%04lx, U+%04lx)\n", 185 testName, c, c2); [all...] |
/external/clang/test/Sema/ |
attr-aligned.c | 29 char c2[__alignof__(c.member) == 4 ?: -1] = {0}; variable
|
string-init.c | 22 char16_t c2[] = u8"a"; // expected-error{{initializing wide char array with non-wide string literal}} local
|
/external/clang/test/SemaCXX/ |
constexpr-value-init.cpp | 27 constexpr C c2 = C(); // ok variable
|
string-init.cpp | 17 char16_t c2[] = u8"a"; // expected-error{{initializing wide char array with non-wide string literal}} local
|
warn-sign-conversion.cpp | 26 int c2 = 1 ? Foo<bool>::C : i; local 68 int c2 = 1 ? Foo<bool>::C : i; local
|
/external/clang/test/SemaTemplate/ |
class-template-id.cpp | 38 typedef N::C<float> c2; typedef
|
/external/grub/stage2/ |
iso9660.h | 199 #define RRMAGIC(c1, c2) ((c1)|(c2) << 8) 201 #define CHECK2(ptr, c1, c2) \ 202 (*(unsigned short *)(ptr) == (((c1) | (c2) << 8) & 0xFFFF))
|
/external/icu4c/test/cintltst/ |
trietest.c | 152 UChar c2; local 170 c=c2=0x33; 172 UTRIE_NEXT32(trie, p, limit, c, c2, value); 174 UTRIE_NEXT16(trie, p, limit, c, c2, value); 178 testName, c, c2, value, values[i]); 181 c2==0 ? 183 !U16_IS_LEAD(c) || !U16_IS_TRAIL(c2) || c!=*(p-2) || c2!=*(p-1) 185 log_err("error: wrong (c, c2) from UTRIE_NEXT(%s): (U+%04lx, U+%04lx)\n", 186 testName, c, c2); [all...] |
/external/libvpx/libvpx/vp8/common/arm/armv6/ |
iwalsh_v6.asm | 60 qaddsubx r2, r10, r11 ; [b2|c2] [c1+d1 | a1-b1] 63 qaddsubx r4, r12, lr ; [b2|c2] [c1+d1 | a1-b1] 66 qadd16 r2, r2, r10 ; [b2+3|c2+3] 68 qadd16 r4, r4, r10 ; [b2+3|c2+3] 98 qaddsubx r6, r2, r3 ; [b2|c2] [c1+d1 | a1-b1] 100 qaddsubx r8, r4, r5 ; [b2|c2] [c1+d1 | a1-b1] 103 qadd16 r6, r6, r10 ; [b2+3|c2+3] 105 qadd16 r8, r8, r10 ; [b2+3|c2+3]
|
/external/stressapptest/src/ |
sattypes.h | 102 static inline bool cpuset_isequal(const cpu_set_t *c1, const cpu_set_t *c2) { 104 if ((CPU_ISSET(i, c1) != 0) != (CPU_ISSET(i, c2) != 0)) 109 static inline bool cpuset_issubset(const cpu_set_t *c1, const cpu_set_t *c2) { 111 if (CPU_ISSET(i, c1) && !CPU_ISSET(i, c2))
|
/hardware/qcom/display/msm8960/libqdutils/ |
qdMetaData.h | 52 uint16_t c2[MAX_IGC_LUT_ENTRIES]; member in struct:IGCData_t
|
/hardware/qcom/display/msm8974/libqdutils/ |
qdMetaData.h | 52 uint16_t c2[MAX_IGC_LUT_ENTRIES]; member in struct:IGCData_t
|
/hardware/qcom/display/msm8x26/libqdutils/ |
qdMetaData.h | 52 uint16_t c2[MAX_IGC_LUT_ENTRIES]; member in struct:IGCData_t
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
InsnFormat.java | 513 * @param c2 code unit to write 516 short c2) { 519 out.writeShort(c2); 528 * @param c2 code unit to write 532 short c2, short c3) { 535 out.writeShort(c2); 545 * @param c2 code unit to write 550 short c2, short c3, short c4) { 553 out.writeShort(c2); 564 * @param c2 code unit to writ [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
CurrencyTest.java | 47 Currency c2 = Currency.getInstance(new Locale("fr", "CA")); local 50 c2 == c0); 61 c2 = Currency.getInstance(new Locale("", "JP")); 64 c2 == c0); 309 Currency c2 = Currency.getInstance("JPY"); local 310 c2.getDefaultFractionDigits(); 311 assertEquals(" Currency.getInstance(\"" + c2 312 + "\") returned incorrect number of digits. ", 0, c2
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
aliastst.cpp | 67 Calendar* c2 = Calendar::createInstance(newLoc, status); local 71 const char* l2 = c2->getLocaleID(ULOC_VALID_LOCALE, status); 78 if(!(c1==c2)){ 79 errln("CalendarTest: c1!=c2. newLoc= "+UnicodeString(newLoc.getName()) +" oldLoc= "+UnicodeString(oldLoc.getName())); 83 delete c2; 112 errln("TestDateFormat: c1!=c2. newLoc= "+UnicodeString(newLoc.getName()) +" oldLoc= "+UnicodeString(oldLoc.getName())); 134 Collator* c2 = Collator::createInstance(newLoc, status); local 137 Locale l2 = c2->getLocale(ULOC_VALID_LOCALE, status); 145 if(!(c1==c2)){ 146 errln("CollationTest: c1!=c2. newLoc= "+UnicodeString(newLoc.getName()) +" oldLoc= "+UnicodeString(oldLoc.getName())) [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkQuadClipper.cpp | 22 static bool chopMonoQuadAt(SkScalar c0, SkScalar c1, SkScalar c2, 28 SkScalar A = c0 - c1 - c1 + c2;
|
/external/chromium_org/ui/views/ |
painter.h | 52 static Painter* CreateHorizontalGradient(SkColor c1, SkColor c2); 53 static Painter* CreateVerticalGradient(SkColor c1, SkColor c2);
|
/external/icu4c/test/intltest/ |
aliastst.cpp | 67 Calendar* c2 = Calendar::createInstance(newLoc, status); local 71 const char* l2 = c2->getLocaleID(ULOC_VALID_LOCALE, status); 78 if(!(c1==c2)){ 79 errln("CalendarTest: c1!=c2. newLoc= "+UnicodeString(newLoc.getName()) +" oldLoc= "+UnicodeString(oldLoc.getName())); 83 delete c2; 112 errln("TestDateFormat: c1!=c2. newLoc= "+UnicodeString(newLoc.getName()) +" oldLoc= "+UnicodeString(oldLoc.getName())); 134 Collator* c2 = Collator::createInstance(newLoc, status); local 137 Locale l2 = c2->getLocale(ULOC_VALID_LOCALE, status); 145 if(!(c1==c2)){ 146 errln("CollationTest: c1!=c2. newLoc= "+UnicodeString(newLoc.getName()) +" oldLoc= "+UnicodeString(oldLoc.getName())) [all...] |
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/ |
FileBlockHeader.java | 194 char c2 = (char) ((code & 0xFF0000) >> 16);
local 197 return String.valueOf(c1) + c2 + c3 + c4;
|
/external/jpeg/ |
wrjpgcom.c | 107 int c1, c2; local 112 c2 = NEXTBYTE(); 113 if (c2 == EOF) 115 return (((unsigned int) c1) << 8) + ((unsigned int) c2); 224 int c1, c2; local 227 c2 = NEXTBYTE(); 228 if (c1 != 0xFF || c2 != M_SOI) 230 return c2;
|
/external/qemu/distrib/jpeg-6b/ |
wrjpgcom.c | 107 int c1, c2; local 112 c2 = NEXTBYTE(); 113 if (c2 == EOF) 115 return (((unsigned int) c1) << 8) + ((unsigned int) c2); 224 int c1, c2; local 227 c2 = NEXTBYTE(); 228 if (c1 != 0xFF || c2 != M_SOI) 230 return c2;
|
/external/skia/src/core/ |
SkQuadClipper.cpp | 22 static bool chopMonoQuadAt(SkScalar c0, SkScalar c1, SkScalar c2, 28 SkScalar A = c0 - c1 - c1 + c2;
|
/external/sonivox/arm-fm-22k/host_src/ |
eas_hostmm.c | 340 EAS_U8 c1, c2; local 345 if ((result = EAS_HWGetByte(hwInstData, file, &c2)) != EAS_SUCCESS) 350 *((EAS_U16*) p) = ((EAS_U16) c1 << 8) | c2; 352 *((EAS_U16*) p) = ((EAS_U16) c2 << 8) | c1; 369 EAS_U8 c1, c2,c3,c4; local 374 if ((result = EAS_HWGetByte(hwInstData, file, &c2)) != EAS_SUCCESS) 383 *((EAS_U32*) p) = ((EAS_U32) c1 << 24) | ((EAS_U32) c2 << 16) | ((EAS_U32) c3 << 8) | c4; 385 *((EAS_U32*) p)= ((EAS_U32) c4 << 24) | ((EAS_U32) c3 << 16) | ((EAS_U32) c2 << 8) | c1;
|