Home
last modified time | relevance | path

Searched defs:cmd (Results 101 - 125 of 9517) sorted by relevance

12345678910>>...381

/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dlegacy_md5_sha1.c22 static int md5_sha1_int_ctrl(EVP_MD_CTX *ctx, int cmd, int mslen, void *ms) in md5_sha1_int_ctrl() argument
/third_party/rust/crates/clap/clap_complete/examples/
H A Dcompletion-derive.rs77 let mut cmd = Opt::command(); in main() variables
/third_party/rust/crates/clap/src/builder/
H A Dtests.rs6 let mut cmd = Command::new("test") in propagate_version() variables
19 let mut cmd = Command::new("test") in global_setting() variables
39 let mut cmd = Command::new("cmd") in issue_2090() variables
[all...]
/third_party/rust/crates/clap/tests/builder/
H A Ddouble_require.rs13 fn cmd() -> Command { in cmd() functions
/third_party/openssl/crypto/evp/
H A Dlegacy_md5_sha1.c22 static int md5_sha1_int_ctrl(EVP_MD_CTX *ctx, int cmd, int mslen, void *ms) in md5_sha1_int_ctrl() argument
/third_party/openssl/crypto/sha/
H A Dsha1dgst.c28 int ossl_sha1_ctrl(SHA_CTX *sha1, int cmd, int mslen, void *ms) in ossl_sha1_ctrl() argument
/third_party/python/PCbuild/
H A Didle.bat16 set cmd=%exedir%\%exe% %PCBUILD%\..\Lib\idlelib\idle.py %1 %2 %3 %4 %5 %6 %7 %8 %9 variable
/third_party/rust/crates/clap/examples/tutorial_derive/
H A D04_04_custom.rs45 let mut cmd = Cli::command(); in main() variables
61 let mut cmd = Cli::command(); in main() variables
82 let mut cmd = Cli::command(); in main() variables
/third_party/skia/infra/bots/
H A Drun_recipe.py19 cmd = [ variable
/third_party/rust/crates/proc-macro2/
H A Dbuild.rs142 let mut cmd = if let Some(wrapper) = env::var_os("RUSTC_WRAPPER") { in compile_probe() variables
143 let mut cmd = Command::new(wrapper); in compile_probe() variables
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dget_cma_info.cpp38 string cmd = "cat /sys/kernel/debug/cma/*/used"; in GetUsed() local
/base/startup/init/services/modules/init_hook/
H A Dinit_hook.h33 char *cmd; // command name member
/base/update/updater/services/flashd/daemon/
H A Dcommander_factory.cpp38 std::unique_ptr<Commander> CommanderFactory::CreateCommander(const std::string &cmd, callbackFun callback) const in CreateCommander() argument
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_shellcmd.c48 char cmd[256] = { 0 }; in wifi_shell_cmd() local
[all...]
/device/soc/rockchip/rk3588/hardware/mpp/include/
H A Dmpp_callback.h28 RK_S32 cmd; member
/foundation/ability/ability_runtime/tools/aa/src/
H A Dshell_command_config_loader.cpp93 std::string cmd = aaJson[AA_TOOL_COMMAND_LIST][i].get<std::string>(); in ReadConfig() local
/foundation/ability/ability_runtime/tools/test/unittest/ability_delegator/
H A Dmock_test_observer_stub.cpp34 ExecuteShellCommand( const std::string& cmd, const int64_t timeoutMs) ExecuteShellCommand() argument
/foundation/graphic/graphic_utils_lite/frameworks/diagram/depiction/
H A Ddepict_curve.cpp68 uint32_t cmd = source_->GenerateVertex(x, y); in GenerateVertex() local
/foundation/multimedia/media_library/frameworks/services/media_permission/src/
H A Dabs_permission_handler.cpp37 int32_t AbsPermissionHandler::CheckPermission(MediaLibraryCommand &cmd, PermParam &permParam) in CheckPermission() argument
48 static bool IsFitCollectInfo(MediaLibraryCommand &cmd) in IsFitCollectInfo() argument
55 int32_t AbsPermissionHandler::ExecuteCheckPermissionWithDfx(MediaLibraryCommand &cmd, PermParam &permParam) in ExecuteCheckPermissionWithDfx() argument
[all...]
H A Dmedia_tool_permission_handler.cpp23 static bool IsMediaToolOperation(MediaLibraryCommand &cmd, PermParam &permParam) in IsMediaToolOperation() argument
31 static void UnifyOprnObject(MediaLibraryCommand &cmd) in UnifyOprnObject() argument
45 int32_t MediaToolPermissionHandler::ExecuteCheckPermission(MediaLibraryCommand &cmd, PermParam &permParam) in ExecuteCheckPermission() argument
[all...]
/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/utils/
H A Ddatabase_adapter.cpp25 std::shared_ptr<NativeRdb::ResultSet> DatabaseAdapter::Query(MediaLibraryCommand &cmd, in Query() argument
37 int32_t DatabaseAdapter::Update(MediaLibraryCommand &cmd) in Update() argument
/foundation/systemabilitymgr/safwk/test/mock/common/ondemand_ability/src/
H A Dtest_ondemand_ability_stub.cpp26 int32_t TestOnDemandAbilityStub::OnRemoteRequest(uint32_t cmd, in OnRemoteRequest() argument
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dwifi_ap_service_test.cpp31 std::string cmd = "./"; in main() local
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dip_qos_monitor_test.cpp40 void OnTcpReportMsgCompleteTest(const std::vector<int64_t> &elems, const int32_t cmd, const int32_t mInstId) in OnTcpReportMsgCompleteTest() argument
66 int32_t cmd = 0; in HWTEST_F() local
73 int32_t cmd = 123; in HWTEST_F() local
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/
H A Dwifi_hal_wpa_common_test.cpp40 const char* cmd = nullptr; in HWTEST_F() local

Completed in 7 milliseconds

12345678910>>...381