/third_party/pulseaudio/src/modules/gsettings/ |
D | pulseaudio.convert | 47 …g.freedesktop.pulseaudio.module-group:/org/freedesktop/pulseaudio/module-groups/zeroconf-discover/] 48 args0 = /system/pulseaudio/modules/zeroconf-discover/args0 49 args1 = /system/pulseaudio/modules/zeroconf-discover/args1 50 args2 = /system/pulseaudio/modules/zeroconf-discover/args2 51 args3 = /system/pulseaudio/modules/zeroconf-discover/args3 52 args4 = /system/pulseaudio/modules/zeroconf-discover/args4 53 args5 = /system/pulseaudio/modules/zeroconf-discover/args5 54 args6 = /system/pulseaudio/modules/zeroconf-discover/args6 55 args7 = /system/pulseaudio/modules/zeroconf-discover/args7 56 args8 = /system/pulseaudio/modules/zeroconf-discover/args8 [all …]
|
/third_party/python/Lib/unittest/test/ |
D | test_discovery.py | 335 pkg_tests = loader.discover( 386 loader.discover('/foo/bar', top_level_dir='/foo') 405 suite = loader.discover('/foo/bar/baz', 'pattern', '/foo/bar') 452 suite = loader.discover('/toplevel/startdir', top_level_dir='/toplevel') 487 suite = loader.discover('.') 512 suite = loader.discover(abspath('/foo')) 544 suite = loader.discover('.') 568 suite = loader.discover(abspath('/foo')) 637 def discover(self, start_dir, pattern, top_level_dir): member in TestDiscovery.test_command_line_handling_do_discovery_uses_default_loader.Loader 650 def discover(self, start_dir, pattern, top_level_dir): member in TestDiscovery.test_command_line_handling_do_discovery_calls_loader.Loader [all …]
|
D | __main__.py | 11 package_tests = loader.discover(start_dir=this_dir, pattern=pattern,
|
/third_party/pulseaudio/src/modules/ |
D | meson.build | 104 … [ 'module-zeroconf-discover', 'module-zeroconf-discover.c', [], [], [avahi_dep], libavahi_wrap ], 112 [ 'module-bluetooth-discover', 'bluetooth/module-bluetooth-discover.c' ], 115 …[ 'module-bluez5-discover', 'bluetooth/module-bluez5-discover.c', [], [], [dbus_dep], libbluez5_ut… 180 [ 'module-raop-discover', 'raop/module-raop-discover.c', [], [], [avahi_dep], libavahi_wrap ],
|
/third_party/flutter/flutter/packages/flutter_tools/doc/ |
D | attach.md | 10 There are four ways for the attach command to discover a running app: 21 immediately discover the port
|
/third_party/pulseaudio/src/daemon/ |
D | default.pa.in | 84 .ifexists module-bluetooth-discover@PA_SOEXT@ 85 load-module module-bluetooth-discover
|
/third_party/python/Lib/test/ |
D | test_tk.py | 10 return loader.discover('tkinter.test.test_tkinter')
|
D | test_ttk_guionly.py | 32 return loader.discover('tkinter.test.test_ttk')
|
/third_party/flutter/skia/tools/ |
D | test_all.py | 17 suite = unittest.TestLoader().discover(os.path.dirname(__file__),
|
/third_party/python/Lib/idlelib/idle_test/ |
D | __init__.py | 14 package_tests = loader.discover(start_dir=this_dir, pattern='test*.py',
|
/third_party/skia/tools/ |
D | test_all.py | 20 suite = unittest.TestLoader().discover(os.path.dirname(__file__),
|
/third_party/python/Lib/unittest/test/testmock/ |
D | __main__.py | 11 package_tests = loader.discover(start_dir=this_dir, pattern=pattern,
|
/third_party/python/Lib/unittest/ |
D | __init__.py | 80 return loader.discover(start_dir=this_dir, pattern=pattern)
|
/third_party/skia/third_party/externals/brotli/python/ |
D | Makefile | 46 @$(PYTHON) -m unittest discover -v -p '*_test.py'
|
/third_party/rust/crates/bindgen/bindgen-cli/ |
D | Cargo.toml | 35 # Dynamically discover a `rustfmt` binary using the `which` crate
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_KHR_present_wait/ |
D | present_wait.adoc | 22 applications can discover when images were presented, but only
|
D | present_wait.txt | 22 applications can discover when images were presented, but only
|
/third_party/rust/crates/bindgen/bindgen/ |
D | Cargo.toml | 48 # Dynamically discover a `rustfmt` binary using the `which` crate
|
/third_party/skia/third_party/externals/brotli/ |
D | setup.py | 46 test_suite = test_loader.discover('python', pattern='*_test.py')
|
/third_party/skia/third_party/externals/dawn/docs/ |
D | fuzzing.md | 13 …Dawn tests as a example of API usage which allows the fuzzer to quickly discover and use new API e…
|
/third_party/python/Modules/_xxtestfuzz/ |
D | README.rst | 11 oss-fuzz will regularly pull from CPython, discover all the tests in
|
/third_party/pulseaudio/po/ |
D | POTFILES.in | 60 src/modules/module-zeroconf-discover.c 64 src/modules/raop/module-raop-discover.c
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | flex_test.dart | 117 // an extra one when we discover we never computed a size.
|
/third_party/python/Lib/test/test_importlib/ |
D | test_metadata_api.py | 299 dists = Distribution.discover(path=[str(self.site_dir)])
|
/third_party/python/Lib/importlib/metadata/ |
D | __init__.py | 521 def discover(cls, **kwargs): member in Distribution 936 return Distribution.discover(**kwargs)
|