Home
last modified time | relevance | path

Searched full:john (Results 151 - 175 of 771) sorted by relevance

12345678910>>...31

/third_party/typescript/tests/arkTSTest/testcase/arkts-no-in/
H A Darkts-no-in-4-error.ets29 const personFour = new PersonFour("John");
H A Darkts-no-in-4-ok.ets29 const personFourRight = new PersonFourRight("John");
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-indexed-signatures/
H A Darkts-no-indexed-signatures-5-ok.ets19 ['name', 'John'],
H A Darkts-no-indexed-signatures-6-error.ets21 const dynamicObject: DynamicObject = { name: 'John', age: 30, isActive: true }
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-intersection-types/
H A Darkts-no-intersection-types-5-error.ets31 name: "John",
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-jsx/
H A Darkts-no-jsx-5-error.ets19 let name = "John";
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-misplaced-imports/
H A Darkts-no-misplaced-imports-7-error.ets25 name: 'John',
H A Darkts-no-misplaced-imports-8-ok.ets30 name: 'John',
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-ns-as-obj/
H A Darkts-no-ns-as-obj-2-ok.ets32 const person: MyNamespace.Person = { name: 'John', age: 25 };
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-ns-statements/arkts-no-ns-statements/
H A Darkts-no-ns-statements-4-error.ets38 let myObject = new MyClass('John')
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-ns-statements/
H A Darkts-no-ns-statements-4-error.ets38 let myObject = new MyClass('John')
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-obj-literals-as-types/
H A Darkts-no-obj-literals-as-types-1-error.ets18 name: "John",
H A Darkts-no-obj-literals-as-types-1-ok.ets23 person.name = "John";
H A Darkts-no-obj-literals-as-types-2-ok.ets23 name: "John",
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-props-by-index/
H A Darkts-no-props-by-index-9-error.ets19 name: 'John',
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-types-in-catch/
H A Darkts-no-types-in-catch-1-error.ets21 let json = '{"name": "John", age: 30}' // Missing quotation marks causing inability to parse
H A Darkts-no-types-in-catch-1-ok.ets21 let json = '{"name": "John", age: 30}' // Missing quotation marks causing inability to parse
/third_party/python/Lib/test/test_email/data/
H A Dmsg_20.txt9 From: bbb@ddd.com (John X. Doe)
H A Dmsg_01.txt9 From: bbb@ddd.com (John X. Doe)
/third_party/libuv/
H A DAUTHORS151 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 DAUTHORS151 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 Dtest-api.cpp1045 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 Dunit-udt.cpp395 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 Ddwarf_linecontext.c3 Written by John Mellor-Crummey <johnmc@rice.edu>, 2021.
/third_party/curl/packages/vms/
H A Dvms_eco_level.h3 * Copyright (C) John Malmberg

Completed in 33 milliseconds

12345678910>>...31