Home
last modified time | relevance | path

Searched refs:args (Results 6726 - 6750 of 7152) sorted by relevance

1...<<261262263264265266267268269270>>...287

/third_party/node/deps/icu-small/source/i18n/
H A Dsmpdtfmt.cpp3097 Formattable * args = numericLeapMonthFormatter->parse(text, pos, argCount); in subParse() local
3098 if (args != nullptr && argCount == 1 && pos.getIndex() > parseStart && args[0].isNumeric()) { in subParse()
3100 number.setLong(args[0].getLong()); in subParse()
3102 delete[] args; in subParse()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dsmpdtfmt.cpp3053 Formattable * args = numericLeapMonthFormatter->parse(text, pos, argCount); in subParse() local
3054 if (args != NULL && argCount == 1 && pos.getIndex() > parseStart && args[0].isNumeric()) { in subParse()
3056 number.setLong(args[0].getLong()); in subParse()
3058 delete[] args; in subParse()
/third_party/rust/crates/syn/src/
H A Ditem.rs1637 let mut args = Punctuated::new(); in parse_fn_args() variables
1681 FnArg::Receiver(receiver) if !args.is_empty() => { in parse_fn_args()
1690 args.push_value(arg); in parse_fn_args()
1697 args.push_punct(comma); in parse_fn_args()
1700 Ok((args, variadic)) in parse_fn_args()
/third_party/selinux/libsepol/cil/test/unit/
H A Dtest_cil_copy_ast.c49 struct cil_args_copy *args = cil_malloc(sizeof(*args)); in gen_copy_args() local
50 args->dest = node; in gen_copy_args()
51 args->db = db; in gen_copy_args()
53 return args; in gen_copy_args()
/third_party/googletest/googletest/src/
H A Dgtest.cc3269 va_list args;
3270 va_start(args, fmt);
3282 vprintf(fmt, args);
3283 va_end(args);
3303 vprintf(fmt, args);
3310 vprintf(fmt, args);
3313 va_end(args);
/third_party/mesa3d/src/gtest/src/
H A Dgtest.cc3031 va_list args; in ColoredPrintf() local
3032 va_start(args, fmt); in ColoredPrintf()
3044 vprintf(fmt, args); in ColoredPrintf()
3045 va_end(args); in ColoredPrintf()
3065 vprintf(fmt, args); in ColoredPrintf()
3072 vprintf(fmt, args); in ColoredPrintf()
3075 va_end(args); in ColoredPrintf()
/third_party/node/deps/googletest/src/
H A Dgtest.cc3281 va_list args;
3282 va_start(args, fmt);
3294 vprintf(fmt, args);
3295 va_end(args);
3316 vprintf(fmt, args);
3323 vprintf(fmt, args);
3326 va_end(args);
6728 // The rest are positional args for sure.
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-selector.cc893 InstructionOperandVector* args, DeoptimizeReason reason, NodeId node_id, in AppendDeoptimizeArguments()
899 args->push_back(g.TempImmediate(state_id)); in AppendDeoptimizeArguments()
902 args, FrameStateInputKind::kAny, in AppendDeoptimizeArguments()
3160 InstructionOperandVector args(instruction_zone()); in VisitDeoptimize()
3161 AppendDeoptimizeArguments(&args, reason, node_id, feedback, frame_state); in VisitDeoptimize()
3162 Emit(kArchDeoptimize, 0, nullptr, args.size(), &args.front(), 0, nullptr); in VisitDeoptimize()
892 AppendDeoptimizeArguments( InstructionOperandVector* args, DeoptimizeReason reason, NodeId node_id, FeedbackSource const& feedback, FrameState frame_state) AppendDeoptimizeArguments() argument
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DReactor.cpp4586 void Printv(const char *function, const char *file, int line, const char *fmt, std::initializer_list<PrintValue> args)
4597 for(const PrintValue &arg : args)
4623 for(const PrintValue &arg : args)
4647 va_list args;
4649 va_start(args, format);
4651 result = vsprintf(buffer, format, args);
4652 va_end(args);
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Djunit-4.10.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/third_party/skia/third_party/externals/d3d12allocator/src/
H A DD3D12MemAlloc.cpp1393 template<typename... Types> T* Alloc(Types... args);
1437 template<typename... Types> T* PoolAllocator<T>::Alloc(Types... args) in Alloc() argument
1448 new(result)T(std::forward<Types>(args)...); // Explicit constructor call. in Alloc()
1458 new(result)T(std::forward<Types>(args)...); // Explicit constructor call. in Alloc()
1977 template<typename... Types> Allocation* Allocate(Types... args);
5400 template<typename... Types> Allocation* AllocationObjectAllocator::Allocate(Types... args)
5403 return m_Allocator.Alloc(std::forward<Types>(args)...);
/third_party/python/Lib/test/
H A Dtest_xml_etree.py125 def newtest(*args, **kwargs):
127 test(*args, **kwargs)
2666 def __new__(cls, elem, *args):
2667 self = str.__new__(cls, *args)
3377 def handle(*args):
3431 def doctype(self, *args, **kwargs):
3433 _doctype = (args, kwargs)
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js1510 var args = [];
1512 args[_i - 1] = arguments[_i];
1514 for (var _a = 0, args_1 = args; _a < args_1.length; _a++) {
2445 var args = [];
2447 args[_i] = arguments[_i];
2452 lastResult = f.apply(void 0, args);
2463 var args = [];
2465 args[_i] = arguments[_i];
2467 return !fn.apply(void 0, args);
3939 + [__assign({ name: "process_name", args
[all...]
/foundation/ability/ability_runtime/services/abilitymgr/include/mission/
H A Dmission_list_manager.h267 void DumpMissionList(std::vector<std::string> &info, bool isClient, const std::string &args = "") override;
/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_property.h698 const std::vector<std::shared_ptr<WebJSValue>>& args)>;
/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessible_ability_manager_service.h85 int Dump(int fd, const std::vector<std::u16string>& args) override;
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_arg.h486 bool GetWebGLArg(napi_value data, WebGLArgValue& args, const WebGLArgInfo& func);
/foundation/multimedia/av_session/services/session/server/
H A Davsession_service.h204 std::int32_t Dump(std::int32_t fd, const std::vector<std::u16string>& args) override;
/foundation/multimodalinput/input/service/window_manager/include/
H A Dinput_windows_manager.h69 void Dump(int32_t fd, const std::vector<std::string> &args);
/foundation/multimodalinput/input/service/module_loader/include/
H A Dmmi_service.h48 int32_t Dump(int32_t fd, const std::vector<std::u16string> &args) override;
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_service_test/
H A Dnet_conn_service_proxy_test.cpp139 int Dump(int fd, const std::vector<std::u16string> &args) override
/foundation/communication/netmanager_base/services/netstatsmanager/src/
H A Dnet_stats_service.cpp90 int32_t NetStatsService::Dump(int32_t fd, const std::vector<std::u16string> &args) in Dump() argument
/foundation/communication/nfc/services/src/ipc/tags/
H A Dtag_session.cpp727 int32_t TagSession::Dump(int32_t fd, const std::vector<std::u16string>& args) in Dump() argument
/foundation/distributeddatamgr/pasteboard/services/core/include/
H A Dpasteboard_service.h133 int Dump(int fd, const std::vector<std::u16string> &args) override;
/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_server_proxy_lite.cpp170 g_objStub.args = nullptr; in RegisterDhcpServerCallBack()

Completed in 85 milliseconds

1...<<261262263264265266267268269270>>...287