/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 | 67 Spec col3 = spec(2, FILL); local 107 layout.addView(c, new GridLayout.LayoutParams(row5, col3));
|
BiDiTestGridLayoutCodeRtl.java | 67 Spec col3 = spec(2, FILL); local 107 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/icu4c/test/intltest/ |
apicoll.cpp | 297 RuleBasedCollator *col1, *col2, *col3, *col4; local 324 col3 = (RuleBasedCollator *)Collator::createInstance(locale, status); 332 delete col3; 335 col3 = (RuleBasedCollator *)Collator::createInstance(status); 346 UnicodeString rule3 = col3->getRules(); 373 delete col3; 504 Collator *col3 = 0; local 505 col3 = Collator::createInstance(Locale::getEnglish(), success); 516 doAssert(col1->hashCode() == col3->hashCode(), "Hash result not equal" ); 528 col3->getCollationKey(test1, sortk1, status) 868 Collator *col3 = Collator::createInstance(Locale::getEnglish(), success); local 936 RuleBasedCollator *col3 = new RuleBasedCollator(*ruleset, status); local [all...] |
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
box2d.js | [all...] |
/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/icu4c/test/cintltst/ |
capitst.c | 448 UCollator *col1, *col2, *col3, *col4; local 480 col3= ucol_open(NULL, &status); 490 rule3 = ucol_getRules(col3, &tempLength); 506 ucol_close(col3); [all...] |
/cts/tests/tests/provider/src/android/provider/cts/ |
CalendarTest.java | 1590 Uri col3 = mContentResolver.insert(uri2, colorValues); local [all...] |
/external/chromium_org/native_client_sdk/src/doc/_static/css/ |
local_extensions.css | 26 .col3 td {width: 33%;} [all...] |