Home
last modified time | relevance | path

Searched full:john (Results 76 - 100 of 778) sorted by relevance

12345678910>>...32

/third_party/typescript/tests/cases/conformance/
H A DinferFromBindingPattern.ts35 const john = selectJohn();
36 const [personAgain, nufinspecial] = john;
/third_party/typescript/tests/baselines/reference/
H A DtemplateLiteralTypes1.types558 >obj2 : { readonly name: "John"; readonly age: 42; readonly cars: readonly [{ readonly make: "Ford"; readonly age: 10; }, { readonly make: "Trabant"; readonly age: 35; }]; }
559 >{ name: 'John', age: 42, cars: [ { make: 'Ford', age: 10 }, { make: 'Trabant', age: 35 } ]} as const : { readonly name: "John"; readonly age: 42; readonly cars: readonly [{ readonly make: "Ford"; readonly age: 10; }, { readonly make: "Trabant"; readonly age: 35; }]; }
560 >{ name: 'John', age: 42, cars: [ { make: 'Ford', age: 10 }, { make: 'Trabant', age: 35 } ]} : { readonly name: "John"; readonly age: 42; readonly cars: readonly [{ readonly make: "Ford"; readonly age: 10; }, { readonly make: "Trabant"; readonly age: 35; }]; }
562 name: 'John',
563 >name : "John"
564 >'John' : "John"
595 >obj2 : { readonly name: "John"; readonl
[all...]
H A DspellingUncheckedJS.types137 var John = 2
138 >John : number
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
H A DVK_EXT_validation_features.adoc19 - John Zulauf, LunarG
48 * Revision 4, 2020-07-29 (John Zulauf)
H A DVK_EXT_validation_features.txt19 - John Zulauf, LunarG
51 * Revision 4, 2020-07-29 (John Zulauf)
H A Dcredits.adoc60 * John Zulauf, LunarG
247 * John Anthony, Arm (version 1.2, 1.3)
248 * John Kessenich, Google (versions 1.0, 1.1, 1.2, 1.3) (SPIR-V and GLSL
250 * John McDonald, Valve Software (versions 1.0, 1.1, 1.2, 1.3)
251 * John Zulauf, LunarG (versions 1.1, 1.2, 1.3)
H A DVK_KHR_variable_pointers.adoc14 - John Kessenich, Google
79 * Revision 1, 2017-03-14 (Jesse Hall and John Kessenich)
H A DVK_KHR_variable_pointers.txt18 - John Kessenich, Google
82 * Revision 1, 2017-03-14 (Jesse Hall and John Kessenich)
H A Dcredits.txt139 * John Kessenich, Google (versions 1.0, 1.1, 1.2) (SPIR-V and GLSL for
141 * John McDonald, Valve Software (versions 1.0, 1.1, 1.2)
142 * John Zulauf, LunarG (versions 1.1, 1.2)
/third_party/skia/third_party/externals/libpng/contrib/conftest/
H A Dpngcp.dfa4 # Author: John Bowler
5 # Copyright: (c) John Bowler, 2016
H A Dread.dfa4 # Author: John Bowler
5 # Copyright: (c) John Bowler, 2013
/third_party/skia/third_party/externals/libpng/scripts/
H A Ddfn.awk95 # #define first_name John
102 # PNG_DFN "#define foo @'@" John "@ @" Smith "@@'"
106 # #define name "John Smith"
/third_party/EGL/extensions/ANGLE/
H A DEGL_ANGLE_d3d_share_handle_client_buffer.txt11 John Bauman
17 John Bauman, Google Inc. (jbauman 'at' chromium.org)
H A DEGL_ANGLE_window_fixed_size.txt11 John Bauman
16 John Bauman, Google Inc. (jbauman 'at' google.com)
/third_party/skia/third_party/externals/egl-registry/extensions/ANGLE/
H A DEGL_ANGLE_d3d_share_handle_client_buffer.txt11 John Bauman
17 John Bauman, Google Inc. (jbauman 'at' chromium.org)
/third_party/skia/third_party/externals/angle2/extensions/
H A DEGL_ANGLE_d3d_share_handle_client_buffer.txt11 John Bauman
17 John Bauman, Google Inc. (jbauman 'at' chromium.org)
H A DEGL_ANGLE_direct_composition.txt11 John Bauman
15 John Bauman (jbauman 'at' google.com)
/third_party/json/docs/mkdocs/docs/features/element_access/
H A Dunchecked_access.md37 j["name"] = "John Smith";
45 "name": "John Smith",
66 "name": "John Smith",
H A Dchecked_access.md37 j.at("name") = "John Smith";
44 "name": "John Smith",
/third_party/musl/
H A DCOPYRIGHT68 John Spencer
160 and later supplemented and integrated by John Spencer. It is licensed
179 John Spencer
/third_party/ltp/testcases/kernel/syscalls/connect/
H A Dconnect02.c24 * Author: John Haxby <john.haxby@oracle.com>
/third_party/ltp/testcases/realtime/func/async_handler/
H A Dasync_handler_jk.c34 * John Kacur <jkacur@ca.ibm.com>
37 * 2006-Nov-20: Initial Version by John Kacur <jkacur@ca.ibm.com>
/third_party/tzdata/
H A DREADME44 Guy Harris; Mark Horton; John Mackin; and Bradley White. Thanks also to
45 Michael Bloom, Art Neilson, Stephen Prince, John Sovereign, and Frank Wales
/third_party/curl/docs/libcurl/
H A Dlibcurl-url.md117 rc = curl_url_set(urlp, CURLUPART_QUERY, "name=john", 0);
119 rc = curl_url_set(urlp, CURLUPART_USER, "john", 0);
/third_party/json/tests/src/
H A Dunit-merge_patch.cpp54 "givenName": "John",
78 "givenName": "John"

Completed in 47 milliseconds

12345678910>>...32