/third_party/node/deps/icu-small/source/i18n/ |
H A D | smpdtfmt.cpp | 3097 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 D | smpdtfmt.cpp | 3053 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 D | item.rs | 1637 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 D | test_cil_copy_ast.c | 49 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 D | gtest.cc | 3269 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 D | gtest.cc | 3031 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 D | gtest.cc | 3281 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 D | instruction-selector.cc | 893 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 D | Reactor.cpp | 4586 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 D | junit-4.10.jar | META-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 D | D3D12MemAlloc.cpp | 1393 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 D | test_xml_etree.py | 125 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 D | typescript.js | 1510 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 D | mission_list_manager.h | 267 void DumpMissionList(std::vector<std::string> &info, bool isClient, const std::string &args = "") override;
|
/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | web_property.h | 698 const std::vector<std::shared_ptr<WebJSValue>>& args)>;
|
/foundation/barrierfree/accessibility/services/aams/include/ |
H A D | accessible_ability_manager_service.h | 85 int Dump(int fd, const std::vector<std::u16string>& args) override;
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/ |
H A D | webgl_arg.h | 486 bool GetWebGLArg(napi_value data, WebGLArgValue& args, const WebGLArgInfo& func);
|
/foundation/multimedia/av_session/services/session/server/ |
H A D | avsession_service.h | 204 std::int32_t Dump(std::int32_t fd, const std::vector<std::u16string>& args) override;
|
/foundation/multimodalinput/input/service/window_manager/include/ |
H A D | input_windows_manager.h | 69 void Dump(int32_t fd, const std::vector<std::string> &args);
|
/foundation/multimodalinput/input/service/module_loader/include/ |
H A D | mmi_service.h | 48 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 D | net_conn_service_proxy_test.cpp | 139 int Dump(int fd, const std::vector<std::u16string> &args) override
|
/foundation/communication/netmanager_base/services/netstatsmanager/src/ |
H A D | net_stats_service.cpp | 90 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 D | tag_session.cpp | 727 int32_t TagSession::Dump(int32_t fd, const std::vector<std::u16string>& args)
in Dump() argument
|
/foundation/distributeddatamgr/pasteboard/services/core/include/ |
H A D | pasteboard_service.h | 133 int Dump(int fd, const std::vector<std::u16string> &args) override;
|
/foundation/communication/dhcp/frameworks/native/src/ |
H A D | dhcp_server_proxy_lite.cpp | 170 g_objStub.args = nullptr; in RegisterDhcpServerCallBack()
|