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

1 2 3 4 5 6 7 8 91011>>

  /external/markdown/tests/misc/
lists6.txt 1 Test five or more spaces as start of list:
3 * five spaces
8 * five spaces
14 * five spaces
lists6.html 1 <p>Test five or more spaces as start of list:</p>
3 <li>five spaces</li>
8 <li>five spaces</li>
16 <p>five spaces</p>
  /external/srec/doc/logs/srec/
recog4_SHIP_change_sample_rate2.res 1 R: oh eight four nine two five one eight five
3 R: eight eight nine five eight eight two eight four
5 R: zero seven six five nine oh zero two five two
7 R: five zero two seven four nine three three zero zero
9 R: six nine five zero two eight seven seven
11 R: seven one one five six zero oh six five nine
13 R: oh three seven nine zero six eight five seve
    [all...]
out_SHIP_change_sample_rate2.txt 15 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
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
054-if-with-macros.c 4 #define five 5 macro
5 #if five < two
15 #if two + three <= five
20 #if five - two == three
30 #if one != five
  /external/mesa3d/src/glsl/glcpp/tests/
054-if-with-macros.c 4 #define five 5 macro
5 #if five < two
15 #if two + three <= five
20 #if five - two == three
30 #if one != five
  /external/srec/config/en.us/tcp/
change_sample_rate2.tcp 12 recognize_nist dallas/0000/S072.nwf 0 0 oh eight four zero nine two five one eight five
13 recognize_nist dallas/0000/S074.nwf 0 0 eight six one oh five six six two six two
14 recognize_nist dallas/0000/S075.nwf 0 0 zero seven six five nine oh zero two five two
15 recognize_nist dallas/0000/S076.nwf 0 0 five zero two seven four nine three three zero zero
16 recognize_nist dallas/0000/S077.nwf 0 0 six nine five zero two eight seven seven three six
17 recognize_nist dallas/0000/S079.nwf 0 0 seven one one five six zero oh six five nine
18 recognize_nist dallas/0000/S080.nwf 0 0 seven oh three seven nine zero six eight five seve
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
fts3malloc.test 93 if {$ii & 0x10} {lappend a five ; lappend b hah }
110 {five} {one five} {two five}
111 {one two five} {three five} {one three five}
112 {two three five} {one two three five} {four five}
    [all...]
fts2a.test 26 # Construct a full-text search table containing five keywords:
27 # one, two, three, four, and five, in various combinations. The
47 INSERT INTO t1(content) VALUES('five');
48 INSERT INTO t1(content) VALUES('one five');
49 INSERT INTO t1(content) VALUES('two five');
50 INSERT INTO t1(content) VALUES('one two five');
51 INSERT INTO t1(content) VALUES('three five');
52 INSERT INTO t1(content) VALUES('one three five');
53 INSERT INTO t1(content) VALUES('two three five');
54 INSERT INTO t1(content) VALUES('one two three five');
    [all...]
fts1a.test 26 # Construct a full-text search table containing five keywords:
27 # one, two, three, four, and five, in various combinations. The
47 INSERT INTO t1(content) VALUES('five');
48 INSERT INTO t1(content) VALUES('one five');
49 INSERT INTO t1(content) VALUES('two five');
50 INSERT INTO t1(content) VALUES('one two five');
51 INSERT INTO t1(content) VALUES('three five');
52 INSERT INTO t1(content) VALUES('one three five');
53 INSERT INTO t1(content) VALUES('two three five');
54 INSERT INTO t1(content) VALUES('one two three five');
    [all...]
fts3aa.test 26 # Construct a full-text search table containing five keywords:
27 # one, two, three, four, and five, in various combinations. The
47 INSERT INTO t1(content) VALUES('five');
48 INSERT INTO t1(content) VALUES('one five');
49 INSERT INTO t1(content) VALUES('two five');
50 INSERT INTO t1(content) VALUES('one two five');
51 INSERT INTO t1(content) VALUES('three five');
52 INSERT INTO t1(content) VALUES('one three five');
53 INSERT INTO t1(content) VALUES('two three five');
54 INSERT INTO t1(content) VALUES('one two three five');
    [all...]
