HomeSort by relevance Sort by last modified time
    Searched full:four (Results 51 - 75 of 3258) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/sqlite/src/test/
fts1e.test 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');
42 INSERT INTO t1 (rowid, content) VALUES(11, 'one two four');
43 INSERT INTO t1 (rowid, content) VALUES(12, 'three four');
44 INSERT INTO t1 (rowid, content) VALUES(13, 'one three four');
46 INSERT INTO t1 (rowid, content) VALUES(14, 'two three four');
47 INSERT INTO t1 (rowid, content) VALUES(15, 'one two three four');
78 execsql {SELECT rowid FROM t1 WHERE content MATCH 'four'}
fts1f.test 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');
42 INSERT INTO t1 (rowid, content) VALUES(11, 'one two four');
43 INSERT INTO t1 (rowid, content) VALUES(12, 'three four');
44 INSERT INTO t1 (rowid, content) VALUES(13, 'one three four');
46 INSERT INTO t1 (rowid, content) VALUES(14, 'two three four');
47 INSERT INTO t1 (rowid, content) VALUES(15, 'one two three four');
83 execsql {SELECT rowid FROM t1 WHERE content MATCH 'four'}
fts2e.test 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');
42 INSERT INTO t1 (rowid, content) VALUES(11, 'one two four');
43 INSERT INTO t1 (rowid, content) VALUES(12, 'three four');
44 INSERT INTO t1 (rowid, content) VALUES(13, 'one three four');
46 INSERT INTO t1 (rowid, content) VALUES(14, 'two three four');
47 INSERT INTO t1 (rowid, content) VALUES(15, 'one two three four');
78 execsql {SELECT rowid FROM t1 WHERE content MATCH 'four'}
fts2f.test 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');
42 INSERT INTO t1 (rowid, content) VALUES(11, 'one two four');
43 INSERT INTO t1 (rowid, content) VALUES(12, 'three four');
44 INSERT INTO t1 (rowid, content) VALUES(13, 'one three four');
46 INSERT INTO t1 (rowid, content) VALUES(14, 'two three four');
47 INSERT INTO t1 (rowid, content) VALUES(15, 'one two three four');
83 execsql {SELECT rowid FROM t1 WHERE content MATCH 'four'}
fts3ae.test 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');
42 INSERT INTO t1 (rowid, content) VALUES(11, 'one two four');
43 INSERT INTO t1 (rowid, content) VALUES(12, 'three four');
44 INSERT INTO t1 (rowid, content) VALUES(13, 'one three four');
46 INSERT INTO t1 (rowid, content) VALUES(14, 'two three four');
47 INSERT INTO t1 (rowid, content) VALUES(15, 'one two three four');
78 execsql {SELECT rowid FROM t1 WHERE content MATCH 'four'}
fts3af.test 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');
42 INSERT INTO t1 (rowid, content) VALUES(11, 'one two four');
43 INSERT INTO t1 (rowid, content) VALUES(12, 'three four');
44 INSERT INTO t1 (rowid, content) VALUES(13, 'one three four');
46 INSERT INTO t1 (rowid, content) VALUES(14, 'two three four');
47 INSERT INTO t1 (rowid, content) VALUES(15, 'one two three four');
83 execsql {SELECT rowid FROM t1 WHERE content MATCH 'four'}
fts3comp1.test 60 INSERT INTO t1 VALUES('one two three', 'two four six');
62 } {{one two three} {two four six}}
72 INSERT INTO t1 VALUES('three six nine', 'four eight twelve');
74 } {{one two three} {two four six} {three six nine} {four eight twelve}}
81 } {{three six nine} {four eight twelve}}
84 } {{one two three} {two four six}}
93 eight 1 1 four 2 2 nine 1 1 one 1 1
100 eight 1 1 four 1 1 nine 1 1
fts3expr.test 82 test_fts3expr {zero "one two three" four}
83 } {AND {AND {PHRASE 3 0 zero} {PHRASE 3 0 one two three}} {PHRASE 3 0 four}}
85 test_fts3expr {zero AND "one two three" four}
86 } {AND {AND {PHRASE 3 0 zero} {PHRASE 3 0 one two three}} {PHRASE 3 0 four}}
88 test_fts3expr {zero "one two three" AND four}
89 } {AND {AND {PHRASE 3 0 zero} {PHRASE 3 0 one two three}} {PHRASE 3 0 four}}
91 test_fts3expr {zero AND "one two three" AND four}
92 } {AND {AND {PHRASE 3 0 zero} {PHRASE 3 0 one two three}} {PHRASE 3 0 four}}
133 test_fts3expr {one AND two AND three AND four AND five}
140 {PHRASE 3 0 four} \
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/
reserve.pass.cpp 29 assert(next(c.find(1))->second == "four");
31 assert(next(c.find(2))->second == "four");
33 assert(c.find(4)->second == "four");
46 P(4, "four"),
47 P(1, "four"),
48 P(2, "four"),
74 P(4, "four"),
75 P(1, "four"),
76 P(2, "four"),
bucket.pass.cpp 34 P(4, "four"),
35 P(1, "four"),
36 P(2, "four"),
54 P(4, "four"),
55 P(1, "four"),
56 P(2, "four"),
local_iterators.fail.cpp 38 P(4, "four"),
39 P(1, "four"),
40 P(2, "four"),
57 assert(i->second == "four");
68 assert(i->second == "four");
82 assert(i->second == "four");
103 P(4, "four"),
104 P(1, "four"),
105 P(2, "four"),
122 assert(i->second == "four");
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/
assign_copy.pass.cpp 43 P(4, "four"),
44 P(1, "four"),
45 P(2, "four"),
67 assert(i->second == "four");
73 assert(i->second == "four");
79 assert(i->second == "four");
102 P(4, "four"),
103 P(1, "four"),
104 P(2, "four"),
126 assert(i->second == "four");
    [all...]
