Home
last modified time | relevance | path

Searched refs:HEADERS (Results 1 – 25 of 159) sorted by relevance

1234567

/third_party/mesa3d/src/util/perf/
Du_trace.py120 HEADERS = [] variable
138 HEADERS.append(self)
469 HEADERS=[h for h in HEADERS if h.scope & HeaderScope.SOURCE],
481 HEADERS=[h for h in HEADERS if h.scope & HeaderScope.HEADER],
/third_party/nghttp2/
Dgenlibtokenlookup.py3 HEADERS = [ variable
101 for k, token in HEADERS:
114 b = build_header(HEADERS)
Dgenheaderfunc.py5 HEADERS = [ variable
47 gentokenlookup(HEADERS, 'HD_')
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/
DCMakeLists.txt13 set(HEADERS variable
24 add_executable(buildSpvHeaders ${SOURCES} ${HEADERS})
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
DCMakeLists.txt13 set(HEADERS variable
24 add_executable(buildSpvHeaders ${SOURCES} ${HEADERS})
/third_party/spirv-headers/tools/buildHeaders/
DCMakeLists.txt13 set(HEADERS variable
24 add_executable(buildSpvHeaders ${SOURCES} ${HEADERS})
/third_party/nghttp2/doc/
Dprogrammers-guide.rst117 since they must follow HEADERS frame and are processed atomically. In
118 other words, they are just one big HEADERS frame. To disable these
125 message starts with one HEADERS frame containing request headers. It
127 is followed by zero or one HEADERS containing trailer headers. The
135 For HTTP response, HTTP message starts with zero or more HEADERS
137 followed by one HEADERS frame containing final response headers
139 response body, which is followed by zero or one HEADERS containing
201 and HEADERS which does not create stream (which counts toward
204 The syn_stream category includes HEADERS frame which creates stream,
216 `nghttp2_submit_rst_stream()`. It cancels all pending HEADERS and
[all …]
/third_party/ffmpeg/ffbuild/
Dlibrary.mak12 INSTHEADERS := $(INSTHEADERS) $(HEADERS:%=$(SUBDIR)%)
94 install-lib$(NAME)-headers: $(addprefix $(SUBDIR),$(HEADERS) $(BUILT_HEADERS))
111 $(RM) $(addprefix "$(INCINSTDIR)/",$(HEADERS) $(BUILT_HEADERS))
/third_party/glslang/SPIRV/
DCMakeLists.txt49 set(HEADERS variable
80 add_library(SPIRV ${LIB_TYPE} ${SOURCES} ${HEADERS})
117 source_group("Source" FILES ${SOURCES} ${HEADERS})
/third_party/cJSON/
DCMakeLists.txt118 file(GLOB HEADERS cJSON.h)
134 add_library("${CJSON_LIB}" "${CJSON_LIBRARY_TYPE}" "${HEADERS}" "${SOURCES}")
137 add_library("${CJSON_LIB}" SHARED "${HEADERS}" "${SOURCES}")
138 add_library("${CJSON_LIB}-static" STATIC "${HEADERS}" "${SOURCES}")
/third_party/protobuf/
Dupdate_file_lists.sh53 HEADERS=$(get_variable_value $MAKEFILE nobase_include_HEADERS)
54 PUBLIC_HEADERS=$(sort_files $GZHEADERS $HEADERS)
/third_party/vk-gl-cts/external/vulkan-docs/src/xml/
DMakefile103 HEADERS = $(HEADERS_H) $(HEADERS_HPP) macro
109 install: $(HEADERS) $(STATIC_HEADERS) $(CODEC_HEADERS) $(JSON_FILES) $(JSON_PCC) $(JSON_CTS_FILES) …
182 test: $(HEADERS) $(STATIC_HEADERS) $(CODEC_HEADERS)
/third_party/selinux/libselinux/utils/
Davcstat.c27 #define HEADERS "lookups hits misses allocations reclaims frees" macro
172 if (strcmp(line, HEADERS)) in main()
/third_party/mbedtls/tests/scripts/
Dtest_psa_constant_names.py170 HEADERS = ['psa/crypto.h', 'psa/crypto_extra.h', 'psa/crypto_values.h'] variable
194 headers = [os.path.join(options.include[0], h) for h in HEADERS]
/third_party/icu/icu4c/source/io/
DMakefile.in67 HEADERS = $(srcdir)/unicode/*.h
129 @for file in $(HEADERS); do \
/third_party/skia/third_party/externals/icu/source/i18n/
DMakefile.in71 HEADERS = $(srcdir)/unicode/*.h
133 @for file in $(HEADERS); do \
/third_party/icu/icu4c/source/i18n/
DMakefile.in71 HEADERS = $(srcdir)/unicode/*.h
133 @for file in $(HEADERS); do \
/third_party/skia/third_party/externals/icu/source/io/
DMakefile.in67 HEADERS = $(srcdir)/unicode/*.h
129 @for file in $(HEADERS); do \
/third_party/ffmpeg/libpostproc/
DMakefile5 HEADERS = postprocess.h \ macro
/third_party/icu/icu4c/source/layoutex/
DMakefile.in74 HEADERS= $(srcdir)/layout/ParagraphLayout.h $(srcdir)/layout/RunArrays.h $(srcdir)/layout/playout.h…
140 @for file in $(HEADERS); do \
/third_party/skia/third_party/externals/icu/source/common/
DMakefile.in86 HEADERS = $(srcdir)/unicode/*.h
159 @for file in $(HEADERS); do \
/third_party/icu/icu4c/source/common/
DMakefile.in86 HEADERS = $(srcdir)/unicode/*.h
159 @for file in $(HEADERS); do \
/third_party/ffmpeg/libavresample/
DMakefile4 HEADERS = avresample.h \ macro
/third_party/ffmpeg/libswresample/
DMakefile5 HEADERS = swresample.h \ macro
/third_party/ffmpeg/libswscale/
DMakefile4 HEADERS = swscale.h \ macro

1234567