fts1f.test 48 UPDATE t1 SET content = 'update two five' WHERE rowid = 8;
49 INSERT INTO t1 (rowid, content) VALUES(16, 'five');
51 INSERT INTO t1 (rowid, content) VALUES(17, 'one five');
52 INSERT INTO t1 (rowid, content) VALUES(18, 'two five');
53 INSERT INTO t1 (rowid, content) VALUES(19, 'one two five');
55 INSERT INTO t1 (rowid, content) VALUES(20, 'three five');
56 INSERT INTO t1 (rowid, content) VALUES(21, 'one three five');
57 INSERT INTO t1 (rowid, content) VALUES(22, 'two three five');
87 execsql {SELECT rowid FROM t1 WHERE content MATCH 'five'}
fts2f.test 48 UPDATE t1 SET content = 'update two five' WHERE rowid = 8;
49 INSERT INTO t1 (rowid, content) VALUES(16, 'five');
51 INSERT INTO t1 (rowid, content) VALUES(17, 'one five');
52 INSERT INTO t1 (rowid, content) VALUES(18, 'two five');
53 INSERT INTO t1 (rowid, content) VALUES(19, 'one two five');
55 INSERT INTO t1 (rowid, content) VALUES(20, 'three five');
56 INSERT INTO t1 (rowid, content) VALUES(21, 'one three five');
57 INSERT INTO t1 (rowid, content) VALUES(22, 'two three five');
87 execsql {SELECT rowid FROM t1 WHERE content MATCH 'five'}
  /art/test/055-enum-performance/src/
SamePackagePrivateEnum.java 2 ZERO, ONE, TWO, THREE, FOUR, FIVE, SIX, SEVEN, EIGHT, NINE,
SamePackagePublicEnum.java 2 ZERO, ONE, TWO, THREE, FOUR, FIVE, SIX, SEVEN, EIGHT, NINE,
  /art/test/055-enum-performance/src/otherpackage/
OtherPackagePublicEnum.java 4 ZERO, ONE, TWO, THREE, FOUR, FIVE, SIX, SEVEN, EIGHT, NINE,
  /dalvik/tests/055-enum-performance/src/
SamePackagePrivateEnum.java 2 ZERO, ONE, TWO, THREE, FOUR, FIVE, SIX, SEVEN, EIGHT, NINE,
SamePackagePublicEnum.java 2 ZERO, ONE, TWO, THREE, FOUR, FIVE, SIX, SEVEN, EIGHT, NINE,
  /dalvik/tests/055-enum-performance/src/otherpackage/
OtherPackagePublicEnum.java 4 ZERO, ONE, TWO, THREE, FOUR, FIVE, SIX, SEVEN, EIGHT, NINE,
  /art/test/055-enum-performance/
expected.txt 5 FIVE
  /art/test/093-serialization/
expected.txt 1 one=true two=2 three=three four=4.0 five=5.0 six=6 seven=7 eight=8 nine=9 thing=X
  /dalvik/tests/055-enum-performance/
expected.txt 5 FIVE
  /dalvik/tests/093-serialization/
expected.txt 1 one=true two=2 three=three four=4.0 five=5.0 six=6 seven=7 eight=8 nine=9 thing=X
  /external/chromium_org/chrome/browser/spellchecker/
word_trimmer_unittest.cc 36 EXPECT_EQ(ASCIIToUTF16("two three four five six seven"), TrimWords(
37 &start, end, ASCIIToUTF16("one two three four five six seven eight"), 2));
44 EXPECT_EQ(ASCIIToUTF16("two three four five six"), TrimWords(
45 &start, end, ASCIIToUTF16("one two three four five six seven eight"), 2));
60 EXPECT_EQ(ASCIIToUTF16("one two three four five six seven eight"), TrimWords(
61 &start, end, ASCIIToUTF16("one two three four five six seven eight"), 2));
  /external/valgrind/main/memcheck/tests/
vcpu_fbench.stdout.exp 7 adjust iteration count so the benchmark runs about five minutes.

Completed in 404 milliseconds

1 2 3 4 5 6 7 8 91011>>