HomeSort by relevance Sort by last modified time
    Searched full:col1 (Results 1 - 25 of 72) sorted by null

1 2 3

  /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/chromium_org/third_party/WebKit/Source/web/tests/data/
rgm_column_test.html 9 <div id='Col1'> A </div>
  /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_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_org/chrome/common/extensions/docs/examples/extensions/news/css/
options.css 66 body.rtl .col1, body.rtl .col2 {
87 .col1 {
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
jsoup.license 42 <div class="col1">
51 <!-- /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_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 290 RuleBasedCollator *col1, *col2, *col3, *col4; local
296 col1 = new RuleBasedCollator(ruleset1, status);
337 UnicodeString rule1 = col1->getRules();
364 delete col1;
480 Collator *col1 = 0; local
481 col1 = Collator::createInstance(Locale::getEnglish(), success);
507 doAssert(col1->hashCode() != col2->hashCode(), "Hash test1 result incorrect" );
508 doAssert(!(col1->hashCode() == col2->hashCode()), "Hash test2 result incorrect" );
509 doAssert(col1->hashCode() == col3->hashCode(), "Hash result not equal" );
512 delete col1;
843 RuleBasedCollator *col1 = new RuleBasedCollator(ruleset1, success); local
921 Collator *col1 = Collator::createInstance(Locale::getEnglish(), status); local
2152 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...]
  /external/chromium_org/third_party/libjpeg_turbo/simd/
jiss2red-64.asm 163 pshufd xmm1,xmm0,0x50 ; xmm1=[col0 col1]=(00 00 00 00 01 01 01 01)
297 punpckldq xmm1,xmm2 ; xmm1=[col0 col1]=(00 10 20 30 01 11 21 31)
473 paddd xmm4,xmm5 ; xmm4=tmp0[col0 col1 **** col3]
474 paddd xmm0,xmm2 ; xmm0=tmp0[col1 col3 col5 col7]
487 psrad xmm1,(WORD_BIT-CONST_BITS-2) ; xmm1=tmp10[col1 col3 col5 col7]
494 paddd xmm1,xmm0 ; xmm1=data0[col1 col3 col5 col7]=(A1 A3 A5 A7)
496 psubd xmm5,xmm0 ; xmm5=data1[col1 col3 col5 col7]=(B1 B3 B5 B7)
jiss2red.asm 169 pshufd xmm1,xmm0,0x50 ; xmm1=[col0 col1]=(00 00 00 00 01 01 01 01)
304 punpckldq xmm1,xmm2 ; xmm1=[col0 col1]=(00 10 20 30 01 11 21 31)
488 paddd xmm4,xmm5 ; xmm4=tmp0[col0 col1 **** col3]
489 paddd xmm0,xmm2 ; xmm0=tmp0[col1 col3 col5 col7]
502 psrad xmm1,(WORD_BIT-CONST_BITS-2) ; xmm1=tmp10[col1 col3 col5 col7]
509 paddd xmm1,xmm0 ; xmm1=data0[col1 col3 col5 col7]=(A1 A3 A5 A7)
511 psubd xmm5,xmm0 ; xmm5=data1[col1 col3 col5 col7]=(B1 B3 B5 B7)
  /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'
  /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);

Completed in 2003 milliseconds

1 2 3