Home
last modified time | relevance | path

Searched refs:HEADER (Results 1 – 25 of 117) sorted by relevance

12345

/third_party/lwip/src/apps/http/makefsdata/
Dmakefsdata17 open(HEADER, "> /tmp/header") || die $!;
19 print(HEADER "HTTP/1.0 404 File not found\r\n");
21 print(HEADER "HTTP/1.0 200 OK\r\n");
23 print(HEADER "Server: lwIP/pre-0.6 (http://www.sics.se/~adam/lwip/)\r\n");
25 print(HEADER "Content-type: text/html\r\n");
27 print(HEADER "Content-type: image/gif\r\n");
29 print(HEADER "Content-type: image/png\r\n");
31 print(HEADER "Content-type: image/jpeg\r\n");
33 print(HEADER "Content-type: application/octet-stream\r\n");
35 print(HEADER "Content-type: audio/x-pn-realaudio\r\n");
[all …]
/third_party/skia/third_party/externals/icu/source/tools/genren/
Dgenren.pl69 open HEADER, ">$headername"; # opening a header file
73 print HEADER <<"EndOfHeaderComment";
236 print HEADER "\n/* C exports renaming data */\n\n";
238 print HEADER "#define $_ U_ICU_ENTRY_POINT_RENAME($_)\n";
243 print HEADER <<"EndOfHeaderFooter";
252 close HEADER;
/third_party/icu/icu4c/source/tools/genren/
Dgenren.pl69 open HEADER, ">$headername"; # opening a header file
73 print HEADER <<"EndOfHeaderComment";
236 print HEADER "\n/* C exports renaming data */\n\n";
238 print HEADER "#define $_ U_ICU_ENTRY_POINT_RENAME($_)\n";
243 print HEADER <<"EndOfHeaderFooter";
252 close HEADER;
/third_party/ffmpeg/libavcodec/
Dcbs_mpeg2_syntax_template.c25 HEADER("Sequence Header"); in FUNC()
65 HEADER("User Data"); in FUNC()
93 HEADER("Sequence Extension"); in FUNC()
122 HEADER("Sequence Display Extension"); in FUNC()
165 HEADER("Group of Pictures Header"); in FUNC()
215 HEADER("Picture Header"); in FUNC()
246 HEADER("Picture Coding Extension"); in FUNC()
303 HEADER("Quant Matrix Extension"); in FUNC()
338 HEADER("Picture Display Extension"); in FUNC()
355 HEADER("Extension Data"); in FUNC()
[all …]
Dcbs_jpeg_syntax_template.c24 HEADER("Frame Header"); in FUNC()
67 HEADER("Quantisation Tables"); in FUNC()
107 HEADER("Huffman Tables"); in FUNC()
131 HEADER("Scan"); in FUNC()
155 HEADER("Application Data"); in FUNC()
179 HEADER("Comment"); in FUNC()
Dcbs_sei_syntax_template.c25 HEADER("Filler Payload"); in FUNC()
43 HEADER("User Data Registered ITU-T T.35"); in FUNC()
75 HEADER("User Data Unregistered"); in FUNC()
103 HEADER("Mastering Display Colour Volume"); in FUNC()
125 HEADER("Content Light Level Information"); in FUNC()
140 HEADER("Alternative Transfer Characteristics"); in FUNC()
Dcbs_h264_syntax_template.c265 HEADER("Sequence Parameter Set"); in FUNC()
377 HEADER("Sequence Parameter Set Extension"); in FUNC()
411 HEADER("Picture Parameter Set"); in FUNC()
521 HEADER("Buffering Period"); in FUNC()
615 HEADER("Picture Timing"); in FUNC()
685 HEADER("Pan-Scan Rectangle"); in FUNC()
712 HEADER("Recovery Point"); in FUNC()
730 HEADER("Film Grain Characteristics"); in FUNC()
811 HEADER("Display Orientation"); in FUNC()
830 HEADER("Supplemental Enhancement Information"); in FUNC()
[all …]
/third_party/curl/
Dmaketgz64 HEADER=include/curl/curlver.h
72 for a in $HEADER $CHEADER $PLIST; do
75 HEADER="$HEADER$ext"
91 $HEADER
92 rm -f "$HEADER.bak"
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/htmldiff/
Dhtmldiff.pl353 open(HEADER, ">$headertmp");
362 print HEADER $styles;
366 print HEADER;
368 print HEADER q(
373 print HEADER q(
377 close HEADER;
379 print HEADER;
/third_party/rust/crates/cxx/gen/src/
Difndef.rs1 use crate::gen::include::HEADER;
22 for line in HEADER[begin + ifndef.len()..end].trim().lines() { in write()
39 offset += HEADER[offset..].find(line)?; in find_line()
40 let rest = &HEADER[offset + line.len()..]; in find_line()
/third_party/alsa-utils/alsactl/
Dalsactl.c57 #define HEADER 0x0200 macro
73 { HEADER, NULL, "global options:" },
77 { HEADER, NULL, "Available state options:" },
94 { HEADER, NULL, "Available init options:" },
109 { HEADER, NULL, "Available commands:" },
139 if (sarg & (HEADER|TITLE)) { in help()
140 printf("%s%s\n", (sarg & HEADER) != 0 ? "\n" : "", in help()
/third_party/rust/crates/cxx/gen/cmd/src/
Dapp.rs58 const HEADER: &str = "header"; constant
75 let header = matches.get_flag(HEADER); in from_args()
125 .required_unless_present_any(&[HEADER, HELP]) in arg_input()
175 Arg::new(HEADER).long(HEADER).num_args(0).help(HELP) in arg_header()
/third_party/openssl/engines/
De_capi.ec1 # The INPUT HEADER is scanned for declarations
2 # LIBNAME INPUT HEADER ERROR-TABLE FILE
De_afalg.ec1 # The INPUT HEADER is scanned for declarations
2 # LIBNAME INPUT HEADER ERROR-TABLE FILE
De_ossltest.ec1 # The INPUT HEADER is scanned for declarations
2 # LIBNAME INPUT HEADER ERROR-TABLE FILE
De_loader_attic.ec1 # The INPUT HEADER is scanned for declarations
2 # LIBNAME INPUT HEADER ERROR-TABLE FILE
De_dasync.ec1 # The INPUT HEADER is scanned for declarations
2 # LIBNAME INPUT HEADER ERROR-TABLE FILE
/third_party/node/deps/openssl/openssl/engines/
De_ossltest.ec1 # The INPUT HEADER is scanned for declarations
2 # LIBNAME INPUT HEADER ERROR-TABLE FILE
De_afalg.ec1 # The INPUT HEADER is scanned for declarations
2 # LIBNAME INPUT HEADER ERROR-TABLE FILE
De_loader_attic.ec1 # The INPUT HEADER is scanned for declarations
2 # LIBNAME INPUT HEADER ERROR-TABLE FILE
De_dasync.ec1 # The INPUT HEADER is scanned for declarations
2 # LIBNAME INPUT HEADER ERROR-TABLE FILE
De_capi.ec1 # The INPUT HEADER is scanned for declarations
2 # LIBNAME INPUT HEADER ERROR-TABLE FILE
/third_party/node/deps/v8/tools/
Dupdate-object-macros-undef.py18 HEADER = """// Copyright 2016 the V8 project authors. All rights reserved. variable
39 outfile.write(HEADER)
/third_party/skia/src/sksl/lex/
DMain.cpp23 static constexpr const char* HEADER = variable
38 out << HEADER; in writeH()
108 out << HEADER; in writeCPP()
/third_party/mesa3d/src/util/perf/
Du_trace.py123 HEADER = (1 << 0) variable in HeaderScope
129 def __init__(self, hdr, scope=HeaderScope.HEADER|HeaderScope.SOURCE):
481 HEADERS=[h for h in HEADERS if h.scope & HeaderScope.HEADER],

12345