/external/chromium_org/third_party/sqlite/src/test/ |
fts3matchinfo.test | 33 SELECT name FROM sqlite_master WHERE type = 'table'; 41 SELECT mit(matchinfo(t1)) FROM t1 WHERE t1 MATCH 'I'; 48 INSERT INTO t2 SELECT * FROM t1; 49 SELECT mit(matchinfo(t2)) FROM t2 WHERE t2 MATCH 'I'; 66 SELECT mtchinfo FROM t3; 71 SELECT * FROM xx WHERE xx MATCH 'abc'; 72 SELECT * FROM xx WHERE xx MATCH 'a b c'; 89 # SELECT matchinfo($tbl, '$key') FROM $tbl WHERE $expr 151 set sql "SELECT mit(matchinfo($tbl, '$fmt')) FROM $tbl WHERE $expr" 167 set sql "SELECT [join $exprlist ,] FROM $tbl WHERE $expr [all...] |
jrnlmode3.test | 38 SELECT * FROM t1; 46 SELECT * FROM t1; 60 SELECT * FROM t1; 68 SELECT * FROM t1; 120 SELECT * FROM t1; 143 SELECT * FROM t1;
|
lock2.test | 39 db eval {select * from sqlite_master} 56 SELECT * FROM sqlite_master; 74 SELECT * FROM sqlite_master; 83 SELECT * FROM sqlite_master; 95 SELECT * FROM sqlite_master; 102 SELECT * FROM sqlite_master;
|
recover1.test | 38 SELECT rowid, rowtype, value FROM types; 43 execsql {SELECT rowid, rowtype, value, TYPEOF(value) FROM types} 56 execsql {SELECT rowid, rowtype, value, TYPEOF(value) FROM types_recover} 69 execsql {SELECT rowid, rowtype, value, TYPEOF(value) FROM types_recover} 82 execsql {SELECT rowid, rowtype, value, TYPEOF(value) FROM types_recover} 95 execsql {SELECT rowid, rowtype, value, TYPEOF(value) FROM types_recover} 108 execsql {SELECT rowid, rowtype, value, TYPEOF(value) FROM types_recover} 121 execsql {SELECT rowid, rowtype, value, TYPEOF(value) FROM types_recover} 134 execsql {SELECT rowid, rowtype, value, TYPEOF(value) FROM types_recover} 147 execsql {SELECT rowid, rowtype, value, TYPEOF(value) FROM types_recover [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';
|
join3.test | 30 set sql "SELECT * FROM t1" 42 set sql "SELECT * FROM t1" 56 set sql "SELECT * FROM t1 AS t0, t1"
|
mallocG.test | 39 SELECT y FROM t1 WHERE x IN t2; 47 SELECT * FROM t1 63 set rc [sqlite3_complete16 [utf16 "SELECT * FROM t1;"]]
|
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
|
/external/llvm/test/CodeGen/SPARC/ |
2011-01-11-CC.ll | 31 %1 = select i1 %0, i32 %b, i32 %c 46 %1 = select i1 %0, float %f1, float %f2 60 %1 = select i1 %0, double %f1, double %f2 74 %a.b = select i1 %0, i32 %a, i32 %b 89 %1 = select i1 %0, float %f1, float %f2 103 %1 = select i1 %0, double %f1, double %f2
|
/external/llvm/test/CodeGen/SystemZ/ |
int-cmp-05.ll | 16 %res = select i1 %cond, double %a, double %b 27 %res = select i1 %cond, double %a, double %b 40 %res = select i1 %cond, double %a, double %b 53 %res = select i1 %cond, double %a, double %b 67 %res = select i1 %cond, double %a, double %b 79 %res = select i1 %cond, double %a, double %b 93 %res = select i1 %cond, double %a, double %b 107 %res = select i1 %cond, double %a, double %b 122 %res = select i1 %cond, double %a, double %b 139 %res = select i1 %cond, double %a, double % [all...] |
int-cmp-23.ll | 14 %res = select i1 %cond, double %a, double %b 27 %res = select i1 %cond, double %a, double %b 41 %res = select i1 %cond, double %a, double %b 56 %res = select i1 %cond, double %a, double %b 71 %res = select i1 %cond, double %a, double %b 87 %res = select i1 %cond, double %a, double %b
|
/external/llvm/test/CodeGen/X86/ |
cmov-fp.ll | 9 %sel = select i1 %cmp, double 99.0, double %x 28 %sel = select i1 %cmp, double 99.0, double %x 46 %sel = select i1 %cmp, double 99.0, double %x 64 %sel = select i1 %cmp, double 99.0, double %x 82 %sel = select i1 %cmp, double 99.0, double %x 100 %sel = select i1 %cmp, double 99.0, double %x 118 %sel = select i1 %cmp, double 99.0, double %x 136 %sel = select i1 %cmp, double 99.0, double %x 154 %sel = select i1 %cmp, float 99.0, float %x 172 %sel = select i1 %cmp, float 99.0, float % [all...] |
select-with-and-or.ll | 6 %r = select <4 x i1> %f, <4 x i32> %c, <4 x i32> zeroinitializer 16 %r = select <4 x i1> %f, <4 x i32> <i32 -1, i32 -1, i32 -1, i32 -1>, <4 x i32> %c 26 %r = select <4 x i1> %f, <4 x i32> zeroinitializer, <4 x i32> %c 36 %r = select <4 x i1> %f, <4 x i32> %c, <4 x i32> <i32 -1, i32 -1, i32 -1, i32 -1> 46 %r = select <4 x i1> %f, <4 x i32> <i32 -1, i32 -1, i32 -1, i32 -1>, <4 x i32> zeroinitializer 55 %r = select <4 x i1> %f, <4 x i32> zeroinitializer, <4 x i32> <i32 -1, i32 -1, i32 -1, i32 -1>
|
/frameworks/base/docs/html/design/style/ |
color.jd | 19 -webkit-user-select: none; 20 user-select: none; 21 /* nested user-select in FF is broken as of Jan 2012, don't use it */ 67 -webkit-user-select: text; 68 user-select: text; 69 /* nested user-select in FF is broken as of Jan 2012, don't use it */
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/ |
UnixSelectorTest.java | 69 assertEquals(1, sel0.select(100)); 73 assertEquals(0, sel1.select(100)); 89 assertEquals(1, sel2.select(100)); 98 assertEquals(1, sel3.select(100)); 106 assertEquals(1, sel4.select(100)); 112 assertEquals(1, sel5.select(100));
|
/cts/tests/tests/database/src/android/database/sqlite/cts/ |
SQLiteStatementTest.java | 88 assertEquals(0, DatabaseUtils.longForQuery(mDatabase, "select count(*) from test", null)); 101 assertEquals(2, DatabaseUtils.longForQuery(mDatabase, "select count(*) from test", null)); 112 assertEquals(1, DatabaseUtils.longForQuery(mDatabase, "select count(*) from test", null)); 116 statement2 = mDatabase.compileStatement("SELECT count(*) FROM test"); 154 "SELECT * FROM test WHERE data=\"" + STRING2 + "\""); 170 mDatabase.compileStatement("SELECT num FROM test WHERE str = ?"); 194 mDatabase.compileStatement("SELECT str FROM test WHERE num = ?"); 225 String sql = "SELECT data FROM blob_test WHERE _id = " + 2; 245 String sql = "SELECT data FROM blob_test WHERE _id = " + i; 254 String sql = "SELECT data FROM blob_test WHERE _id = ?" [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemWithParam.java | 41 * select %expr; #IMPLIED 57 * The "select" attribute, which specifies the value of the 64 * Set the "select" attribute. 65 * The "select" attribute specifies the value of the 68 * @param v Value to set for the "select" attribute. 76 * Get the "select" attribute. 77 * The "select" attribute specifies the value of the 80 * @return Value of the "select" attribute. 151 // See if we can reduce an RTF to a select with a string expression. 240 * Add a child to the child list. If the select attribut [all...] |
/external/chromium/chrome/browser/ui/cocoa/applescript/examples/ |
tab_manipulation.applescript | 11 set active tab index of window 1 to (var - 1) -- Select the previous tab. 14 set active tab index of window 1 to (var + 1) -- Select the next tab. 32 select all
|
/external/chromium_org/chrome/browser/ui/ |
browser_tabrestore.h | 26 // system. If select is true, the tab is selected. |tab_index| gives the index 28 // SerializedNavigationEntry in |navigations| to select. If |extension_app_id| 42 bool select,
|
/external/chromium_org/chrome/browser/ui/cocoa/applescript/examples/ |
tab_manipulation.applescript | 11 set active tab index of window 1 to (var - 1) -- Select the previous tab. 14 set active tab index of window 1 to (var + 1) -- Select the next tab. 32 select all
|
/external/chromium_org/third_party/WebKit/ManualTests/inspector/ |
remember-last-script.html | 6 <li><p>the available scripts in the select element should be: 11 <li><p>select <b>(program): f1.js</b> so the source is available 20 <li><p>select <b>remember-last-script.html</b> so the source is available
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
themeChromiumAndroid.css | 33 select[size], 34 select[multiple], 35 select[size][multiple] {
|
themeChromiumLinux.css | 33 select:not([size]):not([multiple]), 34 select[size="0"], 35 select[size="1"] {
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/etc/ |
log.xsl | 126 <xsl:apply-templates select="build"/> 146 <td style="text-align:right" nowrap="yes">Total Time: <xsl:value-of select="@time"/></td> 151 <tt><xsl:value-of select="@error"/></tt><br/> 158 <tr class="a"><td width="1">ant.file</td><td><xsl:value-of select="substring-after(//message[contains(text(),'ant.file')], '->')"/></td></tr> 159 <tr class="b"><td width="1">ant.version</td><td><xsl:value-of select="substring-after(//message[contains(text(),'ant.version')], '->')"/></td></tr> 160 <tr class="a"><td width="1">java.version</td><td><xsl:value-of select="substring-after(//message[contains(text(),'java.vm.version')], '->')"/></td></tr> 161 <tr class="b"><td width="1">os.name</td><td><xsl:value-of select="substring-after(//message[contains(text(),'os.name')], '->')"/></td></tr> 171 <xsl:apply-templates select=".//message[@priority != 'debug']"/> 180 <pre><xsl:value-of select="stacktrace"/></pre> 195 <td nowrap="yes" width="1%"><xsl:value-of select="../../@name"/></td [all...] |
/external/llvm/test/CodeGen/ARM/ |
select.ll | 10 %tmp1.s = select i1 %tmp, i32 2, i32 3 19 %tmp1.s = select i1 %tmp, i32 2, i32 3 28 %tmp1.s = select i1 %tmp, i32 2, i32 3 37 %tmp1.s = select i1 %tmp, i32 2, i32 3 46 %tmp1.s = select i1 %tmp, i32 2, i32 3 55 %tmp1.s = select i1 %tmp, i32 2, i32 3 66 %tmp1 = select i1 %tmp, double -1.000e+00, double %b 73 ; a lack of a custom lowering routine for an ISD::SELECT. This would result in 89 %tmp1 = select i1 %tmp, float 0x3FF3BE76C0000000, float 0x40030E9A20000000 95 ; case where a SELECT was lowered with 2 uses of a comparison, causing th [all...] |