/third_party/typescript/tests/arkTSTest/testcase/arkts-no-in/ |
H A D | arkts-no-in-4-error.ets | 29 const personFour = new PersonFour("John");
|
H A D | arkts-no-in-4-ok.ets | 29 const personFourRight = new PersonFourRight("John");
|
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-indexed-signatures/ |
H A D | arkts-no-indexed-signatures-5-ok.ets | 19 ['name', 'John'],
|
H A D | arkts-no-indexed-signatures-6-error.ets | 21 const dynamicObject: DynamicObject = { name: 'John', age: 30, isActive: true }
|
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-intersection-types/ |
H A D | arkts-no-intersection-types-5-error.ets | 31 name: "John",
|
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-jsx/ |
H A D | arkts-no-jsx-5-error.ets | 19 let name = "John";
|
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-misplaced-imports/ |
H A D | arkts-no-misplaced-imports-7-error.ets | 25 name: 'John',
|
H A D | arkts-no-misplaced-imports-8-ok.ets | 30 name: 'John',
|
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-ns-as-obj/ |
H A D | arkts-no-ns-as-obj-2-ok.ets | 32 const person: MyNamespace.Person = { name: 'John', age: 25 };
|
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-ns-statements/arkts-no-ns-statements/ |
H A D | arkts-no-ns-statements-4-error.ets | 38 let myObject = new MyClass('John')
|
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-ns-statements/ |
H A D | arkts-no-ns-statements-4-error.ets | 38 let myObject = new MyClass('John')
|
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-obj-literals-as-types/ |
H A D | arkts-no-obj-literals-as-types-1-error.ets | 18 name: "John",
|
H A D | arkts-no-obj-literals-as-types-1-ok.ets | 23 person.name = "John";
|
H A D | arkts-no-obj-literals-as-types-2-ok.ets | 23 name: "John",
|
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-props-by-index/ |
H A D | arkts-no-props-by-index-9-error.ets | 19 name: 'John',
|
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-types-in-catch/ |
H A D | arkts-no-types-in-catch-1-error.ets | 21 let json = '{"name": "John", age: 30}' // Missing quotation marks causing inability to parse
|
H A D | arkts-no-types-in-catch-1-ok.ets | 21 let json = '{"name": "John", age: 30}' // Missing quotation marks causing inability to parse
|
/third_party/python/Lib/test/test_email/data/ |
H A D | msg_20.txt | 9 From: bbb@ddd.com (John X. Doe)
|
H A D | msg_01.txt | 9 From: bbb@ddd.com (John X. Doe)
|
/third_party/libuv/ |
H A D | AUTHORS | 151 John Firebaugh <john.firebaugh@gmail.com> 176 John Marino <marino@FreeBSD.org> 206 John McNamee <jpm@microwiz.com> 263 John Barboza <jbarboza@ca.ibm.com>
|
/third_party/node/deps/uv/ |
H A D | AUTHORS | 151 John Firebaugh <john.firebaugh@gmail.com> 176 John Marino <marino@FreeBSD.org> 206 John McNamee <jpm@microwiz.com> 263 John Barboza <jbarboza@ca.ibm.com>
|
/third_party/jerryscript/tests/unit-core/ |
H A D | test-api.cpp | 1045 const char data_check[]="John"; in HWTEST_F() 1047 const jerry_char_t data[] = "{\"name\": \"John\", \"age\": 5}"; in HWTEST_F() 1067 char check_value[] = "{\"name\":\"John\"}"; in HWTEST_F() 1069 jerry_value_t value = jerry_create_string ((const jerry_char_t *) "John"); in HWTEST_F()
|
/third_party/json/tests/src/ |
H A D | unit-udt.cpp | 395 optPerson.reset(new udt::person{{42}, {"John Doe"}, udt::country::russia}); // NOLINT(cppcoreguidelines-owning-memory,modernize-make-shared) 404 auto person = udt::person{{42}, {"John Doe"}, udt::country::russia}; 508 optPerson.reset(new udt::person{{42}, {"John Doe"}, udt::country::russia}); // NOLINT(cppcoreguidelines-owning-memory,modernize-make-unique) 517 auto person = udt::person{{42}, {"John Doe"}, udt::country::russia};
|
/third_party/elfutils/libdw/ |
H A D | dwarf_linecontext.c | 3 Written by John Mellor-Crummey <johnmc@rice.edu>, 2021.
|
/third_party/curl/packages/vms/ |
H A D | vms_eco_level.h | 3 * Copyright (C) John Malmberg
|