Home
last modified time | relevance | path

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

12345678910>>...22

/third_party/rust/crates/clap/tests/builder/
H A Dcommand.rs18 fn command() { in command() functions
/foundation/multimodalinput/input/tools/inject_event/src/
H A Dmain.cpp20 OHOS::MMI::InputManagerCommand command; in main() local
/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
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/
H A Dmain.cpp27 std::unique_ptr<RSCommand> command = std::make_unique<RSBaseNodeAddChild>(1, 1, 1); in main() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_tool/include/command/
H A Dcommand.h28 Command(const Command &command) = delete; member in OHOS::Media::MediaTool::Command
29 Command(Command &&command) = delete; member in OHOS::Media::MediaTool::Command
30 Command &operator=(const Command &command) = delete; member in OHOS::Media::MediaTool::Command
31 Command &operator=(Command &&command) = delete; member in OHOS::Media::MediaTool::Command
/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
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_effect_node.cpp35 std::unique_ptr<RSCommand> command = std::make_unique<RSEffectNodeCreate>(node->GetId(), isTextureExportNode); in Create() local
46 std::unique_ptr<RSCommand> command = std::make_unique<RSSetFreeze>(GetId(), isFreeze); in SetFreeze() local
/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

Completed in 5 milliseconds

12345678910>>...22