/external/chromium_org/third_party/sqlite/src/test/ |
fts3af.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'}
|
jrnlmode2.test | 44 # the SELECT statement, it sees the empty journal in the file system, it 65 execsql { SELECT * FROM t1 } db2 74 SELECT * FROM t1; 84 catchsql { SELECT * FROM t1 } db2 89 catchsql { SELECT * FROM t1 } db2 110 catchsql { SELECT * FROM t1 } db2 119 catchsql { SELECT * FROM t1 } db2
|
tableapi.test | 40 sqlite3_exec_printf $::dbx {SELECT * FROM xyz} {} 46 SELECT * FROM xyz WHERE b='%q' 51 SELECT * FROM xyz 60 SELECT * FROM xyz ORDER BY a 65 SELECT * FROM xyz WHERE a>49 ORDER BY a 70 SELECT * FROM xyz WHERE a>47 ORDER BY a 75 SELECT * FROM xyz WHERE a>47 ORDER BY a; invalid 80 SELECT * FROM xyz WHERE a>47 ORDER BY a 98 SELECT * FROM xyz WHERE a>49 ORDER BY a; 107 SELECT * FROM xyz WHERE a IN (42,50,52) ORDER BY a DES [all...] |
thread002.test | 49 execsql { SELECT * FROM aux1.t1 } 50 execsql { INSERT INTO aux1.t1(v) SELECT sum(v) FROM aux2.t1 } 52 execsql { SELECT * FROM aux2.t1 } 53 execsql { INSERT INTO aux2.t1(v) SELECT sum(v) FROM aux3.t1 } 55 execsql { SELECT * FROM aux3.t1 } 56 execsql { INSERT INTO aux3.t1(v) SELECT sum(v) FROM aux1.t1 } 93 [execsql {SELECT count(*) FROM t1}] \
|
tkt3201.test | 29 SELECT l.a, r.a FROM t1 AS l, t1 AS r WHERE l.a < r.a; 39 SELECT l.a, r.a FROM t1 AS l, t2 AS r WHERE l.a < r.a; 48 SELECT l.a, r.a FROM t1 AS l, t2 AS r WHERE l.a < r.a; 57 SELECT t1.a, t1.b, t2.a, t2.b FROM t1, t2; 66 execsql { SELECT a, b, c, d FROM t1, t3 } 70 execsql { SELECT a, b, c, d FROM t1, t3 WHERE a < c } 96 SELECT * FROM t4_log;
|
tkt3527.test | 54 SELECT 65 WHERE ElemAnd.CodeAnd NOT IN (SELECT CodeOr FROM ElemOr) 67 SELECT 81 SELECT 93 SELECT 108 SELECT * FROM ElemView1; 114 SELECT * FROM ElemView2;
|
fts3near.test | 33 execsql {SELECT docid FROM t1 WHERE content MATCH 'one NEAR/0 three'} 36 execsql {SELECT docid FROM t1 WHERE content MATCH 'one NEAR/1 two'} 39 execsql {SELECT docid FROM t1 WHERE content MATCH 'one NEAR/1 three'} 42 execsql {SELECT docid FROM t1 WHERE content MATCH 'three NEAR/1 one'} 45 execsql {SELECT docid FROM t1 WHERE content MATCH '"one two" NEAR/1 five'} 48 execsql {SELECT docid FROM t1 WHERE content MATCH '"one two" NEAR/2 five'} 51 execsql {SELECT docid FROM t1 WHERE content MATCH 'one NEAR four'} 54 execsql {SELECT docid FROM t1 WHERE content MATCH 'four NEAR three'} 57 execsql {SELECT docid FROM t1 WHERE content MATCH '"four five" NEAR/0 three'} 60 execsql {SELECT docid FROM t1 WHERE content MATCH '"four five" NEAR/2 one' [all...] |
notify2.test | 115 SELECT 116 (SELECT b FROM xxx WHERE a=(SELECT max(a) FROM xxx))==total(a) 117 FROM xxx WHERE a!=(SELECT max(a) FROM xxx); 119 DELETE FROM xxx WHERE a<(SELECT max(a)-100 FROM xxx); 120 INSERT INTO xxx SELECT NULL, total(a) FROM xxx; 153 # No error occured. Check that any SELECT statements in the transaction 187 INSERT INTO t1 SELECT NULL, 0; 188 INSERT INTO t2 SELECT NULL, 0; 189 INSERT INTO t3 SELECT NULL, 0 [all...] |
wal3.test | 48 INSERT INTO t1 SELECT a_string(800) FROM t1; /* 2 */ 49 INSERT INTO t1 SELECT a_string(800) FROM t1; /* 4 */ 50 INSERT INTO t1 SELECT a_string(800) FROM t1; /* 8 */ 51 INSERT INTO t1 SELECT a_string(800) FROM t1; /* 16 */ 52 INSERT INTO t1 SELECT a_string(800) FROM t1; /* 32 */ 53 INSERT INTO t1 SELECT a_string(800) FROM t1; /* 64 */ 54 INSERT INTO t1 SELECT a_string(800) FROM t1; /* 128*/ 55 INSERT INTO t1 SELECT a_string(800) FROM t1; /* 256 */ 56 INSERT INTO t1 SELECT a_string(800) FROM t1; /* 512 */ 57 INSERT INTO t1 SELECT a_string(800) FROM t1; /* 1024 * [all...] |
speed4p.explain | 80 # speed4p-subselect1: A SELECT statement that uses many sub-queries.. 101 CREATE VIEW v1 AS SELECT rowid, i, t FROM t1; 102 CREATE VIEW v2 AS SELECT rowid, i, t FROM t2; 103 CREATE VIEW v3 AS SELECT rowid, i, t FROM t3; 127 set sql "SELECT * FROM t1, t2, t3 WHERE t1.oid = t2.oid AND t2.oid = t3.oid" 132 set sql "SELECT * FROM t1, t2, t3 WHERE t1.t = t2.t AND t2.t = t3.t" 141 db eval "SELECT * FROM v$t WHERE rowid = \$v" 144 explain {SELECT * FROm v1 WHERE rowid=$v} 156 db eval "SELECT t FROM t$t WHERE rowid = \$v" 159 explain {SELECT * FROM t1 WHERE rowid=$v [all...] |
/external/llvm/test/CodeGen/ARM/ |
sub-cmp-peephole.ll | 10 %sub. = select i1 %cmp, i32 %sub, i32 0 21 %sub. = select i1 %cmp, i32 %sub, i32 0 32 %sub. = select i1 %cmp, i32 %sub, i32 %b 44 %sub. = select i1 %cmp, i32 %sub, i32 0 60 %sel = select i1 %cmp2, i32 %sub, i32 %a 75 %val.2.i = select i1 undef, i32 0, i32 undef 77 %retval.0.i = select i1 undef, i32 %val.2.i, i32 %sub.i
|
/external/llvm/test/CodeGen/SystemZ/ |
int-cmp-06.ll | 16 %res = select i1 %cond, double %a, double %b 29 %res = select i1 %cond, double %a, double %b 40 %res = select i1 %cond, double %a, double %b 51 %res = select i1 %cond, double %a, double %b 64 %res = select i1 %cond, double %a, double %b 77 %res = select i1 %cond, double %a, double %b 90 %res = select i1 %cond, double %a, double %b 103 %res = select i1 %cond, double %a, double %b 117 %res = select i1 %cond, double %a, double %b 129 %res = select i1 %cond, double %a, double % [all...] |
int-cmp-09.ll | 12 %res = select i1 %cond, double %a, double %b 23 %res = select i1 %cond, double %a, double %b 34 %res = select i1 %cond, double %a, double %b 46 %res = select i1 %cond, double %a, double %b 58 %res = select i1 %cond, double %a, double %b 70 %res = select i1 %cond, double %a, double %b 82 %res = select i1 %cond, double %a, double %b 94 %res = select i1 %cond, double %a, double %b 105 %res = select i1 %cond, double %a, double %b 116 %res = select i1 %cond, double %a, double % [all...] |
/external/llvm/test/CodeGen/Thumb/ |
select.ll | 7 %tmp1.s = select i1 %tmp, i32 2, i32 3 18 %tmp1.s = select i1 %tmp, i32 2, i32 3 29 %tmp1.s = select i1 %tmp, i32 2, i32 3 40 %tmp1.s = select i1 %tmp, i32 2, i32 3 51 %tmp1.s = select i1 %tmp, i32 2, i32 3 62 %tmp1.s = select i1 %tmp, i32 2, i32 3 72 %tmp1 = select i1 %tmp, double -1.000e+00, double %b
|
/external/llvm/test/Transforms/InstCombine/ |
div-shift.ll | 43 ; CHECK-NEXT: [[SEL:%.*]] = select i1 [[CMP]], i32 5, i32 %y 48 %3 = select i1 %2, i32 32, i32 %1 56 ; CHECK-NEXT: [[SEL1:%.*]] = select i1 %x, i32 5, i32 6 58 ; CHECK-NEXT: [[SEL2:%.*]] = select i1 %y, i32 [[LSHR]], i32 0 61 %2 = select i1 %x, i32 32, i32 64 62 %3 = select i1 %y, i32 %2, i32 %1 72 %divisor = select i1 %x_is_zero, i32 1, i32 %x
|
/external/mockito/src/org/mockito/stubbing/ |
Stubber.java | 70 * @return select method for stubbing
84 * @return stubber - to select a method for stubbing
98 * @return stubber - to select a method for stubbing
112 * @return stubber - to select a method for stubbing
125 * @return stubber - to select a method for stubbing
135 * @return stubber - to select a method for stubbing
144 * @return stubber - to select a method for stubbing
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
select.h | 1 /* `fd_set' type and related macros, and `select'/`pselect' declarations. 20 /* POSIX 1003.1g: 6.2 Select from File Descriptor Sets <sys/select.h> */ 31 #include <bits/select.h> 66 /* fd_set for select and pselect. */ 109 extern int select (int __nfds, fd_set *__restrict __readfds, 130 #endif /* sys/select.h */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
select.h | 1 /* `fd_set' type and related macros, and `select'/`pselect' declarations. 20 /* POSIX 1003.1g: 6.2 Select from File Descriptor Sets <sys/select.h> */ 31 #include <bits/select.h> 66 /* fd_set for select and pselect. */ 109 extern int select (int __nfds, fd_set *__restrict __readfds, 130 #endif /* sys/select.h */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
select.h | 1 /* `fd_set' type and related macros, and `select'/`pselect' declarations. 20 /* POSIX 1003.1g: 6.2 Select from File Descriptor Sets <sys/select.h> */ 31 #include <bits/select.h> 66 /* fd_set for select and pselect. */ 109 extern int select (int __nfds, fd_set *__restrict __readfds, 130 #endif /* sys/select.h */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
ScrolledList.py | 51 self.select(index) 57 self.select(index) 69 self.select(index) 86 self.select(index) 99 self.select(index) 103 def select(self, index): member in class:ScrolledList 127 def on_select(self, index): print "select", self.get(index)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
ScrolledList.py | 51 self.select(index) 57 self.select(index) 69 self.select(index) 86 self.select(index) 99 self.select(index) 103 def select(self, index): member in class:ScrolledList 127 def on_select(self, index): print "select", self.get(index)
|
/external/llvm/test/Transforms/SROA/ |
phi-and-select.ll | 49 %select = select i1 %cond, i32* %a1, i32* %a0 50 ; CHECK: select i1 %{{.*}}, i32 1, i32 0 52 %result = load i32* %select 123 %select = select i1 %cond, i32* %a0, i32* %a0 124 ; CHECK-NOT: select 126 %result = load i32* %select 141 %select = select i1 true, i32* %a1, i32* % [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
FocusHelper.java | 97 // Select the shop button if we aren't on it 106 // Select the content view (down is handled by the tab key handler otherwise) 159 // Select the previous widget or the last widget on the previous page 176 // Select the next widget or the first widget on the next page 193 // Select the closest icon in the previous row, otherwise select the tab bar 206 // Select the closest icon in the previous row, otherwise do nothing 226 // Select the first item on the previous page, or the first item on this page 242 // Select the first item on the next page, or the last item on this page 258 // Select the first item on this pag [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
FocusHelper.java | 96 // Select the shop button if we aren't on it 105 // Select the content view (down is handled by the tab key handler otherwise) 158 // Select the previous widget or the last widget on the previous page 175 // Select the next widget or the first widget on the next page 192 // Select the closest icon in the previous row, otherwise select the tab bar 205 // Select the closest icon in the previous row, otherwise do nothing 225 // Select the first item on the previous page, or the first item on this page 241 // Select the first item on the next page, or the last item on this page 257 // Select the first item on this pag [all...] |
/external/chromium_org/third_party/sqlite/src/ext/rtree/ |
rtree8.test | 40 db eval { SELECT * FROM t1 } { 47 execsql { SELECT * FROM t1 } 54 db eval { SELECT * FROM t1 } { 62 # This test runs many SELECT queries simultaneously against a large 67 do_execsql_test rtree8-1.3.1 { SELECT max(nodeno) FROM t1_node } {164} 69 set rowids [execsql {SELECT min(rowid) FROM t1_rowid GROUP BY nodeno}] 72 set stmt [sqlite3_prepare db "SELECT * FROM t1 WHERE id = $row" -1 tail] 79 do_execsql_test rtree8-1.3.4 { SELECT count(*) FROM t1 } {1500} 92 do_execsql_test rtree8-2.1.1 { SELECT max(nodeno) FROM t1_node } {5} 96 SELECT * FROM t1 WHERE id = $i [all...] |