HomeSort by relevance Sort by last modified time
    Searched refs:BY (Results 1 - 25 of 2012) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/sqlite/src/test/
collate9.test 59 SELECT x FROM xy ORDER BY x
64 SELECT y FROM xy ORDER BY y
69 SELECT x FROM xy ORDER BY x
79 SELECT x FROM xy ORDER BY x
85 SELECT x, x < 'seven' FROM xy ORDER BY x
90 SELECT y, y < 'seven' FROM xy ORDER BY x
95 SELECT y, y COLLATE "reverse sort" < 'seven' FROM xy ORDER BY x
100 SELECT y FROM xy ORDER BY y
105 SELECT y FROM xy ORDER BY y COLLATE "reverse sort"
110 SELECT y COLLATE "reverse sort" AS aaa FROM xy ORDER BY aa
    [all...]
boundary4.tcl 152 maketest 1.3 {SELECT rowid, a, x FROM t1 ORDER BY +rowid} $ans
153 maketest 1.4 {SELECT rowid, a, x FROM t1 ORDER BY rowid} $ans
159 maketest 1.5 {SELECT rowid, a, x FROM t1 ORDER BY +rowid DESC} $ans
160 maketest 1.6 {SELECT rowid, a, x FROM t1 ORDER BY rowid DESC} $ans
167 maketest 1.7 {SELECT rowid, a, x FROM t1 ORDER BY +a} $ans
168 maketest 1.8 {SELECT rowid, a, x FROM t1 ORDER BY a} $ans
175 maketest 1.9 {SELECT rowid, a, x FROM t1 ORDER BY +a DESC} $ans
176 maketest 1.10 {SELECT rowid, a, x FROM t1 ORDER BY a DESC} $ans
183 maketest 1.11 {SELECT rowid, a, x FROM t1 ORDER BY +x} $ans
184 maketest 1.12 {SELECT rowid, a, x FROM t1 ORDER BY x} $an
    [all...]
collate1.test 23 # collate1-1.* - Single-field ORDER BY with an explicit COLLATE clause.
24 # collate1-2.* - Multi-field ORDER BY with an explicit COLLATE clause.
25 # collate1-3.* - ORDER BY using a default collation type. Also that an
27 # collate1-4.* - ORDER BY using a data type.
74 SELECT c2 FROM collate1t1 ORDER BY 1;
79 SELECT c2 FROM collate1t1 ORDER BY 1 COLLATE hex;
84 SELECT c2 FROM collate1t1 ORDER BY 1 COLLATE hex DESC;
89 SELECT c2 FROM collate1t1 ORDER BY 1 COLLATE hex ASC;
94 SELECT c2 COLLATE hex FROM collate1t1 ORDER BY 1
99 SELECT c2 COLLATE hex FROM collate1t1 ORDER BY 1 AS
    [all...]
collate8.test 28 SELECT a FROM t1 ORDER BY a;
33 SELECT rowid FROM t1 WHERE a<'ccc' ORDER BY 1
38 SELECT rowid FROM t1 WHERE a<'ccc' COLLATE binary ORDER BY 1
43 SELECT rowid FROM t1 WHERE +a<'ccc' ORDER BY 1
48 SELECT a FROM t1 ORDER BY +a
53 SELECT a AS x FROM t1 ORDER BY "x";
58 SELECT a AS x FROM t1 WHERE x<'ccc' ORDER BY 1
63 SELECT a AS x FROM t1 WHERE x<'ccc' COLLATE binary ORDER BY [x]
68 SELECT a AS x FROM t1 WHERE +x<'ccc' ORDER BY 1
73 SELECT a AS x FROM t1 ORDER BY +
    [all...]
