HomeSort by relevance Sort by last modified time
    Searched full:select (Results 676 - 700 of 8132) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/vc9/
yasm.rules 48 Description="Select the output file name"
56 Description="Select an output listing by setting its file name"
63 Description="Select a pre-included file by setting its name"
77 Description="Select the pre-processor (&apos;nasm&apos; or &apos;raw&apos;)"
96 Description="Select the parser for Intel (&apos;nasm&apos;) or AT&amp;T ( &apos;gas&apos;) syntax"
  /external/llvm/test/CodeGen/X86/
2011-10-19-widen_vselect.ll 13 %0 = select <2 x i1> undef, <2 x float> undef, <2 x float> undef
25 %1 = select <2 x i1> %0, <2 x float> undef, <2 x float> undef
36 %0 = select <2 x i1> undef, <2 x float> undef, <2 x float> zeroinitializer
59 %5 = select <2 x i1> %3, <2 x float> %4, <2 x float> %2
61 %7 = select <2 x i1> %6, <2 x float> %0, <2 x float> %5
pre-ra-sched.ll 27 %s1 = select i1 %c1, i32 %z1a, i32 %x1
36 %s2 = select i1 %c1, i32 %z2a, i32 %x2
45 %s3 = select i1 %c1, i32 %z3a, i32 %x3
50 %s4 = select i1 %c3, i32 %s1, i32 %s2
51 %s5 = select i1 %c4, i32 %s4, i32 %s3
avx-blend.ll 9 %vsel = select <4 x i1> <i1 true, i1 false, i1 false, i1 false>, <4 x float> %v1, <4 x float> %v2
18 %vsel = select <4 x i1> <i1 true, i1 false, i1 false, i1 false>, <4 x i32> %v1, <4 x i32> %v2
27 %vsel = select <2 x i1> <i1 true, i1 false>, <2 x double> %v1, <2 x double> %v2
36 %vsel = select <2 x i1> <i1 true, i1 false>, <2 x i64> %v1, <2 x i64> %v2
45 %vsel = select <16 x i1> <i1 true, i1 false, i1 false, i1 false, i1 true, i1 false, i1 false, i1 false, i1 true, i1 false, i1 false, i1 false, i1 true, i1 false, i1 false, i1 false>, <16 x i8> %v1, <16 x i8> %v2
57 %vsel = select <8 x i1> <i1 true, i1 false, i1 false, i1 false, i1 true, i1 false, i1 false, i1 false>, <8 x float> %v1, <8 x float> %v2
65 %vsel = select <8 x i1> <i1 true, i1 false, i1 false, i1 false, i1 true, i1 false, i1 false, i1 false>, <8 x i32> %v1, <8 x i32> %v2
73 %vsel = select <8 x i1> <i1 true, i1 false, i1 false, i1 false, i1 true, i1 false, i1 false, i1 false>, <8 x double> %v1, <8 x double> %v2
81 %vsel = select <8 x i1> <i1 true, i1 false, i1 false, i1 false, i1 true, i1 false, i1 false, i1 false>, <8 x i64> %v1, <8 x i64> %v2
91 %max = select <2 x i1> %max_is_x, <2 x double> %x, <2 x double> %
    [all...]
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseGeneralTest.java 217 "SELECT CASE WHEN PHONE_NUMBERS_EQUAL(?, ?, %d) " +
332 c = mDatabase.rawQuery("SELECT * FROM guess", null);
403 c = mDatabase.rawQuery("select blah from db1", null);
455 "SELECT _TOKENIZE(NULL, NULL, NULL, NULL)", null));
457 "SELECT _TOKENIZE('tokens', NULL, NULL, NULL)", null));
459 "SELECT _TOKENIZE('tokens', 10, NULL, NULL)", null));
461 "SELECT _TOKENIZE('tokens', 10, 'some string', NULL)", null));
464 "SELECT _TOKENIZE('tokens', 11, 'some string ok', ' ', 1, 'foo')", null));
466 "SELECT _TOKENIZE('tokens', 11, 'second field', ' ', 1, 'bar')", null));
469 "SELECT _TOKENIZE('tokens_no_index', 20, 'some string ok', ' ')", null))
    [all...]
  /packages/apps/SpareParts/res/values/
