HomeSort by relevance Sort by last modified time
    Searched full:where (Results 326 - 350 of 21198) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/sqlite/src/test/
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;
45 DELETE FROM t1 WHERE a = 2;
48 SELECT l.a, r.a FROM t1 AS l, t2 AS r WHERE l.a < r.a;
54 DELETE FROM t1 WHERE a = 2;
70 execsql { SELECT a, b, c, d FROM t1, t3 WHERE a < c }
where3.test 44 SELECT * FROM t1, t2 LEFT JOIN t3 ON q=x WHERE p=2 AND a=q;
51 WHERE p=2 AND a=q}
53 WHERE p=2 AND a=q}]
145 WHERE cpk=bx AND bpk=ax
151 WHERE cpk=bx AND bpk=ax
157 WHERE bx=cpk AND bpk=ax
163 WHERE bx=cpk AND ax=bpk
169 WHERE bx=cpk AND ax=bpk
175 WHERE cpk=bx AND ax=bpk
181 WHERE cpk=bx AND apk=b
    [all...]
whereA.test 75 SELECT * FROM t1 WHERE a>0;
81 SELECT * FROM t1 WHERE a>0;
88 SELECT * FROM t1 WHERE a>0 ORDER BY rowid;
95 SELECT * FROM t1 WHERE b>0;
101 SELECT * FROM t1 WHERE b>0;
107 SELECT * FROM t1 WHERE b>0 ORDER BY b;
boundary1.tcl 150 puts " SELECT * FROM t1 WHERE rowid=$r"
155 puts " SELECT rowid, a FROM t1 WHERE x='$x'"
160 puts " SELECT rowid, x FROM t1 WHERE a=$a"
178 puts " SELECT a FROM t1 WHERE rowid $op $r ORDER BY a"
185 puts " SELECT a FROM t1 WHERE rowid $op $r ORDER BY a DESC"
196 puts " SELECT a FROM t1 WHERE rowid $op $r ORDER BY rowid"
207 puts " SELECT a FROM t1 WHERE rowid $op $r ORDER BY rowid DESC"
223 puts " SELECT a FROM t1 WHERE rowid $op $r ORDER BY x"
241 puts " SELECT a FROM t1 WHERE rowid $op $r0 ORDER BY rowid"
252 puts " SELECT a FROM t1 WHERE rowid $op $r0 ORDER BY rowid DESC
    [all...]
fts1m.test 36 SELECT rowid, snippet(t1) FROM t1 WHERE c MATCH 'four';
41 SELECT rowid, snippet(t1) FROM t1 WHERE b MATCH 'four';
46 SELECT rowid, snippet(t1) FROM t1 WHERE a MATCH 'four';
select5.test 99 SELECT avg(x) FROM t1 WHERE x>100
104 SELECT count(x) FROM t1 WHERE x>100
109 SELECT min(x) FROM t1 WHERE x>100
114 SELECT max(x) FROM t1 WHERE x>100
119 SELECT sum(x) FROM t1 WHERE x>100
145 SELECT a FROM t2 WHERE a>2 GROUP BY a;
213 SELECT a, count(b) FROM t8a, t8b WHERE b=t8b.rowid GROUP BY a ORDER BY a;
218 SELECT a, count(b) FROM t8a, t8b WHERE b=+t8b.rowid GROUP BY a ORDER BY a;
223 SELECT t8a.a, count(t8a.b) FROM t8a, t8b WHERE t8a.b=t8b.rowid
229 SELECT a, count(*) FROM t8a, t8b WHERE b=+t8b.rowid GROUP BY a ORDER BY a
    [all...]
