Home
last modified time | relevance | path

Searched defs:_command (Results 1 – 11 of 11) sorted by relevance

/external/python/bumble/bumble/
Dcontroller.py1003 def on_hci_reset_command(self, _command): argument
1025 def on_hci_read_local_name_command(self, _command): argument
1035 def on_hci_read_class_of_device_command(self, _command): argument
1041 def on_hci_write_class_of_device_command(self, _command): argument
1047 def on_hci_read_synchronous_flow_control_enable_command(self, _command): argument
1072 def on_hci_set_controller_to_host_flow_control_command(self, _command): argument
1081 def on_hci_host_buffer_size_command(self, _command): argument
1089 def on_hci_write_extended_inquiry_response_command(self, _command): argument
1096 def on_hci_write_simple_pairing_mode_command(self, _command): argument
1109 def on_hci_read_le_host_support_command(self, _command): argument
[all …]
Davdtp.py1589 def on_discover_command(self, _command): argument
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_textview.py202 def _command(): function
215 def _command(): function
/external/mesa3d/src/gallium/frontends/clover/core/
Devent.hpp140 cl_command_type _command; member in clover::hard_event
/external/pytorch/cmake/Modules_CUDA_fix/upstream/FindCUDA/
Drun_nvcc.cmake148 set(_command ${command}) variable
/external/chromium-crossbench/chrome-extension-replay/devtools-recorder/
Dcrossbench.mjs32 _command(command, args = undefined) { method in CrossbenchRecorder
/external/python/cpython3/Lib/
Dimaplib.py964 def _command(self, name, *args): member in IMAP4
/external/sdv/vsomeip/implementation/routing/src/
Drouting_manager_base.cpp1214 bool _reliable, uint8_t _command, uint8_t _status_check) const { in send_local()
Drouting_manager_impl.cpp288 …ting_manager_impl::insert_offer_command(service_t _service, instance_t _instance, uint8_t _command, in insert_offer_command()
/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp3240 BOOTSTRAPPER_COMMAND _command; member in PythonBootstrapperApplication
/external/scapy/scapy/
Dpacket.py1709 def _command(self, json=False): member in Packet