Home
last modified time | relevance | path

Searched full:john (Results 1 - 25 of 784) 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/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/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/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/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/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...]
/test/xts/acts/commonlibrary/ets_utils/json_lib_standard/entry/src/ohosTest/js/test/
H A Djson.test.js38 const jsonText = '{"name": "John", "age": 30}';
58 const jsonText = '{"name": "John", "age": 30}';
138 let obj = {1: "John", 2: 30, 3: "New York"};
140 expect(rst).assertEqual('{"1":"John","2":30}');
153 let obj = {1: "John", 2: 30, 3: "New York"};
155 expect(rst).assertEqual('{\n "1": "John",\n "2": 30\n}');
168 let obj = {1: "John", 2: 30, 3: "New York"};
170 expect(rst).assertEqual('{\nwww"1": "John",\nwww"2": 30\n}');
183 let obj = {1: "John", 2: 30, 3: "New York"};
185 expect(rst).assertEqual('{\n "1": "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
/test/xts/acts/commonlibrary/ets_utils/codeparsingtest/baselibtest/entry/src/ohosTest/ets/test/json/
H A DJson.test.ets180 let jsonText = '{"name": "John", "age": 30, "city": "ChongQing"}';
331 let numberObj = JSON.parse('{ "name" : ' + nullChars[0] + '"John" : ' + nullChars[0] + ' }');
728 let numberObj = JSON.parse('{"name": {"name": "John", "age": 30}, "age": 30}') as Object;
766 let numberObj = JSON.parse('{null: "John", "age": 30}') as Object;
826 1: "John", 2: 30, 3: "New York"
828 expect(str1).assertEqual('{"1":"John","2":30}');
847 1: "John", 2: 30, 3: "New York"
849 expect(str1).assertEqual('{\n "1": "John",\n "2": 30\n}');
868 1: "John", 2: 30, 3: "New York"
870 expect(str1).assertEqual('{\nwww"1": "John",\nww
[all...]
/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)
H A DVK_FUCHSIA_external_memory.txt15 - John Bauman, Google
16 - John Rosasco, Google
36 * Revision 1, 2021-03-01 (John Rosasco)
H A DVK_FUCHSIA_external_semaphore.adoc15 - John Bauman, Google
16 - John Rosasco, Google
42 * Revision 1, 2021-03-08 (John Rosasco)
H A DVK_FUCHSIA_external_semaphore.txt15 - John Bauman, Google
16 - John Rosasco, Google
42 * Revision 1, 2021-03-08 (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/typescript/tests/arkTSTest/testcase/arkts-no-func-props/
H A Darkts-no-func-props-4-error.ets31 const formattedName = formatName("John", "Doe");
34 const fullName = formatName.fullName("John", "Doe");
37 const initials = formatName.getInitials("John", "Doe");
H A Darkts-no-func-props-4-ok.ets32 const formattedName1:string = Format.formatName("John", "Doe");
35 const fullName:string = Format.fullName1("John", "Doe");
38 const initials1:string = Format.getInitials("John", "Doe");

Completed in 11 milliseconds

12345678910>>...32