/third_party/icu/icu4j/perf-tests/data/collation/ |
H A D | TestNames_Latin.txt | 36 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 D | arkts-sendable-explicit-field-type-1-error.ets | 41 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 D | sub-sami | 14 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 D | ACKS | 54 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 D | collationdata.h | 25 "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 D | THANKS | 1354 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 D | sorting.rst | 73 ... ('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...] |
/test/xts/acts/commonlibrary/ets_utils/json_lib_standard/entry/src/ohosTest/js/test/ |
H A D | json.test.js | 38 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 D | inferFromBindingPattern.js | 34 const john = selectJohn(); 35 const [personAgain, nufinspecial] = john; 58 var john = selectJohn();
variable 59 var personAgain = john[0], nufinspecial = john[1];
|
H A D | inferFromBindingPattern.symbols | 96 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 D | inferFromBindingPattern.types | 77 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 D | CustomFormatterPersonTest.java | 102 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()
|
/test/xts/acts/commonlibrary/ets_utils/codeparsingtest/baselibtest/entry/src/ohosTest/ets/test/json/ |
H A D | Json.test.ets | 180 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/protobuf/examples/ |
H A D | list_people_test.go | 16 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 D | inputs.rs | 59 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 D | new_operator_4.ts | 40 const john = new Person("john", 30);
41 Assert.isString(john.name, "john");
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
H A D | VK_FUCHSIA_buffer_collection.adoc | 15 - 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 D | VK_FUCHSIA_buffer_collection.txt | 15 - John Bauman, Google 16 - John Rosasco, Google 60 * Revision 2, 2021-09-23 (John Rosasco) 62 * Revision 1, 2021-03-09 (John Rosasco)
|
/third_party/jerryscript/tests/jerry/ |
H A D | object-literal.js | 16 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 D | PersonNameFormatterTest.java | 242 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 D | README.md | 46 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 D | raw.json | 8498 "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 D | test.json | 8498 "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 D | baseline.json | 8498 "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 D | raw.json | 8498 "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...] |