Home
last modified time | relevance | path

Searched refs:args (Results 5801 - 5825 of 7089) sorted by relevance

1...<<231232233234235236237238239240>>...284

/third_party/mesa3d/include/CL/
H A Dcl2.hpp3664 void construct(U* p, Args&&... args) in construct() argument
3666 new(p)T(args...); in construct()
3738 cl::pointer<T, detail::Deleter<Alloc>> allocate_pointer(const Alloc &alloc_, Args&&... args) in allocate_pointer() argument
3755 std::forward<Args>(args)...); in allocate_pointer()
3767 cl::pointer<T, detail::Deleter<SVMAllocator<T, SVMTrait>>> allocate_svm(Args... args) in allocate_svm() argument
3770 return cl::allocate_pointer<T>(alloc, args...); in allocate_svm()
3774 cl::pointer<T, detail::Deleter<SVMAllocator<T, SVMTrait>>> allocate_svm(const cl::Context &c, Args... args) in allocate_svm() argument
3777 return cl::allocate_pointer<T>(alloc, args...); in allocate_svm()
8502 std::pair<void*, size_type> args, in enqueueNativeKernel()
8520 object_, userFptr, args in enqueueNativeKernel()
8500 enqueueNativeKernel( void (CL_CALLBACK *userFptr)(void *), std::pair<void*, size_type> args, const vector<Memory>* mem_objects = NULL, const vector<const void*>* mem_locs = NULL, const vector<Event>* events = NULL, Event* event = NULL) const enqueueNativeKernel() argument
10000 operator ()( const EnqueueArgs& args, Ts... ts) operator ()() argument
10024 operator ()( const EnqueueArgs& args, Ts... ts, cl_int &error) operator ()() argument
[all...]
/third_party/python/Lib/
H A D_pydecimal.py164 DecimalTuple = lambda *args: args
211 def handle(self, context, *args):
250 def handle(self, context, *args):
251 if args:
252 ans = _dec_from_triple(args[0]._sign, args[0]._int, 'n', True)
263 def handle(self, context, *args):
279 def handle(self, context, sign, *args):
290 def handle(self, context, *args)
[all...]
/third_party/ntfs-3g/libfuse-lite/
H A Dfuse.c2937 struct fuse_args args = FUSE_ARGS_INIT(0, NULL); in fuse_lib_help_modules() local
2938 if (fuse_opt_add_arg(&args, "") != -1 && in fuse_lib_help_modules()
2939 fuse_opt_add_arg(&args, "-h") != -1) { in fuse_lib_help_modules()
2941 newfs = m->factory(&args, &fs); in fuse_lib_help_modules()
2944 fuse_opt_free_args(&args); in fuse_lib_help_modules()
3008 struct fuse_args *args) in fuse_push_module()
3019 newfs = m->factory(args, fs); in fuse_push_module()
3053 struct fuse *fuse_new(struct fuse_chan *ch, struct fuse_args *args, in fuse_new() argument
3089 if (fuse_opt_parse(args, &f->conf, fuse_lib_opts, fuse_lib_opt_proc) == -1) in fuse_new()
3102 if (module[0] && fuse_push_module(f, module, args) in fuse_new()
3007 fuse_push_module(struct fuse *f, const char *module, struct fuse_args *args) fuse_push_module() argument
[all...]
/third_party/rust/crates/syn/src/
H A Dexpr.rs52 /// `expr.receiver`, `expr.args` etc; if we ended up in the `If` case we get
63 /// Expr::MethodCall(ExprMethodCall { method, args, .. }) => {
326 pub args: Punctuated<Expr, Token![,]>,
518 pub args: Punctuated<Expr, Token![,]>,
1435 // <atom> (..<args>) ...
1436 // <atom> . <ident> (..<args>) ...
1471 args: content.parse_terminated(Expr::parse, Token![,])?, in trailer_helper()
1517 args: content.parse_terminated(Expr::parse, Token![,])?, in trailer_helper()
1561 args: content.parse_terminated(Expr::parse, Token![,])?, in trailer_expr()
1596 args in trailer_expr()
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_tabs.cpp660 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 Ddom_input.cpp138 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 Drecorder_client.cpp66 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 Devent_monitor_handler.cpp689 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 Dmmi_service_test.cpp971 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 Dbundle_active_service.cpp684 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 Dipc_core_unittest.cpp135 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 Dipc_core_module_test.cpp359 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 Ddistributed_device_profile_service_new.cpp510 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 Ddaudio_util.cpp468 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 Ddnn_backend_openvino.c197 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 Dvf_rotate.c556 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 Dcommand_gen.cc58 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 Dplurfmts.cpp563 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 Dradeon_drm_winsys.c337 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 Dutil-inl.h503 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 Dlibinput-record-verify-yaml.py681 args, remainder = parser.parse_known_args()
682 TestYaml.filename = args.recording
684 if args.verbose:
/third_party/libwebsockets/lib/roles/cgi/
H A Dcgi-server.c910 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 Dshared-function-info.cc421 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 Dty.rs545 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 Dcheck.rs299 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 {

Completed in 49 milliseconds

1...<<231232233234235236237238239240>>...284