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

<<21222324252627282930>>

  /external/chromium_org/third_party/sqlite/src/test/
tkt-752e1646fc.test 26 SELECT DISTINCT "number" FROM (SELECT "letter", "number" FROM "test" ORDER BY "letter", "number" LIMIT 1) AS "test";
tkt1501.test 29 SELECT a, b, 'abc' FROM t1
31 SELECT b, a, 'xyz' FROM t1
tkt2285.test 37 SELECT * FROM sqlite_master;
51 SELECT * FROM sqlite_temp_master;
tkt3541.test 25 SELECT CASE ~max(x) WHEN min(x) THEN 1 ELSE max(x) END FROM t1;
30 SELECT CASE NOT max(x) WHEN min(x) THEN 1 ELSE max(x) END FROM t1;
sqllimits1.test 253 catchsql { SELECT randomblob(2147483647) }
256 catchsql { SELECT zeroblob(2147483647) }
260 catchsql { SELECT LENGTH(randomblob($::LARGESIZE)) }
264 catchsql { SELECT quote(randomblob($::LARGESIZE)) }
268 catchsql { SELECT LENGTH(zeroblob($::LARGESIZE)) }
272 catchsql { SELECT quote(zeroblob($::LARGESIZE)) }
276 catchsql { SELECT zeroblob(-1) }
282 catchsql { SELECT replace($::str, 'A', $::rep) }
287 catchsql { SELECT strftime($::str, '2003-10-31') }
293 catchsql { SELECT $::str1 || $::str2
    [all...]
alter3.test 60 SELECT sql FROM sqlite_master;
66 SELECT sql FROM sqlite_master;
72 SELECT sql FROM sqlite_master;
79 SELECT sql FROM sqlite_master WHERE tbl_name = 't1';
85 SELECT sql FROM sqlite_master WHERE tbl_name = 't1';
93 SELECT sql FROM sqlite_master WHERE tbl_name = 't2' AND type = 'table';
101 SELECT sql FROM sqlite_master WHERE tbl_name = 't3' AND type = 'table';
147 CREATE VIEW v1 AS SELECT * FROM t1;
170 SELECT * FROM t1;
181 SELECT * FROM t1
    [all...]
alter4.test 45 SELECT sql FROM sqlite_temp_master;
51 SELECT sql FROM sqlite_temp_master;
57 SELECT sql FROM sqlite_temp_master;
64 SELECT sql FROM sqlite_temp_master WHERE tbl_name = 't1';
70 SELECT sql FROM sqlite_temp_master WHERE tbl_name = 't1';
78 SELECT sql FROM sqlite_temp_master
87 SELECT sql FROM sqlite_temp_master
134 CREATE TEMPORARY VIEW v1 AS SELECT * FROM t1;
157 SELECT * FROM t1;
168 SELECT * FROM t1
    [all...]
  /external/chromium_org/tools/page_cycler/database/select-readtransactions-read-results/
index.html 3 <title>Select read-transactions (store results in JS variables)</title>
12 tx.executeSql('SELECT * FROM Test WHERE ID = ?', [idCounter++],
  /external/linux-tools-perf/Documentation/
manpage-bold-literal.xsl 10 <xsl:value-of select="$git.docbook.backslash"/>
13 <xsl:value-of select="$git.docbook.backslash"/>
  /external/llvm/test/CodeGen/ARM/
thumb2-it-block.ll 14 %abs1 = select i1 %cmp1, i32 %sub1, i32 %a
17 %abs2 = select i1 %cmp2, i32 %sub2, i32 %b
tst_teq.ll 8 %retval = select i1 %0, i32 20, i32 10 ; <i32> [#uses=1]
16 %retval = select i1 %0, i32 20, i32 10 ; <i32> [#uses=1]
  /external/llvm/test/CodeGen/Mips/
zeroreg.ll 10 %cond = select i1 %tobool, i32 0, i32 %0
19 %cond = select i1 %tobool, i32 %0, i32 0
  /external/llvm/test/CodeGen/R600/
icmp-select-sete-reverse-args.ll 3 ;Test that a select with reversed True/False values is correctly lowered
15 %value = select i1 %cmp, i32 0, i32 -1
unsupported-cc.ll 11 %1 = select i1 %0, i32 -1, i32 0
22 %1 = select i1 %0, i32 -1, i32 0
33 %1 = select i1 %0, float 1.0, float 0.0
44 %1 = select i1 %0, float 1.0, float 0.0
55 %1 = select i1 %0, i32 -1, i32 0
66 %1 = select i1 %0, i32 -1, i32 0
77 %1 = select i1 %0, float 1.0, float 0.0
88 %1 = select i1 %0, float 1.0, float 0.0
  /external/llvm/test/CodeGen/X86/
avx-minmax.ll 7 %max = select <2 x i1> %max_is_x, <2 x double> %x, <2 x double> %y
15 %min = select <2 x i1> %min_is_x, <2 x double> %x, <2 x double> %y
23 %max = select <4 x i1> %max_is_x, <4 x float> %x, <4 x float> %y
31 %min = select <4 x i1> %min_is_x, <4 x float> %x, <4 x float> %y
39 %max = select <4 x i1> %max_is_x, <4 x double> %x, <4 x double> %y
47 %min = select <4 x i1> %min_is_x, <4 x double> %x, <4 x double> %y
55 %max = select <8 x i1> %max_is_x, <8 x float> %x, <8 x float> %y
63 %min = select <8 x i1> %min_is_x, <8 x float> %x, <8 x float> %y
avx-select.ll 8 %selres = select i1 %cmpres, <8 x i32> zeroinitializer, <8 x i32> %b
18 %selres = select i1 %cmpres, <4 x i64> zeroinitializer, <4 x i64> %b
scalar-min-max-fill-operand.ll 18 %u = select i1 %t, float %s, float %a
25 %u = select i1 %t, float %s, float %a
  /external/llvm/test/Transforms/CorrelatedValuePropagation/
2010-09-02-Trunc.ll 21 ; CHECK: select i1 %f, i16 1, i16 0
22 %h = select i1 %f, i16 1, i16 0
  /external/llvm/test/Transforms/GlobalOpt/
phi-select.ll 1 ; Test that PHI nodes and select instructions do not necessarily make stuff
10 %P = select i1 %C, i32* @X, i32* @Y ; <i32*> [#uses=1]
  /external/llvm/test/Transforms/InstCombine/
2007-12-28-IcmpSub2.ll 10 %retval = select i1 %cmp, i32 0, i32 1
21 %retval = select i1 %cmp, i32 1, i32 0
32 %retval = select i1 %cmp, i32 1, i32 0
43 %retval = select i1 %cmp, i32 1, i32 0
54 %retval = select i1 %cmp, i32 0, i32 1
65 %retval = select i1 %cmp, i32 0, i32 1
76 %retval = select i1 %cmp, i32 0, i32 1
87 %retval = select i1 %cmp, i32 1, i32 0
2009-12-17-CmpSelectNull.ll 9 %cond276 = select i1 %tobool272, i8* getelementptr inbounds ([2 x i8]* @.str254, i32 0, i32 0), i8* getelementptr inbounds ([3 x i8]* @.str557, i32 0, i32 0) ; <i8*> [#uses=4]
15 ; CHECK: %cond276 = select i1
JavaCompare.ll 8 %tmp = select i1 %c1, i32 1, i32 0 ; <i32> [#uses=1]
10 %result = select i1 %c2, i32 -1, i32 %tmp ; <i32> [#uses=1]
  /external/llvm/test/Transforms/LoopVectorize/X86/
vector-scalar-select-cost.ll 3 ; Make sure we use the right select kind when querying select costs.
25 ; A scalar select has a cost of 1 on core2
26 ; CHECK: cost of 1 for VF 2 {{.*}} select i1 %cond, i32 %6, i32 0
28 %sel = select i1 %cond, i32 %6, i32 zeroinitializer
53 ; A vector select has a cost of 4 on core2
54 ; CHECK: cost of 4 for VF 2 {{.*}} select i1 %8, i32 %6, i32 0
56 %sel = select i1 %8, i32 %6, i32 zeroinitializer
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
types.py 45 self.cur.execute("select s from test")
51 self.cur.execute("select i from test")
58 self.cur.execute("select i from test")
65 self.cur.execute("select f from test")
72 self.cur.execute("select b from test")
77 self.cur.execute(u"select '?sterreich'")
83 self.cur.execute("select ?", (chr(150),))
92 self.cur.execute("select ?", (chr(150),))
101 self.cur.execute("select ?", (chr(150),))
155 self.cur.execute('select s as "s [WRONG]" from test'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
types.py 45 self.cur.execute("select s from test")
51 self.cur.execute("select i from test")
58 self.cur.execute("select i from test")
65 self.cur.execute("select f from test")
72 self.cur.execute("select b from test")
77 self.cur.execute(u"select '?sterreich'")
83 self.cur.execute("select ?", (chr(150),))
92 self.cur.execute("select ?", (chr(150),))
101 self.cur.execute("select ?", (chr(150),))
155 self.cur.execute('select s as "s [WRONG]" from test'
    [all...]

Completed in 231 milliseconds

<<21222324252627282930>>