/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); 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, col3, col4> powell_evaluator [all...] |
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
box2d.js | 58 function(b,e,f,m,r){if(f===undefined)f=0;parseInt(b.m_vertexCount);var s=b.m_vertices;b=b.m_normals;var v=parseInt(m.m_vertexCount),t=m.m_vertices,x,C;x=e.R;C=b[f];b=x.col1.x*C.x+x.col2.x*C.y;m=x.col1.y*C.x+x.col2.y*C.y;x=r.R;var J=x.col1.x*b+x.col1.y*m;x=x.col2.x*b+x.col2.y*m;for(var T=0,P=Number.MAX_VALUE,X=0;X<v;++X){C=t[X];C=C.x*J+C.y*x;if(C<P){P=C;T=X}}C=s[f];x=e.R;f=e.position.x+(x.col1.x*C.x+x.col2.x*C.y);e=e.position.y+(x.col1.y*C.x+x.col2.y*C.y);C=t[T];x=r.R;s=r.position.x+(x.col1.x*C.x+ 59 x.col2.x*C.y);r=r.position.y+(x.col1.y*C.x+x.col2.y*C.y);s-=f;r-=e;return s*b+r*m};M.FindMaxSeparation=function(b,e,f,m,r){var s=parseInt(e.m_vertexCount),v=e.m_normals,t,x;x=r.R;t=m.m_centroid;var C=r.position.x+(x.col1.x*t.x+x.col2.x*t.y),J=r.position.y+(x.col1.y*t.x+x.col2.y*t.y);x=f.R;t=e.m_centroid;C-=f.position.x+(x.col1.x*t.x+x.col2.x*t.y);J-=f.position.y+(x.col1.y* (…) [all...] |
/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 {
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/css/ |
options.css | 63 .col2 { 66 body.rtl .col1, body.rtl .col2 { 72 body.rtl .col2 {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_dbtables.py | 95 col2 = 'Species' 100 {col0: pickle.dumps(8, 1), col1: 'no', col2: 'Penguin'}, 101 {col0: pickle.dumps(-1, 1), col1: 'no', col2: 'Turkey'}, 102 {col0: pickle.dumps(9, 1), col1: 'yes', col2: 'SR-71A Blackbird'} 107 col1: 'no', col2: 'Penguin'}, 109 col1: 'no', col2: 'Turkey'}, 111 col1: 'yes', col2: 'SR-71A Blackbird'} 118 self.tdb.CreateTable(tabname, [col0, col1, col2]) 124 values = self.tdb.Select(tabname, [col2], 127 values = self.tdb.Select(tabname, [col2], [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_dbtables.py | 95 col2 = 'Species' 100 {col0: pickle.dumps(8, 1), col1: 'no', col2: 'Penguin'}, 101 {col0: pickle.dumps(-1, 1), col1: 'no', col2: 'Turkey'}, 102 {col0: pickle.dumps(9, 1), col1: 'yes', col2: 'SR-71A Blackbird'} 107 col1: 'no', col2: 'Penguin'}, 109 col1: 'no', col2: 'Turkey'}, 111 col1: 'yes', col2: 'SR-71A Blackbird'} 118 self.tdb.CreateTable(tabname, [col0, col1, col2]) 124 values = self.tdb.Select(tabname, [col2], 127 values = self.tdb.Select(tabname, [col2], [all...] |
/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));
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/ |
factory.py | 101 col1, col2 = row["a"], row["b"] 103 self.assertTrue(col2 == 2, "by name: wrong result for column 'a'") 105 col1, col2 = row["A"], row["B"] 107 self.assertTrue(col2 == 2, "by name: wrong result for column 'B'") 109 col1, col2 = row[0], row[1] 111 self.assertTrue(col2 == 2, "by index: wrong result for column 1")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/ |
factory.py | 101 col1, col2 = row["a"], row["b"] 103 self.assertTrue(col2 == 2, "by name: wrong result for column 'a'") 105 col1, col2 = row["A"], row["B"] 107 self.assertTrue(col2 == 2, "by name: wrong result for column 'B'") 109 col1, col2 = row[0], row[1] 111 self.assertTrue(col2 == 2, "by index: wrong result for column 1")
|
/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/chromium_org/third_party/icu/source/test/intltest/ |
apicoll.cpp | 288 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 = new RuleBasedCollator(ruleset2, success); local 924 Collator *col2 = col1->clone(); local 2133 TestCollator col2; local [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/chromium_org/third_party/icu/source/test/cintltst/ |
capitst.c | 451 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); [all...] |
/external/icu4c/test/cintltst/ |
capitst.c | 448 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); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkinter.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkinter.py | [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 | |