/external/autotest/client/common_lib/cros/ |
D | process_watcher.py | 30 self._command = ' '.join([command] + list(args)) 31 if '"' in self._command: 40 command = self._command 47 self._run('%s%s >/dev/null 2>&1 &' % (prefix, self._command)) 56 process_utils.pkill_process(self._command,
|
/external/python/bumble/bumble/ |
D | controller.py | 1003 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 …]
|
/external/pigweed/pw_toolchain/ |
D | non_c_toolchain.gni | 41 _command = string_join(" ", 56 _command = invoker.command 71 command = _command 77 command = _command 83 command = _command 89 _command_no_source = string_replace(_command, "{{source}}", "C/C++ sources")
|
/external/python/cpython3/Tools/msi/bundle/bootstrap/ |
D | PythonBootstrapperApplication.cpp | 333 OnPlan(_command.action); in OnCommand() 545 if (BOOTSTRAPPER_RESTART_PROMPT == _command.restart) { in SuccessPage_Show() 577 if (_command.action != BOOTSTRAPPER_ACTION_INSTALL || in SuccessPage_Show() 651 if (_restartRequired && BOOTSTRAPPER_RESTART_PROMPT == _command.restart) { in FailurePage_Show() 814 if (_command.action == BOOTSTRAPPER_ACTION_INSTALL) { in OnDetectRelatedBundle() 884 if (BOOTSTRAPPER_ACTION_LAYOUT == _command.action || in OnDetectComplete() 885 (BOOTSTRAPPER_ACTION_INSTALL == _command.action && !_upgrading)) { in OnDetectComplete() 926 if (BOOTSTRAPPER_DISPLAY_FULL > _command.display || in OnDetectComplete() 927 BOOTSTRAPPER_ACTION_LAYOUT == _command.action || in OnDetectComplete() 928 BOOTSTRAPPER_ACTION_UNINSTALL == _command.action || in OnDetectComplete() [all …]
|
/external/cronet/tot/build/android/pylib/symbols/ |
D | stack_symbolizer.py | 99 self._command = None 111 self._command = [ 124 return self._command
|
D | deobfuscator.py | 25 self._command = [script_path, mapping_path] 34 return self._command
|
/external/cronet/stable/build/android/pylib/symbols/ |
D | stack_symbolizer.py | 99 self._command = None 111 self._command = [ 124 return self._command
|
D | deobfuscator.py | 25 self._command = [script_path, mapping_path] 34 return self._command
|
/external/angle/build/android/pylib/symbols/ |
D | stack_symbolizer.py | 99 self._command = None 111 self._command = [ 124 return self._command
|
D | deobfuscator.py | 25 self._command = [script_path, mapping_path] 34 return self._command
|
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_textview.py | 202 def _command(): function 205 button = Button(root, text='BUTTON', command=_command) 215 def _command(): function 219 button = Button(root, text='BUTTON', command=_command)
|
/external/chromium-crossbench/chrome-extension-replay/devtools-recorder/ |
D | crossbench.mjs | 32 _command(command, args = undefined) { method in CrossbenchRecorder 41 this._command("status"); 45 this._command("run", { cmd, json }); 49 this._command("readline"); 54 this._command("stop");
|
/external/autotest/client/cros/multimedia/ |
D | system_facade.py | 190 self._command = command 200 self._bg_job = utils.BgJob(self._command, stdout_tee=self._stdout)
|
/external/mesa3d/src/gallium/frontends/clover/core/ |
D | event.cpp | 133 _queue(q), _command(command), _fence(NULL) { 170 return _command; in command()
|
D | event.hpp | 140 cl_command_type _command; member in clover::hard_event
|
/external/pytorch/cmake/Modules_CUDA_fix/upstream/FindCUDA/ |
D | run_nvcc.cmake | 148 set(_command ${command}) variable 149 if(NOT "x${_command}" STREQUAL "xCOMMAND")
|
/external/crosvm/e2e_tests/fixture/src/sys/ |
D | windows.rs | 389 _command: &str, in crosvm_command()
|
/external/python/cpython3/Lib/ |
D | imaplib.py | 964 def _command(self, name, *args): member in IMAP4 993 if type(literal) is type(self._command): 1230 return self._command_complete(name, self._command(name, *args))
|
/external/sdv/vsomeip/implementation/routing/include/ |
D | routing_manager_stub.hpp | 126 void broadcast(const std::vector<byte_t> &_command) const;
|
D | routing_manager_base.hpp | 171 bool _reliable, uint8_t _command, uint8_t _status_check = 0) const;
|
/external/pigweed/pw_ide/py/pw_ide/ |
D | cpp.py | 517 self._command = command 552 return self._command
|
/external/scapy/scapy/ |
D | packet.py | 1709 def _command(self, json=False): member in Packet 1726 fv = {k: v for (k, v) in fv._command(json=True)} 1733 for x in map(lambda y: Packet._command(y, json=True), fv) 1771 ", ".join("%s=%s" % x for x in self._command()) 1787 dump = json.dumps({k: v for (k, v) in self._command(json=True)})
|
/external/pigweed/docs/showcases/sense/tutorial/ |
D | device_tests.rst | 42 .. _Command Palette: https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette
|
D | code_intelligence.rst | 25 .. _Command Palette: https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette
|
/external/openthread/tests/scripts/thread-cert/ |
D | mle.py | 1252 self._command = command 1256 return self._command
|