Home
last modified time | relevance | path

Searched refs:four (Results 1 – 25 of 415) sorted by relevance

12345678910>>...17

/external/chromium_org/third_party/sqlite/src/test/
Dfts3malloc.test92 if {$ii & 0x08} {lappend a four ; lappend b see }
107 {one two three} {four} {one four}
108 {two four} {one two four} {three four}
109 {one three four} {two three four} {one two three four}
112 {two three five} {one two three five} {four five}
113 {one four five} {two four five} {one two four five}
114 {three four five} {one three four five} {two three four five}
115 {one two three four five}
120 {one four} {one two four} {one three four} {one two three four}
122 {one four five} {one two four five}
[all …]
Dfts2o.test31 INSERT INTO t1(a, b, c) VALUES('one three four', 'one four', 'one four two');
35 SELECT rowid, snippet(t1) FROM t1 WHERE c MATCH 'four';
37 } {1 {one <b>four</b> two}}
40 SELECT rowid, snippet(t1) FROM t1 WHERE b MATCH 'four';
42 } {1 {one <b>four</b>}}
45 SELECT rowid, snippet(t1) FROM t1 WHERE a MATCH 'four';
47 } {1 {one three <b>four</b>}}
59 execsql { SELECT rowid, snippet(fts_t1) FROM fts_t1 WHERE a MATCH 'four'; }
60 } {1 {one three <b>four</b>}}
74 execsql { SELECT rowid, snippet(fts_t1) FROM fts_t1 WHERE a MATCH 'four'; }
[all …]
Dfts1o.test29 INSERT INTO t1(a, b, c) VALUES('one three four', 'one four', 'one four two');
42 execsql { SELECT rowid, snippet(fts_t1) FROM fts_t1 WHERE a MATCH 'four'; }
43 } {1 {one three <b>four</b>}}
57 execsql { SELECT rowid, snippet(fts_t1) FROM fts_t1 WHERE a MATCH 'four'; }
58 } {1 {one three <b>four</b>}}
68 INSERT INTO fts_t1(a, b, c) VALUES('one two three', 'one four', 'one two');
81 execsql { SELECT rowid AS rowid, snippet(fts_t1) FROM fts_t1 WHERE a MATCH 'four'; }
82 } {1 {one three <b>four</b>}}
89 } {{one three four} {one two three}}
91 execsql { SELECT a, b, c FROM fts_t1 WHERE c MATCH 'four'; }
[all …]
Dfts3ao.test33 INSERT INTO t1(a, b, c) VALUES('one three four', 'one four', 'one four two');
37 SELECT rowid, snippet(t1) FROM t1 WHERE c MATCH 'four';
39 } {1 {one <b>four</b> two}}
42 SELECT rowid, snippet(t1) FROM t1 WHERE b MATCH 'four';
44 } {1 {one <b>four</b>}}
47 SELECT rowid, snippet(t1) FROM t1 WHERE a MATCH 'four';
49 } {1 {one three <b>four</b>}}
61 execsql { SELECT rowid, snippet(fts_t1) FROM fts_t1 WHERE a MATCH 'four'; }
62 } {1 {one three <b>four</b>}}
76 execsql { SELECT rowid, snippet(fts_t1) FROM fts_t1 WHERE a MATCH 'four'; }
[all …]
Dfts2a.test27 # one, two, three, four, and five, in various combinations. The
39 INSERT INTO t1(content) VALUES('four');
40 INSERT INTO t1(content) VALUES('one four');
41 INSERT INTO t1(content) VALUES('two four');
42 INSERT INTO t1(content) VALUES('one two four');
43 INSERT INTO t1(content) VALUES('three four');
44 INSERT INTO t1(content) VALUES('one three four');
45 INSERT INTO t1(content) VALUES('two three four');
46 INSERT INTO t1(content) VALUES('one two three four');
55 INSERT INTO t1(content) VALUES('four five');
[all …]
Dfts3expr.test82 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 …]
Dfts3aa.test27 # one, two, three, four, and five, in various combinations. The
39 INSERT INTO t1(content) VALUES('four');
40 INSERT INTO t1(content) VALUES('one four');
41 INSERT INTO t1(content) VALUES('two four');
42 INSERT INTO t1(content) VALUES('one two four');
43 INSERT INTO t1(content) VALUES('three four');
44 INSERT INTO t1(content) VALUES('one three four');
45 INSERT INTO t1(content) VALUES('two three four');
46 INSERT INTO t1(content) VALUES('one two three four');
55 INSERT INTO t1(content) VALUES('four five');
[all …]
Dfts1a.test27 # one, two, three, four, and five, in various combinations. The
39 INSERT INTO t1(content) VALUES('four');
40 INSERT INTO t1(content) VALUES('one four');
41 INSERT INTO t1(content) VALUES('two four');
42 INSERT INTO t1(content) VALUES('one two four');
43 INSERT INTO t1(content) VALUES('three four');
44 INSERT INTO t1(content) VALUES('one three four');
45 INSERT INTO t1(content) VALUES('two three four');
46 INSERT INTO t1(content) VALUES('one two three four');
55 INSERT INTO t1(content) VALUES('four five');
[all …]
Dfts1m.test32 INSERT INTO t1(a, b, c) VALUES('one three four', 'one four', 'one four two');
36 SELECT rowid, snippet(t1) FROM t1 WHERE c MATCH 'four';
38 } {1 {one <b>four</b> two}}
41 SELECT rowid, snippet(t1) FROM t1 WHERE b MATCH 'four';
43 } {1 {one <b>four</b>}}
46 SELECT rowid, snippet(t1) FROM t1 WHERE a MATCH 'four';
48 } {1 {one three <b>four</b>}}
Dfts3snippet.test50 one two three four five six seven eight nine ten eleven twelve thirteen
205 INSERT INTO ft VALUES('one two three four five six seven eight nine ten');
208 do_snippet_test $T.3.2 one 0 5 "{one} two three four five..."
209 do_snippet_test $T.3.3 two 0 5 "one {two} three four five..."
210 do_snippet_test $T.3.4 three 0 5 "one two {three} four five..."
211 do_snippet_test $T.3.5 four 0 5 "...two three {four} five six..."
212 do_snippet_test $T.3.6 five 0 5 "...three four {five} six seven..."
213 do_snippet_test $T.3.7 six 0 5 "...four five {six} seven eight..."
222 'one two three four five '
226 || 'one two three four five '
[all …]
Dfts1n.test30 INSERT INTO t1(a, b, c) VALUES('one three four', 'one four', 'one two');
33 } {{one three four} {one four} {one two}}
43 } {{one three four} {one four} {one two} {one three four} {one four} {one two}}
Dselect9.test132 INSERT INTO t1 VALUES(4, 'four', 'IV');
138 INSERT INTO t2 VALUES(2, 'four', 'VIII');
178 …} {1 one 3 {} 5 five 7 seven 9 {} 2 two 4 four 6 {} 8 eight 10 ten 1 two 2 four 3 {} 4 eight 5 ten…
181 …} {1 one 1 two 2 two 2 four 3 {} 3 {} 4 four 4 eight 5 five 5 ten 6 {} 6 {} 7 seven 7 fourteen 8 e…
184 …} {3 {} 9 {} 6 {} 3 {} 6 {} 9 {} 8 eight 4 eight 5 five 4 four 2 four 7 fourteen 1 one 7 seven 8 s…
187 …} {1 one 1 two 2 four 2 two 3 {} 3 {} 4 eight 4 four 5 five 5 ten 6 {} 6 {} 7 fourteen 7 seven 8 e…
190 …} {3 {} 3 {} 6 {} 6 {} 9 {} 9 {} 4 eight 8 eight 5 five 2 four 4 four 7 fourteen 1 one 7 seven 8 s…
196 …} {1 one 1 two 2 four 2 two 3 {} 4 eight 4 four 5 five 5 ten 6 {} 7 fourteen 7 seven 8 eight 8 six…
200 …} {1 one 1 two 2 four 2 two 3 {} 4 eight 4 four 5 five 5 ten 6 {} 7 fourteen 7 seven 8 eight 8 six…
204 …} {3 {} 6 {} 9 {} 4 eight 8 eight 5 five 2 four 4 four 7 fourteen 1 one 7 seven 8 sixteen 5 ten 10…
[all …]
Dfts3ae.test38 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'}
Dfts3af.test37 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'}
Dfts2f.test37 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'}
Dfts1e.test38 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'}
Dfts2e.test38 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'}
Dfts1f.test37 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'}
/external/srec/doc/logs/srec/
Drecog4_SHIP_change_sample_rate2.res1 R: oh eight four nine two five one eight five
3 R: eight eight nine five eight eight two eight four
7 R: five zero two seven four nine three three zero zero
19 R: four two zero eight five nine oh nine four zero
25 R: eight four zero five six five four one four six
33 R: zero seven nine six five one four eight one eight
39 R: seven six zero eight three three zero five nine four
43 R: four nine seven eight four five eight two zero zero
45 R: nine oh one one five oh four seven five zero
47 R: five zero nine two four four six two three
[all …]
Dout_SHIP_change_sample_rate2.txt15 C: oh eight four zero nine two five one eight five
21 TRANSCRIPTION : 'oh eight four zero nine two five one eight five'
22 LITERAL[ 0] : 'oh eight four nine two five one eight five'
27 LITERAL[ 1] : 'five four nine two five one eight five'
32 LITERAL[ 2] : 'oh eight four nine two five one eight five oh'
37 LITERAL[ 3] : 'oh eight four nine two five one five'
42 LITERAL[ 4] : 'oh eight four oh nine two five one eight five'
47 LITERAL[ 5] : 'oh oh eight four nine two five one eight five'
52 LITERAL[ 6] : 'oh eight four nine two five one two five'
57 LITERAL[ 7] : 'oh eight four nine two five four eight five'
[all …]
/external/srec/config/en.us/tcp/
Dchange_sample_rate2.tcp12 recognize_nist dallas/0000/S072.nwf 0 0 oh eight four zero nine two five one eight five
15 recognize_nist dallas/0000/S076.nwf 0 0 five zero two seven four nine three three zero zero
21 recognize_nist dallas/0000/S088.nwf 0 0 four two zero eight five nine oh nine four zero
25 recognize_nist dallas/0300/S057.nwf 0 0 eight four zero five six five four one four six
37 recognize_nist dallas-8kHz/0301/S079.nwf 0 0 zero seven nine six five one four eight one eight
40 recognize_nist dallas-8kHz/0301/S083.nwf 0 0 seven six zero eight three three zero five nine four
43 recognize_nist dallas-8kHz/0302/S051.nwf 0 0 four nine seven eight four five eight two zero zero
45 recognize_nist dallas-8kHz/0302/S053.nwf 0 0 five zero nine two four four six two two three
46 recognize_nist dallas-8kHz/0302/S054.nwf 0 0 four nine three zero three oh five seven two three
47 recognize_nist dallas-8kHz/0302/S065.nwf 0 0 five six five four five five three eight six seven
[all …]
/external/chromium_org/third_party/icu/source/test/intltest/
Dlistformattertest.cpp23 three("Charlie", -1, US_INV), four("Delta", -1, US_INV) { in ListFormatterTest()
38 UnicodeString three, UnicodeString four, UnicodeString results[4]) { in CheckFourCases() argument
54 UnicodeString input4[] = {one, two, three, four}; in CheckFourCases()
59 UnicodeString three, UnicodeString four, UnicodeString results[4]) { in RecordFourCases() argument
72 UnicodeString input4[] = {one, two, three, four}; in RecordFourCases()
86 one + ", " + two + ", " + three + ", " + four in TestRoot()
89 CheckFourCases("", one, two, three, four, results); in TestRoot()
95 if (RecordFourCases(Locale::getDefault(), one, two, three, four, results)) { in TestBogus()
96 CheckFourCases("ex_PY", one, two, three, four, results); in TestBogus()
107 one + ", " + two + ", " + three + ", and " + four in TestEnglish()
[all …]
/external/icu/icu4c/source/test/intltest/
Dlistformattertest.cpp23 three("Charlie", -1, US_INV), four("Delta", -1, US_INV) { in ListFormatterTest()
38 UnicodeString three, UnicodeString four, UnicodeString results[4]) { in CheckFourCases() argument
54 UnicodeString input4[] = {one, two, three, four}; in CheckFourCases()
59 UnicodeString three, UnicodeString four, UnicodeString results[4]) { in RecordFourCases() argument
72 UnicodeString input4[] = {one, two, three, four}; in RecordFourCases()
86 one + ", " + two + ", " + three + ", " + four in TestRoot()
89 CheckFourCases("", one, two, three, four, results); in TestRoot()
95 if (RecordFourCases(Locale::getDefault(), one, two, three, four, results)) { in TestBogus()
96 CheckFourCases("ex_PY", one, two, three, four, results); in TestBogus()
107 one + ", " + two + ", " + three + ", and " + four in TestEnglish()
[all …]
/external/chromium_org/ui/base/glib/
Dglib_signal.h58 ARG3 three, ARG4 four, \
61 METHOD(sender, one, two, three, four); \
69 ARG3 three, ARG4 four, ARG5 five, \
72 METHOD(sender, one, two, three, four, five); \
80 ARG3 three, ARG4 four, ARG5 five, \
83 METHOD(sender, one, two, three, four, five, six); \
124 ARG3 three, ARG4 four, \
127 METHOD(sender, one, two, three, four); \
135 ARG3 three, ARG4 four, ARG5 five, \
138 METHOD(sender, one, two, three, four, five); \
[all …]
/external/chromium_org/v8/test/mjsunit/
Dsmi-negative-zero.js34 var four = 4; variable
52 assertEquals(Infinity, one / (four % two), "foo3");
53 assertEquals(Infinity, one / (four % minus_two), "foo4");
82 assertEquals(Infinity, one / (four % 2), "buzz5");
83 assertEquals(Infinity, one / (four % -2), "buzz6");

12345678910>>...17