Home
last modified time | relevance | path

Searched full:john (Results 1 - 25 of 777) sorted by relevance

12345678910>>...32

/third_party/icu/icu4j/perf-tests/data/collation/
H A DTestNames_Latin.txt36 Adams, John Ottis
37 Adams, John Wolcott
80 Alexander, John White
222 Arms, John Taylor
226 Armstrong, John
262 Atkinson, John Augustus
267 Audubon, John James
268 Audubon, John Woodhouse
300 Bacon, John Henry F.
307 Baeder, John
[all...]
/third_party/typescript/tests/arkTSTest/testcase/arkts-sendable-explicit-field-type/
H A Darkts-sendable-explicit-field-type-1-error.ets41 objectProp: object = { name: 'John', age: 30 };
55 optObjectProp1?: object = { name: 'John', age: 30 };
69 public optObjectProp2: object = { name: 'John', age: 30 };
83 readonly optObjectProp3: object = { name: 'John', age: 30 };
98 objectProp4 = { name: 'John', age: 30 };
113 objectProp5? = { name: 'John', age: 30 };
128 public optObjectProp6 = { name: 'John', age: 30 };
143 readonly optObjectProp7 = { name: 'John', age: 30 };
163 objectProp: object = { name: 'John', age: 30 };
177 optObjectProp1?: object = { name: 'John', ag
[all...]
/third_party/ffmpeg/tests/ref/fate/
H A Dsub-sami14 Dialogue: 0,0:00:00.00,0:00:00.01,Default,,0,0,0,,{\i1}Pres. John F. Kennedy{\i0}\N
15 Dialogue: 0,0:00:00.01,0:00:08.80,Default,,0,0,0,,{\i1}Pres. John F. Kennedy{\i0}\NLet the word go forth, from this time and place to friend and foe alike that the torch
16 Dialogue: 0,0:00:08.80,0:00:19.50,Default,,0,0,0,,{\i1}Pres. John F. Kennedy{\i0}\Nhas been passed to a new generation of Americans, born in this century, tempered by war,
17 Dialogue: 0,0:00:19.50,0:00:28.00,Default,,0,0,0,,{\i1}Pres. John F. Kennedy{\i0}\Ndisciplined by a hard and bitter peace, proud of our ancient heritage, and unwilling to witness
18 Dialogue: 0,0:00:28.00,0:00:38.00,Default,,0,0,0,,{\i1}Pres. John F. Kennedy{\i0}\Nor permit the slow undoing of those human rights to which this nation has always
19 Dialogue: 0,0:00:38.00,0:00:46.00,Default,,0,0,0,,{\i1}Pres. John F. Kennedy{\i0}\Nbeen committed and to which we are committed today at home and around the world.
20 Dialogue: 0,0:00:46.00,0:01:01.00,Default,,0,0,0,,{\i1}Pres. John F. Kennedy{\i0}\NLet every nation know, whether it wishes us well or ill, that we shall pay any price, bear any burden,
21 Dialogue: 0,0:01:01.00,0:01:13.00,Default,,0,0,0,,{\i1}Pres. John F. Kennedy{\i0}\Nmeet any hardship, support any friend, oppose any foe, to ensure the survival and success of liberty.
22 Dialogue: 0,0:01:13.00,9:59:59.99,Default,,0,0,0,,{\i1}End of:{\i0}\NPresident John F. Kennedy Speech
/third_party/python/Misc/
H A DACKS54 John Anderson
83 John Aycock
132 John Beck
146 John Belmonte
299 John Chandler
388 John Cugini
415 John DeGood
424 John Dennis
462 John DuBois
482 John Edmond
[all...]
/third_party/icu/icu4c/source/test/perf/DateFmtPerf/
H A Dcollationdata.h25 "Brett, John",
28 "Brewster Jr., John",
33 "Bridges, John",
42 "Bristol, John Bunyan",
75 "Brown, John George",
76 "Brown, John-Lewis",
106 "Connah, John",
114 "Constable, John",
135 "Hall 1739-1797, John",
143 "Hall, John",
[all...]
/third_party/curl/docs/
H A DTHANKS1354 John A. Bristor
1355 John Bampton
1356 John Bradshaw
1357 John Butterfield
1358 John Coffey
1359 John Crow
1360 John David Anglin
1361 John DeHelian
1362 John Dennis
1363 John Dun
[all...]
/third_party/python/Doc/howto/
H A Dsorting.rst73 ... ('john', 'A', 15),
78 [('dave', 'B', 10), ('jane', 'B', 12), ('john', 'A', 15)]
93 ... Student('john', 'A', 15),
98 [('dave', 'B', 10), ('jane', 'B', 12), ('john', 'A', 15)]
115 [('dave', 'B', 10), ('jane', 'B', 12), ('john', 'A', 15)]
118 [('dave', 'B', 10), ('jane', 'B', 12), ('john', 'A', 15)]
126 [('john', 'A', 15), ('dave', 'B', 10), ('jane', 'B', 12)]
129 [('john', 'A', 15), ('dave', 'B', 10), ('jane', 'B', 12)]
141 [('john', 'A', 15), ('jane', 'B', 12), ('dave', 'B', 10)]
144 [('john', '
[all...]
/third_party/typescript/tests/baselines/reference/
H A DinferFromBindingPattern.js34 const john = selectJohn();
35 const [personAgain, nufinspecial] = john;
58 var john = selectJohn(); variable
59 var personAgain = john[0], nufinspecial = john[1];
H A DinferFromBindingPattern.symbols96 const john = selectJohn();
97 >john : Symbol(john, Decl(inferFromBindingPattern.ts, 32, 5))
100 const [personAgain, nufinspecial] = john;
103 >john : Symbol(john, Decl(inferFromBindingPattern.ts, 32, 5))
H A DinferFromBindingPattern.types77 const john = selectJohn();
78 >john : SelectResult<Person, Person>
82 const [personAgain, nufinspecial] = john;
85 >john : SelectResult<Person, Person>
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/message2/
H A DCustomFormatterPersonTest.java102 Person who = new Person("Mr.", "John", "Doe"); in testCustomFunctions()
126 .expected("Hello John") in testCustomFunctions()
131 .expected("Hello Mr. John Doe") in testCustomFunctions()
136 .expected("Hello John Doe") in testCustomFunctions()
148 Person malePerson = new Person("Mr.", "John", "Doe"); in testCustomFunctionsComplexMessage()
175 .expected("Ms. Jane Doe invites Mr. John Doe and 2 other people to her party.") in testCustomFunctionsComplexMessage()
180 .expected("Ms. Jane Doe invites Mr. John Doe and one other person to her party.") in testCustomFunctionsComplexMessage()
185 .expected("Ms. Jane Doe invites Mr. John Doe to her party.") in testCustomFunctionsComplexMessage()
190 .expected("Mr. John Doe invites Ms. Jane Doe and 2 other people to his party.") in testCustomFunctionsComplexMessage()
/third_party/protobuf/examples/
H A Dlist_people_test.go16 Name: "John Doe",
26 Name: John Doe
39 Name: "John Doe",
41 Email: "john@example.com",
77 Name: John Doe
78 E-mail address: john@example.com
/third_party/rust/crates/memchr/bench/src/memmem/
H A Dinputs.rs59 Query { name: "john-watson", needle: "John Watson", count: 0 },
104 name: "john-watson",
126 name: "john-watson", needle: "约翰·沃森", count: 0
146 Query { name: "john-watson", needle: "John Watson", count: 0 },
165 name: "john-watson",
183 name: "john-watson", needle: "约翰·沃森", count: 0
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/the_new_operator/
H A Dnew_operator_4.ts40 const john = new Person("john", 30);
41 Assert.isString(john.name, "john");
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
H A DVK_FUCHSIA_buffer_collection.adoc15 - John Bauman, Google
16 - John Rosasco, Google
60 * Revision 2, 2021-09-23 (John Rosasco)
62 * Revision 1, 2021-03-09 (John Rosasco)
H A DVK_FUCHSIA_buffer_collection.txt15 - John Bauman, Google
16 - John Rosasco, Google
60 * Revision 2, 2021-09-23 (John Rosasco)
62 * Revision 1, 2021-03-09 (John Rosasco)
H A DVK_FUCHSIA_external_memory.adoc15 - John Bauman, Google
16 - John Rosasco, Google
36 * Revision 1, 2021-03-01 (John Rosasco)
/third_party/jerryscript/tests/jerry/
H A Dobject-literal.js16 firstName:"John",
24 assert (person.firstName === "John");
25 assert (person["firstName"] === "John");
41 var john = new Object(); class
42 john.firstName = "John";
43 john.lastName = "Doe";
44 john.age = 40;
45 john.eyeColor = "blue";
47 assert (person.firstName === john
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DPersonNameFormatterTest.java242 new NameAndTestCases("locale=en_US,given=John Paul,given2=Stephen David George,surname=Smith", new String[][] { in TestInitialGeneration()
243 { "en_US", "LONG", "REFERRING", "FORMAL", "", "John Paul Stephen David George Smith" }, in TestInitialGeneration()
244 { "en_US", "MEDIUM", "REFERRING", "FORMAL", "", "John Paul S. D. G. Smith" }, in TestInitialGeneration()
246 { "en_US", "SHORT", "REFERRING", "INFORMAL", "", "John Paul S." }, in TestInitialGeneration()
258 new NameAndTestCases("locale=en_US,given=John,given2=Paul,surname=Smith,suffix=Jr.", new String[][] { in TestLiteralTextElision()
259 { "en_US", "LONG", "REFERRING", "FORMAL", "", "John Paul Smith Jr." }, in TestLiteralTextElision()
261 new NameAndTestCases("locale=en_US,given=John,given2=Paul,surname=Smith", new String[][] { in TestLiteralTextElision()
262 { "en_US", "LONG", "REFERRING", "FORMAL", "", "John Paul Smith" }, in TestLiteralTextElision()
270 new NameAndTestCases("locale=en_US,given=John", new String[][] { in TestLiteralTextElision()
271 { "en_US", "LONG", "REFERRING", "FORMAL", "", "John" }, in TestLiteralTextElision()
[all...]
/third_party/rust/crates/memchr/bench/runs/2021-05-06_sliceslice-0.3.0/
H A DREADME.md46 oneshot/huge-en/never-john-watson 1.00 17.5±0.02µs 32.7 GB/sec 1.02 17.8±0.01µs 32.0 GB/sec 25.94 453.2±1.00µs 1290.6 MB/sec 4.86 84.9±0.08µs 6.7 GB/sec
54 oneshot/huge-ru/never-john-watson 1.00 17.5±0.02µs 32.7 GB/sec 4.67 81.5±0.11µs 7.0 GB/sec 18.86 329.3±0.58µs 1776.5 MB/sec 8.77 153.2±0.14µs 3.7 GB/sec
57 oneshot/huge-zh/never-john-watson 1.00 17.8±0.02µs 32.1 GB/sec 1.05 18.6±0.02µs 30.7 GB/sec 6.94 123.6±0.18µs 4.6 GB/sec 3.35 59.6±0.05µs 9.6 GB/sec
68 oneshot/teeny-en/never-john-watson 1.45 24.5±0.05ns 1090.5 MB/sec 1.00 16.9±0.03ns 1581.8 MB/sec 2.25 37.9±0.03ns 704.3 MB/sec 2.81 47.4±0.05ns 563.6 MB/sec
73 oneshot/teeny-ru/never-john-watson 2.32 33.1±0.05ns 1211.9 MB/sec 1.00 14.2±0.01ns 2.7 GB/sec 4.65 66.1±0.09ns 606.1 MB/sec 4.82 68.5±0.08ns 584.5 MB/sec
76 oneshot/teeny-zh/never-john-watson 1.52 26.8±0.07ns 1104.1 MB/sec 1.00 17.6±0.02ns 1678.9 MB/sec 2.60 45.8±0.05ns 645.1 MB/sec 3.02 53.2±0.09ns 555.8 MB/sec
100 prebuilt/huge-en/never-john-watson 1.00 17.4±0.01µs 32.8 GB/sec 1.02 17.8±0.02µs 32.0 GB/sec
108 prebuilt/huge-ru/never-john-watson 1.00 17.6±0.02µs 32.4 GB/sec 4.69 82.8±0.13µs 6.9 GB/sec
111 prebuilt/huge-zh/never-john-watson 1.00 18.0±0.02µs 31.7 GB/sec 1.02 18.5±0.03µs 31.0 GB/sec
125 prebuilt/teeny-en/never-john
[all...]
H A Draw.json8498 "memmem/bstr/oneshot/huge-en/never-john-watson": {
8500 "fullname": "2021-05-06/memmem/bstr/oneshot/huge-en/never-john-watson",
8503 "function_id": "bstr/oneshot/huge-en/never-john-watson",
8509 "full_id": "memmem/bstr/oneshot/huge-en/never-john-watson",
8510 "directory_name": "memmem/bstr_oneshot_huge-en_never-john-watson"
8994 "memmem/bstr/oneshot/huge-ru/never-john-watson": {
8996 "fullname": "2021-05-06/memmem/bstr/oneshot/huge-ru/never-john-watson",
8999 "function_id": "bstr/oneshot/huge-ru/never-john-watson",
9005 "full_id": "memmem/bstr/oneshot/huge-ru/never-john-watson",
9006 "directory_name": "memmem/bstr_oneshot_huge-ru_never-john
[all...]
/third_party/rust/crates/memchr/bench/runs/2022-04-29_wasm-changes/
H A Dtest.json8498 "memmem/bstr/oneshot/huge-en/never-john-watson": {
8500 "fullname": "2022-04-29_wasm-changes/memmem/bstr/oneshot/huge-en/never-john-watson",
8503 "function_id": "bstr/oneshot/huge-en/never-john-watson",
8509 "full_id": "memmem/bstr/oneshot/huge-en/never-john-watson",
8510 "directory_name": "memmem/bstr_oneshot_huge-en_never-john-watson"
8994 "memmem/bstr/oneshot/huge-ru/never-john-watson": {
8996 "fullname": "2022-04-29_wasm-changes/memmem/bstr/oneshot/huge-ru/never-john-watson",
8999 "function_id": "bstr/oneshot/huge-ru/never-john-watson",
9005 "full_id": "memmem/bstr/oneshot/huge-ru/never-john-watson",
9006 "directory_name": "memmem/bstr_oneshot_huge-ru_never-john
[all...]
H A Dbaseline.json8498 "memmem/bstr/oneshot/huge-en/never-john-watson": {
8500 "fullname": "2022-04-29/memmem/bstr/oneshot/huge-en/never-john-watson",
8503 "function_id": "bstr/oneshot/huge-en/never-john-watson",
8509 "full_id": "memmem/bstr/oneshot/huge-en/never-john-watson",
8510 "directory_name": "memmem/bstr_oneshot_huge-en_never-john-watson"
8994 "memmem/bstr/oneshot/huge-ru/never-john-watson": {
8996 "fullname": "2022-04-29/memmem/bstr/oneshot/huge-ru/never-john-watson",
8999 "function_id": "bstr/oneshot/huge-ru/never-john-watson",
9005 "full_id": "memmem/bstr/oneshot/huge-ru/never-john-watson",
9006 "directory_name": "memmem/bstr_oneshot_huge-ru_never-john
[all...]
/third_party/rust/crates/memchr/bench/runs/2021-04-30_initial/
H A Draw.json8498 "memmem/bstr/oneshot/huge-en/never-john-watson": {
8500 "fullname": "2021-04-30/memmem/bstr/oneshot/huge-en/never-john-watson",
8503 "function_id": "bstr/oneshot/huge-en/never-john-watson",
8509 "full_id": "memmem/bstr/oneshot/huge-en/never-john-watson",
8510 "directory_name": "memmem/bstr_oneshot_huge-en_never-john-watson"
8994 "memmem/bstr/oneshot/huge-ru/never-john-watson": {
8996 "fullname": "2021-04-30/memmem/bstr/oneshot/huge-ru/never-john-watson",
8999 "function_id": "bstr/oneshot/huge-ru/never-john-watson",
9005 "full_id": "memmem/bstr/oneshot/huge-ru/never-john-watson",
9006 "directory_name": "memmem/bstr_oneshot_huge-ru_never-john
[all...]
/third_party/rust/crates/memchr/bench/runs/2021-05-01_regex-and-bstr/
H A Draw.json8498 "memmem/bstr/oneshot/huge-en/never-john-watson": {
8500 "fullname": "2021-05-01/memmem/bstr/oneshot/huge-en/never-john-watson",
8503 "function_id": "bstr/oneshot/huge-en/never-john-watson",
8509 "full_id": "memmem/bstr/oneshot/huge-en/never-john-watson",
8510 "directory_name": "memmem/bstr_oneshot_huge-en_never-john-watson"
8994 "memmem/bstr/oneshot/huge-ru/never-john-watson": {
8996 "fullname": "2021-05-01/memmem/bstr/oneshot/huge-ru/never-john-watson",
8999 "function_id": "bstr/oneshot/huge-ru/never-john-watson",
9005 "full_id": "memmem/bstr/oneshot/huge-ru/never-john-watson",
9006 "directory_name": "memmem/bstr_oneshot_huge-ru_never-john
[all...]

Completed in 52 milliseconds

12345678910>>...32