/external/chromium_org/third_party/sqlite/src/test/ |
fts3corrupt2.test | 60 execsql { SELECT count(*) FROM t2_segments } 73 db eval {SELECT rowid, length(block), block FROM t2_segments} 81 catchsql { SELECT * FROM t2 WHERE t2 MATCH 'a*' } 90 db eval {SELECT rowid, length(root), root FROM t2_segdir} 97 catchsql { SELECT * FROM t2 WHERE t2 MATCH 'a*' }
|
lock6.test | 101 select * from sqlite_master; 117 execsql { select * from sqlite_master } 132 select * from sqlite_master; 146 SELECT * FROM sqlite_master; 156 select * from sqlite_master;
|
shared3.test | 36 db1 eval {SELECT * FROM t1} 40 db2 eval {SELECT y FROM t1 WHERE x='abc'} 79 catchsql {select count(*) from sqlite_master} db3 86 catchsql {select count(*) from sqlite_master} db3 99 catchsql {select count(*) from sqlite_master} db3
|
tkt2820.test | 32 set STMT [sqlite3_prepare db {SELECT * FROM sqlite_master} -1 DUMMY] 40 execsql {SELECT name FROM sqlite_master ORDER BY 1} 86 db eval {SELECT name FROM sqlite_master} { 88 INSERT INTO t1 SELECT a+1 FROM t1 ORDER BY a DESC 91 db eval {SELECT a FROM t1 ORDER BY a}
|
vtab3.test | 85 SELECT name FROM sqlite_master WHERE type = 'table'; 97 SELECT name FROM sqlite_master WHERE type = 'table'; 109 SELECT name FROM sqlite_master WHERE type = 'table'; 124 SELECT name FROM sqlite_master WHERE type = 'table'; 136 SELECT name FROM sqlite_master WHERE type = 'table';
|
memsubsys1.test | 47 db eval {INSERT INTO t2 SELECT * FROM t1} 48 db eval {INSERT INTO t1 SELECT a+$i, a+b*100 FROM t2} 52 db eval {SELECT count(*) FROM t1} 277 INSERT INTO t1 SELECT * FROM t1; 278 INSERT INTO t1 SELECT * FROM t1; 279 INSERT INTO t1 SELECT * FROM t1; 293 INSERT INTO t1 SELECT * FROM t1; 294 INSERT INTO t1 SELECT * FROM t1; 295 INSERT INTO t1 SELECT * FROM t1; 296 SELECT rowid FROM t1 [all...] |
sysfault.test | 54 SELECT * FROM t1; 122 SELECT * FROM t1; 176 SELECT * FROM t1; 184 SELECT * FROM t1; 185 SELECT * FROM t2; 200 SELECT * FROM t1; 206 SELECT * FROM t1; 207 SELECT * FROM t2; 231 SELECT * FROM t1; 239 SELECT length(a) + length(b) FROM t1 [all...] |
walcksum.test | 205 execsql { SELECT a FROM t1 } 232 SELECT a FROM t1; 257 SELECT a FROM t1; 282 SELECT a FROM t1; 308 INSERT INTO t1 SELECT randomblob(800) FROM t1; /* 2 */ 309 INSERT INTO t1 SELECT randomblob(800) FROM t1; /* 4 */ 310 INSERT INTO t1 SELECT randomblob(800) FROM t1; /* 8 */ 311 INSERT INTO t1 SELECT randomblob(800) FROM t1; /* 16 */ 313 INSERT INTO t1 SELECT randomblob(800) FROM t1; /* 32 */ 314 INSERT INTO t1 SELECT randomblob(800) FROM t1; /* 64 * [all...] |
/external/clang/www/demo/ |
DemoInfo.html | 36 Select this option if you want to run the output LLVM IR through "c++filt", 45 Select this option to run the LLVM link-time optimizer, which is designed to 59 Select this option to enable compilation timings and statistics from various 66 Select this option to run the <a 75 Select this option to run the <a
|
/external/llvm/test/CodeGen/ARM/ |
commute-movcc.ll | 4 ; LLVM IR optimizers canonicalize icmp+select this way. 43 %i.0.BestIdx.0 = select i1 %cmp3, i32 %i.012, i32 %BestIdx.010 44 %mul.BestCost.0 = select i1 %cmp3, i32 %mul, i32 %BestCost.011 49 %BestIdx.0.i.0 = select i1 %cmp5, i32 %BestIdx.010, i32 %i.012 50 %BestCost.0.mul = select i1 %cmp5, i32 %BestCost.011, i32 %mul
|
/external/llvm/test/CodeGen/X86/ |
select.ll | 10 %t4 = select i1 %r, %0 %t0, %0 %t1 27 %g.0 = select i1 %tmp73, i16 0, i16 -480 ; <i16> [#uses=2] 48 ;; Select between two floating point constants. 52 %iftmp.0.0 = select i1 %0, float 4.200000e+01, float 2.300000e+01 ; <float> [#uses=1] 64 %iftmp.0.0 = select i1 %0, i32 4, i32 0 ; <i32> [#uses=1] 76 %x = select i1 %c, <2 x i16> %a, <2 x i16> %b 89 %iftmp.38.0 = select i1 %tmp.upgrd.1, <4 x float> %tmp9, <4 x float> %tmp ; <<4 x float>> [#uses=1] 107 ; Select with fp80's 110 %retval = select i1 %tmp9, x86_fp80 0xK4005B400000000000000, x86_fp80 0xK40078700000000000000 121 ; widening select v6i32 and then a su [all...] |
viabs.ll | 22 %abs = select <4 x i1> %b, <4 x i32> %a, <4 x i32> %tmp1neg 43 %abs = select <4 x i1> %b, <4 x i32> %a, <4 x i32> %tmp1neg 64 %abs = select <8 x i1> %b, <8 x i16> %a, <8 x i16> %tmp1neg 85 %abs = select <16 x i1> %b, <16 x i8> %tmp1neg, <16 x i8> %a 106 %abs = select <4 x i1> %b, <4 x i32> %tmp1neg, <4 x i32> %a 121 %abs = select <8 x i1> %b, <8 x i32> %a, <8 x i32> %tmp1neg 136 %abs = select <8 x i1> %b, <8 x i32> %a, <8 x i32> %tmp1neg 151 %abs = select <16 x i1> %b, <16 x i16> %a, <16 x i16> %tmp1neg 166 %abs = select <32 x i1> %b, <32 x i8> %tmp1neg, <32 x i8> %a 181 %abs = select <8 x i1> %b, <8 x i32> %tmp1neg, <8 x i32> % [all...] |
/external/mdnsresponder/mDNSCore/ |
Implementer Notes.txt | 42 In a single-threaded application using a blocking select() call as its 44 mDNS_Execute() before calling select(), and the timeout value you pass 45 to select() MUST NOT be larger than that indicated by the result 46 returned from mDNS_Execute(). After the blocking select() call returns, 50 accordingly, before going back into the select() call.
|
/external/mdnsresponder/mDNSPosix/ |
ExampleClientApp.c | 21 #include <unistd.h> // For select() 70 // 4. Call select as normal 71 verbosedebugf("select(%d, %d.%06d)", nfds, timeout.tv_sec, timeout.tv_usec); 72 result = select(nfds, &readfds, NULL, NULL, &timeout); 76 verbosedebugf("select() returned %d errno %d", result, errno);
|
/external/openssh/openbsd-compat/ |
bsd-poll.c | 23 # include <sys/select.h> 31 * A minimal implementation of poll(2), built on top of select(2). 81 /* poll timeout is msec, select is timeval (sec + usec) */ 88 ret = select(maxfd + 1, readfds, writefds, exceptfds, tvp); 91 /* scan through select results and set poll() flags */
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
SQLiteStatementTest.java | 53 ResultSet resultSet = statement.executeQuery("SELECT COUNT(*) FROM `routine`"); 58 resultSet = statement.executeQuery("SELECT `id`, `name` ,`lastUsed` FROM `routine`"); 72 SQLiteStatement stmt = database.compileStatement("SELECT count(*) FROM `countme`"); 92 SQLiteStatement stmt = database.compileStatement("SELECT * FROM `countme` where `name`= 'cessationoftime'"); 100 SQLiteStatement stmt = database.compileStatement("SELECT * FROM `countme` where `name`= 'cessationoftime'");
|
/external/llvm/test/CodeGen/SystemZ/ |
int-cmp-01.ll | 14 %res = select i1 %cond, i32 100, i32 200 28 %res = select i1 %cond, i32 100, i32 200 42 %res = select i1 %cond, i32 100, i32 200 56 %res = select i1 %cond, i32 100, i32 200 72 %res = select i1 %cond, i32 100, i32 200 86 %res = select i1 %cond, i32 100, i32 200 100 %res = select i1 %cond, i32 100, i32 200 116 %res = select i1 %cond, i32 100, i32 200 132 %res = select i1 %cond, i32 100, i32 200 148 %res = select i1 %cond, i32 100, i32 20 [all...] |
/external/llvm/test/Transforms/JumpThreading/ |
select.ll | 9 ; Jump threading of branch with select as condition. 20 %expr = select i1 %cond, i1 true, i1 %value 35 ; Jump threading of switch with select as condition. 44 %expr = select i1 %cond, i8 1, i8 %value 70 ; Jump threading of indirectbr with select as address. 79 %indirect.goto.dest = select i1 %cond, i8* blockaddress(@test_indirectbr, %L1), i8* %address 94 ; A more complicated case: the condition is a select based on a comparison. 108 %expr = select i1 %cmp, i8 1, i8 %value 170 %add. = select i1 %cmp1, double %add, double 0.000000e+00 202 %add. = select i1 %cmp1, i32 0, i32 %ad [all...] |
/libcore/luni/src/test/java/tests/java/sql/ |
UpdateFunctionalityTest2.java | 189 ResultSet r = statement.executeQuery("SELECT COUNT(*) " + "FROM " 193 r = statement.executeQuery("SELECT COUNT(*) " + "FROM " 230 + " SET value = 'updated' WHERE name_id = ANY (SELECT id FROM " 232 ResultSet r = statement.executeQuery("SELECT COUNT(*) FROM " 245 + " SET speed = (SELECT MAX(speed) FROM " 247 + ") WHERE id = (SELECT id FROM " 249 + " WHERE speed = (SELECT MAX(speed) FROM " 251 ResultSet r = statement.executeQuery("SELECT id FROM " 253 + " WHERE speed = (SELECT MAX(speed) FROM " 275 ResultSet r = statement.executeQuery("SELECT testId, testValue FROM [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/ |
transactions.py | 60 self.cur2.execute("select i from test") 67 self.cur2.execute("select i from test") 76 self.cur2.execute("select i from test") 85 self.cur2.execute("select i from test") 94 self.cur2.execute("select i from test") 104 self.cur2.execute("select i from test") 111 self.cur2.execute("select i from test") 160 cur.execute("select 1 union select 2 union select 3" [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/ |
transactions.py | 60 self.cur2.execute("select i from test") 67 self.cur2.execute("select i from test") 76 self.cur2.execute("select i from test") 85 self.cur2.execute("select i from test") 94 self.cur2.execute("select i from test") 104 self.cur2.execute("select i from test") 111 self.cur2.execute("select i from test") 160 cur.execute("select 1 union select 2 union select 3" [all...] |
/libcore/luni/src/test/java/libcore/sqlite/ |
OldStmtTest.java | 120 st = db.prepare("select * from " + DatabaseCreator.SIMPLE_TABLE1); 133 st = db.prepare("select * from " + DatabaseCreator.SIMPLE_TABLE1 137 + "select * from " + DatabaseCreator.SIMPLE_TABLE1 + ";"); 153 st = db.prepare("select name from sqlite_master where type = 'table'"); 182 TableResult count = db.get_table("select count(*) from TEST where res=1", null); 214 TableResult r = db.get_table("select * from TEST"); 251 TableResult r = db.get_table("select * from TEST"); 304 TableResult r = db.get_table("select * from TEST"); 350 TableResult r = db.get_table("select * from " 377 TableResult r = db.get_table("select * from [all...] |
/libcore/luni/src/test/java/libcore/java/sql/ |
OldStatementTest.java | 81 st.execute("select animals from zoo"); 111 st.execute("select animals from zoooo"); 128 st.execute("select animals from zoooo"); 140 st.execute("select horse from zoooooo"); 222 "select animal_id, address from hutch where animal_id=1;", 223 "create view address as select address from hutch where animal_id=2", 248 "select animal_id, from hutch where animal_id=1;", 276 "select animal_id, address from hutch where animal_id=1;", 277 "create view address as select address from hutch where animal_id=2", 384 st.executeQuery("select * from zoo;") 1001 String select = "select * from zoo"; local 1014 String select = "select * from zoo"; local 1176 String select = "select * from zoo where id == 4;"; local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderMenuList.cpp | 2 * This file is part of the select element renderer in WebCore. 210 HTMLSelectElement* select = selectElement(); local 211 const Vector<HTMLElement*>& listItems = select->listItems(); 214 int i = select->optionToListIndex(optionIndex); 331 HTMLSelectElement* select = selectElement(); local 332 m_popup->show(quad, size, select->optionToListIndex(select->selectedIndex())); 349 HTMLSelectElement* select = selectElement(); 350 select->optionSelectedByUser(select->listToOptionIndex(listIndex), fireOnChange) 377 HTMLSelectElement* select = selectElement(); local 387 HTMLSelectElement* select = selectElement(); local 568 HTMLSelectElement* select = selectElement(); local [all...] |
/prebuilts/python/darwin-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...] |