HomeSort by relevance Sort by last modified time
    Searched full:discover (Results 1 - 25 of 1060) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium-trace/catapult/systrace/profile_chrome/
run_tests 3 exec python -m unittest discover profile_chrome '*_unittest.py' $@
  /frameworks/base/services/net/java/android/net/dhcp/
DhcpDiscoverPacket.java 23 * This class implements the DHCP-DISCOVER packet.
27 * Generates a DISCOVER packet with the specified parameters.
35 return s + " DISCOVER " +
40 * Fills in a packet with the requested DISCOVER parameters.
51 * Adds optional parameters to a DISCOVER packet.
  /external/chromium-trace/catapult/common/py_utils/py_utils/
discover_unittest.py 7 from py_utils import discover
18 classes = discover.DiscoverClasses(self._start_dir,
33 classes = discover.DiscoverClasses(self._start_dir,
48 classes = discover.DiscoverClasses(self._start_dir, self._base_dir,
65 classes = discover.DiscoverClasses(self._start_dir,
80 classes = discover.DiscoverClasses(self._start_dir,
95 classes = discover.DiscoverClasses(self._start_dir,
137 self.assertTrue(discover.IsDirectlyConstructable(ClassWithoutInitDefOne))
138 self.assertTrue(discover.IsDirectlyConstructable(ClassWithoutInitDefTwo))
139 self.assertTrue(discover.IsDirectlyConstructable(ClassWhoseInitOnlyHasSelf)
    [all...]
  /external/rootdev/
README.chromium 5 Description: Performs operations to discover and annotate the root block device
12 - Walks sysfs to discover the block devices
  /external/autotest/client/cros/cellular/
run_all_unittests.sh 6 python -m unittest discover -v --pattern=*test_noautorun.py > /dev/null
  /external/autotest/client/site_tests/p2p_ConsumeFiles/
control 14 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_utils/py_utils/test_data/discoverable_classes/
discover_dummyclass.py 5 """A dummy exception subclass used by core/discover.py's unit tests."""
parameter_discover_dummyclass.py 5 """A dummy exception subclass used by core/discover.py's unit tests."""
  /hardware/interfaces/automotive/
README.md 6 The automotive HAL tree is used by Android Automotive to discover and
  /development/samples/training/NsdChat/res/values/
strings.xml 22 <string name="discover">Discover</string>
  /development/vndk/tools/sourcedr/sourcedr/blueprint/
run_tests.sh 19 python3 -m unittest discover "$@"
20 python -m unittest discover "$@"
  /development/vndk/tools/definition-tool/tests/
run.py 15 tests = loader.discover(os.path.dirname(__file__), 'test_*.py')
  /hardware/interfaces/camera/
README.md 6 The camera.* HAL tree is used by the Android camera service to discover and
  /development/vndk/tools/sourcedr/
runtest.py 23 tests = loader.discover(TESTS_DIR, 'test_*.py')
  /external/autotest/server/site_tests/network_WiFi_ScanPerformance/
control 15 the time limit and able to discover all APs.
  /external/python/cpython2/Lib/idlelib/idle_test/
__init__.py 12 package_tests = loader.discover(start_dir=this_dir, pattern='test*.py',
  /external/python/cpython3/Lib/idlelib/idle_test/
__init__.py 14 package_tests = loader.discover(start_dir=this_dir, pattern='test*.py',
  /external/python/cpython3/Lib/unittest/test/
__main__.py 11 package_tests = loader.discover(start_dir=this_dir, pattern=pattern,
  /external/python/cpython3/Lib/unittest/test/testmock/
__main__.py 11 package_tests = loader.discover(start_dir=this_dir, pattern=pattern,
  /external/skia/tools/
test_all.py 17 suite = unittest.TestLoader().discover(os.path.dirname(__file__),
  /external/skqp/tools/
test_all.py 17 suite = unittest.TestLoader().discover(os.path.dirname(__file__),
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/
DxeIpl.uni 5 // PPI to discover and dispatch the DXE Foundation and components that are
23 #string STR_MODULE_DESCRIPTION #language en-US "This module produces a special PPI named the DXE Initial Program Load (IPL) PPI to discover and dispatch the DXE Foundation and components that are needed to run the DXE Foundation."
  /development/samples/WiFiDirectDemo/res/values/
strings.xml 5 <string name="discover_peers_button">Discover</string>
  /external/autotest/client/site_tests/p2p_ShareFiles/
control 14 network can discover both the P2P service and the files shared on this service
  /external/autotest/server/site_tests/bluetooth_Sanity_Discovery/
control 14 Verify that the device can discover another Bluetooth device.

Completed in 525 milliseconds

1 2 3 4 5 6 7 8 91011>>