/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_tabs.cpp | 660 JSRef<JSVal> args = info[0]; in SetAnimateMode() local 661 if (!args->IsNumber()) { in SetAnimateMode() 665 uint32_t value = args->ToNumber<uint32_t>(); in SetAnimateMode()
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_input.cpp | 138 void DOMInput::CallSpecializedMethod(const std::string& method, const std::string& args) in CallSpecializedMethod() argument 149 std::unique_ptr<JsonValue> argsValue = JsonUtil::ParseJsonString(args); in CallSpecializedMethod() 151 LOGW("Input parse args error"); in CallSpecializedMethod() 164 std::unique_ptr<JsonValue> argsValue = JsonUtil::ParseJsonString(args); in CallSpecializedMethod()
|
/foundation/multimedia/media_lite/frameworks/recorder_lite/binder/ |
H A D | recorder_client.cpp | 66 if (option.args == nullptr) { in RecorderCallbackSvc() 67 MEDIA_ERR_LOG("call back error, option.args is null\n"); in RecorderCallbackSvc() 71 RecorderCallback *callback = static_cast<RecorderCallback *>(option.args); in RecorderCallbackSvc() 496 objectStub_.args = callback_.get(); in SetRecorderCallback()
|
/foundation/multimodalinput/input/service/monitor/src/ |
H A D | event_monitor_handler.cpp | 689 void EventMonitorHandler::Dump(int32_t fd, const std::vector<std::string> &args) in Dump() argument 691 return monitors_.Dump(fd, args); in Dump() 694 void EventMonitorHandler::MonitorCollection::Dump(int32_t fd, const std::vector<std::string> &args) in Dump() argument
|
/foundation/multimodalinput/input/service/module_loader/test/ |
H A D | mmi_service_test.cpp | 971 std::vector<std::u16string> args; in HWTEST_F() local 972 int32_t ret = mmiService.Dump(fd, args); in HWTEST_F() 975 ret = mmiService.Dump(fd, args); in HWTEST_F()
|
/foundation/resourceschedule/device_usage_statistics/services/common/src/ |
H A D | bundle_active_service.cpp | 684 int32_t BundleActiveService::Dump(int32_t fd, const std::vector<std::u16string> &args) in Dump() argument 690 std::transform(args.begin(), args.end(), std::back_inserter(argsInStr), in Dump()
|
/foundation/communication/ipc/ipc/native/test/unittest/common/ |
H A D | ipc_core_unittest.cpp | 135 std::vector<std::u16string> args; in HWTEST_F() local 136 args.push_back(u"test"); in HWTEST_F() 137 int res = testStub->Dump(0, args); in HWTEST_F()
|
/foundation/communication/ipc/ipc/test/moduletest/native/common/ |
H A D | ipc_core_module_test.cpp | 359 std::vector<std::u16string> args; in HWTEST_F() local 360 args.push_back(u"test"); in HWTEST_F() 362 int result = object->Dump(fd, args); in HWTEST_F()
|
/foundation/deviceprofile/device_info_manager/services/core/src/ |
H A D | distributed_device_profile_service_new.cpp | 510 int32_t DistributedDeviceProfileServiceNew::Dump(int32_t fd, const std::vector<std::u16string>& args) in Dump() argument 512 if (args.size() > MAX_DUMP_ARGS_SIZE) { in Dump() 513 HILOGE("args size is too large"); in Dump() 517 for (const auto& arg : args) { in Dump()
|
/foundation/distributedhardware/distributed_audio/common/src/ |
H A D | daudio_util.cpp | 468 std::string ParseStringFromArgs(std::string args, const char *key) in ParseStringFromArgs() argument 470 DHLOGD("ParseStringFrom Args : %{public}s", args.c_str()); in ParseStringFromArgs() 471 cJSON *jParam = cJSON_Parse(args.c_str()); in ParseStringFromArgs()
|
/third_party/ffmpeg/libavfilter/dnn/ |
H A D | dnn_backend_openvino.c | 197 static void infer_completion_callback(void *args) in infer_completion_callback() argument 202 OVRequestItem *request = args; in infer_completion_callback() 403 item->callback.args = item; in init_model_ov()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_rotate.c | 556 static int process_command(AVFilterContext *ctx, const char *cmd, const char *args, in process_command() argument 564 ret = av_expr_parse(&rot->angle_expr, args, var_names, in process_command() 568 "Error when parsing the expression '%s' for angle command\n", args); in process_command()
|
/third_party/gn/src/gn/ |
H A D | command_gen.cc | 58 const char kSwitchNinjaExtraArgs[] = "ninja-extra-args"; 61 const char kSwitchNinjaOutputsScriptArgs[] = "ninja-outputs-script-args"; 75 const char kSwitchJsonIdeScriptArgs[] = "json-ide-script-args"; 570 --ninja-extra-args=<string> 598 gn build directory with the correct args.gn for each). 617 --ninja-extra-args=<string> 659 --json-ide-script-args=<argument> 685 --ninja-outputs-script-args=<argument> 729 int RunGen(const std::vector<std::string>& args) { 732 if (args [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | plurfmts.cpp | 563 Formattable args; in pluralFormatExtendedTest() local 584 args.setLong(i); in pluralFormatExtendedTest() 585 mf.format(&args, 1, result.remove(), ignore, status); in pluralFormatExtendedTest()
|
/third_party/mesa3d/src/gallium/winsys/radeon/drm/ |
H A D | radeon_drm_winsys.c | 337 struct drm_radeon_gem_userptr args = {0}; in do_winsys_init() local 347 &args, sizeof(args)) == -EACCES; in do_winsys_init()
|
/third_party/node/src/ |
H A D | util-inl.h | 503 const v8::FunctionCallbackInfo<v8::Value>& args, size_t start) { in SlicedArguments() 504 const size_t length = static_cast<size_t>(args.Length()); in SlicedArguments() 510 (*this)[i] = args[i + start]; in SlicedArguments() 502 SlicedArguments( const v8::FunctionCallbackInfo<v8::Value>& args, size_t start) SlicedArguments() argument
|
/third_party/libinput/tools/ |
H A D | libinput-record-verify-yaml.py | 681 args, remainder = parser.parse_known_args() 682 TestYaml.filename = args.recording 684 if args.verbose:
|
/third_party/libwebsockets/lib/roles/cgi/ |
H A D | cgi-server.c | 910 struct lws_cgi_args args; in lws_cgi_kill() local 919 args.stdwsi = &wsi->http.cgi->lsp->stdwsi[0]; in lws_cgi_kill() 928 wsi->user_space, (void *)&args, in lws_cgi_kill()
|
/third_party/node/deps/v8/src/objects/ |
H A D | shared-function-info.cc | 421 Handle<FixedArray> args(Script::cast(shared->script()).wrapped_arguments(), in GetSourceCodeHarmony() 423 int argc = args->length(); in GetSourceCodeHarmony() 426 builder.AppendString(Handle<String>(String::cast(args->get(i)), isolate)); in GetSourceCodeHarmony()
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | ty.rs | 545 TypeKind::TemplateAlias(_, ref args) => args.clone(), in self_template_params() 904 let mut args = vec![]; in from_clang_ty() variables 937 args.push(param); in from_clang_ty() 956 TypeKind::TemplateAlias(inner_type, args) in from_clang_ty()
|
/third_party/rust/crates/cxx/gen/lib/src/syntax/ |
H A D | check.rs | 299 for arg in &ty.args { in check_type_fn() 459 for arg in &efn.args { in check_api_fn() 584 for arg in &efn.args {
|
/third_party/rust/crates/cxx/syntax/ |
H A D | check.rs | 299 for arg in &ty.args { in check_type_fn() 459 for arg in &efn.args { in check_api_fn() 584 for arg in &efn.args {
|
/third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
H A D | check.rs | 299 for arg in &ty.args { in check_type_fn() 459 for arg in &efn.args { in check_api_fn() 584 for arg in &efn.args {
|
/third_party/rust/crates/cxx/macro/src/syntax/ |
H A D | check.rs | 299 for arg in &ty.args { in check_type_fn() 459 for arg in &efn.args { in check_api_fn() 584 for arg in &efn.args {
|
/third_party/python/Lib/ |
H A D | dis.py | 656 the corresponding args to __import__. 768 args = parser.parse_args() 769 with args.infile as infile: 771 code = compile(source, args.infile.name, "exec")
|