Home
last modified time | relevance | path

Searched refs:comment_header (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/idlelib/
Dformat.py59 comment_header = get_comment_header(data)
61 first, last, comment_header, data = \
63 if comment_header:
64 newdata = reformat_comment(data, limit, comment_header)
97 comment_header = get_comment_header(line)
98 comment_header_len = len(comment_header)
101 while get_comment_header(line)==comment_header and \
111 get_comment_header(line)==comment_header and \
117 return first, last, comment_header, text.get(first, last)
156 def reformat_comment(data, limit, comment_header): argument
[all …]
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dflacparse.c55 static guint8 comment_header[] = { variable
236 fail_unless (gst_buffer_get_size (buf) == sizeof (comment_header)); in GST_START_TEST()
237 fail_unless (gst_buffer_memcmp (buf, 0, comment_header, in GST_START_TEST()
238 sizeof (comment_header)) == 0); in GST_START_TEST()
261 ctx_headers[1].data = comment_header; in flacparse_suite()
262 ctx_headers[1].size = sizeof (comment_header); in flacparse_suite()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dvorbisdec.c50 static guchar comment_header[] = { variable
136 inbuffer = gst_buffer_new_and_alloc (sizeof (comment_header)); in GST_START_TEST()
137 gst_buffer_fill (inbuffer, 0, comment_header, sizeof (comment_header)); in GST_START_TEST()
257 inbuffer = gst_buffer_new_and_alloc (sizeof (comment_header)); in GST_START_TEST()
258 gst_buffer_fill (inbuffer, 0, comment_header, sizeof (comment_header)); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/ext/opus/
Dgstopusparse.h51 GstBuffer *comment_header; member
Dgstopusparse.c353 gst_buffer_replace (&parse->comment_header, frame->buffer); in gst_opus_parse_parse_frame()
414 gst_buffer_replace (&parse->comment_header, NULL); in gst_opus_parse_parse_frame()