Searched refs:col2 (Results 1 - 11 of 11) sorted by relevance

/external/chromium/chrome/browser/resources/options/chromeos/
H A Dcellular_plan_element.js118 var col2 = this.ownerDocument.createElement('td');
119 col2.className = col2Class;
121 col2.id = col2Id;
122 col2.textContent = col2Value;
123 row.appendChild(col2);
/external/ceres-solver/internal/ceres/
H A Dtrust_region_minimizer_test.cc58 template <bool col1, bool col2, bool col3, bool col4>
64 (col2 ? 1 : 0) +
69 << col2 << " "
78 CHECK(col1 || col2 || col3 || col4);
140 if (col2) {
172 if (col2) {
195 state_plus_delta[1] = (col2 ? state[1] + delta[delta_index++] : state[1]);
211 template<bool col1, bool col2, bool col3, bool col4>
222 parameters[1] = (col2 ? parameters[1] : 0.0);
226 PowellEvaluator2<col1, col2, col
[all...]
/external/chromium/chrome/common/extensions/docs/examples/extensions/news/css/
H A Doptions.css63 .col2 {
66 body.rtl .col1, body.rtl .col2 {
72 body.rtl .col2 {
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/css/
H A Doptions.css63 .col2 {
66 body.rtl .col1, body.rtl .col2 {
72 body.rtl .col2 {
/external/opencv/cvaux/src/
H A Dcvtexture.cpp316 int col2, row2; local
318 col2 = colLoop + steps[stepLoop*2 + 1];
320 if( col2>=0 && row2>=0 && col2<srcImageSize.width && row2<srcImageSize.height )
H A Dcvlmeds.cpp345 int row1, row2, col1, col2; local
354 col2 = (x == 2 ? 1 : 2);
356 value = M[row1 * 3 + col1] * M[row2 * 3 + col2] - M[row2 * 3 + col1] * M[row1 * 3 + col2];
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dapicoll.cpp288 RuleBasedCollator *col1, *col2, *col3, *col4; local
304 col2 = new RuleBasedCollator(ruleset2, status);
336 UnicodeString rule2 = col2->getRules();
363 delete col2;
486 Collator *col2 = 0; local
488 col2 = Collator::createInstance(dk, success);
505 doAssert(col1->hashCode() != col2->hashCode(), "Hash test1 result incorrect" );
506 doAssert(!(col1->hashCode() == col2->hashCode()), "Hash test2 result incorrect" );
511 delete col2;
847 RuleBasedCollator *col2 local
924 Collator *col2 = col1->clone(); local
2133 TestCollator col2; local
[all...]
/external/icu4c/test/intltest/
H A Dapicoll.cpp297 RuleBasedCollator *col1, *col2, *col3, *col4; local
313 col2 = new RuleBasedCollator(ruleset2, status);
345 UnicodeString rule2 = col2->getRules();
372 delete col2;
495 Collator *col2 = 0; local
497 col2 = Collator::createInstance(dk, success);
514 doAssert(col1->hashCode() != col2->hashCode(), "Hash test1 result incorrect" );
515 doAssert(!(col1->hashCode() == col2->hashCode()), "Hash test2 result incorrect" );
520 delete col2;
856 RuleBasedCollator *col2 local
933 Collator *col2 = col1->clone(); local
2162 TestCollator col2; local
[all...]
/external/opencv/cvaux/include/
H A Dcvmat.hpp533 CvMAT colrange( int col1, int col2 ) const;
638 CvMAT colrange( int col1, int col2 ) const;
1444 inline CvMAT CvMAT::colrange( int col1, int col2 ) const
1446 assert( 0 <= col1 && col1 < col2 && col2 <= width );
1447 return CvMAT( *this, cvRect( col1, 0, col2 - col1, height ));
2092 inline CvMAT _CvMAT_BASE_OP_::colrange( int col1, int col2 ) const
2095 assert( 0 <= col1 && col1 < col2 && col2 <= m.width );
2096 return CvMAT( m, cvRect( col1, 0, col2
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcapitst.c451 UCollator *col1, *col2, *col3, *col4; local
473 col2 = ucol_openRules(ruleset2, u_strlen(ruleset2), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status);
492 rule2 = ucol_getRules(col2, &tempLength);
508 ucol_close(col2);
522 col2 = ucol_open("en_US", &status);
528 iter2 = ucol_openElements(col2, teststr, 3, &status);
551 ucol_close(col2);
/external/icu4c/test/cintltst/
H A Dcapitst.c448 UCollator *col1, *col2, *col3, *col4; local
470 col2 = ucol_openRules(ruleset2, u_strlen(ruleset2), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status);
489 rule2 = ucol_getRules(col2, &tempLength);
505 ucol_close(col2);
519 col2 = ucol_open("en_US", &status);
525 iter2 = ucol_openElements(col2, teststr, 3, &status);
548 ucol_close(col2);

Completed in 2739 milliseconds