HomeSort by relevance Sort by last modified time
    Searched refs:col2 (Results 1 - 13 of 13) sorted by null

  /external/ceres-solver/internal/ceres/
trust_region_minimizer_test.cc 58 template <bool col1, bool col2, bool col3, bool col4>
64 (col2 ? 1 : 0) +
69 << col2 << " "
78 CHECK(col1 || col2 || col3 || col4);
139 if (col2) {
172 state_plus_delta[1] = (col2 ? state[1] + delta[delta_index++] : state[1]);
188 template<bool col1, bool col2, bool col3, bool col4>
199 parameters[1] = (col2 ? parameters[1] : 0.0);
203 PowellEvaluator2<col1, col2, col3, col4> powell_evaluator;
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news/css/
options.css 63 .col2 {
66 body.rtl .col1, body.rtl .col2 {
72 body.rtl .col2 {
  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestGridLayoutCodeLtr.java 66 Spec col2 = spec(1, START); local
92 layout.addView(c, new GridLayout.LayoutParams(row3, col2));
103 layout.addView(c, new GridLayout.LayoutParams(row4, col2));
BiDiTestGridLayoutCodeRtl.java 66 Spec col2 = spec(1, START); local
92 layout.addView(c, new GridLayout.LayoutParams(row3, col2));
103 layout.addView(c, new GridLayout.LayoutParams(row4, col2));
  /external/opencv/cvaux/src/
cvtexture.cpp 316 int col2, row2; local
318 col2 = colLoop + steps[stepLoop*2 + 1];
320 if( col2>=0 && row2>=0 && col2<srcImageSize.width && row2<srcImageSize.height )
cvlmeds.cpp 345 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];
    [all...]
  /external/icu4c/test/intltest/
apicoll.cpp 297 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 = new RuleBasedCollator(ruleset2, success); local
933 Collator *col2 = col1->clone(); local
2162 TestCollator col2; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
StateViewPage.java 122 TreeColumn col2 = new TreeColumn(tree, SWT.LEFT); local
123 col2.setText(TREE_PROPERTIES[1]);
124 col2.setWidth(200);
  /external/opencv/cvaux/include/
cvmat.hpp 533 CvMAT colrange( int col1, int col2 ) const;
638 CvMAT colrange( int col1, int col2 ) const;
    [all...]
  /external/icu4c/test/cintltst/
capitst.c 449 UCollator *col1, *col2, *col3, *col4; local
471 col2 = ucol_openRules(ruleset2, u_strlen(ruleset2), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status);
490 rule2 = ucol_getRules(col2, &tempLength);
506 ucol_close(col2);
520 col2 = ucol_open("en_US", &status);
526 iter2 = ucol_openElements(col2, teststr, 3, &status);
549 ucol_close(col2);
    [all...]
  /external/webkit/Source/WebCore/platform/mac/
HTMLConverter.mm     [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java 1586 Uri col2 = mContentResolver.insert(uri2, colorValues); local
    [all...]
  /prebuilts/devtools/tools/lib/
sdkuilib.jar 

Completed in 358 milliseconds