Home
last modified time | relevance | path

Searched refs:_command (Results 1 – 25 of 32) sorted by relevance

12

/external/autotest/client/common_lib/cros/
Dprocess_watcher.py30 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/
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 …]
/external/pigweed/pw_toolchain/
Dnon_c_toolchain.gni41 _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/
DPythonBootstrapperApplication.cpp333 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/
Dstack_symbolizer.py99 self._command = None
111 self._command = [
124 return self._command
Ddeobfuscator.py25 self._command = [script_path, mapping_path]
34 return self._command
/external/cronet/stable/build/android/pylib/symbols/
Dstack_symbolizer.py99 self._command = None
111 self._command = [
124 return self._command
Ddeobfuscator.py25 self._command = [script_path, mapping_path]
34 return self._command
/external/angle/build/android/pylib/symbols/
Dstack_symbolizer.py99 self._command = None
111 self._command = [
124 return self._command
Ddeobfuscator.py25 self._command = [script_path, mapping_path]
34 return self._command
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_textview.py202 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/
Dcrossbench.mjs32 _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/
Dsystem_facade.py190 self._command = command
200 self._bg_job = utils.BgJob(self._command, stdout_tee=self._stdout)
/external/mesa3d/src/gallium/frontends/clover/core/
Devent.cpp133 _queue(q), _command(command), _fence(NULL) {
170 return _command; in command()
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
149 if(NOT "x${_command}" STREQUAL "xCOMMAND")
/external/crosvm/e2e_tests/fixture/src/sys/
Dwindows.rs389 _command: &str, in crosvm_command()
/external/python/cpython3/Lib/
Dimaplib.py964 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/
Drouting_manager_stub.hpp126 void broadcast(const std::vector<byte_t> &_command) const;
Drouting_manager_base.hpp171 bool _reliable, uint8_t _command, uint8_t _status_check = 0) const;
/external/pigweed/pw_ide/py/pw_ide/
Dcpp.py517 self._command = command
552 return self._command
/external/scapy/scapy/
Dpacket.py1709 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/
Ddevice_tests.rst42 .. _Command Palette: https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette
Dcode_intelligence.rst25 .. _Command Palette: https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette
/external/openthread/tests/scripts/thread-cert/
Dmle.py1252 self._command = command
1256 return self._command

12