Searched refs:tracers (Results 1 – 19 of 19) sorted by relevance
/third_party/gstreamer/gstreamer/gst/ |
D | gsttracerutils.c | 213 GList *tracers, *h_list, *h_node, *t_node; in gst_tracing_get_active_tracers() local 219 tracers = NULL; in gst_tracing_get_active_tracers() 227 if (g_list_index (tracers, hook->tracer) >= 0) in gst_tracing_get_active_tracers() 229 tracers = g_list_prepend (tracers, gst_object_ref (hook->tracer)); in gst_tracing_get_active_tracers() 234 return tracers; in gst_tracing_get_active_tracers()
|
/third_party/grpc/tools/run_tests/sanity/ |
D | check_tracer_sanity.py | 26 tracers = [] variable 35 tracers.append(o[1]) 40 for t in tracers:
|
/third_party/gstreamer/gstreamer/ |
D | BUILD.gn | 311 "./plugins/tracers", 331 "plugins/tracers/gstfactories.c", 332 "plugins/tracers/gstlatency.c", 333 "plugins/tracers/gstleaks.c", 334 "plugins/tracers/gstlog.c", 335 "plugins/tracers/gstrusage.c", 336 "plugins/tracers/gststats.c", 337 "plugins/tracers/gsttracers.c",
|
D | ChangeLog | 210 * plugins/tracers/gstleaks.c: 1022 * plugins/tracers/gstfactories.c: 1188 * plugins/tracers/gstfactories.c: 1189 * plugins/tracers/gstfactories.h: 1190 * plugins/tracers/gsttracers.c: 1191 * plugins/tracers/meson.build: 1207 tracers: Add tracepoint when a plugin feature it loaded 1517 * plugins/tracers/gstleaks.c: 1518 tracers: leaks: log when tracer is exiting 1872 * plugins/tracers/gstleaks.c: [all …]
|
D | NEWS | 1388 - New plugin-feature-loaded tracing hook for use by tracers like the
|
/third_party/python/Lib/idlelib/ |
D | configdialog.py | 89 tracers.attach() 334 self.font_name = tracers.add(StringVar(self), self.var_changed_font) 335 self.font_size = tracers.add(StringVar(self), self.var_changed_font) 336 self.font_bold = tracers.add(BooleanVar(self), self.var_changed_font) 603 self.builtin_name = tracers.add( 605 self.custom_name = tracers.add( 608 self.color = tracers.add( 610 self.theme_source = tracers.add( 612 self.highlight_target = tracers.add( 1209 self.builtin_name = tracers.add( [all …]
|
D | NEWS.txt | 668 Instance tracers manages pairs consisting of a tk variable and a
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_configdialog.py | 13 from idlelib.configdialog import idleConf, changes, tracers 45 tracers.detach() 46 tracers.clear() 129 tracers.detach() 140 tracers.attach() 299 tracers.detach() 337 tracers.attach() 804 tracers.detach() 843 tracers.attach() 1482 cls.tracers = configdialog.VarTrace() [all …]
|
/third_party/grpc/doc/ |
D | environment_variables.md | 44 A comma separated list of tracers that provide additional insight into how 45 gRPC C core is processing requests via debug logs. Available tracers include: 95 The following tracers will only run in binaries built in DEBUG mode. This is 124 'refcount' will turn on all of the tracers for refcount debugging. 126 if 'list_tracers' is present, then all of the available tracers will be
|
/third_party/gstreamer/gstreamer/plugins/ |
D | meson.build | 4 subdir('tracers') subdir
|
/third_party/grpc/ |
D | TROUBLESHOOTING.md | 29 # Also note that most tracers user log level INFO, so without setting 35 # Print info from 3 different tracers, including tracing logs with log level DEBUG
|
/third_party/gstreamer/gstreamer/tests/check/elements/ |
D | leaks.c | 77 GList *tracers, *l; in get_tracer_by_name() local 80 tracers = gst_tracing_get_active_tracers (); in get_tracer_by_name() 81 for (l = tracers; l; l = l->next) in get_tracer_by_name() 85 g_list_free (tracers); in get_tracer_by_name()
|
/third_party/gstreamer/gstreamer/docs/ |
D | meson.build | 173 gst_c_sources: ['../plugins/tracers/*.c', '../plugins/tracers/*.h'],
|
/third_party/python/Misc/NEWS.d/ |
D | 3.6.3rc1.rst | 1000 Instance tracers manages pairs consisting of a tk variable and a callback
|
D | 3.7.0a1.rst | 5886 Instance tracers manages pairs consisting of a tk variable and a callback
|
/third_party/gstreamer/gstplugins_bad/ |
D | NEWS | 1388 - New plugin-feature-loaded tracing hook for use by tracers like the
|
/third_party/gstreamer/gstplugins_base/ |
D | NEWS | 1388 - New plugin-feature-loaded tracing hook for use by tracers like the
|
/third_party/gstreamer/gstplugins_good/ |
D | NEWS | 1388 - New plugin-feature-loaded tracing hook for use by tracers like the
|
/third_party/gstreamer/gst_libav/ |
D | NEWS | 1388 - New plugin-feature-loaded tracing hook for use by tracers like the
|