Home
last modified time | relevance | path

Searched defs:command_string (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/pytorch/.ci/pytorch/win-test-helpers/
H A Drun_python_nn_smoketests.py43 command_string = " ".join(command_args) variable
54 command_string = " ".join(command_args) variable
/aosp_15_r20/external/aws-crt-java/integration-testing/
H A Djava_elasticurl_runner.py17 command_string = " ".join(java_command) variable
/aosp_15_r20/system/logging/logd/
H A DCommandListener.h41 #define LogCmd(name, command_string) \ argument
/aosp_15_r20/external/chromium-trace/catapult/common/py_utils/py_utils/
H A Dts_proxy_server.py138 def _IssueCommand(self, command_string, timeout, retries=None): argument
/aosp_15_r20/system/extras/torq/tests/
H A Dvalidate_simpleperf_unit_test.py33 def set_up_parser(self, command_string): argument
H A Dtorq_unit_test.py32 def set_up_parser(self, command_string): argument
/aosp_15_r20/frameworks/native/cmds/dumpstate/
H A DDumpstateUtil.cpp281 std::string command_string; in RunCommandToFd() local
/aosp_15_r20/bootable/deprecated-ota/updater/
H A Dblockimg.cpp143 static bool UpdateLastCommandIndex(size_t command_index, const std::string& command_string) { in UpdateLastCommandIndex()