HomeSort by relevance Sort by last modified time
    Searched full:into (Results 1 - 25 of 77980) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/sqlite/src/test/
fuzzer1.test 34 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...]
misc5.test 31 set sql2 {INSERT INTO t1 VALUES}
50 insert into t2 values(1);
51 insert or ignore into t2 select x*2 from t2;
52 insert or ignore into t2 select x*4 from t2;
53 insert or ignore into t2 select x*16 from t2;
54 insert or ignore into t2 select x*256 from t2;
55 insert or ignore into t2 select x*65536 from t2;
56 insert or ignore into t2 select x*2147483648 from t2;
57 insert or ignore into t2 select x-1 from t2;
58 insert or ignore into t2 select x+1 from t2
    [all...]
delete3.test 25 INSERT INTO t1 VALUES(1);
26 INSERT INTO t1 VALUES(2);
27 INSERT INTO t1 SELECT x+2 FROM t1;
28 INSERT INTO t1 SELECT x+4 FROM t1;
29 INSERT INTO t1 SELECT x+8 FROM t1;
30 INSERT INTO t1 SELECT x+16 FROM t1;
31 INSERT INTO t1 SELECT x+32 FROM t1;
32 INSERT INTO t1 SELECT x+64 FROM t1;
33 INSERT INTO t1 SELECT x+128 FROM t1;
34 INSERT INTO t1 SELECT x+256 FROM t1
    [all...]
tkt-3998683a16.test 24 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...]
tkt-cbd054fa6b.test 28 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...]
incrblobfault.test 21 INSERT INTO blob VALUES(1, 'hello world');
22 INSERT INTO blob VALUES(2, 'world hello');
23 INSERT INTO blob SELECT NULL, v FROM blob;
24 INSERT INTO blob SELECT NULL, v FROM blob;
25 INSERT INTO blob SELECT NULL, v FROM blob;
26 INSERT INTO blob SELECT NULL, v FROM blob;
27 INSERT INTO blob SELECT NULL, v FROM blob;
28 INSERT INTO blob SELECT NULL, v FROM blob;
29 INSERT INTO blob SELECT NULL, v FROM blob;
30 INSERT INTO blob SELECT NULL, v FROM blob
    [all...]
  /external/valgrind/main/none/tests/s390x/
condloadstore.stdout.exp 1 LOC 0000000000000000 into 0000000000000000 if mask0 for cc 0: 0000000000000000
2 LOC 0000000000000000 into 0000000000000000 if mask1 for cc 0: 0000000000000000
3 LOC 0000000000000000 into 0000000000000000 if mask2 for cc 0: 0000000000000000
4 LOC 0000000000000000 into 0000000000000000 if mask3 for cc 0: 0000000000000000
5 LOC 0000000000000000 into 0000000000000000 if mask4 for cc 0: 0000000000000000
6 LOC 0000000000000000 into 0000000000000000 if mask5 for cc 0: 0000000000000000
7 LOC 0000000000000000 into 0000000000000000 if mask6 for cc 0: 0000000000000000
8 LOC 0000000000000000 into 0000000000000000 if mask7 for cc 0: 0000000000000000
9 LOC 0000000000000000 into 0000000000000000 if mask8 for cc 0: 0000000000000000
10 LOC 0000000000000000 into 0000000000000000 if mask9 for cc 0: 000000000000000
    [all...]
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
__init__.py 1 # Needed so that test_all.py will recurse into this directory.
  /external/qemu/distrib/sdl-1.2.15/Xcode/SDL/pkg-support/devel-resources/
Welcome.txt 3 The SDL documentation is installed into /Developer/Documentation/SDL.
5 The SDL Mac OS X Readme is installed into your home directory.
  /art/test/113-multidex/
