Home
last modified time | relevance | path

Searched refs:auto_restart (Results 1 – 25 of 29) sorted by relevance

12

/external/tensorflow/tensorflow/python/distribute/integration_test/
Dmwms_peer_failure_test.py155 auto_restart=True)
180 auto_restart=True)
223 auto_restart=True)
/external/tensorflow/tensorflow/python/distribute/
Dmulti_process_runner_test.py409 auto_restart=True)
424 auto_restart=True,
446 auto_restart=True)
461 auto_restart=True)
486 auto_restart=True)
Dmulti_process_runner.py134 auto_restart=False, argument
216 self._auto_restart = auto_restart
/external/python/bumble/tests/
Ddevice_test.py285 async def test_legacy_advertising_disconnection(auto_restart): argument
288 await device.start_advertising(auto_restart=auto_restart)
307 if auto_restart:
/external/python/bumble/examples/
Ddevice_information_server.py68 await device.start_advertising(auto_restart=True)
Dbattery_server.py66 await device.start_advertising(auto_restart=True)
Drun_hap_server.py101 auto_restart=True,
Drun_extended_advertiser_2.py73 auto_restart=True,
Drun_asha_sink.py100 auto_restart=True,
Dheart_rate_server.py117 await device.start_advertising(auto_restart=True)
Drun_gatt_server.py149 await device.start_advertising(auto_restart=True)
Drun_notifier.py117 await device.start_advertising(auto_restart=True)
Drun_mcp_client.py138 auto_restart=True,
Drun_unicast_server.py195 auto_restart=True,
Dkeyboard.py363 await device.start_advertising(auto_restart=True)
/external/python/bumble/docs/mkdocs/src/hive/web/heart_rate_monitor/
Dheart_rate_monitor.py93 await self.device.start_advertising(auto_restart=True)
/external/python/bumble/web/heart_rate_monitor/
Dheart_rate_monitor.py93 await self.device.start_advertising(auto_restart=True)
/external/python/watchdog/tests/
Dtest_0_watchmedo.py210 assert args.func is watchmedo.auto_restart
229 assert args.func is watchmedo.auto_restart
/external/python/bumble/apps/
Dgatt_dump.py98 await device.start_advertising(auto_restart=True)
Ddevice_info.py207 await device.start_advertising(auto_restart=True)
Dl2cap_bridge.py75 await device.start_advertising(auto_restart=True)
Dpair.py435 await device.start_advertising(auto_restart=True)
/external/python/bumble/bumble/
Ddevice.py478 auto_restart: bool
686 auto_restart: bool
2417 auto_restart: bool = False,
2479 auto_restart=auto_restart,
2506 auto_restart=auto_restart,
2532 auto_restart: bool = False,
2604 auto_restart=auto_restart,
2920 async def start_discovery(self, auto_restart: bool = True) -> None:
2937 self.auto_restart_inquiry = auto_restart
4291 if advertising_set.auto_restart:
[all …]
/external/python/bumble/rust/src/wrapper/device/
Dmod.rs282 pub async fn start_advertising(&mut self, auto_restart: bool) -> PyResult<()> { in start_advertising()
292 kwargs.set_item("auto_restart", auto_restart)?; in start_advertising()
/external/tensorflow/tensorflow/python/kernel_tests/
Dcollective_ops_multi_worker_test.py137 worker_fn, cluster_spec, auto_restart=True)

12