tkt-78e04e52ea.test 45 EXPLAIN QUERY PLAN SELECT * FROM "" WHERE "" LIKE 'abc%';
58 EXPLAIN QUERY PLAN SELECT * FROM t2 WHERE x=5;
64 EXPLAIN QUERY PLAN SELECT * FROM t2 WHERE x=2;
tkt2332.test 43 SELECT length(v) FROM blobs WHERE k = $::iKey;
54 execsql { SELECT length(v) FROM blobs WHERE k = $::iKey; }
58 lindex [execsql {SELECT v FROM blobs WHERE k = $::iKey}] 0
tkt3762.test 40 DELETE FROM t1 WHERE rowid>202;
44 DELETE FROM t1 WHERE rowid IN (10,11,12) ;
46 UPDATE t1 SET x=zeroblob(900) WHERE rowid BETWEEN 100 AND 110;
tkt3918.test 39 DELETE FROM t1 WHERE i = 2;
40 DELETE FROM t1 WHERE i = 1;
41 DELETE FROM t1 WHERE i = 3;
vtab1.test 30 # vtab1-3.*: Table scans and WHERE clauses.
44 # vtab1-14.*: Test 'IN' constraints - i.e. "SELECT * FROM t1 WHERE id IN(...)"
315 # xBestIndex/xFilter handling of WHERE conditions.
376 # Execute some SELECT statements with WHERE clauses on the t1 table.
392 SELECT * FROM t1 WHERE b = 5;
397 } [list xBestIndex {SELECT rowid, * FROM 'treal' WHERE b = ?} \
398 xFilter {SELECT rowid, * FROM 'treal' WHERE b = ?} 5 ]
402 SELECT * FROM t1 WHERE b >= 5 AND b <= 10;
407 } [list xBestIndex {SELECT rowid, * FROM 'treal' WHERE b >= ? AND b <= ?} \
408 xFilter {SELECT rowid, * FROM 'treal' WHERE b >= ? AND b <= ?} 5 10
    [all...]
vtab8.test 40 SELECT * FROM t2244e WHERE rowid = 10;
45 UPDATE t2244e SET a = 'hello world' WHERE 0;
73 SELECT * FROM t2260a, t2260b WHERE t2260a.a = t2260b.a AND t2260a.a > 101;
  /external/clang/test/Analysis/inlining/
inline-defensive-checks.m 74 // On a path where fPtr is nil, mem should be nil.
82 // On a path where fPtr is nzil, mem should be nil.
90 // On a path where fPtr is nzil, mem should be nil.
98 // On a path where fPtr is nil, mem should be nil.
110 // On a path where fPtr is nil, mem should be nil.
122 // On a path where fPtr is nil, mem should be nil.
  /libcore/luni/src/main/java/java/math/
RoundingMode.java 27 * Rounding mode where positive values are rounded towards positive infinity
35 * Rounding mode where the values are rounded towards zero.
60 * Rounding mode where values are rounded towards the nearest neighbor. Ties
66 * Rounding mode where values are rounded towards the nearest neighbor. Ties
72 * Rounding mode where values are rounded towards the nearest neighbor. Ties
78 * Rounding mode where the rounding operations throws an ArithmeticException
  /developers/samples/android/ui/actionbar/DoneBar/
template-params.xml 34 suitable for cases where no additional view details or actions are needed in the
44 two direct actions to persist or dismiss changes. This is suitable for cases where no
53 well-suited to scenarios where additional view details or
  /external/chromium_org/third_party/openssl/openssl/android.testssl/
CAss.cnf 34 dir = ./demoCA # Where everything is kept
35 certs = $dir/certs # Where the issued certs are kept
36 crl_dir = $dir/crl # Where the issued crl are kept
  /external/llvm/test/CodeGen/AArch64/
fastcc-reserved.ll 3 ; This test is designed to be run in the situation where the
4 ; call-frame is not reserved (hence disable-fp-elim), but where
25 ; back where it needs to be, we shouldn't duplicate that
  /external/openssl/android.testssl/
CAss.cnf 34 dir = ./demoCA # Where everything is kept
35 certs = $dir/certs # Where the issued certs are kept
36 crl_dir = $dir/crl # Where the issued crl are kept
  /external/oprofile/libutil/
op_string.h 49 * where blank space are in " \t\n"
57 * where blank space are in " \t\n"
65 * where blank space are in " \t\n"
  /external/protobuf/gtest/scripts/test/
Makefile 10 # Points to the root of fused Google Test, relative to where this file is.
17 # Where to find the sample test.
20 # Where to find gtest_main.cc.
  /external/netperf/
nettest_bsd.c 233 fprintf(where, \
237 fflush(where); \
248 fprintf(where,"about to suspend\n"); \
249 fflush(where); \
252 fprintf(where, \
255 fflush(where); \
295 fprintf(where,"about to spin suspend\n"); \
296 fflush(where); \
362 fprintf(where, \
368 fflush(where); \
    [all...]
  /dalvik/dx/tests/074-dex-form35c-edge-case/
info.txt 2 an edge case of instruction format 35c works, where a reference
  /development/samples/browseable/DoneBar/
_index.jd 12 where no additional view details or actions are needed in the action bar.</p>
  /development/samples/browseable/ListPopupMenu/
_index.jd 9 {@link android.support.v7.widget.PopupMenu PopupMenu} to create a list, where
  /development/testrunner/
Android.mk 5 # where to install the sample files on the device

Completed in 1071 milliseconds

<<11121314151617181920>>