copy.pass.cpp 42 P(4, "four"),
43 P(1, "four"),
44 P(2, "four"),
60 assert(i->second == "four");
66 assert(i->second == "four");
72 assert(i->second == "four");
96 P(4, "four"),
97 P(1, "four"),
98 P(2, "four"),
114 assert(i->second == "four");
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/
bucket.pass.cpp 34 P(4, "four"),
35 P(1, "four"),
36 P(2, "four"),
54 P(4, "four"),
55 P(1, "four"),
56 P(2, "four"),
local_iterators.pass.cpp 40 P(4, "four"),
41 P(1, "four"),
42 P(2, "four"),
77 assert(i->second == "four");
88 P(4, "four"),
89 P(1, "four"),
90 P(2, "four"),
125 assert(i->second == "four");
136 P(4, "four"),
137 P(1, "four"),
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unorder.map.modifiers/
clear.pass.cpp 34 P(4, "four"),
35 P(1, "four"),
36 P(2, "four"),
52 P(4, "four"),
53 P(1, "four"),
54 P(2, "four"),
erase_const_iter.pass.cpp 34 P(4, "four"),
35 P(1, "four"),
36 P(2, "four"),
44 assert(c.at(4) == "four");
56 P(4, "four"),
57 P(1, "four"),
58 P(2, "four"),
66 assert(c.at(4) == "four");
insert_range.pass.cpp 36 P(4, "four"),
37 P(1, "four"),
38 P(2, "four"),
46 assert(c.at(4) == "four");
58 P(4, "four"),
59 P(1, "four"),
60 P(2, "four"),
68 assert(c.at(4) == "four");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/
clear.pass.cpp 34 P(4, "four"),
35 P(1, "four"),
36 P(2, "four"),
52 P(4, "four"),
53 P(1, "four"),
54 P(2, "four"),
  /external/clang/test/CodeGenObjCXX/
property-object-reference-1.mm 30 // CHECK: [[FOUR:%.*]] = bitcast %struct.TCPPObject* [[THREE]] to i8*
31 // CHECK: call void @objc_copyStruct(i8* [[TWO:%.*]], i8* [[FOUR]], i64 256, i1 zeroext true, i1 zeroext false)
  /external/markdown/MarkdownTest/Tests_2004/
Links, reference style.text-out 16 <p>Indented [four][] times.</p>
18 <code>[four]: /url
Links, reference style.text-res 16 <p>Indented [four][] times.</p>
18 <code>[four]: /url
  /external/markdown/MarkdownTest/Tests_2007/
Links, reference style.text 20 Indented [four][] times.
28 [four]: /url
  /ndk/sources/host-tools/make-3.81/tests/scripts/options/
dash-q 12 four: ; $(.XY)
35 run_make_test(undef, '-q four', '');
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECConstants.java 11 public static final BigInteger FOUR = BigInteger.valueOf(4);

Completed in 934 milliseconds

1 23 4 5 6 7 8 91011>>