HomeSort by relevance Sort by last modified time
    Searched full:into (Results 76 - 100 of 58347) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/compiler-rt/SDKs/darwin/
README.txt 1 The Darwin platforms are all similar enough we roll them into one SDK, and use
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/res/
.README 2 is not possible to check in a directory into git. This file guarantees the res
  /ndk/tests/device/gnustl-shared-1/
README 3 into the main executable.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/tracedmodules/
__init__.py 3 takes the real line numbers into account.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/tracedmodules/
__init__.py 3 takes the real line numbers into account.
  /external/chromium_org/third_party/sqlite/src/test/
minmax2.test 28 INSERT INTO t1 VALUES(1,1);
29 INSERT INTO t1 VALUES(2,2);
30 INSERT INTO t1 VALUES(3,2);
31 INSERT INTO t1 VALUES(4,3);
32 INSERT INTO t1 VALUES(5,3);
33 INSERT INTO t1 VALUES(6,3);
34 INSERT INTO t1 VALUES(7,3);
35 INSERT INTO t1 VALUES(8,4);
36 INSERT INTO t1 VALUES(9,4);
37 INSERT INTO t1 VALUES(10,4)
    [all...]
stmt.test 40 INSERT INTO t1 VALUES(1, 1);
46 INSERT INTO t1 SELECT a+1, b+1 FROM t1;
57 INSERT INTO t1 SELECT a+2, b+2 FROM t1;
62 execsql { INSERT INTO t1 SELECT a+4, b+4 FROM t1 }
81 filecount stmt-2.1 { INSERT INTO t1 VALUES(9, 9) } 2
82 filecount stmt-2.2 { REPLACE INTO t1 VALUES(9, 9) } 2
83 filecount stmt-2.3 { INSERT INTO t1 SELECT 9, 9 } 2
85 INSERT INTO t1 SELECT 9, 9;
86 INSERT INTO t1 SELECT 10, 10;
93 REPLACE INTO t1 VALUES(5, 5)
    [all...]
fkey3.test 30 INSERT INTO t1 VALUES(100);
31 INSERT INTO t1 VALUES(101);
33 INSERT INTO t2 VALUES(100);
34 INSERT INTO t2 VALUES(101);
68 INSERT INTO t1 VALUES(100);
69 INSERT INTO t1 VALUES(101);
73 INSERT INTO t2 VALUES(100);
74 INSERT INTO t2 VALUES(101);
fts1a.test 32 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...]
tkt-d82e3f3721.test 23 INSERT INTO t1 VALUES(null,'abc');
24 INSERT INTO t1 VALUES(null,'def');
26 INSERT INTO t1 VALUES(null,'ghi');
33 INSERT INTO t2 VALUES(null,'jkl');
34 INSERT INTO t2 VALUES(null,'mno');
36 INSERT INTO t2 VALUES(null,'pqr');
62 INSERT INTO t3 VALUES(1);
66 INSERT INTO t3 VALUES(8,9);
vtab_err.test 31 INSERT INTO e VALUES(1, 2, 3);
32 INSERT INTO e VALUES('a', 'b', 'c');
38 INSERT INTO r2 SELECT * FROM e;
39 INSERT INTO e SELECT a||'x', b, c FROM r2;
57 INSERT INTO e VALUES(1, 2, 3);
58 INSERT INTO e VALUES('a', 'b', 'c');
64 INSERT INTO r2 SELECT * FROM e;
65 INSERT INTO e SELECT a||'x', b, c FROM r2;
laststmtchanges.test 35 insert into t0 values (1);
36 insert into t0 values (1);
37 insert into t0 values (2);
38 insert into t0 values (2);
39 insert into t0 values (1);
40 insert into t0 values (1);
41 insert into t0 values (1);
42 insert into t0 values (2);
102 # changes() changed properly after insert into table containing after trigger
109 insert into t2 values (NULL, changes(), NULL)
    [all...]
mallocD.test 36 INSERT INTO abc VALUES(1, 2, 3);
41 INSERT INTO abc VALUES(1, 2, 3);
42 INSERT INTO abc VALUES(4, 5, 6);
48 INSERT INTO abc VALUES(1, 2, 3);
49 INSERT INTO abc VALUES(4, 5, randstr(1500,1500));
58 INSERT INTO abc VALUES(4, 5, 6);
tkt3731.test 30 INSERT INTO t1 VALUES(new.a || '+', new.b || '+');
37 INSERT INTO t1 VALUES('a', 'b');
38 INSERT INTO t1 VALUES('c', 'd');
47 INSERT INTO t2 VALUES('e', 'f');
48 INSERT INTO t2 VALUES('g', 'h');
49 INSERT INTO t1 SELECT * FROM t2;
tkt3761.test 26 INSERT INTO t1 VALUES(zeroblob(900));
27 INSERT INTO t1 VALUES(zeroblob(900));
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;
tkt3911.test 22 INSERT INTO t1 VALUES(1,2);
23 INSERT INTO t1 VALUES(11,12);
26 INSERT INTO t2 VALUES(2,3);
27 INSERT INTO t2 VALUES(22,23);
46 INSERT INTO t3 VALUES('one',1);
47 INSERT INTO t3 VALUES('two',2);
trigger4.test 31 insert into test1 (id,a) values (NEW.id,NEW.a);
32 insert into test2 (id,b) values (NEW.id,NEW.b);
34 insert into test values(1,2,3);
47 insert into test values(4,5,6);
90 insert into test values(7,8,9);
97 insert into test values(7,8,9);
113 insert into test values(7,8,9);
147 insert into tbl values (new.a,new.b);
149 insert into tbl values(101,1001);
150 insert into tbl values(102,1002)
    [all...]
