/third_party/gstreamer/gstreamer/gst/ |
D | gsttoc.c | 92 GstToc *toc; member 114 static GstToc *gst_toc_copy (const GstToc * toc); 115 static void gst_toc_free (GstToc * toc); 117 static GstTocEntry *gst_toc_entry_copy (const GstTocEntry * toc); 118 static void gst_toc_entry_free (GstTocEntry * toc); 138 GstToc *toc; in gst_toc_new() local 143 toc = g_slice_new0 (GstToc); in gst_toc_new() 145 gst_mini_object_init (GST_MINI_OBJECT_CAST (toc), 0, GST_TYPE_TOC, in gst_toc_new() 149 toc->scope = scope; in gst_toc_new() 150 toc->tags = gst_tag_list_new_empty (); in gst_toc_new() [all …]
|
D | gsttoc.h | 144 GstTocScope gst_toc_get_scope (const GstToc *toc); 147 void gst_toc_set_tags (GstToc *toc, GstTagList * tags); 150 void gst_toc_merge_tags (GstToc *toc, GstTagList *tags, GstTagMergeMode … 153 GstTagList * gst_toc_get_tags (const GstToc *toc); 156 void gst_toc_append_entry (GstToc *toc, GstTocEntry *entry); 159 GList * gst_toc_get_entries (const GstToc *toc); 162 void gst_toc_dump (GstToc *toc); 164 #define gst_toc_ref(toc) (GstToc*)gst_mini_object_ref(GST_MINI_OBJECT_CAST(toc)) argument 165 #define gst_toc_unref(toc) gst_mini_object_unref(GST_MINI_OBJECT_CAST(toc)) argument 166 #define gst_toc_copy(toc) (GstToc*)gst_mini_object_copy(GST_MINI_OBJECT_CAST(toc)) argument [all …]
|
D | gsttocsetter.c | 67 GstToc *toc; member 76 if (data->toc) in gst_toc_data_free() 77 gst_toc_unref (data->toc); in gst_toc_data_free() 99 data->toc = NULL; in gst_toc_setter_get_data() 145 if (data->toc != NULL) in gst_toc_setter_get_toc() 146 ret = gst_toc_ref (data->toc); in gst_toc_setter_get_toc() 162 gst_toc_setter_set_toc (GstTocSetter * setter, GstToc * toc) in gst_toc_setter_set_toc() argument 172 if (data->toc != toc) { in gst_toc_setter_set_toc() 173 if (data->toc) in gst_toc_setter_set_toc() 174 gst_toc_unref (data->toc); in gst_toc_setter_set_toc() [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ucmndata.cpp | 125 const UDataOffsetTOCEntry *toc, int32_t count) { in offsetTOCPrefixBinarySearch() argument 144 if(0==strcmpAfterPrefix(s, names+toc[0].nameOffset, &startPrefixLength)) { in offsetTOCPrefixBinarySearch() 149 if(0==strcmpAfterPrefix(s, names+toc[limit].nameOffset, &limitPrefixLength)) { in offsetTOCPrefixBinarySearch() 155 int32_t cmp=strcmpAfterPrefix(s, names+toc[i].nameOffset, &prefixLength); in offsetTOCPrefixBinarySearch() 170 pointerTOCPrefixBinarySearch(const char *s, const PointerTOCEntry *toc, int32_t count) { in pointerTOCPrefixBinarySearch() argument 189 if(0==strcmpAfterPrefix(s, toc[0].entryName, &startPrefixLength)) { in pointerTOCPrefixBinarySearch() 194 if(0==strcmpAfterPrefix(s, toc[limit].entryName, &limitPrefixLength)) { in pointerTOCPrefixBinarySearch() 200 int32_t cmp=strcmpAfterPrefix(s, toc[i].entryName, &prefixLength); in pointerTOCPrefixBinarySearch() 218 const UDataOffsetTOC *toc = (UDataOffsetTOC *)pData->toc; in offsetTOCEntryCount() local 219 if (toc != NULL) { in offsetTOCEntryCount() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ucmndata.cpp | 125 const UDataOffsetTOCEntry *toc, int32_t count) { in offsetTOCPrefixBinarySearch() argument 144 if(0==strcmpAfterPrefix(s, names+toc[0].nameOffset, &startPrefixLength)) { in offsetTOCPrefixBinarySearch() 149 if(0==strcmpAfterPrefix(s, names+toc[limit].nameOffset, &limitPrefixLength)) { in offsetTOCPrefixBinarySearch() 155 int32_t cmp=strcmpAfterPrefix(s, names+toc[i].nameOffset, &prefixLength); in offsetTOCPrefixBinarySearch() 170 pointerTOCPrefixBinarySearch(const char *s, const PointerTOCEntry *toc, int32_t count) { in pointerTOCPrefixBinarySearch() argument 189 if(0==strcmpAfterPrefix(s, toc[0].entryName, &startPrefixLength)) { in pointerTOCPrefixBinarySearch() 194 if(0==strcmpAfterPrefix(s, toc[limit].entryName, &limitPrefixLength)) { in pointerTOCPrefixBinarySearch() 200 int32_t cmp=strcmpAfterPrefix(s, toc[i].entryName, &prefixLength); in pointerTOCPrefixBinarySearch() 218 const UDataOffsetTOC *toc = (UDataOffsetTOC *)pData->toc; in offsetTOCEntryCount() local 219 if (toc != NULL) { in offsetTOCEntryCount() [all …]
|
/third_party/icu/icu4c/source/common/ |
D | ucmndata.cpp | 125 const UDataOffsetTOCEntry *toc, int32_t count) { in offsetTOCPrefixBinarySearch() argument 144 if(0==strcmpAfterPrefix(s, names+toc[0].nameOffset, &startPrefixLength)) { in offsetTOCPrefixBinarySearch() 149 if(0==strcmpAfterPrefix(s, names+toc[limit].nameOffset, &limitPrefixLength)) { in offsetTOCPrefixBinarySearch() 155 int32_t cmp=strcmpAfterPrefix(s, names+toc[i].nameOffset, &prefixLength); in offsetTOCPrefixBinarySearch() 170 pointerTOCPrefixBinarySearch(const char *s, const PointerTOCEntry *toc, int32_t count) { in pointerTOCPrefixBinarySearch() argument 189 if(0==strcmpAfterPrefix(s, toc[0].entryName, &startPrefixLength)) { in pointerTOCPrefixBinarySearch() 194 if(0==strcmpAfterPrefix(s, toc[limit].entryName, &limitPrefixLength)) { in pointerTOCPrefixBinarySearch() 200 int32_t cmp=strcmpAfterPrefix(s, toc[i].entryName, &prefixLength); in pointerTOCPrefixBinarySearch() 218 const UDataOffsetTOC *toc = (UDataOffsetTOC *)pData->toc; in offsetTOCEntryCount() local 219 if (toc != NULL) { in offsetTOCEntryCount() [all …]
|
/third_party/node/deps/icu-small/source/common/ |
D | ucmndata.cpp | 125 const UDataOffsetTOCEntry *toc, int32_t count) { in offsetTOCPrefixBinarySearch() argument 144 if(0==strcmpAfterPrefix(s, names+toc[0].nameOffset, &startPrefixLength)) { in offsetTOCPrefixBinarySearch() 149 if(0==strcmpAfterPrefix(s, names+toc[limit].nameOffset, &limitPrefixLength)) { in offsetTOCPrefixBinarySearch() 155 int32_t cmp=strcmpAfterPrefix(s, names+toc[i].nameOffset, &prefixLength); in offsetTOCPrefixBinarySearch() 170 pointerTOCPrefixBinarySearch(const char *s, const PointerTOCEntry *toc, int32_t count) { in pointerTOCPrefixBinarySearch() argument 189 if(0==strcmpAfterPrefix(s, toc[0].entryName, &startPrefixLength)) { in pointerTOCPrefixBinarySearch() 194 if(0==strcmpAfterPrefix(s, toc[limit].entryName, &limitPrefixLength)) { in pointerTOCPrefixBinarySearch() 200 int32_t cmp=strcmpAfterPrefix(s, toc[i].entryName, &prefixLength); in pointerTOCPrefixBinarySearch() 218 const UDataOffsetTOC *toc = (UDataOffsetTOC *)pData->toc; in offsetTOCEntryCount() local 219 if (toc != NULL) { in offsetTOCEntryCount() [all …]
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gsttocsetter.c | 139 GstToc *toc; in create_toc() local 143 toc = gst_toc_new (GST_TOC_SCOPE_GLOBAL); in create_toc() 146 gst_toc_set_tags (toc, tags); in create_toc() 171 gst_toc_append_entry (toc, ed); in create_toc() 198 gst_toc_append_entry (toc, ed); in create_toc() 200 return toc; in create_toc() 205 GstToc *toc; in GST_START_TEST() local 217 toc = create_toc (); in GST_START_TEST() 218 fail_unless (toc != NULL); in GST_START_TEST() 220 gst_toc_setter_set_toc (setter, toc); in GST_START_TEST() [all …]
|
D | gsttoc.c | 134 GstToc *toc, *test_toc = NULL; in GST_START_TEST() local 143 toc = gst_toc_new (GST_TOC_SCOPE_GLOBAL); in GST_START_TEST() 144 fail_unless_equals_int (gst_toc_get_scope (toc), GST_TOC_SCOPE_GLOBAL); in GST_START_TEST() 145 fail_if (toc == NULL); in GST_START_TEST() 147 gst_toc_set_tags (toc, tags); in GST_START_TEST() 182 gst_toc_append_entry (toc, ed); in GST_START_TEST() 183 fail_unless_equals_int (g_list_length (gst_toc_get_entries (toc)), 1); in GST_START_TEST() 187 ed = gst_toc_find_entry (toc, ENTRY_ED1); in GST_START_TEST() 234 gst_toc_append_entry (toc, ed); in GST_START_TEST() 235 fail_unless_equals_int (g_list_length (gst_toc_get_entries (toc)), 2); in GST_START_TEST() [all …]
|
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/xhtml/ |
D | maketoc.pl | 248 my @toc; 262 push (@toc, $firstletter); 266 if ($#egl > 0) { push (@toc, "egl"); } 267 if ($#glu > 0) { push (@toc, "glu"); } 268 if ($#glut > 0) { push (@toc, "glut"); } 269 if ($#glX > 0) { push (@toc, "glX"); } 274 foreach (@toc)
|
/third_party/EGL/sdk/docs/man/xhtml/ |
D | maketoc.pl | 248 my @toc; 262 push (@toc, $firstletter); 266 if ($#egl > 0) { push (@toc, "egl"); } 267 if ($#glu > 0) { push (@toc, "glu"); } 268 if ($#glut > 0) { push (@toc, "glut"); } 269 if ($#glX > 0) { push (@toc, "glX"); } 274 foreach (@toc)
|
/third_party/skia/third_party/externals/freetype/src/pcf/ |
D | pcfread.c | 98 PCF_Toc toc = &face->toc; in pcf_read_TOC() local 108 FT_STREAM_READ_FIELDS( pcf_toc_header, toc ) ) in pcf_read_TOC() 111 if ( toc->version != PCF_FILE_VERSION || in pcf_read_TOC() 112 toc->count == 0 ) in pcf_read_TOC() 120 if ( toc->count > ( stream->size >> 4 ) || in pcf_read_TOC() 121 toc->count > 9 ) in pcf_read_TOC() 125 toc->count, in pcf_read_TOC() 127 toc->count = FT_MIN( stream->size >> 4, 9 ); in pcf_read_TOC() 130 if ( FT_QNEW_ARRAY( face->toc.tables, toc->count ) ) in pcf_read_TOC() 133 tables = face->toc.tables; in pcf_read_TOC() [all …]
|
/third_party/freetype/src/pcf/ |
D | pcfread.c | 98 PCF_Toc toc = &face->toc; in pcf_read_TOC() local 108 FT_STREAM_READ_FIELDS( pcf_toc_header, toc ) ) in pcf_read_TOC() 111 if ( toc->version != PCF_FILE_VERSION || in pcf_read_TOC() 112 toc->count == 0 ) in pcf_read_TOC() 120 if ( toc->count > ( stream->size >> 4 ) || in pcf_read_TOC() 121 toc->count > 9 ) in pcf_read_TOC() 125 toc->count, in pcf_read_TOC() 127 toc->count = FT_MIN( stream->size >> 4, 9 ); in pcf_read_TOC() 130 if ( FT_QNEW_ARRAY( face->toc.tables, toc->count ) ) in pcf_read_TOC() 133 tables = face->toc.tables; in pcf_read_TOC() [all …]
|
/third_party/flutter/skia/third_party/externals/freetype/src/pcf/ |
D | pcfread.c | 99 PCF_Toc toc = &face->toc; in pcf_read_TOC() local 109 FT_STREAM_READ_FIELDS( pcf_toc_header, toc ) ) in pcf_read_TOC() 112 if ( toc->version != PCF_FILE_VERSION || in pcf_read_TOC() 113 toc->count == 0 ) in pcf_read_TOC() 121 if ( toc->count > ( stream->size >> 4 ) || in pcf_read_TOC() 122 toc->count > 9 ) in pcf_read_TOC() 126 toc->count, in pcf_read_TOC() 128 toc->count = FT_MIN( stream->size >> 4, 9 ); in pcf_read_TOC() 131 if ( FT_NEW_ARRAY( face->toc.tables, toc->count ) ) in pcf_read_TOC() 134 tables = face->toc.tables; in pcf_read_TOC() [all …]
|
/third_party/flutter/skia/third_party/externals/freetype/docs/reference/markdown/stylesheets/ |
D | extra.css | 133 table.index-toc-link { 139 table.index-toc-link td.left { 144 table.index-toc-link td.middle { 149 table.index-toc-link td.right { 154 /* toc table */ 155 table.toc { 159 table.toc td.link { 165 table.toc td.desc { 170 table.toc td.desc p:first-child { 174 table.toc td.desc p {
|
/third_party/gstreamer/gstplugins_good/gst/wavenc/ |
D | gstwavenc.c | 791 GstToc *toc; in gst_wavenc_write_toc() local 798 if (!wavenc->toc) { in gst_wavenc_write_toc() 800 wavenc->toc = gst_toc_setter_get_toc (GST_TOC_SETTER (wavenc)); in gst_wavenc_write_toc() 802 if (!wavenc->toc) { in gst_wavenc_write_toc() 807 toc = gst_toc_ref (wavenc->toc); in gst_wavenc_write_toc() 814 list = gst_toc_get_entries (toc); in gst_wavenc_write_toc() 833 list = gst_toc_get_entries (toc); in gst_wavenc_write_toc() 922 if (toc) in gst_wavenc_write_toc() 923 gst_toc_unref (toc); in gst_wavenc_write_toc() 943 GstToc *toc; in gst_wavenc_event() local [all …]
|
/third_party/python/Lib/idlelib/ |
D | help.py | 63 self.toc = [] # Pair headers with text indexes for toc. 138 self.toc.append((indent+self.header, self.text.index('insert'))) 218 self.toc = toc = self.toc_menu(text) 224 toc.grid(row=0, column=0, sticky='nw') 230 toc = Menubutton(self, text='TOC') 231 drop = Menu(toc, tearoff=False) 232 for lbl, dex in text.parser.toc: 234 toc['menu'] = drop 235 return toc
|
/third_party/pcre2/pcre2/ |
D | 132html | 47 $toc = 0; 52 $toc = 1 if $ARGV[0] eq "-toc"; 75 print "<ul>\n" if ($toc); 147 if ($toc) 296 print "</ul>\n" if ($toc);
|
/third_party/flutter/glfw/docs/ |
D | extra.less | 53 @toc-background-color1: hsl(0,0%,90%); 54 @toc-background-color2: lighten(@toc-background-color1, 5%); 80 …ablist a:hover,.tablist li,.tablist li.current a,.memdoc,dl.reflist dd,div.toc li,.ah,span.lineno,… 112 h1,h2,h2.groupheader,h3,div.toc h3,h4,h5,h6,strong,em { 235 div.toc { 240 div.toc h3 { 244 div.toc ul { 248 div.toc li { 254 div.toc,.memproto,div.qindex,div.ah { 255 background:linear-gradient(to bottom,@toc-background-color2 0%,@toc-background-color1 100%); [all …]
|
/third_party/node/tools/doc/ |
D | allhtml.mjs | 1 // Build all.html by combining the generated toc and apicontent from each 13 const toc = fs.readFileSync(new URL('./index.html', source), 'utf8'); constant 15 // Extract (and concatenate) the toc and apicontent from each document. 26 for (const link of toc.match(/<a.*?>/g)) { 35 .replace(/[\s\S]*?id="toc"[^>]*>\s*<\w+>.*?<\/\w+>\s*(<ul>\s*)?/, ''); 49 let all = toc.replace(/index\.html/g, 'all.html') 62 '<details id="toc" open><summary>Table of contents</summary>\n' +
|
/third_party/icu/icu4c/source/test/perf/dicttrieperf/ |
D | dicttrieperf.cpp | 117 static int32_t simpleBinarySearch(const char *s, const char *names, const TOCEntry *toc, int32_t co… in simpleBinarySearch() argument 127 int32_t cmp=strcmp(s, names+toc[number].nameOffset); in simpleBinarySearch() 144 toc=new TOCEntry[count]; in BinarySearchPackageLookup() 146 toc[i].nameOffset=itemNames.length(); in BinarySearchPackageLookup() 147 toc[i].dataOffset=i; // arbitrary value, see toc comment below in BinarySearchPackageLookup() 159 delete[] toc; in ~BinarySearchPackageLookup() 167 if(simpleBinarySearch(name, itemNameChars, toc, count)<0) { in call() 180 TOCEntry *toc; member in BinarySearchPackageLookup 207 static int32_t prefixBinarySearch(const char *s, const char *names, const TOCEntry *toc, int32_t co… in prefixBinarySearch() argument 222 if(0==strcmpAfterPrefix(s, names+toc[0].nameOffset, startPrefixLength)) { in prefixBinarySearch() [all …]
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
D | gstdiscoverer-types.c | 70 if (info->toc) in gst_discoverer_stream_info_finalize() 71 gst_toc_unref (info->toc); in gst_discoverer_stream_info_finalize() 136 if (info->toc) in gst_discoverer_info_copy_int() 137 ret->toc = gst_toc_ref (info->toc); in gst_discoverer_info_copy_int() 388 if (info->toc) in gst_discoverer_info_finalize() 389 gst_toc_unref (info->toc); in gst_discoverer_info_finalize() 450 if (ptr->toc) in gst_discoverer_info_copy() 451 ret->toc = gst_toc_ref (ptr->toc); in gst_discoverer_info_copy() 689 return info->toc; in gst_discoverer_stream_info_get_toc() 1129 DISCOVERER_INFO_ACCESSOR_CODE (toc, const GstToc *, NULL);
|
/third_party/skia/third_party/externals/freetype/docs/markdown/stylesheets/ |
D | extra.css | 108 /* toc table */ 109 table.toc { 113 table.toc td.link { 119 table.toc td.desc { 124 table.toc td.desc p:first-child { 128 table.toc td.desc p {
|
/third_party/freetype/docs/reference/stylesheets/ |
D | extra.css | 108 /* toc table */ 109 table.toc { 113 table.toc td.link { 119 table.toc td.desc { 124 table.toc td.desc p:first-child { 128 table.toc td.desc p {
|
/third_party/gstreamer/gstplugins_bad/ext/opus/ |
D | gstopusparse.c | 150 unsigned char toc; in gst_opus_parse_handle_frame() local 177 opus_packet_parse (data, size, &toc, frames, frame_sizes, in gst_opus_parse_handle_frame() 199 opus_packet_parse (data + 8, packet_size, &toc, frames, frame_sizes, in gst_opus_parse_handle_frame() 289 guint8 toc; in packet_duration_opus() local 294 toc = data[0]; in packet_duration_opus() 296 frame_duration = durations[toc >> 3] * 1000; in packet_duration_opus() 297 switch (toc & 3) { in packet_duration_opus()
|