Searched refs:discoverable (Results 1 – 25 of 42) sorted by relevance
12
/external/autotest/server/site_tests/bluetooth_AdapterSAHealth/ |
D | control.sa_discoverable_timeout_test | 10 CRITERIA = 'Controller should become not discoverable after timeout' 22 - Set discoverable 23 - Check that adapter is discoverable till DiscoverableTimeout and then it 24 is not discoverable
|
/external/autotest/server/site_tests/bluetooth_AdapterAdvHealth/ |
D | control.adv_suspend_peer_test | 22 and then confirms that they are discoverable normally, but not discoverable
|
D | control.adv_nearby_test | 23 General discoverable flag
|
D | control.adv_peer_test | 22 and then confirms that they are all discoverable independently from an
|
/external/llvm-project/clang/test/VFS/ |
D | vfsroot-module.m | 7 // discoverable through the real file system at location that is a part of
|
/external/tensorflow/tensorflow/tools/ci_build/ |
D | Dockerfile.horovod.gpu | 45 # Set the path for OpenMPI binaries, libs and headers to be discoverable
|
/external/tensorflow/tensorflow/security/advisory/ |
D | tfsa-2020-007.md | 50 discoverable through a variant analysis of [another
|
/external/autotest/client/common_lib/cros/bluetooth/ |
D | bluetooth_socket.py | 630 def set_discoverable(self, index, discoverable, timeout=0): argument 643 msg_data = struct.pack('<BH', bool(discoverable), timeout) 649 if status == MGMT_STATUS_NOT_SUPPORTED and not discoverable:
|
/external/python/cpython2/Doc/library/ |
D | pyclbr.rst | 65 superclasses but which are not discoverable by :func:`readmodule` are
|
/external/autotest/server/cros/bluetooth/ |
D | bluetooth_device.py | 341 def set_discoverable(self, discoverable): argument 349 return self._proxy.set_discoverable(discoverable)
|
/external/python/cpython3/Doc/library/ |
D | pyclbr.rst | 147 superclasses but which are not discoverable by :func:`readmodule_ex`
|
D | importlib.metadata.rst | 23 it means a package with either a discoverable ``dist-info`` or ``egg-info``
|
/external/cpuinfo/test/build.prop/ |
D | galaxy-s3-us.log | 134 # 0: Always discoverable
|
D | galaxy-win-duos.log | 144 #0: Always discoverable
|
D | galaxy-s4-us.log | 129 # 0: Always discoverable
|
/external/auto/value/src/main/java/com/google/auto/value/extension/serializable/userguide/ |
D | serializer-extension.md | 70 // Use AutoService to make BarSerializerExtension discoverable by java.util.ServiceLoader.
|
/external/tpm2-tss/ |
D | RELEASE.md | 75 * be discoverable using a public GPG key server
|
/external/wayland-protocols/freedesktop.org/ |
D | README | 73 possible to make discoverable backward incompatible changes.
|
D | README.md | 79 possible to make discoverable backward incompatible changes.
|
/external/llvm-project/llvm/utils/gn/build/toolchain/ |
D | BUILD.gn | 84 # be blamed, making the resolution somewhat discoverable.
|
/external/libxkbcommon/doc/ |
D | user-configuration.md | 175 about the existence of the new entries. To make custom entries discoverable by
|
/external/testng/ |
D | TODO.txt | 125 Make test and class methods discoverable
|
/external/llvm-project/llvm/docs/ |
D | Docker.rst | 20 inside LLVM repo makes them much more discoverable than putting them into any other
|
/external/oss-fuzz/docs/advanced-topics/ |
D | ideal_integration.md | 41 discoverable (reside in the same directory, follow the same naming pattern,
|
/external/autotest/client/cros/multimedia/ |
D | bluetooth_facade_native.py | 1161 def set_discoverable(self, discoverable): argument 1169 if not discoverable and not self._adapter: 1176 dbus.Boolean(discoverable, variant_level=1),
|
12