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

  /external/ceres-solver/internal/ceres/
trust_region_minimizer_test.cc 58 template <bool col1, bool col2, bool col3, bool col4>
63 (col1 ? 1 : 0) +
68 << col1 << " "
78 CHECK(col1 || col2 || col3 || col4);
133 if (col1) {
168 if (col1) {
194 state_plus_delta[0] = (col1 ? state[0] + delta[delta_index++] : state[0]);
211 template<bool col1, bool col2, bool col3, bool col4>
221 parameters[0] = (col1 ? parameters[0] : 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 (…)
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_links/
popup.js 20 var col1 = document.createElement('td');
26 col1.innerText = visibleLinks[i];
27 col1.style.whiteSpace = 'nowrap';
28 col1.onclick = function() {
32 row.appendChild(col1);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
factory.py 101 col1, col2 = row["a"], row["b"]
102 self.assertTrue(col1 == 1, "by name: wrong result for column 'a'")
105 col1, col2 = row["A"], row["B"]
106 self.assertTrue(col1 == 1, "by name: wrong result for column 'A'")
109 col1, col2 = row[0], row[1]
110 self.assertTrue(col1 == 1, "by index: wrong result for column 0")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
factory.py 101 col1, col2 = row["a"], row["b"]
102 self.assertTrue(col1 == 1, "by name: wrong result for column 'a'")
105 col1, col2 = row["A"], row["B"]
106 self.assertTrue(col1 == 1, "by name: wrong result for column 'A'")
109 col1, col2 = row[0], row[1]
110 self.assertTrue(col1 == 1, "by index: wrong result for column 0")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_dbtables.py 94 col1 = 'but can it fly?'
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])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_dbtables.py 94 col1 = 'but can it fly?'
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])
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/css/
options.css 66 body.rtl .col1, body.rtl .col2 {
87 .col1 {
  /external/chromium_org/third_party/icu/source/test/intltest/
apicoll.cpp 288 RuleBasedCollator *col1, *col2, *col3, *col4; local
294 col1 = new RuleBasedCollator(ruleset1, status);
335 UnicodeString rule1 = col1->getRules();
362 delete col1;
478 Collator *col1 = 0; local
479 col1 = Collator::createInstance(Locale::getEnglish(), success);
505 doAssert(col1->hashCode() != col2->hashCode(), "Hash test1 result incorrect" );
506 doAssert(!(col1->hashCode() == col2->hashCode()), "Hash test2 result incorrect" );
507 doAssert(col1->hashCode() == col3->hashCode(), "Hash result not equal" );
510 delete col1;
841 RuleBasedCollator *col1 = new RuleBasedCollator(ruleset1, success); local
919 Collator *col1 = Collator::createInstance(Locale::getEnglish(), status); local
2132 TestCollator col1; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
apicoll.cpp 248 RuleBasedCollator *col1, *col2, *col3, *col4; local
254 col1 = new RuleBasedCollator(ruleset1, status);
295 UnicodeString rule1 = col1->getRules();
322 delete col1;
438 Collator *col1 = 0; local
439 col1 = Collator::createInstance(Locale::getEnglish(), success);
465 doAssert(col1->hashCode() != col2->hashCode(), "Hash test1 result incorrect" );
466 doAssert(!(col1->hashCode() == col2->hashCode()), "Hash test2 result incorrect" );
467 doAssert(col1->hashCode() == col3->hashCode(), "Hash result not equal" );
470 delete col1;
827 RuleBasedCollator *col1 = new RuleBasedCollator(ruleset1, success); local
905 Collator *col1 = Collator::createInstance(Locale::getEnglish(), status); local
2233 TestCollator col1; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
StateViewPage.java 118 TreeColumn col1 = new TreeColumn(tree, SWT.LEFT); local
119 col1.setText(TREE_PROPERTIES[0]);
120 col1.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
464 col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL,&status);
491 rule1 = ucol_getRules(col1, &tempLength);
507 ucol_close(col1);
517 col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status);
527 iter1 = ucol_openElements(col1, teststr, 3, &status);
550 ucol_close(col1);
554 col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status);
561 if (ucol_greaterOrEqual(col1, teststr, 1, teststr2, 1)) {
564 ucol_close(col1);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
capitst.c 436 UCollator *col1, *col2, *col3, *col4; local
448 col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL,&status);
475 rule1 = ucol_getRules(col1, &tempLength);
491 ucol_close(col1);
501 col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status);
511 iter1 = ucol_openElements(col1, teststr, 3, &status);
534 ucol_close(col1);
538 col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status);
544 ucol_close(col1);
    [all...]
  /external/opencv/cvaux/src/
cvlmeds.cpp 345 int row1, row2, col1, col2; local
353 col1 = (x == 0 ? 1 : 0);
356 value = M[row1 * 3 + col1] * M[row2 * 3 + col2] - M[row2 * 3 + col1] * M[row1 * 3 + col2];
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_span.c 836 GLfloat (*col1)[4] = span->array->attribs[FRAG_ATTRIB_COL1];
857 /* XXX could avoid this and interpolate COL1 in the loop below */
866 col0[i][0] += col1[i][0];
867 col0[i][1] += col1[i][1];
868 col0[i][2] += col1[i][2];
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_span.c 836 GLfloat (*col1)[4] = span->array->attribs[FRAG_ATTRIB_COL1];
857 /* XXX could avoid this and interpolate COL1 in the loop below */
866 col0[i][0] += col1[i][0];
867 col0[i][1] += col1[i][1];
868 col0[i][2] += col1[i][2];
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 660 for type, value, (line0, col0), (line1, col1), line_text in tokens:
668 yield type, value, (line0, col0), (line1, col1), line_text
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 660 for type, value, (line0, col0), (line1, col1), line_text in tokens:
668 yield type, value, (line0, col0), (line1, col1), line_text
  /cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java 1565 Uri col1 = mContentResolver.insert(uri, colorValues); local
    [all...]
  /prebuilts/devtools/tools/lib/
sdkuilib.jar 
ddmuilib.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 1260 milliseconds