/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_dbtables.py | 79 values = self.tdb.Select( 124 values = self.tdb.Select(tabname, [col2], 127 values = self.tdb.Select(tabname, [col2], 170 self.tdb.Select(tabname, [], conditions={'foo': '123'}) 197 values = self.tdb.Select(tabname, ['b', 'a', 'd'], 204 values = self.tdb.Select( 210 values = self.tdb.Select(tabname, ['b'], 243 # This select should return 0 rows. it is designed to test 248 values = self.tdb.Select(tabname, ['b', 'a', 'd'], 297 values = self.tdb.Select( [all...] |
/external/chromium_org/chrome/third_party/chromevox/chromevox/background/ |
options_widgets.css | 16 select, 20 -webkit-user-select: none; 35 select { 52 select { 63 html[dir='rtl'] select { 112 -webkit-user-select: none; 142 select:enabled:hover, 152 select:enabled:hover { 163 select:enabled:active, 171 select:enabled:active [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
boundary3.tcl | 131 puts " SELECT count(*) FROM t1" 138 puts " INSERT INTO t2 SELECT rowid, a FROM t1;" 147 puts " SELECT count(*) FROM t2;" 166 puts " SELECT t1.* FROM t1, t2 WHERE t1.rowid=$r AND t2.a=t1.a" 171 puts " SELECT t2.* FROM t1 JOIN t2 USING(a) WHERE x='$x'" 176 puts " SELECT t1.rowid, x FROM t1 JOIN t2 ON t2.r=t1.rowid WHERE t2.a=$a" 194 puts " SELECT t2.a FROM t1 JOIN t2 USING(a)" 202 puts " SELECT t2.a FROM t2 NATURAL JOIN t1" 216 puts " SELECT t1.a FROM t1 JOIN t2 ON t1.rowid $op t2.r" 229 puts " SELECT t1.a FROM t1 JOIN t2 ON t1.rowid $op t2.r [all...] |
exclusive2.test | 81 execsql {SELECT count(*), md5sum(a) FROM t1} $db 118 INSERT INTO t1(a) SELECT randstr(10, 400) FROM t1; 119 INSERT INTO t1(a) SELECT randstr(10, 400) FROM t1; 120 INSERT INTO t1(a) SELECT randstr(10, 400) FROM t1; 121 INSERT INTO t1(a) SELECT randstr(10, 400) FROM t1; 122 INSERT INTO t1(a) SELECT randstr(10, 400) FROM t1; 124 SELECT count(*) FROM t1; 202 INSERT INTO t1(a) SELECT randstr(10, 400) FROM t1; 203 INSERT INTO t1(a) SELECT randstr(10, 400) FROM t1; 204 INSERT INTO t1(a) SELECT randstr(10, 400) FROM t1 [all...] |
speed4.test | 80 # speed4-subselect1: A SELECT statement that uses many sub-queries.. 98 CREATE VIEW v1 AS SELECT rowid, i, t FROM t1; 99 CREATE VIEW v2 AS SELECT rowid, i, t FROM t2; 100 CREATE VIEW v3 AS SELECT rowid, i, t FROM t3; 124 set sql "SELECT * FROM t1, t2, t3 WHERE t1.oid = t2.oid AND t2.oid = t3.oid" 128 set sql "SELECT * FROM t1, t2, t3 WHERE t1.t = t2.t AND t2.t = t3.t" 134 append sql "SELECT * FROM v[expr {($ii%3)+1}] WHERE rowid = [expr {$ii*3}];" 145 append sql "SELECT t FROM t[expr {($ii%3)+1}] WHERE rowid = [expr {$ii*3}];" 149 # Run a SELECT that uses sub-queries 10000 times. A total of 30000 sub-selects. 154 SELECT (SELECT t FROM t1 WHERE rowid = [expr {$ii*3}]), [all...] |
thread005.test | 67 runsql { SELECT * FROM t1 } $finished(1) 86 # DELETE FROM t1 WHERE a = (SELECT max(a) FROM t1); 88 # UPDATE t1 SET b = a WHERE a = (SELECT max(a) FROM t1); 89 # SELECT count(*) FROM t1 WHERE b IS NULL; 95 # SELECT count(*) FROM t1 WHERE b IS NULL; 98 # The test runs for 20 seconds or until one of the "SELECT count(*)" 103 # If everything is working correctly, the "SELECT count(*)" statements 109 # However, before the race-condition was fixed, if the reader's SELECT 163 DELETE FROM t1 WHERE a = (SELECT max(a) FROM t1); 165 UPDATE t1 SET b = a WHERE a = (SELECT max(a) FROM t1) [all...] |
notify1.test | 47 execsql { SELECT * FROM t1 } 55 execsql { SELECT * FROM t1 } 78 execsql { SELECT * FROM t1 } 87 execsql { SELECT * FROM t1 } 119 SELECT * FROM t2; 123 catchsql { SELECT * FROM t1 } db2 161 catchsql { SELECT * FROM t2 } db 164 catchsql { SELECT * FROM t3 } db2 167 catchsql { SELECT * FROM t1 } db3 217 catchsql { SELECT * FROM t1 } $cm [all...] |
wal2.test | 104 SELECT count(a), sum(a) FROM t1; 108 execsql { SELECT count(a), sum(a) FROM t1 } db2 145 execsql { SELECT count(a), sum(a) FROM t1 } db2 199 SELECT count(a), sum(a) FROM t1; 203 execsql { SELECT count(a), sum(a) FROM t1 } db2 221 execsql { SELECT count(a), sum(a) FROM t1 } 238 execsql { SELECT count(a), sum(a) FROM t1 } db2 256 execsql { SELECT count(a), sum(a) FROM t1 } db2 304 execsql { SELECT count(a), sum(a) FROM t1 } 328 execsql { SELECT count(a), sum(a) FROM t1 [all...] |
corruptC.test | 39 INSERT OR IGNORE INTO t1 SELECT x*2,y FROM t1; 40 INSERT OR IGNORE INTO t1 SELECT x*3,y FROM t1; 41 INSERT OR IGNORE INTO t1 SELECT x*5,y FROM t1; 42 INSERT OR IGNORE INTO t1 SELECT x*7,y FROM t1; 43 INSERT OR IGNORE INTO t1 SELECT x*11,y FROM t1; 44 INSERT OR IGNORE INTO t1 SELECT x*13,y FROM t1; 46 CREATE TABLE t2 AS SELECT x,2 as y FROM t1 WHERE rowid%5!=0; 243 catchsql {BEGIN; CREATE TABLE t3 AS SELECT x,3 as y FROM t2 WHERE rowid%5!=0; ROLLBACK;} 255 catchsql {SELECT count(*) FROM sqlite_master;} 267 catchsql {BEGIN; CREATE TABLE t3 AS SELECT x,3 as y FROM t2 WHERE rowid%5!=0; ROLLBACK; [all...] |
dbstatus.test | 113 SELECT * FROM t1, t2 WHERE a=c AND b=d GROUP BY b HAVING a>5 ORDER BY a; 119 CREATE VIEW v1 AS SELECT * FROM t1 UNION SELECT * FROM t2; 127 INSERT INTO t1 SELECT randomblob(20), randomblob(25) FROM t1; 128 INSERT INTO t1 SELECT randomblob(20), randomblob(25) FROM t1; 129 INSERT INTO t1 SELECT randomblob(20), randomblob(25) FROM t1; 136 SELECT * FROM t1 138 SELECT * FROM t2 140 SELECT c||b, d||a FROM t2 LEFT OUTER JOIN t1 GROUP BY c, d 144 SELECT * FROM v1 [all...] |
cache.test | 55 execsql {SELECT * FROM abc} 85 do_execsql_test cache-2.1.$i.3 "SELECT * FROM t1" {x y} 91 do_execsql_test cache-2.2.$i.3 "SELECT * FROM t1" {x y} 113 SELECT * FROM t1 UNION SELECT * FROM t2; 135 SELECT * FROM t1 UNION SELECT * FROM t2;
|
crash5.test | 75 INSERT INTO t1 SELECT * FROM t1; -- 2 76 INSERT INTO t1 SELECT * FROM t1; -- 4 77 INSERT INTO t1 SELECT * FROM t1; -- 8 78 INSERT INTO t1 SELECT * FROM t1; -- 16 79 INSERT INTO t1 SELECT * FROM t1; -- 32 80 INSERT INTO t1 SELECT * FROM t1 WHERE rowid%2; -- 48 103 db eval {SELECT * FROM t1}
|
fts3defer2.test | 47 SELECT count(*) FROM t1_segments WHERE length(block)>10000; 52 SELECT content FROM t1 WHERE t1 MATCH 'f (e NEAR/2 a)'; 56 SELECT snippet(t1, '[', ']'), offsets(t1), mit(matchinfo(t1, 'pcxnal')) 65 SELECT snippet(t1, '[', ']'), offsets(t1), mit(matchinfo(t1, 'pcxnal')) 96 SELECT mit(matchinfo(t2, 'pcxnal')) FROM t2 WHERE t2 MATCH 'a b'; 104 SELECT mit(matchinfo(t2, 'x')) FROM t2 WHERE t2 MATCH 'g OR (g z)'; 137 SELECT docid, mit(matchinfo(t3, 'pcxnal')) FROM t3 WHERE t3 MATCH '"a b c"';
|
recover.test | 38 execsql {SELECT c, i FROM altered ORDER BY rowid} 51 execsql {SELECT c, i FROM altered_recover ORDER BY rowid} 64 execsql {SELECT c, i FROM altered_recover ORDER BY rowid} 80 execsql {SELECT c, i FROM altered_recover ORDER BY rowid} 110 execsql {SELECT t, n FROM leaf_recover ORDER BY rowid} 127 execsql {SELECT t, n FROM interior_recover WHERE (rowid%10)=0 ORDER BY rowid} 144 execsql {SELECT t, n FROM interior2_recover WHERE (rowid%500)=0 ORDER BY rowid}
|
vacuum2.test | 202 INSERT INTO t1 SELECT a+1, randomblob(500) FROM t1; -- 2 203 INSERT INTO t1 SELECT a+2, randomblob(500) FROM t1; -- 4 204 INSERT INTO t1 SELECT a+4, randomblob(500) FROM t1; -- 8 205 INSERT INTO t1 SELECT a+8, randomblob(500) FROM t1; -- 16 210 db eval {SELECT a, b FROM t1} { if {$a == 8} { execsql VACUUM } } 216 db eval {SELECT 1, 2, 3} { execsql VACUUM } 223 db eval {SELECT a, b FROM t1 WHERE a<=10} {
|
/external/chromium_org/third_party/sqlite/src/tool/ |
shell5.test | 108 SELECT COUNT(*) FROM t1;}] 133 SELECT COUNT(*) FROM t1;}] 145 SELECT COUNT(*) FROM t1;}] 155 SELECT COUNT(*) FROM t1;}] 164 SELECT COUNT(*) FROM t1;}] 168 catchcmd "test.db" {SELECT b FROM t1 WHERE a='5';} 179 SELECT COUNT(*) FROM t1;}] 183 catchcmd "test.db" {SELECT b FROM t1 WHERE a='6';} 192 SELECT COUNT(*) FROM t1;}] 196 catchcmd "test.db" {SELECT b FROM t1 WHERE a='7'; [all...] |
/external/llvm/test/Transforms/InstCombine/ |
bit-checks.ll | 13 %retval.0 = select i1 %or.cond, i32 2, i32 1 ; <i32> [#uses=1] 24 %storemerge = select i1 %or.cond, i32 0, i32 1 ; <i32> [#uses=1] 40 %storemerge = select i1 %and.cond, i32 0, i32 1 ; <i32> [#uses=1] 51 %storemerge = select i1 %and.cond, i32 0, i32 1 ; <i32> [#uses=1] 63 %storemerge = select i1 %and.cond, i32 0, i32 1 ; <i32> [#uses=1] 75 %storemerge = select i1 %or.cond, i32 0, i32 1 ; <i32> [#uses=1] 86 %storemerge = select i1 %or.cond, i32 0, i32 1 ; <i32> [#uses=1] 98 %storemerge = select i1 %or.cond, i32 0, i32 1 ; <i32> [#uses=1] 110 %storemerge = select i1 %and.cond, i32 0, i32 1 ; <i32> [#uses=1] 121 %storemerge = select i1 %and.cond, i32 0, i32 1 ; <i32> [#uses=1 [all...] |
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
PopupMenuTest.cpp | 82 HTMLSelectElement* select = toHTMLSelectElement(m_node); local 83 select->optionSelectedByUser(select->listToOptionIndex(listIndex), fireEvents); 200 // Returns true if there currently is a select popup in the WebView. 209 EXPECT_TRUE(m_webView->selectPopup()->popupType() == PopupContainer::Select); 229 // The WebView forwards the event to the select popup if one is open. 238 // Simulates a mouse event on the select popup. 279 // Tests that show/hide and repeats. Select popups are reused in web pages when 289 // Tests that showing a select popup and deleting it does not cause problem. 290 // This happens in real-life if a page navigates while a select popup is showing [all...] |
/external/llvm/test/CodeGen/SystemZ/ |
cond-store-03.ll | 18 %res = select i1 %cond, i32 %orig, i32 %alt 34 %res = select i1 %cond, i32 %alt, i32 %orig 52 %res = select i1 %cond, i64 %ext, i64 %alt 70 %res = select i1 %cond, i64 %alt, i64 %ext 89 %res = select i1 %cond, i64 %ext, i64 %alt 107 %res = select i1 %cond, i64 %alt, i64 %ext 125 %res = select i1 %cond, i32 %orig, i32 %alt 142 %res = select i1 %cond, i32 %orig, i32 %alt 159 %res = select i1 %cond, i32 %orig, i32 %alt 178 %res = select i1 %cond, i32 %orig, i32 %al [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
themeWin.css | 110 select, 111 select[size="0"], 112 select[size="1"] { 118 select[size], 119 select[multiple], 120 select[size][multiple] { 126 <select> based on the size of the options, and they must use the same font
|
/external/chromium_org/third_party/sqlite/src/ext/rtree/ |
rtree2.test | 74 set t1 [execsql {SELECT * FROM t1 ORDER BY ii}] 75 set t2 [execsql {SELECT * FROM t2 ORDER BY ii}] 105 set t1 [execsql "SELECT * FROM t1 WHERE $where ORDER BY ii"] 106 set t2 [execsql "SELECT * FROM t2 WHERE $where ORDER BY ii"] 114 #set t1 [execsql "SELECT * FROM t1 WHERE $where ORDER BY ii"] 127 set t1 [execsql {SELECT * FROM t1 ORDER BY ii}] 128 set t2 [execsql {SELECT * FROM t2 ORDER BY ii}]
|
rtree3.test | 28 # rtree3-1: Test OOM in simple CREATE TABLE, INSERT, DELETE and SELECT 38 # rtree3-4a: OOM during "SELECT count(*) FROM ..." on a big table. 60 SELECT * FROM rt; 61 SELECT ii FROM rt WHERE ii = 2; 129 db eval { SELECT count(*) FROM rt } 230 execsql { SELECT * FROM rt } 232 execsql { SELECT ii FROM rt WHERE ii MATCH cube(4.5, 5.5, 6.5, 1, 1, 1) }
|
/external/chromium_org/ui/webui/resources/js/ |
i18n_template_no_process.js | 15 * * i18n-options which generates <option> elements for a <select>. 17 * <select i18n-options="myOptionList"></select> 47 * This handler adds options to a <select> element. 48 * @param {HTMLElement} select The node to modify. 55 'i18n-options': function(select, key, dictionary) { 61 select.appendChild(option);
|
/external/clang/include/clang/Basic/ |
DiagnosticFrontendKinds.td | 81 "'%0' diagnostics %select{expected|seen}1 but not %select{seen|expected}1: " 84 "%select{expected|'expected-no-diagnostics'}0 directive cannot follow " 85 "%select{'expected-no-diagnostics' directive|other expected directives}0">; 143 "%select{definition|#undef}0 of configuration macro '%1' has no effect on " 144 "the import of '%2'; pass '%select{-D%1=...|-U%1}0' on the command line " 148 "macro was %select{defined|#undef'd}0 here">;
|
/external/eigen/test/eigen2/ |
eigen2_array.cpp | 84 // test Select 85 VERIFY_IS_APPROX( (m1.cwise()<m2).select(m1,m2), m1.cwise().min(m2) ); 86 VERIFY_IS_APPROX( (m1.cwise()>m2).select(m1,m2), m1.cwise().max(m2) ); 92 .select(MatrixType::Zero(rows,cols),m1), m3); 95 .select(0,m1), m3); 97 .select(m1,0), m3); 99 VERIFY_IS_APPROX( (m1.cwise().abs().cwise()<mid).select(0,m1), m3);
|