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

  /external/ceres-solver/internal/ceres/
trust_region_minimizer_test.cc 58 template <bool col1, bool col2, bool col3, bool col4>
65 (col3 ? 1 : 0) +
70 << col3 << " "
78 CHECK(col1 || col2 || col3 || col4);
148 if (col3) {
176 if (col3) {
196 state_plus_delta[2] = (col3 ? state[2] + delta[delta_index++] : state[2]);
211 template<bool col1, bool col2, bool col3, bool col4>
223 parameters[2] = (col3 ? parameters[2] : 0.0);
226 PowellEvaluator2<col1, col2, col3, col4> powell_evaluator
    [all...]
  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestGridLayoutCodeLtr.java 81 Spec col3 = spec(2, FILL); local
121 layout.addView(c, new GridLayout.LayoutParams(row5, col3));
BiDiTestGridLayoutCodeRtl.java 81 Spec col3 = spec(2, FILL); local
121 layout.addView(c, new GridLayout.LayoutParams(row5, col3));
  /external/chromium_org/third_party/icu/source/test/intltest/
apicoll.cpp 288 RuleBasedCollator *col1, *col2, *col3, *col4; local
315 col3 = (RuleBasedCollator *)Collator::createInstance(locale, status);
323 delete col3;
326 col3 = (RuleBasedCollator *)Collator::createInstance(status);
337 UnicodeString rule3 = col3->getRules();
364 delete col3;
495 Collator *col3 = 0; local
496 col3 = Collator::createInstance(Locale::getEnglish(), success);
507 doAssert(col1->hashCode() == col3->hashCode(), "Hash result not equal" );
519 col3->getCollationKey(test1, sortk1, status)
859 Collator *col3 = Collator::createInstance(Locale::getEnglish(), success); local
927 RuleBasedCollator *col3 = new RuleBasedCollator(*ruleset, status); local
    [all...]
  /external/icu/icu4c/source/test/intltest/
apicoll.cpp 248 RuleBasedCollator *col1, *col2, *col3, *col4; local
275 col3 = (RuleBasedCollator *)Collator::createInstance(locale, status);
283 delete col3;
286 col3 = (RuleBasedCollator *)Collator::createInstance(status);
297 UnicodeString rule3 = col3->getRules();
324 delete col3;
455 Collator *col3 = 0; local
456 col3 = Collator::createInstance(Locale::getEnglish(), success);
467 doAssert(col1->hashCode() == col3->hashCode(), "Hash result not equal" );
479 col3->getCollationKey(test1, sortk1, status)
845 Collator *col3 = Collator::createInstance(Locale::getEnglish(), success); local
913 RuleBasedCollator *col3 = new RuleBasedCollator(ruleset, status); local
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
box2d.js     [all...]
  /external/chromium_org/native_client_sdk/doc_generated/_static/css/
nacl.css 26 .col3 td {width: 33%;}
  /external/chromium_org/native_client_sdk/src/doc/_static/css/
nacl.css 26 .col3 td {width: 33%;}
  /external/chromium_org/third_party/icu/source/test/cintltst/
capitst.c 451 UCollator *col1, *col2, *col3, *col4; local
483 col3= ucol_open(NULL, &status);
493 rule3 = ucol_getRules(col3, &tempLength);
509 ucol_close(col3);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
capitst.c 436 UCollator *col1, *col2, *col3, *col4; local
467 col3= ucol_open(NULL, &status);
477 rule3 = ucol_getRules(col3, &tempLength);
493 ucol_close(col3);
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java 1589 Uri col3 = mContentResolver.insert(uri2, colorValues); local
    [all...]

Completed in 663 milliseconds