Home
last modified time | relevance | path

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

12345678910>>...64

/kernel/linux/linux-6.6/arch/mips/lantiq/xway/
H A Ddcdc.c4 * Copyright (C) 2012 John Crispin <john@phrozen.org>
/kernel/linux/linux-6.6/arch/mips/ralink/
H A DMakefile5 # Copyright (C) 2013 John Crispin <john@phrozen.org>
H A Dprom.c6 * Copyright (C) 2013 John Crispin <john@phrozen.org>
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_scalable.c6 * John Heffner <jheffner@sc.edu>
63 MODULE_AUTHOR("John Heffner");
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_scalable.c6 * John Heffner <jheffner@sc.edu>
63 MODULE_AUTHOR("John Heffner");
/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

Completed in 16 milliseconds

12345678910>>...64