Home
last modified time | relevance | path

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

1234

/external/autotest/client/site_tests/p2p_ConsumeFiles/
Dcontrol14 to check that it can discover files on this network. If p2p-client isn't able
15 to discover and return URLs in this environment the test will fail. Among the
20 PURPOSE = 'Check that P2P can discover peers and download from them.'
21 CRITERIA = 'Fails if p2p-client is not able to discover and get the URLs.'
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
Drun_tests16 def discover(dir, filters): function
18 return unittest.TestLoader().discover(dir, '*')
127 suites = discover('trace_event_impl', args)
129 suites = discover('trace_event_impl', ['.*'])
/external/python/cpython2/Lib/unittest/test/
Dtest_discovery.py152 loader.discover('/foo/bar', top_level_dir='/foo')
171 suite = loader.discover('/foo/bar/baz', 'pattern', '/foo/bar')
194 suite = loader.discover('.')
236 def discover(self, start_dir, pattern, top_level_dir): member in TestDiscovery.test_command_line_handling_do_discovery_uses_default_loader.Loader
249 def discover(self, start_dir, pattern, top_level_dir): member in TestDiscovery.test_command_line_handling_do_discovery_calls_loader.Loader
356 ImportError, '^%s$' % msg, loader.discover,
379 loader.discover(start_dir='foo', pattern='foo.py')
393 suite = loader.discover('unittest.test')
/external/rootdev/
DREADME.chromium5 Description: Performs operations to discover and annotate the root block device
12 - Walks sysfs to discover the block devices
/external/chromium-trace/catapult/systrace/profile_chrome/
Drun_tests3 exec python -m unittest discover profile_chrome '*_unittest.py' $@
/external/autotest/client/cros/cellular/
Drun_all_unittests.sh6 python -m unittest discover -v --pattern=*test_noautorun.py > /dev/null
/external/skia/tools/
Dtest_all.py17 suite = unittest.TestLoader().discover(os.path.dirname(__file__),
/external/python/cpython2/Lib/idlelib/idle_test/
D__init__.py12 package_tests = loader.discover(start_dir=this_dir, pattern='test*.py',
/external/brotli/python/
DMakefile38 @$(PYTHON) -m unittest discover -p '*_test.py'
/external/chromium-trace/catapult/systrace/bin/
Drun_tests25 unfiltered_suite = unittest.TestLoader().discover(
/external/autotest/server/site_tests/network_WiFi_ScanPerformance/
Dcontrol15 the time limit and able to discover all APs.
/external/parameter-framework/upstream/test/functional-tests-legacy/
DACTCampaignEngine.py60 tests = unittest.defaultTestLoader.discover(testDirectory, pattern='t*.py')
/external/dnsmasq/contrib/lease-access/
DREADME5 called with an extra parameter "access" once a dhcp request or discover
/external/autotest/server/site_tests/bluetooth_Sanity_Discovery/
Dcontrol14 Verify that the device can discover another Bluetooth device.
Dcontrol.manual13 Verify that the device can discover another Bluetooth device.
/external/autotest/server/site_tests/bluetooth_Sanity_LEDiscovery/
Dcontrol14 Verify that the device can discover Bluetooth Low Energy peripheral.
Dcontrol.manual13 Verify that the device can discover a Bluetooth Low Energy peripheral.
/external/autotest/client/site_tests/p2p_ShareFiles/
Dcontrol14 network can discover both the P2P service and the files shared on this service
/external/mdnsresponder/mDNSWindows/SystemService/
DService.rc97 …emselves on the network and advertise their presence, so that users can discover and use those ser…
/external/brotli/
Dsetup.py43 test_suite = test_loader.discover('python', pattern='*_test.py')
/external/llvm/test/Analysis/LoopAccessAnalysis/
Dforward-loop-independent.ll12 ; (i.e. the same index is used), we don't discover the forward dependence.
/external/boringssl/src/
DBUILDING.md125 discover the capabilities of the processor. Instead, the capability information
129 `/proc` to discover the capabilities. But some environments don't support that
/external/iputils/doc/
Drdisc.sgml27 <command/rdisc/ implements client side of the ICMP router discover protocol.
116 Send three <emphasis/solicitation/ messages initially to quickly discover
/external/python/cpython2/Lib/unittest/
Dmain.py214 self.test = loader.discover(start_dir, pattern, top_level_dir)
/external/llvm/lib/Fuzzer/test/
DCMakeLists.txt2 # basic blocks and we'll fail to discover the targets.

1234