autoinc.test 80 # Insert an entries into the t1 table and make sure the largest key
90 INSERT INTO t1 VALUES(12,34);
96 INSERT INTO t1 VALUES(1,23);
102 INSERT INTO t1 VALUES(123,456);
108 INSERT INTO t1 VALUES(NULL,567);
120 INSERT INTO t1 VALUES(NULL,567);
132 INSERT INTO t1 VALUES(12,34);
138 INSERT INTO t1 VALUES(125,456);
144 INSERT INTO t1 VALUES(-1234567,-1);
150 INSERT INTO t1 VALUES(234,5678)
    [all...]
misc3.test 28 INSERT INTO t1
35 INSERT INTO t1 VALUES(2,'x');
56 INSERT INTO t1
58 INSERT INTO t1 SELECT a+1, b||b FROM t1;
59 INSERT INTO t1 SELECT a+2, b||b FROM t1;
60 INSERT INTO t1 SELECT a+4, b FROM t1;
61 INSERT INTO t1 SELECT a+8, b FROM t1;
62 INSERT INTO t1 SELECT a+16, b FROM t1;
63 INSERT INTO t1 SELECT a+32, b FROM t1;
64 INSERT INTO t1 SELECT a+64, b FROM t1
    [all...]
diskfull.test 26 INSERT INTO t1 VALUES(randstr(1000,1000));
27 INSERT INTO t1 SELECT * FROM t1;
28 INSERT INTO t1 SELECT * FROM t1;
29 INSERT INTO t1 SELECT * FROM t1;
30 INSERT INTO t1 SELECT * FROM t1;
41 INSERT INTO t1 SELECT * FROM t1;
93 # INSERT INTO t3 VALUES( randstr(100, 100), randstr(100, 100) );
94 # INSERT INTO t3 SELECT randstr(100, 100), randstr(100, 100) FROM t3;
95 # INSERT INTO t3 SELECT randstr(100, 100), randstr(100, 100) FROM t3;
96 # INSERT INTO t3 SELECT randstr(100, 100), randstr(100, 100) FROM t3
    [all...]
fts2r.test 32 INSERT INTO t1 (rowid, c) VALUES (1, 'This is a test');
33 INSERT INTO t1 (rowid, c) VALUES (2, 'That was a test');
34 INSERT INTO t1 (rowid, c) VALUES (3, 'This is a test');
63 INSERT INTO t2 VALUES (null, 10);
64 INSERT INTO t1 (rowid, c) VALUES (last_insert_rowid(), 'This is a test');
65 INSERT INTO t2 VALUES (null, 5);
66 INSERT INTO t1 (rowid, c) VALUES (last_insert_rowid(), 'That was a test');
67 INSERT INTO t2 VALUES (null, 20);
68 INSERT INTO t1 (rowid, c) VALUES (last_insert_rowid(), 'This is a test');
100 INSERT INTO t2 VALUES (null, 10)
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/
antlr.properties 4 # filtered into this resource file so that we don't need to
5 # hard code this into Tool.java and so on.
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/
README 3 tree is so that they can be linked as shared object code directly into
6 You can't link static library code into shared libraries on non-x86
  /external/valgrind/main/none/tests/s390x/
fold_And16.c 8 /* Load "hi\n\0" into P; then convert the 'i' into an 'h' */
  /external/chromium_org/third_party/skia/include/core/
SkPackBits.h 27 /** Write the src array into a packed format. The packing process may end
32 into
37 /** Write the src array into a packed format. The packing process may end
42 into
47 /** Unpack the data in src[], and expand it into dst[]. The src[] data was
51 @param dst Buffer (allocated by caller) to expand the src[] into.
52 @return the number of dst elements (not bytes) written into dst.
56 /** Unpack the data in src[], and expand it into dst[]. The src[] data was
60 @param dst Buffer (allocated by caller) to expand the src[] into.
61 @return the number of bytes written into dst
    [all...]

Completed in 409 milliseconds

1 2 34 5 6 7 8 91011>>