/frameworks/base/tests/RenderScriptTests/MiscSamples/res/raw/ |
multitexf.glsl | 6 lowp vec4 col1 = texture2D(UNI_Tex1, t0*4.0).rgba; 8 col0.xyz = col0.xyz*col1.xyz*1.5;
|
/frameworks/base/tests/RenderScriptTests/PerfTest/res/raw/ |
multitexf.glsl | 6 lowp vec4 col1 = texture2D(UNI_Tex1, t0*4.0).rgba; 8 col0.xyz = col0.xyz*col1.xyz*1.5;
|
/external/jmonkeyengine/engine/src/terrain/Common/MatDefs/Terrain/ |
Terrain.frag | 33 vec4 col1 = texture2D( m_Tex1, coords.yz * m_Tex1Scale );
37 vec4 tex1 = col1 * blending.x + col2 * blending.y + col3 * blending.z;
39 col1 = texture2D( m_Tex2, coords.yz * m_Tex2Scale );
43 vec4 tex2 = col1 * blending.x + col2 * blending.y + col3 * blending.z;
45 col1 = texture2D( m_Tex3, coords.yz * m_Tex3Scale );
49 vec4 tex3 = col1 * blending.x + col2 * blending.y + col3 * blending.z;
|
/external/chromium_org/third_party/sqlite/src/test/ |
where4.test | 151 CREATE TABLE test(col1 TEXT PRIMARY KEY); 152 INSERT INTO test(col1) values('a'); 153 INSERT INTO test(col1) values('b'); 154 INSERT INTO test(col1) values('c'); 155 CREATE TABLE test2(col1 TEXT PRIMARY KEY); 156 INSERT INTO test2(col1) values('a'); 157 INSERT INTO test2(col1) values('b'); 158 INSERT INTO test2(col1) values('c'); 159 SELECT * FROM test t1 LEFT OUTER JOIN test2 t2 ON t1.col1 = t2.col1 [all...] |
capi2.test | 691 CREATE TABLE tab1(col1, col2); 695 check_origins {SELECT col2, col1 FROM tab1} 696 } [list {main tab1 col2} {main tab1 col1}] 698 check_origins {SELECT col2 AS hello, col1 AS world FROM tab1} 699 } [list {main tab1 col2} {main tab1 col1}] 703 check_origins {SELECT b, a FROM (SELECT col1 AS a, col2 AS b FROM tab1)} 704 } [list {main tab1 col2} {main tab1 col1}] 706 check_origins {SELECT (SELECT col2 FROM tab1), (SELECT col1 FROM tab1)} 707 } [list {main tab1 col2} {main tab1 col1}] 709 check_origins {SELECT (SELECT col2), (SELECT col1) FROM tab1 [all...] |
tkt3522.test | 25 col1 INTEGER, 32 JOIN tab4 AS cor1 USING ( col4, col3, col2, col1, col0 );
|
tkt3493.test | 41 END AS Col1 45 ORDER BY Col1 ASC; 54 END AS Col1 58 ORDER BY Col1 ASC; 63 SELECT b.val, CASE WHEN b.val = 1 THEN 'xyz' ELSE b.val END AS col1 FROM b; 70 CASE WHEN b.val = 1 THEN 'xyz' ELSE b.val END AS col1 78 CASE WHEN b.val = '1' THEN 'xyz' ELSE b.val END AS col1
|
/external/sonivox/jet_tools/JetCreator/ |
JetDefs.py | 346 COL1 = 30
347 COL2 = COL1 + COLSIZE
396 ('', F_JFILE, ROW1, COL1, 200+200, 0, 0, -1, JTC_FILE_SPEC, "", True, ""),
397 ('Recent Files', F_JLIST, ROW2, COL1, (200+200,200), 0, 0, -1, [], "", True, ""),
406 ('Jet File', F_JETFILENAME, ROW1, COL1, 300, 0, 0, -1, JTC_FILE_SPEC, "", True, ""),
407 ('Copyright', F_COPYRIGHT, ROW2, COL1, 300, 0, 0, -1, [], "", True, ""),
408 ('Chase Controllers', F_CHASECONTROLLERS, ROW3, COL1, 200, 0, 0, -1, [], "", True, ""),
409 ('Delete Empty Tracks', F_DELETEEMPTYTRACKS, ROW4 - ROWSIZE/2, COL1, 200, 0, 0, -1, [], "", True, ""),
418 ('Copyright', F_COPYRIGHT, ROW1, COL1, 300, 0, 0, -1, [], "", True, ""),
419 ('Chase Controllers', F_CHASECONTROLLERS, ROW2, COL1, 200, 0, 0, -1, [], "", True, ""), [all...] |
/external/chromium/chrome/browser/resources/options/chromeos/ |
cellular_plan_element.js | 109 var col1 = this.ownerDocument.createElement('td'); 110 col1.className = col1Class; 112 col1.id = col1Id; 113 col1.textContent = col1Value; 115 col1.setAttribute('colspan','2'); 116 row.appendChild(col1);
|
/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);
|
/frameworks/base/core/tests/coretests/src/android/database/sqlite/ |
SQLiteCursorTest.java | 63 mDatabase.execSQL("CREATE TABLE " + testTable + " (col1 int, desc text not null);"); 84 values.put("col1", j); 97 Cursor c = mDatabase.query(testTable, new String[]{"col1", "desc"}, 117 values.put("col1", j); 141 mDatabase.delete(testTable, "col1 < ?", new String[]{ (3 * M / 4) + ""});
|
/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/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...] |
/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")
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/news/css/ |
options.css | 66 body.rtl .col1, body.rtl .col2 { 87 .col1 {
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/css/ |
options.css | 66 body.rtl .col1, body.rtl .col2 { 87 .col1 {
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/blending/ |
TextureBlenderDDS.java | 59 int col1 = RGB565.RGB565_to_ARGB8(data.getShort());
local 61 colors[1].fromARGB8(col1);
|
/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/chrome/common/extensions/docs/examples/extensions/news/views/ |
options.html | 32 <td class = "col1"><b id = "select_country"></b></td> 110 <td class = "col1"><b id = "story_count"></b></td> 127 <td class = "col1"> 145 <td class = "col1">
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/views/ |
options.html | 32 <td class = "col1"><b id = "select_country"></b></td> 110 <td class = "col1"><b id = "story_count"></b></td> 127 <td class = "col1"> 145 <td class = "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/icu4c/test/intltest/ |
apicoll.cpp | 297 RuleBasedCollator *col1, *col2, *col3, *col4; local 303 col1 = new RuleBasedCollator(ruleset1, status); 344 UnicodeString rule1 = col1->getRules(); 371 delete col1; 487 Collator *col1 = 0; local 488 col1 = Collator::createInstance(Locale::getEnglish(), success); 514 doAssert(col1->hashCode() != col2->hashCode(), "Hash test1 result incorrect" ); 515 doAssert(!(col1->hashCode() == col2->hashCode()), "Hash test2 result incorrect" ); 516 doAssert(col1->hashCode() == col3->hashCode(), "Hash result not equal" ); 519 delete col1; 850 RuleBasedCollator *col1 = new RuleBasedCollator(ruleset1, success); local 928 Collator *col1 = Collator::createInstance(Locale::getEnglish(), status); local 2161 TestCollator col1; local [all...] |
/external/chromium_org/third_party/sqlite/src/ext/fts3/ |
README.syntax | 125 is specified for <col>, the following query requires that column "col1" 128 named "col1" and "col2", then an error is returned and the query is 131 <col> MATCH 'col1:hello col2:world'
|