/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/ |
D | protocol_discovery_test.dart | 17 ProtocolDiscovery discoverer; 38 discoverer = ProtocolDiscovery.observatory(logReader); 42 discoverer.cancel(); 48 expect(discoverer.uri, isNotNull); 55 final Uri uri = await discoverer.uri; 62 final Future<Uri> uriFuture = discoverer.uri; 72 final Uri uri = await discoverer.uri; 82 expect(discoverer.uri, throwsA(isFormatException)); 87 final Future<Uri> uriFuture = discoverer.uri; 100 final Uri uri = await discoverer.uri; [all …]
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
D | gstdiscoverer.c | 2437 gst_discoverer_start (GstDiscoverer * discoverer) in gst_discoverer_start() argument 2442 g_return_if_fail (GST_IS_DISCOVERER (discoverer)); in gst_discoverer_start() 2444 GST_DEBUG_OBJECT (discoverer, "Starting..."); in gst_discoverer_start() 2446 if (discoverer->priv->async) { in gst_discoverer_start() 2447 GST_DEBUG_OBJECT (discoverer, "We were already started"); in gst_discoverer_start() 2451 discoverer->priv->async = TRUE; in gst_discoverer_start() 2452 discoverer->priv->running = TRUE; in gst_discoverer_start() 2460 source = gst_bus_create_watch (discoverer->priv->bus); in gst_discoverer_start() 2464 discoverer->priv->bus_source = source; in gst_discoverer_start() 2465 discoverer->priv->ctx = g_main_context_ref (ctx); in gst_discoverer_start() [all …]
|
D | gstdiscoverer.h | 382 void (*finished) (GstDiscoverer *discoverer); 383 void (*starting) (GstDiscoverer *discoverer); 384 void (*discovered) (GstDiscoverer *discoverer, 387 void (*source_setup) (GstDiscoverer *discoverer, 402 void gst_discoverer_start (GstDiscoverer *discoverer); 405 void gst_discoverer_stop (GstDiscoverer *discoverer); 408 gboolean gst_discoverer_discover_uri_async (GstDiscoverer *discoverer, 415 gst_discoverer_discover_uri (GstDiscoverer * discoverer,
|
/third_party/gstreamer/gstplugins_base/tools/ |
D | meson.build | 37 executable('gst-discoverer-@0@'.format(api_version), 38 'gst-discoverer.c', 40 c_args : gst_plugins_base_args + ['-DG_LOG_DOMAIN="gst-discoverer-@0@"'.format(api_version)], 44 install_man('gst-discoverer-@0@.1'.format(api_version))
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
D | DiscoverDependentFunctions.cpp | 130 Discoverer discoverer(vars, funcToDef); in DiscoverDependentFunctions() local 131 root.traverse(&discoverer); in DiscoverDependentFunctions() 132 return std::move(discoverer.mDepFunctions); in DiscoverDependentFunctions()
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/ |
D | emulator.dart | 52 … return _emulatorDiscoverers.where((EmulatorDiscovery discoverer) => discoverer.supportsPlatform); 58 …await Future.forEach<EmulatorDiscovery>(_platformDiscoverers, (EmulatorDiscovery discoverer) async… 59 emulators.addAll(await discoverer.emulators); 199 return _platformDiscoverers.any((EmulatorDiscovery discoverer) => discoverer.canListAnything);
|
D | device.dart | 130 return deviceDiscoverers.where((DeviceDiscovery discoverer) => discoverer.supportsPlatform); 135 for (DeviceDiscovery discoverer in _platformDiscoverers) { 136 for (Device device in await discoverer.devices) { 144 return _platformDiscoverers.any((DeviceDiscovery discoverer) => discoverer.canListAnything); 150 for (DeviceDiscovery discoverer in _platformDiscoverers) 151 ...await discoverer.getDiagnostics(),
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/commands/ |
D | daemon.dart | 655 void addDeviceDiscoverer(DeviceDiscovery discoverer) { 656 if (!discoverer.supportsPlatform) 659 _discoverers.add(discoverer); 660 if (discoverer is PollingDeviceDiscovery) { 661 discoverer.onAdded.listen(_onDeviceEvent('device.added')); 662 discoverer.onRemoved.listen(_onDeviceEvent('device.removed')); 688 for (PollingDeviceDiscovery discoverer in _discoverers) { 689 for (Device device in await discoverer.devices) { 699 for (PollingDeviceDiscovery discoverer in _discoverers) 700 discoverer.startPolling(); [all …]
|
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/tester/ |
D | flutter_tester_test.dart | 51 final FlutterTesterDevices discoverer = FlutterTesterDevices(); 53 final List<Device> devices = await discoverer.devices; 59 final FlutterTesterDevices discoverer = FlutterTesterDevices(); 61 final List<Device> devices = await discoverer.devices;
|
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/commands/ |
D | daemon_test.dart | 206 final MockPollingDeviceDiscovery discoverer = MockPollingDeviceDiscovery(); 207 daemon.deviceDomain.addDeviceDiscoverer(discoverer); 208 discoverer.addDevice(MockAndroidDevice()); 228 final MockPollingDeviceDiscovery discoverer = MockPollingDeviceDiscovery(); 229 daemon.deviceDomain.addDeviceDiscoverer(discoverer); 230 discoverer.addDevice(MockAndroidDevice());
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | discoverer.c | 256 discovered_cb (GstDiscoverer * discoverer, in discovered_cb() argument 400 GST_CHECK_MAIN (discoverer);
|
/third_party/gstreamer/gstplugins_base/tests/check/ |
D | meson.build | 12 [ 'libs/discoverer.c' ], 124 …_TEST_FILE="' + meson.current_source_dir() + '/../files/partialframe.mjpeg"', # for libs/discoverer
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 526 discoverer: chain up to parent finalize methods in all our types 535 #6 0x5e58bf in LLVMFuzzerTestOneInput /src/gstreamer/ci/fuzzing/gst-discoverer.c:132:5 1416 * tools/gst-discoverer.c: 1417 discoverer: Set number to stream infos 1419 within the context of that discoverer info. That number should always 1426 discoverer: Don't ref NULL taglist 1535 * tools/gst-discoverer.c: 1536 discoverer: Advertise container-specific tags with a new API 1543 `gst_discoverer_container_info_get_tags()`. The discoverer tool was adapted to 2096 discoverer: Prevent stream tags from leaking in global tags [all …]
|
D | NEWS | 2140 - discoverer: chain up to parent finalize methods in all our types to
|
/third_party/gstreamer/gstplugins_bad/ |
D | NEWS | 2140 - discoverer: chain up to parent finalize methods in all our types to
|
/third_party/gstreamer/gstplugins_good/ |
D | NEWS | 2140 - discoverer: chain up to parent finalize methods in all our types to
|
D | ChangeLog | 15226 tests: jpegdec: bump discoverer timeout for valgrind 92097 avisubtitle: set caps on srcpad to fix issue with discoverer 92098 Set caps from the start so discoverer doesn't blow up on
|
/third_party/gstreamer/gstreamer/ |
D | NEWS | 2140 - discoverer: chain up to parent finalize methods in all our types to
|
D | ChangeLog | 28990 Fixes the occasional criticals in the discoverer unit test.
|
/third_party/gstreamer/gst_libav/ |
D | NEWS | 2140 - discoverer: chain up to parent finalize methods in all our types to
|