/third_party/typescript/tests/cases/conformance/ |
H A D | inferFromBindingPattern.ts | 35 const john = selectJohn();
36 const [personAgain, nufinspecial] = john;
|
/third_party/typescript/tests/baselines/reference/ |
H A D | templateLiteralTypes1.types | 558 >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 D | spellingUncheckedJS.types | 137 var John = 2
138 >John : number
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
H A D | VK_EXT_validation_features.adoc | 19 - John Zulauf, LunarG 48 * Revision 4, 2020-07-29 (John Zulauf)
|
H A D | VK_EXT_validation_features.txt | 19 - John Zulauf, LunarG 51 * Revision 4, 2020-07-29 (John Zulauf)
|
H A D | credits.adoc | 60 * 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 D | VK_KHR_variable_pointers.adoc | 14 - John Kessenich, Google 79 * Revision 1, 2017-03-14 (Jesse Hall and John Kessenich)
|
H A D | VK_KHR_variable_pointers.txt | 18 - John Kessenich, Google 82 * Revision 1, 2017-03-14 (Jesse Hall and John Kessenich)
|
H A D | credits.txt | 139 * 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 D | pngcp.dfa | 4 # Author: John Bowler 5 # Copyright: (c) John Bowler, 2016
|
H A D | read.dfa | 4 # Author: John Bowler 5 # Copyright: (c) John Bowler, 2013
|
/third_party/skia/third_party/externals/libpng/scripts/ |
H A D | dfn.awk | 95 # #define first_name John 102 # PNG_DFN "#define foo @'@" John "@ @" Smith "@@'" 106 # #define name "John Smith"
|
/third_party/EGL/extensions/ANGLE/ |
H A D | EGL_ANGLE_d3d_share_handle_client_buffer.txt | 11 John Bauman 17 John Bauman, Google Inc. (jbauman 'at' chromium.org)
|
H A D | EGL_ANGLE_window_fixed_size.txt | 11 John Bauman 16 John Bauman, Google Inc. (jbauman 'at' google.com)
|
/third_party/skia/third_party/externals/egl-registry/extensions/ANGLE/ |
H A D | EGL_ANGLE_d3d_share_handle_client_buffer.txt | 11 John Bauman 17 John Bauman, Google Inc. (jbauman 'at' chromium.org)
|
/third_party/skia/third_party/externals/angle2/extensions/ |
H A D | EGL_ANGLE_d3d_share_handle_client_buffer.txt | 11 John Bauman 17 John Bauman, Google Inc. (jbauman 'at' chromium.org)
|
H A D | EGL_ANGLE_direct_composition.txt | 11 John Bauman 15 John Bauman (jbauman 'at' google.com)
|
/third_party/json/docs/mkdocs/docs/features/element_access/ |
H A D | unchecked_access.md | 37 j["name"] = "John Smith"; 45 "name": "John Smith", 66 "name": "John Smith",
|
H A D | checked_access.md | 37 j.at("name") = "John Smith"; 44 "name": "John Smith",
|
/third_party/musl/ |
H A D | COPYRIGHT | 68 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 D | connect02.c | 24 * Author: John Haxby <john.haxby@oracle.com>
|
/third_party/ltp/testcases/realtime/func/async_handler/ |
H A D | async_handler_jk.c | 34 * John Kacur <jkacur@ca.ibm.com> 37 * 2006-Nov-20: Initial Version by John Kacur <jkacur@ca.ibm.com>
|
/third_party/tzdata/ |
H A D | README | 44 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 D | libcurl-url.md | 117 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 D | unit-merge_patch.cpp | 54 "givenName": "John", 78 "givenName": "John"
|