Home
last modified time | relevance | path

Searched refs:hdrs (Results 1 – 25 of 99) sorted by relevance

1234

/third_party/skia/
DBUILD.bazel12 "//include/config:hdrs",
13 "//include/core:hdrs",
23 "//include/private:hdrs",
24 "//include/third_party:skcms-hdrs",
43 "//include/private:mock-hdrs",
50 "//include/android:hdrs",
51 "//include/codec:hdrs",
52 "//include/config:hdrs",
53 "//include/core:hdrs",
54 "//include/effects:hdrs",
[all …]
/third_party/skia/include/gpu/
DBUILD.bazel4 name = "base-hdrs",
24 name = "direct3d-hdrs",
32 name = "dawn-hdrs",
39 name = "gl-hdrs",
53 name = "egl-hdrs",
60 name = "glx-hdrs",
67 name = "mock-hdrs",
75 name = "metal-hdrs",
83 name = "vulkan-hdrs",
94 name = "hdrs",
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
DBUILD.bazel31 hdrs = ["internal/compressed_tuple.h"],
57 hdrs = ["fixed_array.h"],
114 hdrs = ["internal/inlined_vector.h"],
128 hdrs = ["inlined_vector.h"],
143 hdrs = ["internal/counting_allocator.h"],
201 hdrs = ["internal/test_instance_tracker.h"],
237 hdrs = ["flat_hash_map.h"],
270 hdrs = ["flat_hash_set.h"],
305 hdrs = ["node_hash_map.h"],
338 hdrs = ["node_hash_set.h"],
[all …]
/third_party/gstreamer/gstplugins_good/ext/soup/
Dgstsouploader.c102 void (*_soup_message_headers_append) (SoupMessageHeaders * hdrs, const char * name,
104 void (*_soup_message_headers_foreach) (SoupMessageHeaders * hdrs,
106 goffset (*_soup_message_headers_get_content_length) (SoupMessageHeaders * hdrs);
107 const char *(*_soup_message_headers_get_content_type) (SoupMessageHeaders * hdrs,
109 SoupEncoding (*_soup_message_headers_get_encoding) (SoupMessageHeaders * hdrs);
110 const char *(*_soup_message_headers_get_one) (SoupMessageHeaders * hdrs,
112 void (*_soup_message_headers_remove) (SoupMessageHeaders * hdrs, const char * name);
645 _soup_message_headers_remove (SoupMessageHeaders * hdrs, const char *name) in _soup_message_headers_remove() argument
648 soup_message_headers_remove (hdrs, name); in _soup_message_headers_remove()
651 gst_soup_vtable._soup_message_headers_remove (hdrs, name); in _soup_message_headers_remove()
[all …]
Dgstsouploader.h76 void _soup_message_headers_remove (SoupMessageHeaders *hdrs, const char *name);
77 void _soup_message_headers_append (SoupMessageHeaders *hdrs, const char *name,
81 void _soup_message_headers_foreach (SoupMessageHeaders *hdrs,
85 SoupEncoding _soup_message_headers_get_encoding (SoupMessageHeaders *hdrs);
87 goffset _soup_message_headers_get_content_length (SoupMessageHeaders *hdrs);
92 const char *_soup_message_headers_get_one (SoupMessageHeaders *hdrs,
96 const char *_soup_message_headers_get_content_type (SoupMessageHeaders *hdrs,
/third_party/node/deps/icu-small/source/tools/toolutil/
DBUILD16 hdrs = ["toolutil.h"],
27 hdrs = ["unewdata.h"],
41 hdrs = ["uoptions.h"],
52 hdrs = ["writesrc.h"],
67 hdrs = ["uparse.h"],
81 hdrs = ["filestrm.h"],
92 hdrs = ["ppucd.h"],
106 hdrs = ["denseranges.h"],
117 hdrs = ["collationinfo.h"],
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
DBUILD.bazel37 hdrs = ["traits.h"],
45 hdrs = ["distribution_caller.h"],
57 hdrs = [
73 hdrs = [
98 hdrs = [
125 hdrs = [
139 hdrs = [
149 hdrs = [
165 hdrs = ["iostream_state_saver.h"],
176 hdrs = [
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
DBUILD.bazel31 hdrs = ["internal/atomic_hook.h"],
45 hdrs = ["internal/errno_saver.h"],
57 hdrs = ["log_severity.h"],
69 hdrs = ["internal/raw_logging.h"],
92 hdrs = ["internal/spinlock_wait.h"],
107 hdrs = [
121 hdrs = [
137 hdrs = [
157 hdrs = [
183 hdrs = [
[all …]
/third_party/python/Lib/urllib/
Derror.py39 def __init__(self, url, code, msg, hdrs, fp): argument
42 self.hdrs = hdrs
50 self.__super_init(fp, hdrs, url, code)
66 return self.hdrs
70 self.hdrs = headers
/third_party/skia/include/private/
DBUILD.bazel7 name = "core-hdrs",
62 name = "gpu-hdrs",
78 name = "mock-hdrs",
84 name = "hdrs",
85 srcs = [":core-hdrs"] + selects.with_or({
87 ":gpu-hdrs",
/third_party/ffmpeg/libavformat/
Dty.c119 TyRecHdr *hdrs, *rec_hdr; in parse_chunk_headers() local
122 hdrs = av_calloc(num_recs, sizeof(TyRecHdr)); in parse_chunk_headers()
123 if (!hdrs) in parse_chunk_headers()
129 rec_hdr = &hdrs[i]; /* for brevity */ in parse_chunk_headers()
152 return hdrs; in parse_chunk_headers()
171 TyRecHdr *hdrs; in analyze_chunk() local
188 hdrs = parse_chunk_headers(chunk, num_recs); in analyze_chunk()
189 if (!hdrs) in analyze_chunk()
201 switch (hdrs[i].subrec_type << 8 | hdrs[i].rec_type) { in analyze_chunk()
246 if (data_offset + hdrs[i].rec_size > CHUNK_SIZE) in analyze_chunk()
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
DBUILD.bazel31 hdrs = [
50 hdrs = [
72 hdrs = [
93 hdrs = [
112 hdrs = [
128 hdrs = [
147 hdrs = [
168 hdrs = [
192 hdrs = [
221 hdrs = [
[all …]
/third_party/skia/third_party/externals/libwebp/src/dec/
Dwebp_dec.c295 WebPHeaderStructure hdrs; in ParseHeadersInternal() local
300 memset(&hdrs, 0, sizeof(hdrs)); in ParseHeadersInternal()
301 hdrs.data = data; in ParseHeadersInternal()
302 hdrs.data_size = data_size; in ParseHeadersInternal()
305 status = ParseRIFF(&data, &data_size, have_all_data, &hdrs.riff_size); in ParseHeadersInternal()
309 found_riff = (hdrs.riff_size > 0); in ParseHeadersInternal()
345 status = ParseOptionalChunks(&data, &data_size, hdrs.riff_size, in ParseHeadersInternal()
346 &hdrs.alpha_data, &hdrs.alpha_data_size); in ParseHeadersInternal()
353 status = ParseVP8Header(&data, &data_size, have_all_data, hdrs.riff_size, in ParseHeadersInternal()
354 &hdrs.compressed_size, &hdrs.is_lossless); in ParseHeadersInternal()
[all …]
/third_party/flutter/skia/third_party/externals/libwebp/src/dec/
Dwebp_dec.c295 WebPHeaderStructure hdrs; in ParseHeadersInternal() local
300 memset(&hdrs, 0, sizeof(hdrs)); in ParseHeadersInternal()
301 hdrs.data = data; in ParseHeadersInternal()
302 hdrs.data_size = data_size; in ParseHeadersInternal()
305 status = ParseRIFF(&data, &data_size, have_all_data, &hdrs.riff_size); in ParseHeadersInternal()
309 found_riff = (hdrs.riff_size > 0); in ParseHeadersInternal()
345 status = ParseOptionalChunks(&data, &data_size, hdrs.riff_size, in ParseHeadersInternal()
346 &hdrs.alpha_data, &hdrs.alpha_data_size); in ParseHeadersInternal()
353 status = ParseVP8Header(&data, &data_size, have_all_data, hdrs.riff_size, in ParseHeadersInternal()
354 &hdrs.compressed_size, &hdrs.is_lossless); in ParseHeadersInternal()
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
DBUILD.bazel30 hdrs = ["any.h"],
45 hdrs = ["bad_any_cast.h"],
105 hdrs = [
140 hdrs = ["optional.h"],
157 hdrs = ["bad_optional_access.h"],
169 hdrs = ["bad_variant_access.h"],
214 hdrs = [
252 hdrs = ["variant.h"],
316 hdrs = ["compare.h"],
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
DBUILD.bazel46 hdrs = ["stacktrace.h"],
66 hdrs = [
120 hdrs = [
138 hdrs = ["failure_signal_handler.h"],
179 hdrs = [
198 hdrs = ["internal/demangle.h"],
226 hdrs = ["leak_check.h"],
257 hdrs = ["leak_check.h"],
274 hdrs = ["leak_check.h"],
334 hdrs = ["internal/stack_consumption.h"],
/third_party/skia/third_party/externals/spirv-tools/
DBUILD.bazel104 hdrs = [
128 hdrs = glob([
149 hdrs = [
187 hdrs = glob(["source/opt/*.h"]),
194 hdrs = [
213 hdrs = glob(["source/reduce/*.h"]),
226 hdrs = ["include/spirv-tools/linker.hpp"],
239 hdrs = ["include/spirv-tools/linter.hpp"],
252 hdrs = glob(["tools/util/*.h"]),
411 hdrs = [
[all …]
/third_party/spirv-tools/
DBUILD.bazel106 hdrs = [
130 hdrs = glob([
151 hdrs = [
189 hdrs = glob(["source/opt/*.h"]),
196 hdrs = [
215 hdrs = glob(["source/reduce/*.h"]),
228 hdrs = ["include/spirv-tools/linker.hpp"],
241 hdrs = ["include/spirv-tools/linter.hpp"],
254 hdrs = glob(["tools/util/*.h"]),
413 hdrs = [
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/
DBUILD.bazel104 hdrs = [
128 hdrs = glob([
149 hdrs = [
187 hdrs = glob(["source/opt/*.h"]),
194 hdrs = [
213 hdrs = glob(["source/reduce/*.h"]),
226 hdrs = ["include/spirv-tools/linker.hpp"],
239 hdrs = ["include/spirv-tools/linter.hpp"],
252 hdrs = glob(["tools/util/*.h"]),
411 hdrs = [
[all …]
/third_party/skia/third_party/externals/brotli/research/
DBUILD10 hdrs = [
19 hdrs = ["durchschlag.h"],
26 hdrs = ["sieve.h"],
/third_party/pulseaudio/src/modules/rtp/
Drtsp_client.c473 char *hdrs; in rtsp_exec() local
489 hdrs = pa_headerlist_to_string(headers); in rtsp_exec()
490 pa_strbuf_puts(buf, hdrs); in rtsp_exec()
491 pa_xfree(hdrs); in rtsp_exec()
502 hdrs = pa_headerlist_to_string(c->headers); in rtsp_exec()
503 pa_strbuf_puts(buf, hdrs); in rtsp_exec()
504 pa_xfree(hdrs); in rtsp_exec()
514 hdrs = pa_strbuf_to_string_free(buf); in rtsp_exec()
517 pa_ioline_puts(c->ioline, hdrs); in rtsp_exec()
518 pa_xfree(hdrs); in rtsp_exec()
/third_party/skia/third_party/externals/brotli/
DBUILD100 hdrs = [":public_headers"],
108 hdrs = [":common_headers"],
116 hdrs = [":dec_headers"],
124 hdrs = [":enc_headers"],
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
DBUILD.bazel53 hdrs = [
91 hdrs = [
278 hdrs = [
361 hdrs = ["internal/cordz_update_tracker.h"],
386 hdrs = [
416 hdrs = ["internal/cordz_handle.h"],
432 hdrs = ["internal/cordz_info.h"],
456 hdrs = ["internal/cordz_update_scope.h"],
488 hdrs = ["internal/cordz_sample_token.h"],
503 hdrs = ["internal/cordz_functions.h"],
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/
DBUILD.bazel35 hdrs = ["hash.h"],
57 hdrs = ["hash_testing.h"],
108 hdrs = ["internal/spy_hash_state.h"],
122 hdrs = [
148 hdrs = ["internal/low_level_hash.h"],
/third_party/benchmark/
DBUILD.bazel30 hdrs = ["include/benchmark/benchmark.h"],
42 hdrs = ["include/benchmark/benchmark.h"],
50 hdrs = glob(["src/*.h"]),

1234