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

<<21222324252627282930>>

  /external/llvm/test/CodeGen/X86/
setcc.ll 14 %iftmp.1.0 = select i1 %0, i16 32, i16 0 ; <i16> [#uses=1]
24 %iftmp.0.0 = select i1 %0, i16 32, i16 0 ; <i16> [#uses=1]
34 %iftmp.2.0 = select i1 %0, i64 64, i64 0 ; <i64> [#uses=1]
  /external/llvm/test/Transforms/InstCombine/
2007-12-18-AddSelCmpSub.ll 7 %smax = select i1 %tmp16, i32 0, i32 %tmp15 ; <i32> [#uses=1]
17 %smax = select i1 %tmp16, i32 0, i32 %tmp15 ; <i32> [#uses=1]
26 %smax = select i1 %tmp16, i32 0, i32 %tmp15 ; <i32> [#uses=1]
  /external/llvm/test/Transforms/SimplifyCFG/
PhiNoEliminate.ll 2 ; RUN: not grep select
4 ;; The PHI node in this example should not be turned into a select, as we are
5 ;; not able to ifcvt the entire block. As such, converting to a select just
  /external/valgrind/main/docs/lib/
vg-html-chunk.xsl 9 <xsl:param name="html.stylesheet" select="'vg_basic.css'"/>
14 <xsl:param name="prev" select="/foo"/>
15 <xsl:param name="next" select="/foo"/>
18 <xsl:variable name="home" select="/*[1]"/>
19 <xsl:variable name="up" select="parent::*"/>
21 <xsl:variable name="row1" select="$navig.showtitles != 0"/>
22 <xsl:variable name="row2" select="count($prev) &gt; 0
40 <xsl:with-param name="object" select="$prev"/>
59 <xsl:with-param name="object" select="$up"/>
78 <xsl:with-param name="object" select="$home"/
    [all...]
  /libcore/luni/src/test/java/tests/java/sql/
InsertFunctionalityTest.java 153 * InsertFunctionalityTest#testInsert3(). Tests INSERT ... SELECT
160 + " SELECT id AS testId, value AS testValue " + "FROM "
162 ResultSet r = statement.executeQuery("SELECT COUNT(*) FROM "
170 * InsertFunctionalityTest#testInsert4(). Tests INSERT ... SELECT
171 * with expressions in SELECT query
176 + " SELECT id, speed*10 AS speed, size-1 AS size FROM "
178 ResultSet r = statement.executeQuery("SELECT COUNT(*) FROM "
193 + " SELECT 1 as testId, 2 as testValue "
194 + "UNION SELECT 2 as testId, 3 as testValue "
195 + "UNION SELECT 3 as testId, 4 as testValue")
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
tiocl.h 5 #define TIOCL_SELCHAR 0 /* select characters */
6 #define TIOCL_SELWORD 1 /* select whole words */
7 #define TIOCL_SELLINE 2 /* select whole lines */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
tiocl.h 5 #define TIOCL_SELCHAR 0 /* select characters */
6 #define TIOCL_SELWORD 1 /* select whole words */
7 #define TIOCL_SELLINE 2 /* select whole lines */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
tiocl.h 5 #define TIOCL_SELCHAR 0 /* select characters */
6 #define TIOCL_SELWORD 1 /* select whole words */
7 #define TIOCL_SELLINE 2 /* select whole lines */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
ExportMessages.properties 17 SelectProjects=Select the projects to use to &generate the Gradle buildfiles:
22 SelectAll=&Select All
24 NoProjectsError=Select one or more projects to export.
  /external/chromium_org/third_party/sqlite/src/test/
hook.test 51 INSERT INTO t2 SELECT a+1, b+1 FROM t2;
52 INSERT INTO t2 SELECT a+2, b+2 FROM t2;
59 set ::commit_cnt [execsql {SELECT * FROM t2}]
70 set ::commit_cnt [execsql {SELECT * FROM t2}]
81 execsql {SELECT * FROM t2}
101 set y [db2 one {SELECT y FROM t3 WHERE y>10}]
110 SELECT * FROM t3 ORDER BY x;
167 CREATE TRIGGER r1 AFTER INSERT ON t1 BEGIN SELECT RAISE(IGNORE); END;
224 INSERT INTO aux.t3 SELECT * FROM t1;
267 SELECT * FROM t1 UNION SELECT * FROM t3
    [all...]
types.test 26 # types-1.2.*: INSERT INTO <table> SELECT...
87 SELECT typeof(i), typeof(n), typeof(t), typeof(o) FROM t1;
97 # INSERT INTO t1 SELECT ....
103 execsql "INSERT INTO t1 SELECT $lit, $lit, $lit, $lit;"
106 SELECT typeof(i), typeof(n), typeof(t), typeof(o) FROM t1;
124 SELECT typeof(i), typeof(n), typeof(t), typeof(o) FROM t1;
164 SELECT a FROM t1;
177 SELECT a FROM t1;
190 SELECT a FROM t1;
203 SELECT a FROM t1
    [all...]
bind.test 59 execsql {SELECT rowid, * FROM t1}
67 execsql {SELECT rowid, * FROM t1}
75 execsql {SELECT rowid, * FROM t1}
85 execsql {SELECT rowid, * FROM t1}
91 execsql {SELECT rowid, * FROM t1}
172 execsql {SELECT rowid, * FROM t1}
179 execsql {SELECT rowid, * FROM t1}
182 execsql {SELECT typeof(a), typeof(b), typeof(c) FROM t1}
197 execsql {SELECT rowid, * FROM t1}
200 execsql {SELECT typeof(a), typeof(b), typeof(c) FROM t1
    [all...]
fts3defer.test 50 1 {SELECT rowid FROM t1 WHERE t1 MATCH '"a dog"'} {1}
51 2 {SELECT rowid FROM t1 WHERE t1 MATCH '"is a dog"'} {1}
52 3 {SELECT rowid FROM t1 WHERE t1 MATCH '"a longer phrase"'} {3}
53 4 {SELECT snippet(t1) FROM t1 WHERE t1 MATCH '"a longer phrase"'}
55 5 {SELECT rowid FROM t1 WHERE t1 MATCH 'a dog'} {1}
61 SELECT count(*) FROM t1_segments WHERE length(block)>10000;
251 SELECT count(*) FROM t1_segments WHERE length(block)>10000
255 SELECT rowid FROM t1 WHERE t1 MATCH 'jk xnxhf'
258 SELECT rowid FROM t1 WHERE t1 MATCH 'jk eh'
262 SELECT rowid FROM t1 WHERE t1 MATCH 'jk ubwrfqnbjf
    [all...]
crash8.test 152 SELECT count(*) FROM t1;
159 SELECT count(*) FROM t1;
172 SELECT count(*) FROM t1;
180 SELECT count(*) FROM t1;
188 SELECT count(*) FROM t1;
198 SELECT count(*) FROM t1;
207 SELECT count(*) FROM t1;
215 SELECT count(*) FROM t1;
226 SELECT count(*) FROM t1;
263 INSERT INTO aux.ab SELECT * FROM main.ab
    [all...]
fts1i.test 45 execsql {SELECT content FROM t1 WHERE rowid = 1}
53 execsql {SELECT content FROM t1 WHERE rowid = 2}
65 execsql {SELECT content FROM t1 WHERE rowid = 3}
73 execsql {SELECT content FROM t1 WHERE rowid = 4}
85 execsql {SELECT content FROM t1 WHERE rowid = 5}
fts2i.test 44 execsql {SELECT content FROM t1 WHERE rowid = 1}
52 execsql {SELECT content FROM t1 WHERE rowid = 2}
64 execsql {SELECT content FROM t1 WHERE rowid = 3}
72 execsql {SELECT content FROM t1 WHERE rowid = 4}
84 execsql {SELECT content FROM t1 WHERE rowid = 5}
fts3ai.test 44 execsql {SELECT content FROM t1 WHERE rowid = 1}
52 execsql {SELECT content FROM t1 WHERE rowid = 2}
64 execsql {SELECT content FROM t1 WHERE rowid = 3}
72 execsql {SELECT content FROM t1 WHERE rowid = 4}
84 execsql {SELECT content FROM t1 WHERE rowid = 5}
mallocK.test 20 set sql {SELECT * FROM t1, t2 WHERE (a=1 OR a=2)}
29 set sql {SELECT * FROM t1 WHERE a GLOB 'xyz*' AND (a=1 OR a=2)}
37 set sql {SELECT * FROM t1 WHERE a BETWEEN 5 AND 10}
45 set sql {SELECT * FROM t1 WHERE b=0}
58 set sql {SELECT * FROM t2 WHERE a MATCH 'xyz'}
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe.js 18 * Setups given "select" element using the list and adds callback.
19 * @param {!Element} select Select object to be updated.
24 setupSelect: function(select, list, callback) {
25 select.options.length = 0;
30 select.appendChild(option);
34 chrome.send(callback, [select.options[select.selectedIndex].value]);
36 select.addEventListener('blur', sendCallback);
37 select.addEventListener('click', sendCallback)
    [all...]
  /external/llvm/test/CodeGen/SystemZ/
int-cmp-11.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
93 %res = select i1 %cond, double %a, double %b
104 %res = select i1 %cond, double %a, double %b
115 %res = select i1 %cond, double %a, double %
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xpoll.h 65 * <sys/select.h>, so we get the FD_* macros. */
68 # include <sys/select.h>
73 # if defined(AIXV4) /* AIX 4.2 fubar-ed <sys/select.h>, so try really hard. */
75 # include <sys/select.h>
78 # ifdef __QNX__ /* Make sure we get 256 bit select masks */
81 # include <sys/select.h>
84 #else /* DGUX -- No sys/select in Intel DG/ux */
124 # define Select(n,r,w,e,t) select(n,(fd_set*)r,(fd_set*)w,(fd_set*)e,(struct timeval*)t)
127 # define Select(n,r,w,e,t) select(n,(int*)r,(int*)w,(int*)e,(struct timeval*)t
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xpoll.h 65 * <sys/select.h>, so we get the FD_* macros. */
68 # include <sys/select.h>
73 # if defined(AIXV4) /* AIX 4.2 fubar-ed <sys/select.h>, so try really hard. */
75 # include <sys/select.h>
78 # ifdef __QNX__ /* Make sure we get 256 bit select masks */
81 # include <sys/select.h>
84 #else /* DGUX -- No sys/select in Intel DG/ux */
124 # define Select(n,r,w,e,t) select(n,(fd_set*)r,(fd_set*)w,(fd_set*)e,(struct timeval*)t)
127 # define Select(n,r,w,e,t) select(n,(int*)r,(int*)w,(int*)e,(struct timeval*)t
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xpoll.h 65 * <sys/select.h>, so we get the FD_* macros. */
68 # include <sys/select.h>
73 # if defined(AIXV4) /* AIX 4.2 fubar-ed <sys/select.h>, so try really hard. */
75 # include <sys/select.h>
78 # ifdef __QNX__ /* Make sure we get 256 bit select masks */
81 # include <sys/select.h>
84 #else /* DGUX -- No sys/select in Intel DG/ux */
124 # define Select(n,r,w,e,t) select(n,(fd_set*)r,(fd_set*)w,(fd_set*)e,(struct timeval*)t)
127 # define Select(n,r,w,e,t) select(n,(int*)r,(int*)w,(int*)e,(struct timeval*)t
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
userfunctions.py 163 cur.execute("select reftest()")
167 cur.execute("select returntext()")
174 cur.execute("select returnunicode()")
181 cur.execute("select returnint()")
188 cur.execute("select returnfloat()")
196 cur.execute("select returnnull()")
203 cur.execute("select returnblob()")
210 cur.execute("select returnlonglong()")
217 cur.execute("select raiseexception()")
225 cur.execute("select isstring(?)", ("foo",)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
userfunctions.py 163 cur.execute("select reftest()")
167 cur.execute("select returntext()")
174 cur.execute("select returnunicode()")
181 cur.execute("select returnint()")
188 cur.execute("select returnfloat()")
196 cur.execute("select returnnull()")
203 cur.execute("select returnblob()")
210 cur.execute("select returnlonglong()")
217 cur.execute("select raiseexception()")
225 cur.execute("select isstring(?)", ("foo",)
    [all...]

Completed in 447 milliseconds

<<21222324252627282930>>