Home
last modified time | relevance | path

Searched refs:discover (Results 1 – 25 of 178) sorted by relevance

12345678

/third_party/pulseaudio/src/modules/gsettings/
Dpulseaudio.convert47 …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/
Dtest_discovery.py335 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__.py11 package_tests = loader.discover(start_dir=this_dir, pattern=pattern,
/third_party/boost/libs/graph/doc/
Dstrong_components.w40 $u$ and $v$ with the latest discover time then $w$ is also in the same
46 trees, then the discover time for $w$ must be earlier than for $v$.
54 ``discover vertex'' and ``finish vertex'' event points. It may help to
55 think of the actions taken at the ``discover vertex'' event point as
61 vertex $u$ visited we record the discover time $d[u]$, push vertex $u$
70 each for which one has the earliest discover time, which we will call
Dbiconnected_components.w73 with its discover time, denoted $d[v]$. During the DFS we also
74 compute the $lowpt(v)$, which is the smallest (in terms of discover
77 be identified based on discover time because for tree edge $(u,v)$ we
112 \code{discover\_time} parameter is used internally to keep track of
113 the DFS discover time for each vertex. It must be a
121 \code{discover\-\_time} map.
147 @<Initialize discover times to infinity@>
166 The first step of the algorithm is to initialize the discover times of
169 @d Initialize discover times to infinity
204 bookkeeping details such as recording the discover times and computing
/third_party/pulseaudio/src/modules/
Dmeson.build104 … [ '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/
Dattach.md10 There are four ways for the attach command to discover a running app:
21 immediately discover the port
/third_party/pulseaudio/src/daemon/
Ddefault.pa.in84 .ifexists module-bluetooth-discover@PA_SOEXT@
85 load-module module-bluetooth-discover
/third_party/python/Lib/test/
Dtest_tk.py10 return loader.discover('tkinter.test.test_tkinter')
Dtest_ttk_guionly.py32 return loader.discover('tkinter.test.test_ttk')
/third_party/openssl/doc/man3/
DX509_verify_cert.pod5 X509_verify_cert - discover and verify X509 certificate chain
15 The X509_verify_cert() function attempts to discover and validate a
/third_party/flutter/skia/tools/
Dtest_all.py17 suite = unittest.TestLoader().discover(os.path.dirname(__file__),
/third_party/python/Lib/idlelib/idle_test/
D__init__.py14 package_tests = loader.discover(start_dir=this_dir, pattern='test*.py',
/third_party/skia/tools/
Dtest_all.py20 suite = unittest.TestLoader().discover(os.path.dirname(__file__),
/third_party/python/Lib/unittest/test/testmock/
D__main__.py11 package_tests = loader.discover(start_dir=this_dir, pattern=pattern,
/third_party/python/Lib/unittest/
D__init__.py80 return loader.discover(start_dir=this_dir, pattern=pattern)
/third_party/skia/third_party/externals/brotli/python/
DMakefile46 @$(PYTHON) -m unittest discover -v -p '*_test.py'
/third_party/boost/libs/outcome/doc/src/content/reference/policies/
Dexception_ptr_rethrow_result.md8 … be called on incorrect wide value observation. Generally this will ADL discover {{% api "std::ret…
Dexception_ptr_rethrow_outcome.md8 … be called on incorrect wide value observation. Generally this will ADL discover {{% api "std::ret…
/third_party/boost/libs/outcome/doc/src/content/reference/types/
Dfailure_type.md16 …stexpr lvalue, const lvalue, rvalue and const rvalue overloads. One can discover which or both of …
/third_party/skia/third_party/externals/brotli/
Dsetup.py46 test_suite = test_loader.discover('python', pattern='*_test.py')
/third_party/boost/libs/outcome/doc/src/content/tutorial/essential/conventions/
D_index.md32 custom `E` types can discover and interact with one another.
/third_party/python/Modules/_xxtestfuzz/
DREADME.rst11 oss-fuzz will regularly pull from CPython, discover all the tests in
/third_party/skia/third_party/externals/dawn/docs/
Dfuzzing.md13 …Dawn tests as a example of API usage which allows the fuzzer to quickly discover and use new API e…
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dflex_test.dart117 // an extra one when we discover we never computed a size.

12345678