collate2.test 56 # collation sequence is implemented by the TCL proc backwards_collate
98 SELECT a FROM collate2t1 WHERE a > 'aa' ORDER BY 1;
103 SELECT a FROM collate2t1 WHERE a COLLATE binary > 'aa' ORDER BY 1;
108 SELECT a FROM collate2t1 WHERE b COLLATE binary > 'aa' ORDER BY 1;
113 SELECT a FROM collate2t1 WHERE c COLLATE binary > 'aa' ORDER BY 1;
118 SELECT b FROM collate2t1 WHERE b > 'aa' ORDER BY 1, oid;
124 ORDER BY 1, oid;
130 ORDER BY 1, oid;
136 ORDER BY 1, oid;
141 SELECT b FROM collate2t1 WHERE b > 'aa' ORDER BY +b
    [all...]
collate4.test 48 # collate4-1.* ORDER BY.
58 # selected or not selected to implement ORDER BY clauses when
82 cksort {SELECT a FROM collate4t1 ORDER BY a}
85 cksort {SELECT a FROM collate4t1 ORDER BY a COLLATE NOCASE}
88 cksort {SELECT a FROM collate4t1 ORDER BY a COLLATE TEXT}
91 cksort {SELECT b FROM collate4t1 ORDER BY b}
94 cksort {SELECT b FROM collate4t1 ORDER BY b COLLATE TEXT}
97 cksort {SELECT b FROM collate4t1 ORDER BY b COLLATE NOCASE}
112 cksort {SELECT a FROM collate4t2 ORDER BY a}
115 cksort {SELECT a FROM collate4t2 ORDER BY a COLLATE NOCASE
    [all...]
fuzz_common.tcl 171 GROUP BY [Expr]
207 {[SimpleSelect $nMulti] ORDER BY [Expr] DESC}
208 {[SimpleSelect $nMulti] ORDER BY [Expr] ASC}
209 {[SimpleSelect $nMulti] ORDER BY [Expr] ASC, [Expr] DESC}
210 {[SimpleSelect $nMulti] ORDER BY [Expr] LIMIT [Expr] OFFSET [Expr]}
286 # not allowed in expressions used by CHECK constraints.
363 lappend ::fuzzyopts(-errorlist) {ORDER BY}
364 lappend ::fuzzyopts(-errorlist) {GROUP BY}
collate5.test 15 # GROUP BY clauses that use user-defined collation sequences.
27 # collate5-3.* - ORDER BY on compound SELECT
28 # collate5-4.* - GROUP BY
218 # feature ORDER BY clauses.
222 SELECT a FROM collate5t1 UNION ALL SELECT a FROM collate5t2 ORDER BY 1;
227 SELECT a FROM collate5t2 UNION ALL SELECT a FROM collate5t1 ORDER BY 1;
233 ORDER BY 1 COLLATE TEXT;
249 SELECT a FROM collate5t_cn INTERSECT SELECT a FROM collate5t_ct ORDER BY 1;
254 SELECT a FROM collate5t_ct INTERSECT SELECT a FROM collate5t_cn ORDER BY 1;
278 SELECT a, count(*) FROM collate5t1 GROUP BY a
    [all...]
  /cts/tests/tests/net/src/android/net/http/cts/
SslCertificate_DNameTest.java 10 * Unless required by applicable law or agreed to in writing, software
30 final String BY = "e=aeei,c=adb,o=testOName,ou=testUName,cn=testCName";
34 SslCertificate ssl = new SslCertificate(TO, BY, DateFormat.getInstance().format(
SslCertificateTest.java 10 * Unless required by applicable law or agreed to in writing, software
197 assertNotNull(saved.getString("issued-by"));
210 final String BY = "e=aeei,c=adb,o=testOName,ou=testUName,cn=testCName";
214 SslCertificate ssl = new SslCertificate(TO, BY, date1, date2);
224 assertEquals(BY, issuedBy.getDName());
231 + "Issued by: e=aeei,c=adb,o=testOName,ou=testUName,cn=testCName;\n";
  /external/chromium_org/third_party/skia/platform_tools/android/tests/expectations/tool/
Android.mk 4 # THIS FILE IS AUTOGENERATED BY GYP_TO_ANDROID.PY. DO NOT EDIT.
  /external/chromium_org/v8/test/mjsunit/runtime-gen/
loadfromsuper.js 2 // AUTO-GENERATED BY tools/generate-runtime-tests.py, DO NOT MODIFY
  /external/skia/platform_tools/android/tests/expectations/tool/
Android.mk 4 # THIS FILE IS AUTOGENERATED BY GYP_TO_ANDROID.PY. DO NOT EDIT.
  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
RegionCode.java 10 * Unless required by applicable law or agreed to in writing, software
35 static final String BY = "BY";
  /external/chromium_org/third_party/re2/re2/
make_perl_groups.pl 3 # Use of this source code is governed by a BSD-style
95 // GENERATED BY make_perl_groups.pl; DO NOT EDIT.
  /external/chromium_org/third_party/sqlite/src/tool/
mkspeedsql.tcl 63 SELECT name FROM sqlite_master ORDER BY 1;
220 SELECT rowid FROM t1 ORDER BY random() LIMIT 20000;
227 (SELECT rowid FROM t1 ORDER BY random() LIMIT 20000);
235 (SELECT rowid FROM t1 ORDER BY random() LIMIT 20000);
space_used.tcl 2 # how much disk space is used by a particular data to actually store data
40 ORDER BY 1
  /external/regex-re2/re2/
make_perl_groups.pl 3 # Use of this source code is governed by a BSD-style
95 // GENERATED BY make_perl_groups.pl; DO NOT EDIT.
  /external/chromium_org/third_party/re2/doc/
mksyntaxwiki 23 GENERATED BY mksyntaxwiki. DO NOT EDIT
27 <tr><td colspan="2">This page lists the regular expression syntax accepted by RE2.</td></tr>
28 <tr><td colspan="2">It also lists syntax accepted by PCRE, PERL, and VIM.</td></tr>
29 <tr><td colspan="2">Grayed out expressions are not supported by RE2.</td></tr>
  /external/regex-re2/doc/
mksyntaxwiki 23 GENERATED BY mksyntaxwiki. DO NOT EDIT
27 <tr><td colspan="2">This page lists the regular expression syntax accepted by RE2.</td></tr>
28 <tr><td colspan="2">It also lists syntax accepted by PCRE, PERL, and VIM.</td></tr>
29 <tr><td colspan="2">Grayed out expressions are not supported by RE2.</td></tr>
  /external/chromium_org/third_party/boringssl/src/crypto/obj/
obj_xref.pl 63 /* AUTOGENERATED BY $pname, DO NOT EDIT */
  /external/openssl/crypto/objects/
objxref.pl 63 /* AUTOGENERATED BY $pname, DO NOT EDIT */
  /external/chromium_org/third_party/sqlite/src/src/
test8.c 39 ** The ::echo_module_sync_fail variable is set by test scripts and read
40 ** by code in this file. If it is set to the name of a real table in the
52 ** This is done by setting the global tcl variable:
106 ** Convert an SQL-style quoted string into a normal string by removing
325 ** schema of the virtual table is declared by passing a copy of the
690 /* Prepare the SQL statement created by echoBestIndex and bind the
709 ** A helper function used by echoUpdate() and echoBestIndex() for
715 ** set to point at the result. The initial buffer pointed to by *pzStr
719 ** also called to free the buffer pointed to by zAppend.
755 ** then the echo module handles WHERE or ORDER BY clauses that refe
    [all...]
  /external/libvorbis/lib/
lookups.pl 7 * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
11 * by the Xiph.Org Foundation http://www.xiph.org/ *
15 function: lookup data; generated by lookups.pl; edit there
  /external/chromium_org/v8/samples/
count-hosts.js 16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS

Completed in 402 milliseconds

1 2 3 4 5 6 7 8 91011>>