info.txt 1 Test whether we can run code from an application split into multiple dex files (similar to
  /development/samples/ApiDemos/assets/
read_asset.txt 3 It was read and placed into the TextView here.
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/
build.rake 1 desc "compile & minify sources into a single file"
  /external/fio/
SERVER-TODO 1 - Collate ETA output from multiple connections into 1
  /external/wpa_supplicant_8/hostapd/
hostapd.eap_user_sqlite 14 INSERT INTO users(identity,methods,password,phase2) VALUES ('user','TTLS-MSCHAPV2','password',1);
15 INSERT INTO users(identity,methods,password,phase2) VALUES ('DOMAIN\mschapv2 user','TTLS-MSCHAPV2','password',1);
17 INSERT INTO wildcards(identity,methods) VALUES ('','TTLS,TLS');
18 INSERT INTO wildcards(identity,methods) VALUES ('0','AKA');
  /sdk/
build.gradle 10 into 'lib'
15 into 'lib/emulator'
19 into 'lib/emulator/skins/dynamic'
24 into 'lib'
28 into 'lib'
32 into 'lib'
37 into 'ant'
41 into 'lib'
45 into 'proguard'
49 into 'proguard
    [all...]
  /external/wpa_supplicant_8/hs20/server/
sql-example.txt 1 INSERT INTO osu_config(realm,field,value) VALUES('example.com','fqdn','example.com');
2 INSERT INTO osu_config(realm,field,value) VALUES('example.com','friendly_name','Example Operator');
3 INSERT INTO osu_config(realm,field,value) VALUES('example.com','spp_http_auth_url','https://subscription-server.osu.example.com/hs20/spp.php?realm=example.com');
4 INSERT INTO osu_config(realm,field,value) VALUES('example.com','trust_root_cert_url','https://osu-server.osu.example.com/hs20/files/spp-root-ca.der');
5 INSERT INTO osu_config(realm,field,value) VALUES('example.com','trust_root_cert_fingerprint','5b393a9246865569485c2605c3304e48212b449367858299beba9384c4cf4647');
6 INSERT INTO osu_config(realm,field,value) VALUES('example.com','aaa_trust_root_cert_url','https://osu-server.osu.example.com/hs20/files/aaa-root-ca.der');
7 INSERT INTO osu_config(realm,field,value) VALUES('example.com','aaa_trust_root_cert_fingerprint','5b393a9246865569485c2605c3304e48212b449367858299beba9384c4cf4647');
8 INSERT INTO osu_config(realm,field,value) VALUES('example.com','free_account','free');
9 INSERT INTO osu_config(realm,field,value) VALUES('example.com','policy_url','https://subscription-server.osu.example.com/hs20/spp.php?realm=example.com');
10 INSERT INTO osu_config(realm,field,value) VALUES('example.com','remediation_url','https://subscription-server. (…)
    [all...]
  /external/clang/test/SemaCXX/
warn-string-conversion.cpp 3 // Warn on cases where a string literal is converted into a bool.
7 bool b0 = "hi"; // expected-warning{{implicit conversion turns string literal into bool: 'const char [3]' to 'bool'}}
8 b0 = ""; // expected-warning{{implicit conversion turns string literal into bool: 'const char [1]' to 'bool'}}
9 b0 = 0 || ""; // expected-warning{{implicit conversion turns string literal into bool: 'const char [1]' to 'bool'}}
10 b0 = "" || 0; // expected-warning{{implicit conversion turns string literal into bool: 'const char [1]' to 'bool'}}
13 assert("error"); // expected-warning{{implicit conversion turns string literal into bool: 'const char [6]' to 'bool'}}
14 assert(0 || "error"); // expected-warning{{implicit conversion turns string literal into bool: 'const char [6]' to 'bool'}}
15 assert("error" || 0); // expected-warning{{implicit conversion turns string literal into bool: 'const char [6]' to 'bool'}}
19 while("hi") {} // expected-warning{{implicit conversion turns string literal into bool: 'const char [3]' to 'bool'}}
20 do {} while("hi"); // expected-warning{{implicit conversion turns string literal into bool: 'const char [3]' to 'bool'}
    [all...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/util/
H2MapTest.java 71 assertThat(map.getScrubSQL("INSERT INTO "), equalTo("INSERT INTO "));
72 assertThat(map.getScrubSQL("INSERT OR ROLLBACK INTO "), equalTo("INSERT INTO "));
73 assertThat(map.getScrubSQL("INSERT OR ABORT INTO "), equalTo("INSERT INTO "));
74 assertThat(map.getScrubSQL("INSERT OR FAIL INTO "), equalTo("INSERT INTO "));
75 assertThat(map.getScrubSQL("INSERT OR IGNORE INTO "), equalTo("INSERT INTO "));
    [all...]
  /art/test/065-mismatched-implements/
info.txt 2 turns B into an abstract class without rebuilding A.
  /art/test/066-mismatched-super/
info.txt 2 turns B into an interface without rebuilding A.
  /art/test/107-int-math2/
info.txt 2 TODO: fold back into 003-omnibus-opcodes.
  /external/chromium_org/third_party/WebKit/ManualTests/
drop-text-acquires-style.html 3 <title>Dragging plain text into a styled region</title>
6 <p>This test ensures the plain text dropped into a styled text region will acquire the appropriate style</p>
7 <p>To run this test, drag the text in the input element below into the bold text region. The dropped text should be bold.</p>
9 <b contenteditable="true" id="target">Drag the text from the above input element into this bold text</b>
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
nomem64-err.asm 10 into label
  /external/llvm/include/llvm/
module.modulemap.build 1 // This is copied into the build area for a $src != $build compilation.
  /frameworks/base/core/java/android/text/util/
package.html 3 Utilities for converting identifiable text strings into clickable links

Completed in 2799 milliseconds

1 2 3 4 5 6 7 8 91011>>