/third_party/ffmpeg/tests/ref/fate/ |
D | movenc | 4 write_data len 110, time nopts, type trailer atom - 9 write_data len 110, time nopts, type trailer atom - 14 write_data len 110, time nopts, type trailer atom - 22 write_data len 148, time nopts, type trailer atom - 28 write_data len 148, time nopts, type trailer atom - 34 write_data len 148, time nopts, type trailer atom - 40 write_data len 148, time nopts, type trailer atom - 45 write_data len 148, time nopts, type trailer atom - 50 write_data len 148, time nopts, type trailer atom - 54 write_data len 67, time nopts, type trailer atom - [all …]
|
/third_party/ffmpeg/libavformat/ |
D | assenc.c | 42 uint8_t *trailer; member 58 uint8_t *trailer = strstr(par->extradata, "\n[Events]"); in write_header() local 60 if (trailer) in write_header() 61 trailer = strstr(trailer, "Format:"); in write_header() 62 if (trailer) in write_header() 63 trailer = strstr(trailer, "\n"); in write_header() 65 if (trailer++) { in write_header() 66 header_size = (trailer - par->extradata); in write_header() 69 ass->trailer = trailer; in write_header() 208 if (ass->trailer) { in write_trailer() [all …]
|
D | webpenc.c | 75 static int flush(AVFormatContext *s, int trailer, int64_t pts) in flush() argument 102 if (!trailer) { in flush() 115 if (!trailer) { in flush() 123 if (w->frame_count > trailer) { in flush()
|
/third_party/node/deps/npm/node_modules/sshpk/lib/formats/ |
D | ssh.js | 89 var trailer = data.slice(realOffset); 90 trailer = trailer.replace(/[\r\n]/g, ' '). 92 if (trailer.match(/^[a-zA-Z0-9]/)) 93 key.comment = trailer;
|
/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_http.c | 116 int trailer, int connect_protocol) { in http_request_on_header() argument 118 if (trailer || in http_request_on_header() 229 int trailer) { in http_response_on_header() argument 231 if (trailer || in http_response_on_header() 334 int trailer) { in nghttp2_http_on_header() argument 385 return http_request_on_header(stream, nv, trailer, in nghttp2_http_on_header() 390 return http_response_on_header(stream, nv, trailer); in nghttp2_http_on_header()
|
/third_party/nghttp2/integration-tests/ |
D | server_tester.go | 333 trailer []hpack.HeaderField // trailer part member 340 trailer []hpack.HeaderField member 351 for _, h := range cbr.trailer { 478 if len(rp.trailer) != 0 { 480 trailer: rp.trailer, 515 for _, h := range cbr.trailer { 605 EndStream: len(rp.body) == 0 && len(rp.trailer) == 0 && !rp.noEndStream, 615 if err := st.fr.WriteData(id, len(rp.trailer) == 0 && !rp.noEndStream, rp.body); err != nil { 620 if len(rp.trailer) != 0 { 622 for _, h := range rp.trailer {
|
/third_party/cef/tools/yapf/yapf/yapflib/ |
D | split_penalty.py | 247 for trailer in node.children[1:]: 248 if pytree_utils.NodeName(trailer) != 'trailer': 250 if trailer.children[0].value in '([': 251 if len(trailer.children) > 2: 253 trailer.children[0], pytree_utils.Annotation.SUBTYPE) 255 _SetStronglyConnected(_FirstChildNode(trailer.children[1])) 257 last_child_node = _LastChildNode(trailer) 270 _SetStronglyConnected(trailer.children[-1])
|
/third_party/typescript/tests/baselines/reference/convertToAsyncFunction/ |
D | convertToAsyncFunction_bindingPattern.ts | 6 function res({ status, trailer }){ 16 function res({ status, trailer }){
|
D | convertToAsyncFunction_bindingPattern.js | 6 function res({ status, trailer }){ field 16 function res({ status, trailer }){ field
|
D | convertToAsyncFunction_bindingPatternNameCollision.ts | 7 function res({ status, trailer }){ 18 function res({ status, trailer }){
|
D | convertToAsyncFunction_bindingPatternNameCollision.js | 7 function res({ status, trailer }){ field 18 function res({ status, trailer }){ field
|
/third_party/mesa3d/src/mapi/glapi/gen/ |
D | glX_proto_send.py | 864 trailer = " }" 866 trailer = None 895 if trailer: print(trailer) 916 trailer = " }" 918 trailer = None 950 if trailer: print(trailer)
|
/third_party/skia/src/pdf/ |
D | SkPDFType1Font.cpp | 191 const uint8_t* trailer = hexData + hexDataLen; in convert_type1_font_stream() local 195 for (; hexData < trailer; hexData++) { in convert_type1_font_stream() 238 size_t trailer SK_INIT_TO_AVOID_WARNING; in make_type1_font_descriptor() 241 &header, &data, &trailer); in make_type1_font_descriptor() 246 dict->insertInt("Length3", trailer); in make_type1_font_descriptor()
|
/third_party/flutter/skia/src/pdf/ |
D | SkPDFType1Font.cpp | 191 const uint8_t* trailer = hexData + hexDataLen; in convert_type1_font_stream() local 195 for (; hexData < trailer; hexData++) { in convert_type1_font_stream() 238 size_t trailer SK_INIT_TO_AVOID_WARNING; in make_type1_font_descriptor() 241 &header, &data, &trailer); in make_type1_font_descriptor() 246 dict->insertInt("Length3", trailer); in make_type1_font_descriptor()
|
/third_party/nghttp2/lib/ |
D | nghttp2_http.c | 104 int trailer, int connect_protocol) { in http_request_on_header() argument 108 if (trailer || in http_request_on_header() 206 if (!trailer && in http_request_on_header() 236 int trailer) { in http_response_on_header() argument 238 if (trailer || in http_response_on_header() 351 int trailer) { in nghttp2_http_on_header() argument 435 return http_request_on_header(stream, nv, trailer, in nghttp2_http_on_header() 440 return http_response_on_header(stream, nv, trailer); in nghttp2_http_on_header()
|
/third_party/python/Lib/lib2to3/fixes/ |
D | fix_execfile.py | 37 read = [Node(syms.trailer, [Dot(), Name('read')]), 38 Node(syms.trailer, [LParen(), RParen()])]
|
D | fix_tuple_params.py | 161 trailer = [Subscript(Number(str(i)))] 163 map_to_index(obj, trailer, d=d) 165 d[obj] = prefix + trailer
|
/third_party/nghttp2/doc/ |
D | nghttpd.1.rst | 134 .. option:: --trailer=<HEADER> 136 Add a trailer header to a response. <HEADER> must not 138 with ':'). The trailer is sent only if a response has 139 body part. Example: :option:`--trailer` 'foo: bar'.
|
/third_party/python/Tools/freeze/ |
D | makefreeze.py | 12 trailer = """\ variable 68 outfp.write(trailer)
|
/third_party/python/Tools/scripts/ |
D | gprof2html.py | 20 trailer = """\ variable 73 output.write(trailer)
|
/third_party/python/Lib/lib2to3/ |
D | fixer_util.py | 42 return [obj, Node(syms.trailer, [Dot(), attr])] 54 node = Node(syms.trailer, [lparen.clone(), rparen.clone()]) 79 return Node(syms.trailer, [Leaf(token.LBRACE, "["), 146 [Node(syms.trailer, 403 _block_syms = {syms.funcdef, syms.classdef, syms.trailer}
|
/third_party/skia/gm/ |
D | arcto.cpp | 191 const char trailer[] = "</svg>\n"; in DEF_SIMPLE_GM() local 192 sk_fwrite(trailer, sizeof(trailer) - 1, file); in DEF_SIMPLE_GM()
|
/third_party/flutter/skia/gm/ |
D | arcto.cpp | 194 const char trailer[] = "</svg>\n"; in DEF_SIMPLE_GM() local 195 sk_fwrite(trailer, sizeof(trailer) - 1, file); in DEF_SIMPLE_GM()
|
/third_party/node/test/es-module/ |
D | test-esm-exports.mjs | 40 ['pkgexports/dir1/dir1/trailer', { default: 'main' }], 41 ['pkgexports/dir2/dir2/trailer', { default: 'index' }], 86 ['pkgexports/trailer', './trailer'], 158 ['pkgexports/dir2/trailer', `subpath${sep}dir2.js`],
|
/third_party/nghttp2/src/ |
D | nghttpd.cc | 380 config.trailer.emplace_back(header, value, false); in main() 381 util::inp_strlower(config.trailer.back().name); in main() 481 for (auto &h : config.trailer) { in main()
|