Home
last modified time | relevance | path

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

12345678910>>...19

/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
/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
/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
/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
/foundation/ability/ability_runtime/tools/test/systemtest/aa/
H A Daa_command_dump_system_test.cpp73 std::string command = "aa dump -a"; in HWTEST_F() local
96 std::string command = "aa dump -d"; in HWTEST_F() local
119 std::string command = "aa dump -d"; in HWTEST_F() local
H A Daa_command_stop_service_system_test.cpp68 std::string command = "aa stop-service -d " + STRING_DEVICE_NAME + " -a " + STRING_SERVICE_ABILITY_NAME_INVALID + in HWTEST_F() local
/foundation/ability/ability_lite/services/abilitymgr_lite/tools/src/
H A Dmain.cpp49 const char *command = argv[1]; in SetOptions() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
H A Dimage_state_manager.cpp27 void ImageStateManager::HandleCommand(ImageLoadingCommand command) in HandleCommand() argument
74 HandleCommandByUnloadedState(ImageLoadingCommand command) HandleCommandByUnloadedState() argument
82 HandleCommandByDataLoadingState(ImageLoadingCommand command) HandleCommandByDataLoadingState() argument
91 HandleCommandByDataReadyState(ImageLoadingCommand command) HandleCommandByDataReadyState() argument
99 HandleCommandByMakeCanvasImageState(ImageLoadingCommand command) HandleCommandByMakeCanvasImageState() argument
108 HandleCommandByLoadSuccessState(ImageLoadingCommand command) HandleCommandByLoadSuccessState() argument
116 HandleCommandByLoadFailState(ImageLoadingCommand command) HandleCommandByLoadFailState() argument
[all...]

Completed in 6 milliseconds

12345678910>>...19