Home
last modified time | relevance | path

Searched full:john (Results 51 - 75 of 786) sorted by relevance

12345678910>>...32

/third_party/skia/third_party/externals/angle2/extensions/
H A DEGL_ANGLE_software_display.txt11 John Bauman
16 John Bauman, Google Inc. (jbauman 'at' chromium.org)
/third_party/typescript/src/testRunner/unittests/
H A DjsDocParsing.ts335 * @author John Doe <john.doe@example.com>
336 * @author John Doe <john.doe@example.com> unexpected comment
/third_party/typescript/tests/baselines/reference/JSDocParsing/
H A DDocComments.parsesCorrectly.authorTag.json30 "text": "John Doe <john.doe@example.com>"
53 "comment": "John Doe <john.doe@example.com> unexpected comment"
/third_party/elfutils/
H A DAUTHORS48 John M Mellor-Crummey
49 John Ogness
/third_party/glib/patch/
H A Dbackport-gmessages-Add-missing-trailing-newline-in-fallback-log-hander.patch2 From: John Lindgren <john@jlindgren.net>
/third_party/skia/third_party/externals/swiftshader/
H A DCONTRIBUTORS.txt21 John Bauman <jbauman@google.com>
23 John Sheu <sheu@google.com>
/third_party/skia/third_party/externals/libpng/contrib/conftest/
H A Ds_read.dfa4 # Author: John Bowler
5 # Copyright: (c) John Bowler, 2013
H A Ds_write.dfa4 # Author: John Bowler
5 # Copyright: (c) John Bowler, 2013
H A Dsimple.dfa4 # Author: John Bowler
5 # Copyright: (c) John Bowler, 2013
H A Dwrite.dfa4 # Author: John Bowler
5 # Copyright: (c) John Bowler, 2013
/third_party/typescript/tests/issues_cookbook_tests/pages/cookbook/
H A D5.17.ets15 name: 'John',
44 let person_right = new Person_right('John', 30, '***@example.com', '18*********');
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/5.2/named_and_anonymous_tuple_elements/
H A Danonymous_tuple_elements_1.ts28 const person: Person = ['John', 25];
32 Assert.equal(name, 'John');
H A Danonymous_tuple_elements_2.ts28 const person: Person = ['John', 25];
32 Assert.equal(name, 'John');
H A Danonymous_tuple_elements_3.ts28 const person: Person = ['John', 25];
32 Assert.equal(name, 'John');
H A Danonymous_tuple_elements_4.ts28 const person: Person = ['John', 25];
32 Assert.equal(name, 'John');
H A Danonymous_tuple_elements_7.ts28 const person: Person = ['John', 25, 'gaming', 'reading'];
32 Assert.equal(name, 'John');
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/identifiers/
H A Dname_space.ts34 Assert.equal(person.name, "John");
39 name: "John",
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-ctor-signatures-funcs/
H A Darkts-no-ctor-signatures-funcs-3-error.ets36 const person = createPerson(Person, 'John', 30);
37 console.log(person.name); // John
H A Darkts-no-ctor-signatures-funcs-3-ok.ets41 const person = createPerson(Impersonizer, 'John', 30);
42 console.log(person.name); // John
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-ctor-signatures-type/
H A Darkts-no-ctor-signatures-type-3-ok.ets34 let person = new Person('John', 30)
35 person.sayHello() // Hello, my name is John
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-destruct-decls/
H A Darkts-no-destruct-decls-4-error.ets32 yourName: "John",
44 console.log(yourName); // John
H A Darkts-no-destruct-decls-4-ok.ets32 yourName: "John",
44 console.log(yourName); // John
H A Darkts-no-destruct-decls-7-ok.ets24 NameInfo: "John",
33 console.log(NameInfo); // John
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-intersection-types/
H A Darkts-no-intersection-types-1-error.ets23 const person: Person = {name:'John', age:25};
25 const personEmployee: PersonEmployee = { name: 'John', age: 25, id: 1, department: 'IT' };
H A Darkts-no-intersection-types-2-ok.ets30 const person: Person = { name: 'John', age: 25 };
32 const personEmployee: PersonEmployee = { name: 'John', age: 25, id: 1, department: 'IT' };

Completed in 13 milliseconds

12345678910>>...32