Home
last modified time | relevance | path

Searched defs:command (Results 1 - 25 of 376) sorted by relevance

12345678910>>...16

/third_party/rust/crates/clap/tests/builder/
H A Dcommand.rs18 fn command() { in command() functions
/third_party/rust/crates/clap/clap_complete/examples/
H A Ddynamic.rs4 fn command() -> clap::Command { in command() functions
/third_party/rust/crates/clap/clap_derive/src/derives/
H A Dinto_app.rs46 fn command<'b>() -> clap::Command { in gen_for_struct() functions
86 fn command<'b>() -> clap::Command { in gen_for_enum() functions
/third_party/rust/crates/rustix/tests/
H A Dbackends.rs101 let mut command = Command::new("cargo"); in has_dependency() variables
/third_party/ninja/src/
H A Dstate_test.cc26 EvalString command; in TEST() local
/base/account/os_account/frameworks/account_iam/test/unittest/src/
H A Dtest_common.cpp24 std::string RunCommand(const std::string &command) in RunCommand() argument
/test/ostest/wukong/test_flow/src/
H A Dtest_flow_factory.cpp24 std::shared_ptr<TestFlow> TestFlowFactory::GetTestFlow(WuKongShellCommand& shellCommand, const std::string& command) in GetTestFlow() argument
/third_party/mesa3d/.gitlab-ci/bare-metal/
H A Dgoogle-power-relay.py17 command = "relay {} {}\n\r".format(mode, relay) variable
/third_party/mesa3d/src/compiler/glsl/
H A Dtest.cpp61 const char *command = argv[1]; in extract_command_from_argv() local
69 const char *command = extract_command_from_argv(&argc, argv); in main() local
/third_party/pulseaudio/src/pulsecore/
H A Dnative-common.c38 pa_common_command_register_memfd_shmid(pa_pstream *p, pa_pdispatch *pd, uint32_t version, uint32_t command, pa_tagstruct *t) pa_common_command_register_memfd_shmid() argument
/third_party/python/Lib/tkinter/
H A Dcolorchooser.py33 command = "tk_chooseColor" variable in Chooser
/base/update/updater/services/applypatch/
H A Dcommand_function.cpp44 CommandFunction* CommandFunctionFactory::GetCommandFunction(std::string command) in GetCommandFunction() argument
53 void CommandFunctionFactory::RegistCommandFunction(std::string command, in RegistCommandFunction() argument
/third_party/gn/src/gn/
H A Dexec_process_unittest.cc24 bool ExecPython(const std::string& command, in ExecPython() argument
/third_party/alsa-utils/alsamixer/
H A Dmixer_clickable.h12 command_enum command; member
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_debug.c36 char line[2048], command[128]; in v3dv_print_spirv() local
/third_party/node/deps/v8/tools/
H A Dpredictable_wrapper.py24 from testrunner.local import command namespace
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga_escape.h82 uint32 command; member
/third_party/rust/crates/env_logger/ci/src/
H A Dtask.rs44 let mut command = Command::new("cargo"); in test() variables
/third_party/pulseaudio/src/pulse/
H A Dsubscribe.c32 void pa_command_subscribe_event(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t, void *userdata) { in pa_command_subscribe_event() argument
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dindex_buffer.cc30 Result IndexBuffer::SendIndexData(CommandBuffer* command, Buffer* buffer) { in SendIndexData() argument
66 Result IndexBuffer::BindToCommandBuffer(CommandBuffer* command) { in BindToCommandBuffer() argument
/base/inputmethod/imf/common/src/
H A Dinputmethod_dump.cpp45 std::string command = ""; in Dump() local
/base/account/os_account/tools/test/moduletest/acm/
H A Daccount_command_dump_module_test.cpp85 std::string command = TOOL_NAME + " " + cmd_ + " -i " + STRING_LOCAL_ACCOUNT_ID_INVALID; in HWTEST_F() local
100 std::string command = TOOL_NAME + " " + cmd_ + " -i " + STRING_LOCAL_ACCOUNT_ID_INVALID_TWO; in HWTEST_F() local
[all...]
H A Daccount_command_delete_module_test.cpp85 std::string command = TOOL_NAME + " " + cmd_ + " -i " + STRING_LOCAL_ACCOUNT_ID_INVALID; in HWTEST_F() local
100 std::string command = TOOL_NAME + " " + cmd_ + " -i " + STRING_LOCAL_ACCOUNT_ID_INVALID_TWO; in HWTEST_F() local
[all...]
H A Daccount_command_switch_module_test.cpp70 std::string command = TOOL_NAME + " " + cmd_ + " -i " + STRING_LOCAL_ACCOUNT_ID_INVALID; in HWTEST_F() local
85 std::string command = TOOL_NAME + " " + cmd_ + " -i " + STRING_LOCAL_ACCOUNT_ID_INVALID_TWO; in HWTEST_F() local
[all...]
H A Daccount_command_util.cpp38 std::string command = TOOL_NAME + " create -n " + STRING_LOCAL_ACCOUNT_NAME + " -t " + STRING_TYPE; in CreateOsAccount() local
48 std::string command = TOOL_NAME + " create -n " + name + " -t " + STRING_TYPE; in CreateOsAccount() local
68 std::string command = TOOL_NAME + " delete -i " + localAccountId; in DeleteLastOsAccount() local
89 std::string command = TOOL_NAME + " dump -i " + localAccountId; DumpLastOsAccount() local
110 std::string command = TOOL_NAME + " switch -i " + localAccountId; SwitchToFirstOsAccount() local
131 std::string command = TOOL_NAME + " switch -i " + localAccountId; SwitchToLastOsAccount() local
[all...]

Completed in 6 milliseconds

12345678910>>...16