strings.xml 38 <string name="dialog_title_window_animations">Select window speed</string>
42 <string name="dialog_title_transition_animations">Select transition speed</string>
54 <string name="dialog_title_font_size">Select font size</string>
57 <string name="summary_end_button">Select End (red) button action</string>
58 <string name="dialog_title_end_button">Select End button</string>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/
PowerPlant.py 43 def select(self, _object, _attributes={}, **_arguments): member in class:PowerPlant_Events
44 """select: Sets the present selection
45 Required argument: object to select or container of sub-objects to select
46 Keyword argument data: sub-object(s) to select
  /external/chromium_org/third_party/sqlite/src/test/
capi3c.test 67 set STMT [sqlite3_prepare_v2 $DB {SELECT name FROM sqlite_master} -1 TAIL]
81 set sql {SELECT name FROM sqlite_master;SELECT 10}
85 } {SELECT 10}
87 set sql {SELECT namex FROM sqlite_master}
105 set sql16 [utf16 {SELECT name FROM sqlite_master}]
111 set sql [utf16 {SELECT name FROM sqlite_master;SELECT 10}]
115 } {SELECT 10}
117 set sql [utf16 {SELECT namex FROM sqlite_master}
    [all...]
savepoint.test 113 execsql { SELECT * FROM t1 }
119 execsql { SELECT * FROM t1 }
125 execsql { SELECT * FROM t1 }
131 execsql { SELECT * FROM t1 }
141 execsql { SELECT * FROM t1 }
147 execsql { SELECT * FROM t1 }
153 execsql { SELECT * FROM t1 }
159 execsql { SELECT * FROM t1 }
167 execsql { SELECT * FROM t1 }
173 execsql { SELECT * FROM t1
    [all...]
corrupt2.test 55 SELECT * FROM sqlite_master;
75 SELECT * FROM sqlite_master;
95 SELECT * FROM sqlite_master;
118 SELECT * FROM sqlite_master;
146 SELECT * FROM sqlite_master;
164 INSERT INTO t2 SELECT * FROM t2;
165 INSERT INTO t2 SELECT * FROM t2;
166 INSERT INTO t2 SELECT * FROM t2;
167 INSERT INTO t2 SELECT * FROM t2;
195 SELECT * FROM t2
    [all...]
fts3cov.test 47 SELECT count(*)>0 FROM t1_segments;
53 SELECT docid FROM t1 WHERE t1 MATCH 'chilly';
87 SELECT substr(hex(root), 1, 2) FROM t1_segdir;
93 set root [db one {SELECT root FROM t1_segdir}]
98 SELECT * FROM t1 WHERE t1 MATCH 'c*'
106 SELECT * FROM t1 WHERE t1 MATCH 'cloud'
158 SELECT 1, 'Then Christabel stretched forth her hand,' UNION ALL
159 SELECT 3, 'And comforted fair Geraldine:' UNION ALL
160 SELECT 4, '''O well, bright dame, may you command' UNION ALL
161 SELECT 5, 'The service of Sir Leoline;' UNION AL
    [all...]
icu.test 32 SELECT %s FROM test1;
99 SELECT icu_load_collation('en_US', 'AmericanEnglish');
100 SELECT icu_load_collation('lt_LT', 'Lithuanian');
103 SELECT name FROM fruit ORDER BY name COLLATE AmericanEnglish ASC;
113 SELECT name FROM fruit ORDER BY name COLLATE Lithuanian ASC;
123 do_catchsql_test icu-5.1 { SELECT regexp('a[abc]c.*', 'abc') } {0 1}
125 SELECT regexp('a[abc]c.*')
128 SELECT regexp('a[abc]c.*', 'abc', 'c')
131 SELECT 'abc' REGEXP 'a[abc]c.*'
133 do_catchsql_test icu-5.4 { SELECT 'abc' REGEXP } {1 {near " ": syntax error}
    [all...]
malloc3.test 196 execsql {SELECT tbl_name FROM sqlite_master;}
204 execsql {SELECT tbl_name FROM sqlite_master;}
215 execsql {SELECT * FROM abc}
223 execsql {SELECT * FROM abc}
236 SELECT * FROM abc ORDER BY a DESC;
247 SQL {CREATE TRIGGER abc_t AFTER INSERT ON abc BEGIN SELECT 'trigger!'; END;}
248 SQL {CREATE VIEW abc_v AS SELECT * FROM abc;}
252 SELECT name, tbl_name FROM sqlite_master ORDER BY name;
253 SELECT * FROM abc;
271 DELETE FROM abc WHERE oid IN (SELECT oid FROM abc ORDER BY random() LIMIT 5)
    [all...]
progress.test 50 SELECT * FROM t1
67 SELECT * FROM t1
80 INSERT INTO t1 SELECT a+10 FROM t1 WHERE a < 6
93 INSERT INTO t1 SELECT a+10 FROM t1 WHERE a < 9
96 SELECT count(*) FROM t1
121 SELECT count(*) FROM t1
130 SELECT * FROM t1;
144 set ::rx [db eval {SELECT count(*) FROM t1}]
149 SELECT sum(a) FROM t1
167 db eval {SELECT a, b, c FROM abc}
    [all...]
substr.test 36 SELECT substr(t, $i1, $i2) FROM t1
42 SELECT substr($qstr, $i1, $i2)
53 SELECT hex(substr(b, $i1, $i2)) FROM t1
58 SELECT hex(substr(x'$hex', $i1, $i2))
87 db eval {SELECT ifnull(substr(NULL,1,1),'nil')}
90 db eval {SELECT ifnull(substr(NULL,1),'nil')}
93 db eval {SELECT ifnull(substr('abcdefg',NULL,1),'nil')}
96 db eval {SELECT ifnull(substr('abcdefg',NULL),'nil')}
99 db eval {SELECT ifnull(substr('abcdefg',1,NULL),'nil')}
146 SELECT substr(t, $idx) FROM t
    [all...]
auth2.test 48 catchsql {SELECT max(a,b,c) FROM t1}
55 catchsql {SELECT min(a,b,c) FROM t1}
62 catchsql {SELECT coalesce(min(a,b,c),999) FROM t1}
69 catchsql {SELECT coalesce(a,b,c) FROM t1}
110 CREATE VIEW v2 AS SELECT x+y AS a, y+z AS b from t2;
130 SELECT a, b FROM v2;
148 SELECT b, a FROM v2;
fts1f.test 63 execsql {SELECT COUNT(*) FROM t1}
67 execsql {SELECT rowid FROM t1 WHERE content MATCH 'update'}
71 execsql {SELECT rowid FROM t1 WHERE content MATCH 'one'}
75 execsql {SELECT rowid FROM t1 WHERE content MATCH 'two'}
79 execsql {SELECT rowid FROM t1 WHERE content MATCH 'three'}
83 execsql {SELECT rowid FROM t1 WHERE content MATCH 'four'}
87 execsql {SELECT rowid FROM t1 WHERE content MATCH 'five'}
fts2f.test 63 execsql {SELECT COUNT(*) FROM t1}
67 execsql {SELECT rowid FROM t1 WHERE content MATCH 'update'}
71 execsql {SELECT rowid FROM t1 WHERE content MATCH 'one'}
75 execsql {SELECT rowid FROM t1 WHERE content MATCH 'two'}
79 execsql {SELECT rowid FROM t1 WHERE content MATCH 'three'}
83 execsql {SELECT rowid FROM t1 WHERE content MATCH 'four'}
87 execsql {SELECT rowid FROM t1 WHERE content MATCH 'five'}
  /external/chromium/chrome/common/extensions/docs/examples/api/cookies/
manager.html 62 function select(selector) {
122 var filter = select("#filter").value;
165 var table = select("#cookies");
183 var filter = select("#filter").value;
187 select("#filter_count").innerText = domains.length;
188 select("#total_count").innerText = cache.getDomains().length;
190 select("#delete_all_button").innerHTML = "";
195 select("#delete_all_button").appendChild(button);
199 var table = select("#cookies");
223 select("#filter").focus();
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/cookies/
manager.js 42 function select(selector) { function
102 var filter = select("#filter").value;
145 var table = select("#cookies");
163 var filter = select("#filter").value;
167 select("#filter_count").innerText = domains.length;
168 select("#total_count").innerText = cache.getDomains().length;
170 select("#delete_all_button").innerHTML = "";
175 select("#delete_all_button").appendChild(button);
179 var table = select("#cookies");
203 select("#filter").focus()
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
rtree9.test 28 SELECT * FROM rt WHERE id MATCH cube(0, 0, 0, 2, 2, 2);
31 SELECT * FROM rt WHERE id MATCH cube(3, 3, 3, 2, 2, 2);
45 SELECT id FROM rt WHERE id MATCH cube(2.5, 2.5, 2.5, 1, 1, 1) ORDER BY id;
48 SELECT id FROM rt WHERE id MATCH cube(5.5, 5.5, 5.5, 1, 1, 1) ORDER BY id;
62 SELECT id FROM rt32 WHERE id MATCH cube(3, 3, 3, 1, 1, 1) ORDER BY id;
65 SELECT id FROM rt32 WHERE id MATCH cube(5.5, 5.5, 5.5, 1, 1, 1) ORDER BY id;
70 SELECT id FROM rt32 WHERE id MATCH cube(5.5, 5.5, 1, 1, 1) ORDER BY id;
74 SELECT id FROM rt WHERE id MATCH randomblob($x)
78 SELECT id FROM rt WHERE id MATCH CAST(
117 SELECT id FROM rt2 WHERE id MATCH circle(0.0, 0.0, 2.0)
    [all...]
  /external/iproute2/man/man8/
ip-rule.8 87 Semantically, natural action is to select the nexthop and the output device.
133 table. NAT and masquerading rules have an attribute to select new IP
138 are only used if the route did not select any attributes.
173 select the source prefix to match.
177 select the destination prefix to match.
181 select the incoming device to match. If the interface is loopback,
188 select the outgoing device to match. The outgoing interface is only
196 select the TOS value to match.
200 select the
219 Realms to select if the rule matched and the routing table looku
    [all...]
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/input/
SelectPopupOtherContentViewTest.java 25 "<select id=\"select\">" +
33 "</select>" +
47 * Tests that the showing select popup does not get closed because an unrelated ContentView
66 DOMUtils.clickNode(this, view, viewClient, "select");
67 assertTrue("The select popup did not show up on click.",
86 assertNotNull("The select popup got hidden by destroying of unrelated ContentViewCore.",
  /external/chromium_org/third_party/WebKit/ManualTests/inspector/
hidden-evals.html 11 are not. The 'named' functions should show up in the Scripts select element used
12 to select a resource/script to view, the 'unnamed' ones should not.
17 <li><p>the available scripts in the select element should be:
29 select element that contain these functions, until you actually are paused
30 in them. At that point, entries for these functions will be in the select element,
33 <li><p>you should be able to use the next/prev buttons (to the left of the select element)
47 this function is added to the select element.
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLKeygenElement.cpp 54 DEFINE_STATIC_LOCAL(AtomicString, keygenSelectPseudoId, ("-webkit-keygen-select", AtomicString::ConstructFromLiteral));
59 // Create a select element with one option element for each key size.
60 RefPtr<HTMLSelectElement> select = HTMLSelectElement::create(document()); local
61 select->setPseudo(keygenSelectPseudoId);
65 select->appendChild(option);
68 root.appendChild(select);
73 // Reflect disabled attribute on the shadow select element

Completed in 1001 milliseconds

<<21222324252627282930>>