Home
last modified time | relevance | path

Searched refs:VALUES (Results 1 – 25 of 615) sorted by relevance

12345678910>>...25

/external/chromium_org/third_party/sqlite/src/test/
Dmisc5.test31 set sql2 {INSERT INTO t1 VALUES}
470 INSERT INTO songs VALUES(1,'one',1);
471 INSERT INTO songs VALUES(2,'one',2);
472 INSERT INTO songs VALUES(3,'two',3);
473 INSERT INTO songs VALUES(4,'three',5);
474 INSERT INTO songs VALUES(5,'one',7);
475 INSERT INTO songs VALUES(6,'two',11);
576 set sql "INSERT INTO t1 VALUES("
627 INSERT INTO t3 VALUES(-18);
628 INSERT INTO t3 VALUES(-17);
[all …]
Dfuzzer1.test34 INSERT INTO f1(cfrom, cto, cost) VALUES('e','a',1);
35 INSERT INTO f1(cfrom, cto, cost) VALUES('a','e',10);
36 INSERT INTO f1(cfrom, cto, cost) VALUES('e','o',100);
50 INSERT INTO f2(cFrom,cTo,cost) VALUES('a','e',24);
51 INSERT INTO f2(cFrom,cTo,cost) VALUES('a','o',47);
52 INSERT INTO f2(cFrom,cTo,cost) VALUES('a','u',50);
53 INSERT INTO f2(cFrom,cTo,cost) VALUES('e','a',23);
54 INSERT INTO f2(cFrom,cTo,cost) VALUES('e','i',33);
55 INSERT INTO f2(cFrom,cTo,cost) VALUES('e','o',37);
56 INSERT INTO f2(cFrom,cTo,cost) VALUES('i','e',33);
[all …]
Dtkt-3998683a16.test24 INSERT INTO t1 VALUES(1, '1.0');
25 INSERT INTO t1 VALUES(2, '.125');
26 INSERT INTO t1 VALUES(3, '123.');
27 INSERT INTO t1 VALUES(4, '123.e+2');
28 INSERT INTO t1 VALUES(5, '.125e+3');
29 INSERT INTO t1 VALUES(6, '123e4');
30 INSERT INTO t1 VALUES(11, ' 1.0');
31 INSERT INTO t1 VALUES(12, ' .125');
32 INSERT INTO t1 VALUES(13, ' 123.');
33 INSERT INTO t1 VALUES(14, ' 123.e+2');
[all …]
De_insert.test25 # e_insert-1.*: Test statements of the form "INSERT ... VALUES(...)".
29 # e_insert-3.*: Test statements of the form "INSERT ... DEFAULT VALUES".
33 # e_insert-5.*: Test that the qualified table name and "DEFAULT VALUES"
51 1 "INSERT INTO a1 DEFAULT VALUES" {}
52 2 "INSERT INTO main.a1 DEFAULT VALUES" {}
53 3 "INSERT OR ROLLBACK INTO main.a1 DEFAULT VALUES" {}
54 4 "INSERT OR ROLLBACK INTO a1 DEFAULT VALUES" {}
55 5 "INSERT OR ABORT INTO main.a1 DEFAULT VALUES" {}
56 6 "INSERT OR ABORT INTO a1 DEFAULT VALUES" {}
57 7 "INSERT OR REPLACE INTO main.a1 DEFAULT VALUES" {}
[all …]
Dtkt-cbd054fa6b.test28 INSERT INTO t1 VALUES (NULL, '');
29 INSERT INTO t1 VALUES (NULL, 'A');
30 INSERT INTO t1 VALUES (NULL, 'B');
31 INSERT INTO t1 VALUES (NULL, 'C');
32 INSERT INTO t1 VALUES (NULL, 'D');
33 INSERT INTO t1 VALUES (NULL, 'E');
34 INSERT INTO t1 VALUES (NULL, 'F');
35 INSERT INTO t1 VALUES (NULL, 'G');
36 INSERT INTO t1 VALUES (NULL, 'H');
37 INSERT INTO t1 VALUES (NULL, 'I');
[all …]
Dfts3defer2.test35 do_execsql_test 1.1.2 "INSERT INTO t1 VALUES('[string repeat {a } 20000]')"
36 do_execsql_test 1.1.3 "INSERT INTO t1 VALUES('[string repeat {z } 20000]')"
38 INSERT INTO t1 VALUES('a b c d e f a x y');
39 INSERT INTO t1 VALUES('');
40 INSERT INTO t1 VALUES('');
41 INSERT INTO t1 VALUES('');
42 INSERT INTO t1 VALUES('');
43 INSERT INTO t1 VALUES('');
44 INSERT INTO t1(t1) VALUES('optimize');
79 do_execsql_test 2.1.2 "INSERT INTO t2 VALUES('[string repeat {a } 10000]')"
[all …]
Dfts3ae.test29 INSERT INTO t1 (rowid, content) VALUES(1, 'one');
30 INSERT INTO t1 (rowid, content) VALUES(2, 'two');
31 INSERT INTO t1 (rowid, content) VALUES(3, 'one two');
32 INSERT INTO t1 (rowid, content) VALUES(4, 'three');
34 INSERT INTO t1 (rowid, content) VALUES(5, 'one three');
35 INSERT INTO t1 (rowid, content) VALUES(6, 'two three');
36 INSERT INTO t1 (rowid, content) VALUES(7, 'one two three');
38 INSERT INTO t1 (rowid, content) VALUES(8, 'four');
39 INSERT INTO t1 (rowid, content) VALUES(9, 'one four');
40 INSERT INTO t1 (rowid, content) VALUES(10, 'two four');
[all …]
Dfts2f.test29 INSERT INTO t1 (rowid, content) VALUES(1, 'one');
30 INSERT INTO t1 (rowid, content) VALUES(2, 'two');
31 INSERT INTO t1 (rowid, content) VALUES(3, 'one two');
32 INSERT INTO t1 (rowid, content) VALUES(4, 'three');
33 INSERT INTO t1 (rowid, content) VALUES(5, 'one three');
34 INSERT INTO t1 (rowid, content) VALUES(6, 'two three');
35 INSERT INTO t1 (rowid, content) VALUES(7, 'one two three');
37 INSERT INTO t1 (rowid, content) VALUES(8, 'four');
39 INSERT INTO t1 (rowid, content) VALUES(9, 'one four');
40 INSERT INTO t1 (rowid, content) VALUES(10, 'two four');
[all …]
Dfts3af.test29 INSERT INTO t1 (rowid, content) VALUES(1, 'one');
30 INSERT INTO t1 (rowid, content) VALUES(2, 'two');
31 INSERT INTO t1 (rowid, content) VALUES(3, 'one two');
32 INSERT INTO t1 (rowid, content) VALUES(4, 'three');
33 INSERT INTO t1 (rowid, content) VALUES(5, 'one three');
34 INSERT INTO t1 (rowid, content) VALUES(6, 'two three');
35 INSERT INTO t1 (rowid, content) VALUES(7, 'one two three');
37 INSERT INTO t1 (rowid, content) VALUES(8, 'four');
39 INSERT INTO t1 (rowid, content) VALUES(9, 'one four');
40 INSERT INTO t1 (rowid, content) VALUES(10, 'two four');
[all …]
Dfts2e.test29 INSERT INTO t1 (rowid, content) VALUES(1, 'one');
30 INSERT INTO t1 (rowid, content) VALUES(2, 'two');
31 INSERT INTO t1 (rowid, content) VALUES(3, 'one two');
32 INSERT INTO t1 (rowid, content) VALUES(4, 'three');
34 INSERT INTO t1 (rowid, content) VALUES(5, 'one three');
35 INSERT INTO t1 (rowid, content) VALUES(6, 'two three');
36 INSERT INTO t1 (rowid, content) VALUES(7, 'one two three');
38 INSERT INTO t1 (rowid, content) VALUES(8, 'four');
39 INSERT INTO t1 (rowid, content) VALUES(9, 'one four');
40 INSERT INTO t1 (rowid, content) VALUES(10, 'two four');
[all …]
Dfts1e.test29 INSERT INTO t1 (rowid, content) VALUES(1, 'one');
30 INSERT INTO t1 (rowid, content) VALUES(2, 'two');
31 INSERT INTO t1 (rowid, content) VALUES(3, 'one two');
32 INSERT INTO t1 (rowid, content) VALUES(4, 'three');
34 INSERT INTO t1 (rowid, content) VALUES(5, 'one three');
35 INSERT INTO t1 (rowid, content) VALUES(6, 'two three');
36 INSERT INTO t1 (rowid, content) VALUES(7, 'one two three');
38 INSERT INTO t1 (rowid, content) VALUES(8, 'four');
39 INSERT INTO t1 (rowid, content) VALUES(9, 'one four');
40 INSERT INTO t1 (rowid, content) VALUES(10, 'two four');
[all …]
Dfts1f.test29 INSERT INTO t1 (rowid, content) VALUES(1, 'one');
30 INSERT INTO t1 (rowid, content) VALUES(2, 'two');
31 INSERT INTO t1 (rowid, content) VALUES(3, 'one two');
32 INSERT INTO t1 (rowid, content) VALUES(4, 'three');
33 INSERT INTO t1 (rowid, content) VALUES(5, 'one three');
34 INSERT INTO t1 (rowid, content) VALUES(6, 'two three');
35 INSERT INTO t1 (rowid, content) VALUES(7, 'one two three');
37 INSERT INTO t1 (rowid, content) VALUES(8, 'four');
39 INSERT INTO t1 (rowid, content) VALUES(9, 'one four');
40 INSERT INTO t1 (rowid, content) VALUES(10, 'two four');
[all …]
Dnotnull.test40 INSERT INTO t1(a,b,c,d,e) VALUES(1,2,3,4,5);
47 INSERT INTO t1(b,c,d,e) VALUES(2,3,4,5);
54 INSERT OR IGNORE INTO t1(b,c,d,e) VALUES(2,3,4,5);
61 INSERT OR REPLACE INTO t1(b,c,d,e) VALUES(2,3,4,5);
68 INSERT OR ABORT INTO t1(b,c,d,e) VALUES(2,3,4,5);
75 INSERT INTO t1(a,c,d,e) VALUES(1,3,4,5);
82 INSERT OR IGNORE INTO t1(a,c,d,e) VALUES(1,3,4,5);
89 INSERT OR REPLACE INTO t1(a,c,d,e) VALUES(1,3,4,5);
96 INSERT OR ABORT INTO t1(a,c,d,e) VALUES(1,3,4,5);
103 INSERT INTO t1(a,b,c,d,e) VALUES(1,null,3,4,5);
[all …]
Dfts4aa.test33 INSERT INTO t1(docid,words) VALUES(1001001,'In the beginning God created the heaven and the earth.'…
34 INSERT INTO t1(docid,words) VALUES(1001002,'And the earth was without form, and void; and darkness …
35 INSERT INTO t1(docid,words) VALUES(1001003,'And God said, Let there be light: and there was light.'…
36 INSERT INTO t1(docid,words) VALUES(1001004,'And God saw the light, that it was good: and God divide…
37 INSERT INTO t1(docid,words) VALUES(1001005,'And God called the light Day, and the darkness he calle…
38 INSERT INTO t1(docid,words) VALUES(1001006,'And God said, Let there be a firmament in the midst of …
39 INSERT INTO t1(docid,words) VALUES(1001007,'And God made the firmament, and divided the waters whic…
40 INSERT INTO t1(docid,words) VALUES(1001008,'And God called the firmament Heaven. And the evening an…
41 INSERT INTO t1(docid,words) VALUES(1001009,'And God said, Let the waters under the heaven be gather…
42 INSERT INTO t1(docid,words) VALUES(1001010,'And God called the dry land Earth; and the gathering to…
[all …]
Dmisc2.test36 INSERT INTO foo(bar) VALUES (1);
41 INSERT INTO foo(bar) VALUES (111);
51 INSERT INTO t1 VALUES(1,2,3);
53 INSERT INTO t2 VALUES(7,8,9);
94 INSERT INTO t1 VALUES(4000000000,'a','b');
100 INSERT INTO t1 VALUES(2147483648,'b2','c2');
101 INSERT INTO t1 VALUES(2147483647,'b3','c3');
153 INSERT INTO t1 VALUES(1,2);
172 INSERT INTO t1 VALUES(1);
173 INSERT INTO t1 VALUES(2);
[all …]
Dfts1a.test32 INSERT INTO t1(content) VALUES('one');
33 INSERT INTO t1(content) VALUES('two');
34 INSERT INTO t1(content) VALUES('one two');
35 INSERT INTO t1(content) VALUES('three');
36 INSERT INTO t1(content) VALUES('one three');
37 INSERT INTO t1(content) VALUES('two three');
38 INSERT INTO t1(content) VALUES('one two three');
39 INSERT INTO t1(content) VALUES('four');
40 INSERT INTO t1(content) VALUES('one four');
41 INSERT INTO t1(content) VALUES('two four');
[all …]
Dfts2a.test32 INSERT INTO t1(content) VALUES('one');
33 INSERT INTO t1(content) VALUES('two');
34 INSERT INTO t1(content) VALUES('one two');
35 INSERT INTO t1(content) VALUES('three');
36 INSERT INTO t1(content) VALUES('one three');
37 INSERT INTO t1(content) VALUES('two three');
38 INSERT INTO t1(content) VALUES('one two three');
39 INSERT INTO t1(content) VALUES('four');
40 INSERT INTO t1(content) VALUES('one four');
41 INSERT INTO t1(content) VALUES('two four');
[all …]
Dwhere9.test38 INSERT INTO t1 VALUES(1,11,1001,1.001,100.1,'bcdefghij','yxwvuts');
39 INSERT INTO t1 VALUES(2,22,1001,2.002,100.1,'cdefghijk','yxwvuts');
40 INSERT INTO t1 VALUES(3,33,1001,3.003,100.1,'defghijkl','xwvutsr');
41 INSERT INTO t1 VALUES(4,44,2002,4.004,200.2,'efghijklm','xwvutsr');
42 INSERT INTO t1 VALUES(5,55,2002,5.005,200.2,'fghijklmn','xwvutsr');
43 INSERT INTO t1 VALUES(6,66,2002,6.006,200.2,'ghijklmno','xwvutsr');
44 INSERT INTO t1 VALUES(7,77,3003,7.007,300.3,'hijklmnop','xwvutsr');
45 INSERT INTO t1 VALUES(8,88,3003,8.008,300.3,'ijklmnopq','wvutsrq');
46 INSERT INTO t1 VALUES(9,99,3003,9.009,300.3,'jklmnopqr','wvutsrq');
47 INSERT INTO t1 VALUES(10,110,4004,10.01,400.4,'klmnopqrs','wvutsrq');
[all …]
Dwhere8.test47 INSERT INTO t1 VALUES(1, 'one', 'I');
48 INSERT INTO t1 VALUES(2, 'two', 'II');
49 INSERT INTO t1 VALUES(3, 'three', 'III');
50 INSERT INTO t1 VALUES(4, 'four', 'IV');
51 INSERT INTO t1 VALUES(5, 'five', 'V');
52 INSERT INTO t1 VALUES(6, 'six', 'VI');
53 INSERT INTO t1 VALUES(7, 'seven', 'VII');
54 INSERT INTO t1 VALUES(8, 'eight', 'VIII');
55 INSERT INTO t1 VALUES(9, 'nine', 'IX');
56 INSERT INTO t1 VALUES(10, 'ten', 'X');
[all …]
Dsubquery.test29 INSERT INTO t1 VALUES(1,2);
30 INSERT INTO t1 VALUES(3,4);
31 INSERT INTO t1 VALUES(5,6);
32 INSERT INTO t1 VALUES(7,8);
34 INSERT INTO t2 VALUES(1,1);
35 INSERT INTO t2 VALUES(3,9);
36 INSERT INTO t2 VALUES(5,25);
37 INSERT INTO t2 VALUES(7,49);
119 INSERT INTO t5 VALUES(5, '2001-3');
120 INSERT INTO t5 VALUES(10, '2001-4');
[all …]
Dlike2.test24 INSERT INTO t1(x,y) VALUES(1,CAST(x'01' AS TEXT));
25 INSERT INTO t1(x,y) VALUES(2,CAST(x'02' AS TEXT));
26 INSERT INTO t1(x,y) VALUES(3,CAST(x'03' AS TEXT));
27 INSERT INTO t1(x,y) VALUES(4,CAST(x'04' AS TEXT));
28 INSERT INTO t1(x,y) VALUES(5,CAST(x'05' AS TEXT));
29 INSERT INTO t1(x,y) VALUES(6,CAST(x'06' AS TEXT));
30 INSERT INTO t1(x,y) VALUES(7,CAST(x'07' AS TEXT));
31 INSERT INTO t1(x,y) VALUES(8,CAST(x'08' AS TEXT));
32 INSERT INTO t1(x,y) VALUES(9,CAST(x'09' AS TEXT));
33 INSERT INTO t1(x,y) VALUES(10,CAST(x'0a' AS TEXT));
[all …]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DSparseArrayTest.java40 private static final Integer[] VALUES = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12}; field in SparseArrayTest
41 private static final int LENGTH = VALUES.length;
51 int length = VALUES.length; in testSparseArrayWithDefaultCapacity()
54 sparseArray.put(KEYS[i], VALUES[i]); in testSparseArrayWithDefaultCapacity()
63 assertEquals(sparseArray.indexOfValue(VALUES[i]), sparseArray.indexOfKey(KEYS[i])); in testSparseArrayWithDefaultCapacity()
68 Integer oldValue = VALUES[0]; // 0 in testSparseArrayWithDefaultCapacity()
88 sparseArray.setValueAt(size, VALUES[1]); in testSparseArrayWithDefaultCapacity()
90 assertEquals(VALUES[1], sparseArray.valueAt(size)); in testSparseArrayWithDefaultCapacity()
93 assertEquals(VALUES[1], sparseArray.get(KEYS[1])); in testSparseArrayWithDefaultCapacity()
94 assertFalse(VALUE_FOR_NON_EXISTED_KEY == VALUES[1]); in testSparseArrayWithDefaultCapacity()
[all …]
/external/chromium_org/third_party/sqlite/src/ext/rtree/
Drtree9.test25 INSERT INTO rt VALUES(1, 1, 2, 1, 2, 1, 2);
42 execsql { INSERT INTO rt VALUES($i, $x, $x+1, $y, $y+1, $z, $z+1) }
59 execsql { INSERT INTO rt32 VALUES($i, $x, $x+1, $y, $y+1, $z, $z+1) }
93 INSERT INTO rt2 VALUES(1, 1, 2, 1, 2);
94 INSERT INTO rt2 VALUES(2, 1, 2, -2, -1);
95 INSERT INTO rt2 VALUES(3, -2, -1, -2, -1);
96 INSERT INTO rt2 VALUES(4, -2, -1, 1, 2);
98 INSERT INTO rt2 VALUES(5, 2, 3, 2, 3);
99 INSERT INTO rt2 VALUES(6, 2, 3, -3, -2);
100 INSERT INTO rt2 VALUES(7, -3, -2, -3, -2);
[all …]
/external/emma/ant/ant14/com/vladium/emma/report/
DIReportEnums.java28 return VALUES; in getValues()
32 private static final String [] VALUES = new String [] field in IReportEnums.TypeAttribute
47 return VALUES; in getValues()
51 private static final String [] VALUES = new String [] field in IReportEnums.DepthAttribute
67 return VALUES; in getValues()
71 private static final String [] VALUES = new String [] field in IReportEnums.ViewTypeAttribute
84 return VALUES; in getValues()
88 private static final String [] VALUES = new String [] field in IReportEnums.UnitsTypeAttribute
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAtomicDoubleArrayTest.java24 private static final double[] VALUES = { field in AtomicDoubleArrayTest
80 AtomicDoubleArray aa = new AtomicDoubleArray(VALUES); in testConstructor2()
81 assertEquals(VALUES.length, aa.length()); in testConstructor2()
82 for (int i = 0; i < VALUES.length; i++) { in testConstructor2()
83 assertBitEquals(VALUES[i], aa.get(i)); in testConstructor2()
152 AtomicDoubleArray aa = new AtomicDoubleArray(VALUES.length); in testGetSet()
153 for (int i = 0; i < VALUES.length; i++) { in testGetSet()
155 aa.set(i, VALUES[i]); in testGetSet()
156 assertBitEquals(VALUES[i], aa.get(i)); in testGetSet()
166 AtomicDoubleArray aa = new AtomicDoubleArray(VALUES.length); in testGetLazySet()
[all …]

12345678910>>...25