/external/ceres-solver/internal/ceres/ |
rotation_test.cc | 158 for (int c1 = 0; c1 < 3; c1++) { 162 v += arg[i + 3 * c1] * arg[i + 3 * c2]; 164 double expected = (c1 == c2) ? 1 : 0; 166 *result_listener << "Columns " << c1 << " and " << c2
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
certificate_manager_browsertest.js | 117 'subnodes': [{ 'id': 'c1', 155 this.mockHandler.expects(once()).viewCertificate(['c1']); 191 this.mockHandler.expects(once()).deleteCertificate(['c1']).will(callFunction(
|
/external/chromium_org/v8/test/mjsunit/ |
string-replace.js | 154 replaceTest("0a1b2cx", short, /(x)(?=(.))/g, function r(m, c1, c2, i, s) { 157 assertEquals("x", c1, "replace(/(x)(?=(.))/g,func(..,c1,..))");
|
/external/v8/test/mjsunit/ |
string-replace.js | 154 replaceTest("0a1b2cx", short, /(x)(?=(.))/g, function r(m, c1, c2, i, s) { 157 assertEquals("x", c1, "replace(/(x)(?=(.))/g,func(..,c1,..))");
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
test_pytree.py | 206 c1 = pytree.Node(1000, [l1, l2]) 207 n1 = pytree.Node(1000, [c1, l3]) 208 self.assertEqual(list(n1.post_order()), [l1, l2, c1, l3, n1]) 214 c1 = pytree.Node(1000, [l1, l2]) 215 n1 = pytree.Node(1000, [c1, l3]) 216 self.assertEqual(list(n1.pre_order()), [n1, c1, l1, l2, l3])
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
test_pytree.py | 206 c1 = pytree.Node(1000, [l1, l2]) 207 n1 = pytree.Node(1000, [c1, l3]) 208 self.assertEqual(list(n1.post_order()), [l1, l2, c1, l3, n1]) 214 c1 = pytree.Node(1000, [l1, l2]) 215 n1 = pytree.Node(1000, [c1, l3]) 216 self.assertEqual(list(n1.pre_order()), [n1, c1, l1, l2, l3])
|
/external/opencv/cvaux/src/ |
cvlee.cpp | 3647 float c1 = -Direction_img.y; local 3756 float c1 = -Direction_img.y; local 3905 float c1 = -Direction_img.y; local 4003 float c1 = -Direction_img.y; local 4142 float c1 = -Direction_img.y; local 4282 float c1 = -Direction_img.y; local [all...] |
/prebuilts/devtools/tools/lib/ |
jcommon-1.0.12.jar | |
/prebuilts/tools/common/jfreechart/ |
jcommon-1.0.12.jar | |
/prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/ |
jcommon-1.0.12.jar | |
/bionic/libc/netbsd/resolv/ |
res_cache.c | 886 int c1, c2; local 892 c1 = *p1++; 894 if (c1 != c2) 897 if (c1 == 0) { 902 if (c1 >= 64) { 906 if ((p1+c1 > end1) || (p2+c1 > end2)) { 911 if (memcmp(p1, p2, c1) != 0) 913 p1 += c1; 914 p2 += c1; [all...] |
/external/antlr/antlr-3.4/runtime/Python/unittests/ |
testtree.py | 579 c1=CommonTree(CommonToken(102)) 580 r0.addChild(c1) 588 self.failUnlessEqual(r0, c1.parent) 589 self.failUnlessEqual(1, c1.childIndex) 603 c1=CommonTree(CommonToken(102)) 604 r0.addChild(c1) 616 self.failUnlessEqual(1, c1.childIndex) 631 c1=CommonTree(CommonToken(102)) 632 r0.addChild(c1) 644 self.failUnlessEqual(2, c1.childIndex [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
citertst.c | 427 UCollator *c1, *c2, *c3; local 452 c1 = ucol_openRules(rule, u_strlen(rule), UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status); 456 if (c1 == NULL || U_FAILURE(status)) 464 iter=ucol_openElements(c1, source, u_strlen(source), &status); 472 ucol_close(c1); 919 int32_t c1, c2; local 925 c1 = ucol_next(i1, &status); 928 if (c1 != c2) 930 log_err("Error in iteration %d assetEqual between\n %d and %d, they are not equal\n", count, c1, c2); 936 while (c1 != UCOL_NULLORDER) [all...] |
crestst.c | 771 int32_t c1=0; local 812 T_FileStream_read(stream,&c1,1); 813 if(c!=c1){ 817 c1 = T_FileStream_peek(stream); 818 if(c!=c1){ [all...] |
/external/icu4c/test/cintltst/ |
citertst.c | 427 UCollator *c1, *c2, *c3; local 452 c1 = ucol_openRules(rule, u_strlen(rule), UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status); 456 if (c1 == NULL || U_FAILURE(status)) 464 iter=ucol_openElements(c1, source, u_strlen(source), &status); 472 ucol_close(c1); 919 int32_t c1, c2; local 925 c1 = ucol_next(i1, &status); 928 if (c1 != c2) 930 log_err("Error in iteration %d assetEqual between\n %d and %d, they are not equal\n", count, c1, c2); 936 while (c1 != UCOL_NULLORDER) [all...] |
/external/opencv/cxcore/src/ |
cxdrawing.cpp | 90 int c1, c2; local 100 c1 = (x1 < 0) + (x1 > right) * 2 + (y1 < 0) * 4 + (y1 > bottom) * 8; 103 if( (c1 & c2) == 0 && (c1 | c2) != 0 ) 107 if( c1 & 12 ) 109 a = c1 < 8 ? 0 : bottom; 112 c1 = (x1 < 0) + (x1 > right) * 2; 121 if( (c1 & c2) == 0 && (c1 | c2) != 0 ) 123 if( c1 ) [all...] |
/external/icu4c/test/intltest/ |
calregts.cpp | 2730 Calendar *c1 = Calendar::createInstance("ja_JP@calendar=japanese",status); local [all...] |
/external/llvm/bindings/ocaml/llvm/ |
llvm.mli | 823 (** [const_add c1 c2] returns the constant sum of two constants. 827 (** [const_nsw_add c1 c2] returns the constant sum of two constants with no 832 (** [const_nuw_add c1 c2] returns the constant sum of two constants with no 837 (** [const_fadd c1 c2] returns the constant sum of two constant floats. 841 (** [const_sub c1 c2] returns the constant difference, [c1 - c2], of two 845 (** [const_nsw_sub c1 c2] returns the constant difference of two constants with 850 (** [const_nuw_sub c1 c2] returns the constant difference of two constants with 855 (** [const_fsub c1 c2] returns the constant difference, [c1 - c2], of tw [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_dct.c | 598 int a1, b1, c1, d1, e1; local 606 c1 = ip[2 * pitch_short]; 610 d1 = d1 - c1; 613 c1 = e1 - c1; 614 a1 -= c1; 617 op[4] = c1; 630 c1 = ip[2]; 634 d1 -= c1; 637 c1 = e1 - c1 [all...] |
/hardware/samsung_slsi/exynos5/libhwc/ |
hwc.cpp | 251 static inline bool gsc_dst_cfg_changed(exynos_gsc_img &c1, exynos_gsc_img &c2) 253 return c1.x != c2.x || 254 c1.y != c2.y || 255 c1.w != c2.w || 256 c1.h != c2.h || 257 c1.format != c2.format || 258 c1.rot != c2.rot || 259 c1.cacheable != c2.cacheable || 260 c1.drmMode != c2.drmMode; 263 static inline bool gsc_src_cfg_changed(exynos_gsc_img &c1, exynos_gsc_img &c2 [all...] |
/external/libvpx/libvpx/vp8/common/x86/ |
loopfilter_sse2.asm | 705 movq xmm1, [rsi+4*rax] ; xx xx xx xx xx xx xx xx c7 c6 c5 c4 c3 c2 c1 c0 724 punpcklwd xmm1, xmm5 ; f3 e3 d3 c3 f2 e2 d2 c2 f1 e1 d1 c1 f0 e0 d0 c0 732 punpckldq xmm0, xmm1 ; f1 e1 d1 c1 b1 a1 91 81 f0 e0 d0 c0 b0 a0 90 80 [all...] |
/art/runtime/verifier/ |
reg_type.cc | 897 mirror::Class* c1 = GetClass(); local 899 DCHECK(c1 != NULL && !c1->IsPrimitive()); 901 mirror::Class* join_class = ClassJoin(c1, c2); 902 if (c1 == join_class && !IsPreciseReference()) {
|
/cts/tests/tests/os/src/android/os/cts/ |
BundleTest.java | 212 final char c1 = 'l'; local 215 assertEquals(c1, mBundle.getChar(KEY, c1)); 217 assertEquals(c2, mBundle.getChar(KEY, c1)); 219 assertEquals(c2, mBundle.getChar(KEY, c1));
|
/external/chromium_org/third_party/icu/source/common/ |
ucase.c | 313 int32_t c1, c2; local 317 c1=*s++; 322 c1-=c2; 323 if(c1!=0) { 324 return c1; /* return difference result */ [all...] |
/external/chromium_org/ui/gfx/ |
quad_unittest.cc | 188 PointF c1(2, 2); 190 EXPECT_FALSE(QuadF(a1, b1, c1, d1).IsCounterClockwise()); 191 EXPECT_FALSE(QuadF(b1, c1, d1, a1).IsCounterClockwise()); 192 EXPECT_TRUE(QuadF(a1, d1, c1, b1).IsCounterClockwise()); 193 EXPECT_TRUE(QuadF(c1, b1, a1, d1).IsCounterClockwise());
|