Home
last modified time | relevance | path

Searched full:headers (Results 1 – 25 of 4405) sorted by relevance

12345678910>>...177

/third_party/typescript/tests/baselines/reference/
DparameterDestructuringObjectLiteral.types4 const fn1 = (options: { headers?: {} }) => { };
5 >fn1 : (options: { headers?: {};}) => void
6 >(options: { headers?: {} }) => { } : (options: { headers?: {};}) => void
7 >options : { headers?: {}; }
8 >headers : {}
10 fn1({ headers: { foo: 1 } });
11 >fn1({ headers: { foo: 1 } }) : void
12 >fn1 : (options: { headers?: {}; }) => void
13 >{ headers: { foo: 1 } } : { headers: { foo: number; }; }
14 >headers : { foo: number; }
[all …]
DparameterDestructuringObjectLiteral.symbols4 const fn1 = (options: { headers?: {} }) => { };
7 >headers : Symbol(headers, Decl(parameterDestructuringObjectLiteral.ts, 2, 23))
9 fn1({ headers: { foo: 1 } });
11 >headers : Symbol(headers, Decl(parameterDestructuringObjectLiteral.ts, 3, 5))
14 const fn2 = ({ headers = {} }) => { };
16 >headers : Symbol(headers, Decl(parameterDestructuringObjectLiteral.ts, 5, 14))
18 fn2({ headers: { foo: 1 } });
20 >headers : Symbol(headers, Decl(parameterDestructuringObjectLiteral.ts, 6, 5))
DparameterDestructuringObjectLiteral.js4 const fn1 = (options: { headers?: {} }) => { }; argument
5 fn1({ headers: { foo: 1 } }); property
7 const fn2 = ({ headers = {} }) => { }; property
8 fn2({ headers: { foo: 1 } }); property
14 fn1({ headers: { foo: 1 } }); property
16 var _b = _a.headers, headers = _b === void 0 ? {} : _b;
18 fn2({ headers: { foo: 1 } }); property
23 headers?: {}; field
25 declare const fn2: ({ headers }: { property
26 headers?: {}; field
/third_party/opencl-headers/
DREADME.md1 # OpenCL<sup>TM</sup> API Headers
3 This repository contains C language headers for the OpenCL API.
5 The authoritative public repository for these headers is located at:
7 https://github.com/KhronosGroup/OpenCL-Headers
14 > While the OpenCL Headers can be built and installed in isolation, it is part of the [OpenCL SDK](…
18 - The OpenCL Headers CMake package support uses CMake for its build system.
22 While the headers may just be copied as-is, this repository also contains a
23 CMake script with an install rule to allow for packaging the headers.
46 target_link_libraries(app PRIVATE OpenCL::Headers)
51 The OpenCL API headers in this repository are Unified headers and are designed
[all …]
/third_party/skia/m133/third_party/externals/icu/source/test/hdrtst/
DMakefile.in50 …@FAIL=0;stub=ht_stub_$(NAME.headers).$(SUFFIX.headers); for file in "$(prefix)/include/unicode"/*.…
52 echo "$(NAME.headers) unicode/$$incfile" ; \
55 $(COMPILE.headers) $(cppflags) $(FLAGS.headers) $(UCONFIG_NO) $$stub || FAIL=1 ; \
62 NAME.headers=$@ \
63 COMPILE.headers="$(COMPILE.c)" \
64 SUFFIX.headers=c \
65 FLAGS.headers=
69 NAME.headers=$@ \
70 COMPILE.headers="$(COMPILE.cc)" \
71 SUFFIX.headers=cpp \
[all …]
/third_party/icu/icu4c/source/test/hdrtst/
DMakefile.in50 …@FAIL=0;stub=ht_stub_$(NAME.headers).$(SUFFIX.headers); for file in "$(prefix)/include/unicode"/*.…
52 echo "$(NAME.headers) unicode/$$incfile" ; \
55 $(COMPILE.headers) $(cppflags) $(FLAGS.headers) $(UCONFIG_NO) $$stub || FAIL=1 ; \
62 NAME.headers=$@ \
63 COMPILE.headers="$(COMPILE.c)" \
64 SUFFIX.headers=c \
65 FLAGS.headers=
69 NAME.headers=$@ \
70 COMPILE.headers="$(COMPILE.cc)" \
71 SUFFIX.headers=cpp \
[all …]
/third_party/skia/m133/third_party/externals/icu/source/common/
DBUILD.bazel24 name = "headers",
69 ":headers",
169 ":headers",
200 ":headers",
222 ":headers",
236 ":headers",
252 ":headers",
268 ":headers",
284 ":headers",
299 ":headers",
[all …]
/third_party/icu/icu4c/source/common/
DBUILD.bazel24 name = "headers",
69 ":headers",
169 ":headers",
200 ":headers",
222 ":headers",
236 ":headers",
252 ":headers",
268 ":headers",
284 ":headers",
299 ":headers",
[all …]
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/mman_h/
Dassertions.xml2 <assertion id="1" tag="ref:XBD6:{Headers:sys/mman.h:DESCRIPTION}">
13 <assertion id="2" tag="ref:XBD6:{Headers:sys/mman.h:DESCRIPTION} pt:MF pt:SHM pt:ADV">
20 <assertion id="3" tag="ref:XBD6:{Headers:sys/mman.h:DESCRIPTION} pt:MF pt:SHM">
26 <assertion id="4" tag="ref:XBD6:{Headers:sys/mman.h:DESCRIPTION} pt:MF pt:SIO">
32 <assertion id="5" tag="ref:XBD6:{Headers:sys/mman.h:DESCRIPTION} pt:ML">
37 <assertion id="6" tag="ref:XBD6:{Headers:sys/mman.h:DESCRIPTION} pt:MF pt:SHM">
41 <assertion id="7" tag="ref:XBD6:{Headers:sys/mman.h:DESCRIPTION} pt:ADV pt:MF pt:SHM">
49 <assertion id="8" tag="ref:XBD6:{Headers:sys/mman.h:DESCRIPTION} pt:TYM">
55 <assertion id="9" tag="ref:XBD6:{Headers:sys/mman.h:DESCRIPTION}">
59 <assertion id="10" tag="ref:XBD6:{Headers:sys/mman.h:DESCRIPTION}} pt:TYM">
[all …]
/third_party/grpc/test/core/transport/chttp2/hpack_sync_corpus/
Dclusterfuzz-testcase-minimized-hpack_sync_fuzzer-5224520566571008.fuzz1 headers {
3 headers {
5 headers {
11 headers {
17 headers {
22 headers {
25 headers {
28 headers {
31 headers {
34 headers {
[all …]
Dcrash-211c8a4a9c4831aa2d5599b7847ab45ced2216a41 headers {
3 headers {
5 headers {
11 headers {
15 headers {
21 headers {
26 headers {
29 headers {
32 headers {
38 headers {
[all …]
Dcrash-aa01fe395fe67c36bb66f282341865fbe7eae2d71 headers {
3 headers {
5 headers {
10 headers {
12headers {\\\\\\\\n}\\\\\\\\nheaders {\\\\\\\\n literal_not_idx_from_idx {\\\\\\\\n index: 1\\\…
16 headers {
21 headers {
24 headers {
27 headers {
30 headers {
[all …]
/third_party/curl/docs/libcurl/opts/
DCURLOPT_HTTPHEADER.md22 CURLOPT_HTTPHEADER - set of HTTP headers
30 struct curl_slist *headers);
35 Pass a pointer to a linked list of HTTP headers to pass to the server and/or
40 header list establishes the document-level MIME headers to prepend to the
50 disabled/removed. With this option you can add new headers, replace internal
51 headers and remove internal headers. To add a header with no content (nothing
55 The headers included in the linked list **must not** be CRLF-terminated,
63 following the request-line are headers. Adding this method line in this list
64 of headers only causes your request to send an invalid header. Use
72 Pass a NULL to this option to reset back to no custom headers.
[all …]
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/sched_h/
Dassertions.xml2 <assertion id="1" tag="ref:XBD6:{Headers:sched.h:SYNOPSIS} pt:PS">
5 <assertion id="2" tag="ref:XBD6:{Headers:sched.h:DESCRIPTION}">
10 <assertion id="3" tag="ref:XBD6:{Headers:sched.h:DESCRIPTION} pt:SS">
18 <assertion id="4" tag="ref:XBD6:{Headers:sched.h:DESCRIPTION} pt:TSP">
26 <assertion id="5" tag="ref:XBD6:{Headers:sched.h:DESCRIPTION}">
30 <assertion id="6" tag="ref:XBD6:{Headers:sched.h:DESCRIPTION}">
33 <assertion id="7" tag="ref:XBD6:{Headers:sched.h:DESCRIPTION}">
37 <assertion id="8" tag="ref:XBD6:{Headers:sched.h:DESCRIPTION}">
44 <assertion id="9" tag="ref:XBD6:{Headers:sched.h:DESCRIPTION}">
47 <assertion id="10" tag="ref:XBD6:{Headers:sched.h:DESCRIPTION}">
[all …]
/third_party/opencl-headers/tests/
DBUILD.gn27 part_name = "opencl-headers"
34 part_name = "opencl-headers"
41 part_name = "opencl-headers"
48 part_name = "opencl-headers"
55 part_name = "opencl-headers"
62 part_name = "opencl-headers"
69 part_name = "opencl-headers"
76 part_name = "opencl-headers"
83 part_name = "opencl-headers"
90 part_name = "opencl-headers"
[all …]
/third_party/grpc/src/abseil-cpp/
Dpreprocessed_builds.yaml4 headers:
15 headers:
23 headers:
40 headers:
62 headers:
72 headers:
81 headers:
94 headers:
103 headers:
114 headers:
[all …]
/third_party/grpc/test/core/end2end/fuzzers/
Dnetwork_input.cc70 const fuzzer_input::SimpleHeaders& headers) { in SliceBufferFromSimpleHeaders() argument
79 if (headers.has_status()) { in SliceBufferFromSimpleHeaders()
80 add_header(":status", headers.status()); in SliceBufferFromSimpleHeaders()
82 if (headers.has_scheme()) { in SliceBufferFromSimpleHeaders()
83 add_header(":scheme", headers.scheme()); in SliceBufferFromSimpleHeaders()
85 if (headers.has_method()) { in SliceBufferFromSimpleHeaders()
86 add_header(":method", headers.method()); in SliceBufferFromSimpleHeaders()
88 if (headers.has_authority()) { in SliceBufferFromSimpleHeaders()
89 add_header(":authority", headers.authority()); in SliceBufferFromSimpleHeaders()
91 if (headers.has_path()) { in SliceBufferFromSimpleHeaders()
[all …]
/third_party/mesa3d/bin/
Dkhronos-update.py150 …pencl.h', 'https://github.com/KhronosGroup/OpenCL-Headers/raw/main/CL/openc…
151 …l.h', 'https://github.com/KhronosGroup/OpenCL-Headers/raw/main/CL/cl.h'…
152 …l_platform.h', 'https://github.com/KhronosGroup/OpenCL-Headers/raw/main/CL/cl_pl…
153 …l_gl.h', 'https://github.com/KhronosGroup/OpenCL-Headers/raw/main/CL/cl_gl…
154 …l_gl_ext.h', 'https://github.com/KhronosGroup/OpenCL-Headers/raw/main/CL/cl_gl…
155 …l_ext.h', 'https://github.com/KhronosGroup/OpenCL-Headers/raw/main/CL/cl_ex…
156 …l_version.h', 'https://github.com/KhronosGroup/OpenCL-Headers/raw/main/CL/cl_ve…
157 …l_icd.h', 'https://github.com/KhronosGroup/OpenCL-Headers/raw/main/CL/cl_ic…
158 …l_egl.h', 'https://github.com/KhronosGroup/OpenCL-Headers/raw/main/CL/cl_eg…
159 …l_d3d10.h', 'https://github.com/KhronosGroup/OpenCL-Headers/raw/main/CL/cl_d3…
[all …]
/third_party/python/Lib/distutils/command/
Dconfig.py107 def _gen_temp_sourcefile(self, body, headers, lang): argument
110 if headers:
111 for header in headers:
119 def _preprocess(self, body, headers, include_dirs, lang): argument
120 src = self._gen_temp_sourcefile(body, headers, lang)
126 def _compile(self, body, headers, include_dirs, lang): argument
127 src = self._gen_temp_sourcefile(body, headers, lang)
135 def _link(self, body, headers, include_dirs, libraries, library_dirs, argument
137 (src, obj) = self._compile(body, headers, include_dirs, lang)
172 def try_cpp(self, body=None, headers=None, include_dirs=None, lang="c"): argument
[all …]
/third_party/skia/third_party/externals/angle2/include/CL/
DREADME.md1 # ANGLE OpenCL Headers
3 The OpenCL headers ANGLE uses are the original headers from Khronos.
5 ### Updating headers
7 … Clone [https://github.com/KhronosGroup/OpenCL-Headers.git](https://github.com/KhronosGroup/OpenCL…
8 1. Inspect the differences between all headers from `OpenCL-Headers/CL/` and this folder.
11 1. Copy all headers from `OpenCL-Headers/CL/` over to this folder.
/third_party/lame/macosx/LAME.xcodeproj/
Dproject.pbxproj10 …8D07F2BE0486CC7A007CD1D0 /* LAME_Prefix.pch in Headers */ = {isa = PBXBuildFile; fileRef = 32BAE0B…
13 …EA498C8D0DE5E37B00250F0E /* config.h in Headers */ = {isa = PBXBuildFile; fileRef = EA498C8C0DE5E3…
14 …EA8CC08809A39A49001379B8 /* lame.h in Headers */ = {isa = PBXBuildFile; fileRef = EA8CC08709A39A49…
16 …EA8CC0A609A39A55001379B8 /* common.h in Headers */ = {isa = PBXBuildFile; fileRef = EA8CC08B09A39A…
18 …EA8CC0A809A39A55001379B8 /* dct64_i386.h in Headers */ = {isa = PBXBuildFile; fileRef = EA8CC08D09…
20 …EA8CC0AA09A39A55001379B8 /* decode_i386.h in Headers */ = {isa = PBXBuildFile; fileRef = EA8CC08F0…
21 …EA8CC0AC09A39A55001379B8 /* huffman.h in Headers */ = {isa = PBXBuildFile; fileRef = EA8CC09109A39…
23 …EA8CC0AE09A39A55001379B8 /* interface.h in Headers */ = {isa = PBXBuildFile; fileRef = EA8CC09309A…
24 …EA8CC0AF09A39A55001379B8 /* l2tables.h in Headers */ = {isa = PBXBuildFile; fileRef = EA8CC09409A3…
26 …EA8CC0B109A39A55001379B8 /* layer1.h in Headers */ = {isa = PBXBuildFile; fileRef = EA8CC09609A39A…
[all …]
/third_party/curl/docs/libcurl/
Dcurl_mime_headers.md18 curl_mime_headers - set a mime part's custom headers
26 struct curl_slist *headers, int take_ownership);
31 curl_mime_headers(3) sets a mime part's custom headers.
33 *part* is the part's handle to assign the custom headers list to.
35 *headers* is the head of a list of custom headers; it may be set to NULL
42 Setting a part's custom headers list multiple times is valid: only the value
50 struct curl_slist *headers = NULL;
55 headers = curl_slist_append(headers, "Custom-Header: mooo");
60 /* use these headers in the part, takes ownership */
61 curl_mime_headers(part, headers, 1);
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/shm_h/
Dassertions.xml2 <assertion id="1" tag="ref:XBD6:{Headers:sys/shm.h:SYNOPSIS} pt:XSI">
5 <assertion id="2" tag="ref:XBD6:{Headers:sys/shm.h:DESCRIPTION}">
10 <assertion id="3" tag="ref:XBD6:{Headers:sys/shm.h:DESCRIPTION}">
14 <assertion id="4" tag="ref:XBD6:{Headers:sys/shm.h:DESCRIPTION}">
18 <assertion id="5" tag="ref:XBD6:{Headers:sys/shm.h:DESCRIPTION}">
22 <assertion id="6" tag="ref:XBD6:{Headers:sys/shm.h:DESCRIPTION}">
33 <assertion id="7" tag="ref:XBD6:{Headers:sys/shm.h:DESCRIPTION}">
37 <assertion id="8" tag="ref:XBD6:{Headers:sys/shm.h:DESCRIPTION}">
41 <assertion id="9" tag="ref:XBD6:{Headers:sys/shm.h:DESCRIPTION}">
45 <assertion id="10" tag="ref:XBD6:{Headers:sys/shm.h:DESCRIPTION}">
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/
DREADME.md1 # SPIR-V Headers
11 * A tool to build the headers from the JSON grammar.
13 Headers are provided in the [include](include) directory, with up-to-date
14 headers in the `unified1` subdirectory. Older headers are provided according to
53 ## How to install the headers
67 ## Using the headers without installing
70 A CMake-based project can use the headers without installing, as follows:
87 A Bazel-based project can use the headers without installing, as follows:
89 1. Add SPIRV-Headers as a submodule of your project, and add a
91 SPIRV-Headers under `external/spirv-headers`, then add the following to your
[all …]
/third_party/skia/third_party/externals/spirv-headers/
DREADME.md1 # SPIR-V Headers
11 * A tool to build the headers from the JSON grammar.
13 Headers are provided in the [include](include) directory, with up-to-date
14 headers in the `unified1` subdirectory. Older headers are provided according to
53 ## How to install the headers
67 ## Using the headers without installing
70 A CMake-based project can use the headers without installing, as follows:
87 A Bazel-based project can use the headers without installing, as follows:
89 1. Add SPIRV-Headers as a submodule of your project, and add a
91 SPIRV-Headers under `external/spirv-headers`, then add the following to your
[all …]

12345678910>>...177