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

<<11121314151617181920>>

  /external/chromium_org/third_party/sqlite/src/test/
fts3malloc.test 33 # fts3_malloc-2.*: Test OOM during SELECT operations.
34 # fts3_malloc-3.*: Test OOM during SELECT operations with a larger database.
99 1 "SELECT count(*) FROM sqlite_master" {5}
100 2 "SELECT * FROM ft WHERE docid = 1" {one neung}
101 3 "SELECT * FROM ft WHERE docid = 2" {two song}
102 4 "SELECT * FROM ft WHERE docid = 3" {{one two} {neung song}}
104 5 "SELECT a FROM ft" {
118 6 "SELECT a FROM ft WHERE a MATCH 'one'" {
126 7 "SELECT a FROM ft WHERE a MATCH 'o*'" {
134 8 "SELECT a FROM ft WHERE a MATCH 'o* t*'"
    [all...]
laststmtchanges.test 43 select changes(), total_changes();
51 select changes(), total_changes();
61 sqlite3_exec_printf db {update t0 set x=4 where x=3; select 1;} {}
62 execsql {select changes()}
70 select count() from t0 where x=8;
78 select changes();
86 select changes();
114 select changes();
121 select v1 from t2;
128 select v2 from t2
    [all...]
async5.test 40 execsql { SELECT * FROM t1 }
43 execsql { SELECT * FROM t2 }
54 execsql { SELECT * FROM t1 }
57 execsql { SELECT * FROM t2 }
lock5.test 60 SELECT * FROM t1;
67 SELECT * FROM t1;
76 catchsql { SELECT * FROM t1; }
81 SELECT * FROM t1;
87 catchsql { SELECT * FROM t1; }
125 catchsql { SELECT * FROM t1 } db2
130 catchsql { SELECT * FROM t1 } db2
135 catchsql { SELECT * FROM t1 } db2
139 execsql {SELECT * FROM t1}
140 catchsql { SELECT * FROM t1 } db
    [all...]
mallocE.test 36 SELECT p, q FROM (SELECT a+b AS p, b+c AS q FROM t1, t2 WHERE c>5)
43 SELECT x, y2 FROM (SELECT a+b AS x, b+c AS y2 FROM t1, t2 WHERE c>5)
tkt-3fe897352e.test 34 SELECT hex(x) FROM t1;
41 SELECT hex(x) FROM t1;
48 SELECT hex(x) FROM t1;
55 SELECT hex(x) FROM t1;
tkt-5ee23731f.test 28 INSERT INTO t1 SELECT x+2 FROM t1;
29 INSERT INTO t1 SELECT x+4 FROM t1;
30 INSERT INTO t1 SELECT x+8 FROM t1;
35 db eval {SELECT rowid, x FROM t1 ORDER BY x} {
tkt1873.test 43 db eval {SELECT * FROM t2 LIMIT 1} {
52 db eval {SELECT * FROM t1 LIMIT 1} {
61 select * from t2;
68 select * from t2;
tkt3630.test 26 SELECT * FROM sqlite_temp_master WHERE sql GLOB '*TEMP*';
32 CREATE TEMP TABLE temp2 AS SELECT * FROM main1;
33 SELECT * FROM sqlite_temp_master WHERE sql GLOB '*TEMP*';
42 SELECT name FROM sqlite_temp_master WHERE name LIKE 'temp2%';
tkt3761.test 28 INSERT INTO t1 SELECT x FROM t1;
29 INSERT INTO t1 SELECT x FROM t1;
30 INSERT INTO t1 SELECT x FROM t1;
31 INSERT INTO t1 SELECT x FROM t1;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/etc/
junit-noframes.xsl 38 <title><xsl:value-of select="$TITLE"/></title>
91 <xsl:for-each select="./testsuite">
92 <xsl:apply-templates select="properties"/>
161 <xsl:for-each select="./testsuite[not(./@package = preceding-sibling::testsuite/@package)]">
162 <xsl:sort select="@package"/>
163 <xsl:variable name="testsuites-in-package" select="/testsuites/testsuite[./@package = current()/@package]"/>
164 <xsl:variable name="testCount" select="sum($testsuites-in-package/@tests)"/>
165 <xsl:variable name="errorCount" select="sum($testsuites-in-package/@errors)"/>
166 <xsl:variable name="failureCount" select="sum($testsuites-in-package/@failures)"/>
167 <xsl:variable name="timeCount" select="sum($testsuites-in-package/@time)"/
    [all...]
  /external/llvm/test/Transforms/InstCombine/
fold-vector-select.ll 1 ; RUN: opt < %s -instcombine -S | not grep select
19 %a = select <4 x i1> <i1 false, i1 false, i1 false, i1 false>, <4 x i32> zeroinitializer, <4 x i32> <i32 9, i32 87, i32 57, i32 8>
20 %b = select <4 x i1> <i1 true, i1 false, i1 false, i1 false>, <4 x i32> zeroinitializer, <4 x i32> <i32 44, i32 99, i32 49, i32 29>
21 %c = select <4 x i1> <i1 false, i1 true, i1 false, i1 false>, <4 x i32> zeroinitializer, <4 x i32> <i32 15, i32 18, i32 53, i32 84>
22 %d = select <4 x i1> <i1 true, i1 true, i1 false, i1 false>, <4 x i32> zeroinitializer, <4 x i32> <i32 29, i32 82, i32 45, i32 16>
23 %e = select <4 x i1> <i1 false, i1 false, i1 true, i1 false>, <4 x i32> zeroinitializer, <4 x i32> <i32 11, i32 15, i32 32, i32 99>
24 %f = select <4 x i1> <i1 true, i1 false, i1 true, i1 false>, <4 x i32> zeroinitializer, <4 x i32> <i32 19, i32 86, i32 29, i32 33>
25 %g = select <4 x i1> <i1 false, i1 true, i1 true, i1 false>, <4 x i32> zeroinitializer, <4 x i32> <i32 44, i32 10, i32 26, i32 45>
26 %h = select <4 x i1> <i1 true, i1 true, i1 true, i1 false>, <4 x i32> zeroinitializer, <4 x i32> <i32 88, i32 70, i32 90, i32 48>
27 %i = select <4 x i1> <i1 false, i1 false, i1 false, i1 true>, <4 x i32> zeroinitializer, <4 x i32> <i32 30, i3 (…)
    [all...]
  /build/core/combo/arch/arm/
armv5te-vfp.mk 3 # will only be used to select an optimized VFP-capable assembly
  /external/chromium/chrome/browser/resources/options/
autofill_edit_creditcard_overlay.html 19 <select id="expiration-month"></select>
20 <select id="expiration-year"></select>
  /external/chromium-trace/trace-viewer/src/ui/
quad_view.css 12 -webkit-user-select: none;
  /external/chromium_org/chrome/browser/resources/options/
autofill_edit_creditcard_overlay.html 18 <select id="expiration-month" aria-labelledby="creditCardExpirationLabel">
19 </select>
20 <select id="expiration-year" aria-labelledby="creditCardExpirationLabel">
21 </select>
  /external/chromium_org/chrome/browser/resources/print_preview/settings/
margin_settings.css 5 #margin-settings .margin-settings-select {
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_filename_controller/
options.html 15 <select class=matcher>
21 </select>
23 <select class=action>
27 </select>
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
select.c 8 int select(int nfds, fd_set* readfds, fd_set* writefds, function
  /external/chromium_org/third_party/WebKit/ManualTests/
drag-move-in-search-field.html 1 <p>Double-click the word "dolor" to select it, then drag the selection to
update-empty-popup.html 23 <select id="select"></select>
25 <input type="button" onclick='document.getElementById("select").add(new Option("SUCCESS"))' value="Test">
  /external/chromium_org/third_party/WebKit/ManualTests/resources/
chrome-bidi-text-window.html 5 select { display: block; font-size: 13px; }
22 Select each item from the list and verify that the window title is
31 <select onchange="setTitle(item(selectedIndex).innerText)" size="9">
59 </select>
  /external/chromium_org/third_party/WebKit/ManualTests/win/
contextmenu-key2.html 2 Select some text in the contenteditable below and press the context menu key
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/
index.html 45 <select id="queue-select" size="10"></select>
52 <!-- Add a dummy <select> node so that this lines up with the text on the left -->
53 <select style="visibility: hidden"></select>
64 <select id="failure-type-selector"></select>
69 <select id="directory-selector"></select>
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
rtree7.test 35 execsql { SELECT * FROM rt }
41 SELECT * FROM rt;
48 execsql { SELECT sum(x1), sum(x2), sum(y1), sum(y2) FROM rt }
54 SELECT sum(x1), sum(x2), sum(y1), sum(y2) FROM rt

Completed in 936 milliseconds

<<11121314151617181920>>