HomeSort by relevance Sort by last modified time
    Searched refs:c1 (Results 326 - 350 of 1154) sorted by null

<<11121314151617181920>>

  /hardware/qcom/display/msm8x26/libqdutils/
qdMetaData.h 51 uint16_t c1[MAX_IGC_LUT_ENTRIES]; member in struct:IGCData_t
  /ndk/sources/cxx-stl/gabi++/tests/
catch_class_04.cpp 31 struct C1
36 explicit C1(int id) : B(id-2), id_(id) {count++;}
37 C1(const C1& a) : B(a.id_-2), id_(a.id_) {count++;}
38 ~C1() {count--;}
41 int C1::count = 0;
56 : C1, C2
60 explicit A(int id) : C1(id-1), C2(id-2), B(id+3), id_(id) {count++;}
61 A(const A& a) : C1(a.id_-1), C2(a.id_-2), B(a.id_+3), id_(a.id_) {count++;}
70 assert(C1::count == 0)
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
itercoll.cpp 95 RuleBasedCollator *c1 = NULL; local
96 c1 = new RuleBasedCollator(
99 if (c1 == NULL || U_FAILURE(status))
102 delete c1;
107 iter = c1->createCollationElementIterator(source);
110 delete c1;
601 int32_t c1, c2, count = 0; local
606 c1 = i1.next(status);
609 if (c1 != c2)
611 errln(" %d: strength(0x%X) != strength(0x%X)", count, c1, c2)
    [all...]
aliastst.cpp 66 Calendar* c1 = Calendar::createInstance(oldLoc, status); local
70 const char* l1 = c1->getLocaleID(ULOC_VALID_LOCALE, status);
78 if(!(c1==c2)){
79 errln("CalendarTest: c1!=c2. newLoc= "+UnicodeString(newLoc.getName()) +" oldLoc= "+UnicodeString(oldLoc.getName()));
82 delete c1;
112 errln("TestDateFormat: c1!=c2. newLoc= "+UnicodeString(newLoc.getName()) +" oldLoc= "+UnicodeString(oldLoc.getName()));
133 Collator* c1 = Collator::createInstance(oldLoc, status); local
136 Locale l1 = c1->getLocale(ULOC_VALID_LOCALE, status);
145 if(!(c1==c2)){
146 errln("CollationTest: c1!=c2. newLoc= "+UnicodeString(newLoc.getName()) +" oldLoc= "+UnicodeString(oldLoc.getName()))
    [all...]
  /external/eigen/test/
redux.cpp 50 Index c1 = internal::random<Index>(c0+1,cols)-c0; local
51 VERIFY_IS_APPROX(m1.block(r0,c0,r1,c1).sum(), m1.block(r0,c0,r1,c1).eval().sum());
52 VERIFY_IS_APPROX(m1.block(r0,c0,r1,c1).mean(), m1.block(r0,c0,r1,c1).eval().mean());
53 VERIFY_IS_APPROX(m1_for_prod.block(r0,c0,r1,c1).prod(), m1_for_prod.block(r0,c0,r1,c1).eval().prod());
54 VERIFY_IS_APPROX(m1.block(r0,c0,r1,c1).real().minCoeff(), m1.block(r0,c0,r1,c1).real().eval().minCoeff());
55 VERIFY_IS_APPROX(m1.block(r0,c0,r1,c1).real().maxCoeff(), m1.block(r0,c0,r1,c1).real().eval().maxCoeff())
    [all...]
sparse_product.cpp 17 int c1 = internal::random(0,m2.cols()-1); local
18 VERIFY_IS_APPROX(m4=m2.col(c)*refMat2.col(c1).transpose(), refMat4=refMat2.col(c)*refMat2.col(c1).transpose());
19 VERIFY_IS_APPROX(m4=refMat2.col(c1)*m2.col(c).transpose(), refMat4=refMat2.col(c1)*refMat2.col(c).transpose());
26 int c1 = internal::random(0,m2.cols()-1); local
27 VERIFY_IS_APPROX(m4=m2.row(r).transpose()*refMat2.col(c1).transpose(), refMat4=refMat2.row(r).transpose()*refMat2.col(c1).transpose());
28 VERIFY_IS_APPROX(m4=refMat2.col(c1)*m2.row(r), refMat4=refMat2.col(c1)*refMat2.row(r))
    [all...]
  /external/icu4c/test/intltest/
itercoll.cpp 95 RuleBasedCollator *c1 = NULL; local
96 c1 = new RuleBasedCollator(
99 if (c1 == NULL || U_FAILURE(status))
102 delete c1;
107 iter = c1->createCollationElementIterator(source);
110 delete c1;
601 int32_t c1, c2, count = 0; local
606 c1 = i1.next(status);
609 if (c1 != c2)
611 errln(" %d: strength(0x%X) != strength(0x%X)", count, c1, c2)
    [all...]
aliastst.cpp 66 Calendar* c1 = Calendar::createInstance(oldLoc, status); local
70 const char* l1 = c1->getLocaleID(ULOC_VALID_LOCALE, status);
78 if(!(c1==c2)){
79 errln("CalendarTest: c1!=c2. newLoc= "+UnicodeString(newLoc.getName()) +" oldLoc= "+UnicodeString(oldLoc.getName()));
82 delete c1;
112 errln("TestDateFormat: c1!=c2. newLoc= "+UnicodeString(newLoc.getName()) +" oldLoc= "+UnicodeString(oldLoc.getName()));
133 Collator* c1 = Collator::createInstance(oldLoc, status); local
136 Locale l1 = c1->getLocale(ULOC_VALID_LOCALE, status);
145 if(!(c1==c2)){
146 errln("CollationTest: c1!=c2. newLoc= "+UnicodeString(newLoc.getName()) +" oldLoc= "+UnicodeString(oldLoc.getName()))
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
InsnFormat.java 598 * @param c1 code unit to write
600 protected static void write(AnnotatedOutput out, short c0, short c1) {
602 out.writeShort(c1);
610 * @param c1 code unit to write
613 protected static void write(AnnotatedOutput out, short c0, short c1,
616 out.writeShort(c1);
625 * @param c1 code unit to write
629 protected static void write(AnnotatedOutput out, short c0, short c1,
632 out.writeShort(c1);
642 * @param c1 code unit to writ
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
CurrencyTest.java 43 Currency c1 = Currency.getInstance(new Locale("en", "CA")); local
46 c1 == c0);
57 c1 = Currency.getInstance(new Locale("ja", "JP"));
60 c1 == c0);
303 Currency c1 = Currency.getInstance("EUR"); local
304 c1.getDefaultFractionDigits();
305 assertEquals(" Currency.getInstance(\"" + c1
306 + "\") returned incorrect number of digits. ", 2, c1
  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-157019.js 37 var c1 = makeConstructor();
38 var o1 = new c1(); class
40 c1.prototype = {};
43 var o = new c1();
  /external/clang/test/SemaCXX/
warn-sign-conversion.cpp 25 int c1 = 1 ? i : Foo<bool>::C; local
67 int c1 = 1 ? i : Foo<bool>::C; local
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
InsnFormat.java 600 * @param c1 code unit to write
602 protected static void write(AnnotatedOutput out, short c0, short c1) {
604 out.writeShort(c1);
612 * @param c1 code unit to write
615 protected static void write(AnnotatedOutput out, short c0, short c1,
618 out.writeShort(c1);
627 * @param c1 code unit to write
631 protected static void write(AnnotatedOutput out, short c0, short c1,
634 out.writeShort(c1);
644 * @param c1 code unit to writ
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
FileBlockHeader.java 193 char c1 = (char) ((code & 0xFF000000) >> 24); local
197 return String.valueOf(c1) + c2 + c3 + c4;
  /external/skia/gm/
alphagradients.cpp 26 SkColor c0, SkColor c1, bool doPreMul) {
27 SkColor colors[] = { c0, c1 };
  /external/sonivox/arm-fm-22k/host_src/
eas_hostmm.c 340 EAS_U8 c1, c2; local
343 if ((result = EAS_HWGetByte(hwInstData, file, &c1)) != 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
372 if ((result = EAS_HWGetByte(hwInstData, file, &c1)) != 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;
  /external/sonivox/arm-hybrid-22k/host_src/
eas_hostmm.c 340 EAS_U8 c1, c2; local
343 if ((result = EAS_HWGetByte(hwInstData, file, &c1)) != 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
372 if ((result = EAS_HWGetByte(hwInstData, file, &c1)) != 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;
  /external/sonivox/arm-wt-22k/host_src/
eas_hostmm.c 370 EAS_U8 c1, c2; local
373 if ((result = EAS_HWGetByte(hwInstData, file, &c1)) != EAS_SUCCESS)
380 *((EAS_U16*) p) = ((EAS_U16) c1 << 8) | c2;
382 *((EAS_U16*) p) = ((EAS_U16) c2 << 8) | c1;
399 EAS_U8 c1, c2,c3,c4; local
402 if ((result = EAS_HWGetByte(hwInstData, file, &c1)) != EAS_SUCCESS)
413 *((EAS_U32*) p) = ((EAS_U32) c1 << 24) | ((EAS_U32) c2 << 16) | ((EAS_U32) c3 << 8) | c4;
415 *((EAS_U32*) p)= ((EAS_U32) c4 << 24) | ((EAS_U32) c3 << 16) | ((EAS_U32) c2 << 8) | c1;
  /external/chromium/base/
command_line_unittest.cc 171 CommandLine c1(FilePath(FILE_PATH_LITERAL("Program1")));
172 c1.AppendSwitch("switch1");
176 c1.AppendArguments(c2, true);
177 EXPECT_EQ(c1.GetProgram().value(), c2.GetProgram().value());
178 EXPECT_TRUE(c1.HasSwitch("switch1"));
179 EXPECT_TRUE(c1.HasSwitch("switch2"));
  /external/libvpx/libvpx/vp8/encoder/arm/armv6/
walsh_v6.asm 33 qsub16 r4, r4, r5 ; [c1|b1] [1-3 | 0-2]
38 qsub16 r6, r6, r7 ; [c1|b1] [5-7 | 4-6]
43 qsub16 r8, r8, r9 ; [c1|b1] [9-11 | 8-10]
47 qsub16 r10, r10, r11 ; [c1|b1] [13-15 | 12-14]
131 smuad r3, r4, lr ; A1 = b1<<2 + c1<<2
132 smuad r5, r8, lr ; C1 = b1<<2 + c1<<2
137 add r0, r3, r5 ; a1_1 = A1 + C1
138 sub r3, r3, r5 ; b1_1 = A1 - C1
140 smuad r7, r6, lr ; B1 = b1<<2 + c1<<
    [all...]
  /external/llvm/test/MC/ARM/
diagnostics.s 99 cdp p7, #2, c1, c1, c1, #8
100 cdp p7, #1, c1, c1, c1, #8
101 cdp2 p7, #2, c1, c1, c1, #8
102 cdp2 p7, #1, c1, c1, c1, #
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
EllipticCurveTest.java 560 EllipticCurve c2 = null, c1 = new EllipticCurve(new ECFieldFp( local
563 assertTrue(c1.equals(c1));
566 c1 = new EllipticCurve(new ECFieldFp(BigInteger.valueOf(23L)),
570 assertTrue(c1.equals(c2) && c2.equals(c1));
573 c1 = new EllipticCurve(new ECFieldFp(BigInteger.valueOf(23L)),
577 assertTrue(c1.equals(c2) && c2.equals(c1));
580 c1 = new EllipticCurve(new ECFieldFp(BigInteger.valueOf(23L))
    [all...]
  /libcore/luni/src/test/java/tests/security/spec/
EllipticCurveTest.java 560 EllipticCurve c2 = null, c1 = new EllipticCurve(new ECFieldFp( local
563 assertTrue(c1.equals(c1));
566 c1 = new EllipticCurve(new ECFieldFp(BigInteger.valueOf(23L)),
570 assertTrue(c1.equals(c2) && c2.equals(c1));
573 c1 = new EllipticCurve(new ECFieldFp(BigInteger.valueOf(23L)),
577 assertTrue(c1.equals(c2) && c2.equals(c1));
580 c1 = new EllipticCurve(new ECFieldFp(BigInteger.valueOf(23L))
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ustrcase.c 672 UChar32 c1, c2, cp1, cp2; local
701 c1=c2=-1;
710 if(c1<0) {
713 if(s1==limit1 || ((c1=*s1)==0 && (limit1==NULL || (options&_STRNCMP_STYLE)))) {
715 c1=-1;
757 * compare c1 and c2
758 * either variable c1, c2 is -1 only if the corresponding string is finished
760 if(c1==c2) {
761 if(c1<0) {
762 return 0; /* c1==c2==-1 indicating end of strings *
    [all...]
  /cts/suite/pts/deviceTests/browserbench/assets/octane/
raytrace.js 94 add : function(c1, c2){
97 result.red = c1.red + c2.red;
98 result.green = c1.green + c2.green;
99 result.blue = c1.blue + c2.blue;
104 addScalar: function(c1, s){
107 result.red = c1.red + s;
108 result.green = c1.green + s;
109 result.blue = c1.blue + s;
116 subtract: function(c1, c2){
119 result.red = c1.red - c2.red
    [all...]

Completed in 321 milliseconds

<<11121314151617181920>>