Home
last modified time | relevance | path

Searched defs:args (Results 2851 - 2875 of 2883) sorted by relevance

1...<<111112113114115116

/third_party/node/deps/v8/src/compiler/
H A Dbytecode-graph-builder.cc2549 Node* const* args in VisitCallWithSpread() local
239 BuildCall(ConvertReceiverMode receiver_mode, std::initializer_list<Node*> args, int slot_id) BuildCall() argument
2384 BuildCall(ConvertReceiverMode receiver_mode, Node* const* args, size_t arg_count, int slot_id) BuildCall() argument
2693 Node* const* args = GetConstructArgumentsFromRegister(callee, new_target, VisitConstruct() local
2726 Node* const* args = GetConstructArgumentsFromRegister(callee, new_target, VisitConstructWithSpread() local
4092 TryBuildSimplifiedCall( const Operator* op, Node* const* args, int arg_count, FeedbackSlot slot) TryBuildSimplifiedCall() argument
4104 TryBuildSimplifiedConstruct(const Operator* op, Node* const* args, int arg_count, FeedbackSlot slot) TryBuildSimplifiedConstruct() argument
[all...]
H A Dwasm-compiler.cc652 Node* WasmGraphBuilder::Merge(Node* fst, Nodes*... args) { in Merge() argument
181 CallRuntimeStub(wasm::WasmCode::RuntimeStubId stub_id, Operator::Properties properties, Args*... args) CallRuntimeStub() argument
194 CallBuiltin(Builtin name, Operator::Properties properties, Args*... args) CallBuiltin() argument
2977 BuildCCall(MachineSignature* sig, Node* function, Args... args) BuildCCall() argument
2989 BuildCallNode(const wasm::FunctionSig* sig, base::Vector<Node*> args, wasm::WasmCodePosition position, Node* instance_node, const Operator* op, Node* frame_state) BuildCallNode() argument
3026 BuildWasmCall(const wasm::FunctionSig* sig, base::Vector<Node*> args, base::Vector<Node*> rets, wasm::WasmCodePosition position, Node* instance_node, Node* frame_state) BuildWasmCall() argument
3057 BuildWasmReturnCall(const wasm::FunctionSig* sig, base::Vector<Node*> args, wasm::WasmCodePosition position, Node* instance_node) BuildWasmReturnCall() argument
3073 BuildImportCall(const wasm::FunctionSig* sig, base::Vector<Node*> args, base::Vector<Node*> rets, wasm::WasmCodePosition position, int func_index, IsReturnCall continuation) BuildImportCall() argument
3083 BuildImportCall(const wasm::FunctionSig* sig, base::Vector<Node*> args, base::Vector<Node*> rets, wasm::WasmCodePosition position, Node* func_index, IsReturnCall continuation) BuildImportCall() argument
3116 CallDirect(uint32_t index, wasm::FunctionSig* real_sig, base::Vector<Node*> args, base::Vector<Node*> rets, wasm::WasmCodePosition position) CallDirect() argument
3136 CallIndirect(uint32_t table_index, uint32_t sig_index, wasm::FunctionSig* sig, base::Vector<Node*> args, base::Vector<Node*> rets, wasm::WasmCodePosition position) CallIndirect() argument
3194 BuildIndirectCall( uint32_t table_index, uint32_t sig_index, wasm::FunctionSig* real_sig, base::Vector<Node*> args, base::Vector<Node*> rets, wasm::WasmCodePosition position, IsReturnCall continuation) BuildIndirectCall() argument
3291 BuildCallRef(const wasm::FunctionSig* real_sig, base::Vector<Node*> args, base::Vector<Node*> rets, CheckForNull null_check, IsReturnCall continuation, wasm::WasmCodePosition position) BuildCallRef() argument
3360 CallRef(const wasm::FunctionSig* real_sig, base::Vector<Node*> args, base::Vector<Node*> rets, WasmGraphBuilder::CheckForNull null_check, wasm::WasmCodePosition position) CallRef() argument
3369 ReturnCallRef(const wasm::FunctionSig* real_sig, base::Vector<Node*> args, WasmGraphBuilder::CheckForNull null_check, wasm::WasmCodePosition position) ReturnCallRef() argument
3377 ReturnCall(uint32_t index, const wasm::FunctionSig* real_sig, base::Vector<Node*> args, wasm::WasmCodePosition position) ReturnCall() argument
3397 ReturnCallIndirect(uint32_t table_index, uint32_t sig_index, wasm::FunctionSig* real_sig, base::Vector<Node*> args, wasm::WasmCodePosition position) ReturnCallIndirect() argument
3962 Node* args[] = {info}; TraceMemoryOperation() local
5452 StoreArgsInStackSlot( std::initializer_list<std::pair<MachineRepresentation, Node*>> args) StoreArgsInStackSlot() argument
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc1611 RegisterList args = register_allocator()->NewRegisterList(2); in VisitFunctionDeclaration() local
1652 RegisterList args = register_allocator()->NewRegisterList(2); in BuildDeclareCall() local
2635 RegisterList args = register_allocator()->NewGrowableRegisterList(); in BuildClassLiteral() local
2783 RegisterList args = register_allocator()->NewRegisterList(1); BuildClassLiteral() local
2892 RegisterList args = register_allocator()->NewRegisterList(2); BuildInvalidPropertyAccess() local
2933 RegisterList args = register_allocator()->NewRegisterList(1); BuildInstanceMemberInitialization() local
3144 RegisterList args = register_allocator()->NewRegisterList(2); VisitObjectLiteral() local
3170 RegisterList args = register_allocator()->NewRegisterList(5); VisitObjectLiteral() local
3203 RegisterList args = register_allocator()->NewRegisterList(2); VisitObjectLiteral() local
3266 RegisterList args = register_allocator()->NewRegisterList(4); VisitObjectLiteral() local
3285 RegisterList args = register_allocator()->NewRegisterList(2); VisitObjectLiteral() local
3658 RegisterList args = register_allocator()->NewRegisterList(3); BuildAsyncReturn() local
3668 RegisterList args = register_allocator()->NewRegisterList(2); BuildAsyncReturn() local
4686 RegisterList args = register_allocator()->NewRegisterList(3); VisitYield() local
4697 RegisterList args = register_allocator()->NewRegisterList(2); VisitYield() local
4953 RegisterList args = register_allocator()->NewRegisterList(3); VisitYieldStar() local
5021 RegisterList args = register_allocator()->NewRegisterList(2); BuildAwait() local
5130 RegisterList args = register_allocator()->NewRegisterList(1); BuildPrivateGetterAccess() local
5145 RegisterList args = register_allocator()->NewRegisterList(2); BuildPrivateSetterAccess() local
5167 RegisterList args = register_allocator()->NewRegisterList(2); BuildPrivateMethodIn() local
5185 RegisterList args = register_allocator()->NewRegisterList(3); BuildPrivateMethodIn() local
5234 RegisterList args = register_allocator()->NewRegisterList(2); BuildPrivateBrandCheck() local
5252 RegisterList args = register_allocator()->NewRegisterList(2); BuildPrivateBrandCheck() local
5297 RegisterList args = register_allocator()->NewRegisterList(3); VisitNamedSuperPropertyLoad() local
5319 RegisterList args = register_allocator()->NewRegisterList(3); VisitKeyedSuperPropertyLoad() local
5362 VisitArguments(const ZonePtrList<Expression>* args, RegisterList* arg_regs) VisitArguments() argument
5394 RegisterList args = register_allocator()->NewGrowableRegisterList(); VisitCall() local
5589 const ZonePtrList<Expression>* args = expr->arguments(); VisitCallSuper() local
5709 RegisterList args = register_allocator()->NewGrowableRegisterList(); VisitCallNew() local
5758 RegisterList args = register_allocator()->NewGrowableRegisterList(); VisitCallRuntime() local
5763 RegisterList args = register_allocator()->NewGrowableRegisterList(); VisitCallRuntime() local
6277 RegisterList args = register_allocator()->NewRegisterList(register_count); VisitImportCallExpression() local
6416 RegisterList args = RegisterList(iterator.object()); BuildIteratorClose() local
6973 RegisterList args = register_allocator()->NewRegisterList(2); BuildGeneratorObjectVariableInitialization() local
[all...]
/third_party/node/deps/v8/src/parsing/
H A Dparser-base.h1083 V8_NOINLINE void ReportMessage(MessageTemplate message, const Ts&... args) { in ReportMessage() argument
1088 ReportMessageAt(Scanner::Location source_location, MessageTemplate message, const Ts&... args) ReportMessageAt() argument
2829 ParseArguments( typename ParserBase<Impl>::ExpressionListT* args, bool* has_spread, ParsingArrowHeadFlag maybe_arrow) ParseArguments() argument
[all...]
/third_party/mesa3d/src/imgui/
H A Dimgui.cpp2148 va_list args; in appendf() local
2155 appendfv(const char* fmt, va_list args) appendfv() argument
6701 SetTooltipV(const char* fmt, va_list args) SetTooltipV() argument
6714 va_list args; SetTooltip() local
[all...]
/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_compile.c8523 static PCRE2_SPTR SLJIT_FUNC do_extuni_utf(jit_arguments *args, PCRE2_SPTR cc) in do_extuni_utf() argument
8591 static PCRE2_SPTR SLJIT_FUNC do_extuni_utf_invalid(jit_arguments *args, PCRE2_SPTR cc) in do_extuni_utf_invalid() argument
8656 static PCRE2_SPTR SLJIT_FUNC do_extuni_no_utf(jit_arguments *args, PCRE2_SPTR cc) in do_extuni_no_utf() argument
[all...]
/third_party/toybox/toys/pending/
H A Dbc.c5642 va_list args; in bc_vm_error() local
5653 va_list args; in bc_vm_posixError() local
5615 bc_vm_printError(BcError e, char *fmt, size_t line, va_list args) bc_vm_printError() argument
[all...]
/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c2292 va_list args; in upb_status_seterrf() local
2298 void upb_status_vseterrf(upb_status *status, const char *fmt, va_list args) { in upb_status_vseterrf() argument
2305 void upb_status_vappenderrf(upb_status *status, const char *fmt, va_list args) { in upb_status_vappenderrf() argument
7482 va_list args; in jsonenc_printf() local
[all...]
/third_party/python/Python/
H A Dcompile.c2450 compiler_visit_argannotations(struct compiler *c, asdl_arg_seq* args, in compiler_visit_argannotations() argument
2467 compiler_visit_annotations(struct compiler *c, arguments_ty args, in compiler_visit_annotations() argument
2506 compiler_visit_defaults(struct compiler *c, arguments_ty args) compiler_visit_defaults() argument
2514 compiler_default_arguments(struct compiler *c, arguments_ty args) compiler_default_arguments() argument
2561 compiler_check_debug_args_seq(struct compiler *c, asdl_arg_seq *args) compiler_check_debug_args_seq() argument
2573 compiler_check_debug_args(struct compiler *c, arguments_ty args) compiler_check_debug_args() argument
2593 arguments_ty args; compiler_function() local
3017 arguments_ty args = e->v.Lambda.args; compiler_lambda() local
4855 asdl_expr_seq *args = e->v.Call.args; maybe_optimize_method_call() local
5100 compiler_call_helper(struct compiler *c, int n, asdl_expr_seq *args, asdl_keyword_seq *keywords) compiler_call_helper() argument
6180 PyObject *args = Py_BuildValue("O(OiiOii)", msg, c->c_filename, compiler_error() local
[all...]
/third_party/python/Modules/
H A D_testcapimodule.c326 dict_getitem_knownhash(PyObject *self, PyObject *args) in dict_getitem_knownhash() argument
528 test_longlong_api(PyObject* self, PyObject *args) in test_longlong_api() argument
1346 get_args(PyObject *self, PyObject *args) in get_args() argument
1356 get_kwargs(PyObject *self, PyObject *args, PyObject *kwargs) in get_kwargs() argument
1367 getargs_tuple(PyObject *self, PyObject *args) in getargs_tuple() argument
1377 getargs_keywords(PyObject *self, PyObject *args, PyObject *kwargs) getargs_keywords() argument
1394 getargs_keyword_only(PyObject *self, PyObject *args, PyObject *kwargs) getargs_keyword_only() argument
1409 getargs_positional_only_and_keywords(PyObject *self, PyObject *args, PyObject *kwargs) getargs_positional_only_and_keywords() argument
1426 getargs_b(PyObject *self, PyObject *args) getargs_b() argument
1435 getargs_B(PyObject *self, PyObject *args) getargs_B() argument
1444 getargs_h(PyObject *self, PyObject *args) getargs_h() argument
1453 getargs_H(PyObject *self, PyObject *args) getargs_H() argument
1462 getargs_I(PyObject *self, PyObject *args) getargs_I() argument
1471 getargs_k(PyObject *self, PyObject *args) getargs_k() argument
1480 getargs_i(PyObject *self, PyObject *args) getargs_i() argument
1489 getargs_l(PyObject *self, PyObject *args) getargs_l() argument
1498 getargs_n(PyObject *self, PyObject *args) getargs_n() argument
1507 getargs_p(PyObject *self, PyObject *args) getargs_p() argument
1516 getargs_L(PyObject *self, PyObject *args) getargs_L() argument
1525 getargs_K(PyObject *self, PyObject *args) getargs_K() argument
1591 getargs_f(PyObject *self, PyObject *args) getargs_f() argument
1600 getargs_d(PyObject *self, PyObject *args) getargs_d() argument
1609 getargs_D(PyObject *self, PyObject *args) getargs_D() argument
1618 getargs_S(PyObject *self, PyObject *args) getargs_S() argument
1628 getargs_Y(PyObject *self, PyObject *args) getargs_Y() argument
1638 getargs_U(PyObject *self, PyObject *args) getargs_U() argument
1648 getargs_c(PyObject *self, PyObject *args) getargs_c() argument
1657 getargs_C(PyObject *self, PyObject *args) getargs_C() argument
1666 getargs_s(PyObject *self, PyObject *args) getargs_s() argument
1675 getargs_s_star(PyObject *self, PyObject *args) getargs_s_star() argument
1687 getargs_s_hash(PyObject *self, PyObject *args) getargs_s_hash() argument
1697 getargs_z(PyObject *self, PyObject *args) getargs_z() argument
1709 getargs_z_star(PyObject *self, PyObject *args) getargs_z_star() argument
1726 getargs_z_hash(PyObject *self, PyObject *args) getargs_z_hash() argument
1739 getargs_y(PyObject *self, PyObject *args) getargs_y() argument
1748 getargs_y_star(PyObject *self, PyObject *args) getargs_y_star() argument
1760 getargs_y_hash(PyObject *self, PyObject *args) getargs_y_hash() argument
1770 getargs_u(PyObject *self, PyObject *args) getargs_u() argument
1779 getargs_u_hash(PyObject *self, PyObject *args) getargs_u_hash() argument
1789 getargs_Z(PyObject *self, PyObject *args) getargs_Z() argument
1801 getargs_Z_hash(PyObject *self, PyObject *args) getargs_Z_hash() argument
1814 getargs_es(PyObject *self, PyObject *args) getargs_es() argument
1830 getargs_et(PyObject *self, PyObject *args) getargs_et() argument
1846 getargs_es_hash(PyObject *self, PyObject *args) getargs_es_hash() argument
1869 getargs_et_hash(PyObject *self, PyObject *args) getargs_et_hash() argument
1927 parse_tuple_and_keywords(PyObject *self, PyObject *args) parse_tuple_and_keywords() argument
2187 unicode_aswidechar(PyObject *self, PyObject *args) unicode_aswidechar() argument
2218 unicode_aswidecharstring(PyObject *self, PyObject *args) unicode_aswidecharstring() argument
2239 unicode_asucs4(PyObject *self, PyObject *args) unicode_asucs4() argument
2269 unicode_asutf8(PyObject *self, PyObject *args) unicode_asutf8() argument
2287 unicode_asutf8andsize(PyObject *self, PyObject *args) unicode_asutf8andsize() argument
2311 unicode_findchar(PyObject *self, PyObject *args) unicode_findchar() argument
2332 unicode_copycharacters(PyObject *self, PyObject *args) unicode_copycharacters() argument
2366 unicode_legacy_string(PyObject *self, PyObject *args) unicode_legacy_string() argument
2391 getargs_w_star(PyObject *self, PyObject *args) getargs_w_star() argument
2441 codec_incrementalencoder(PyObject *self, PyObject *args) codec_incrementalencoder() argument
2451 codec_incrementaldecoder(PyObject *self, PyObject *args) codec_incrementaldecoder() argument
2527 exc_set_object(PyObject *self, PyObject *args) exc_set_object() argument
2541 raise_exception(PyObject *self, PyObject *args) raise_exception() argument
2568 set_errno(PyObject *self, PyObject *args) set_errno() argument
2590 test_set_exc_info(PyObject *self, PyObject *args) test_set_exc_info() argument
2616 test_datetime_capi(PyObject *self, PyObject *args) test_datetime_capi() argument
2652 datetime_check_date(PyObject *self, PyObject *args) datetime_check_date() argument
2657 datetime_check_time(PyObject *self, PyObject *args) datetime_check_time() argument
2662 datetime_check_datetime(PyObject *self, PyObject *args) datetime_check_datetime() argument
2667 datetime_check_delta(PyObject *self, PyObject *args) datetime_check_delta() argument
2672 datetime_check_tzinfo(PyObject *self, PyObject *args) datetime_check_tzinfo() argument
2683 make_timezones_capi(PyObject *self, PyObject *args) make_timezones_capi() argument
2704 get_timezones_offset_zero(PyObject *self, PyObject *args) get_timezones_offset_zero() argument
2727 get_timezone_utc_capi(PyObject* self, PyObject *args) get_timezone_utc_capi() argument
2742 get_date_fromdate(PyObject *self, PyObject *args) get_date_fromdate() argument
2765 get_datetime_fromdateandtime(PyObject *self, PyObject *args) get_datetime_fromdateandtime() argument
2795 get_datetime_fromdateandtimeandfold(PyObject *self, PyObject *args) get_datetime_fromdateandtimeandfold() argument
2828 get_time_fromtime(PyObject *self, PyObject *args) get_time_fromtime() argument
2853 get_time_fromtimeandfold(PyObject *self, PyObject *args) get_time_fromtimeandfold() argument
2880 get_delta_fromdsu(PyObject *self, PyObject *args) get_delta_fromdsu() argument
2905 get_date_fromtimestamp(PyObject* self, PyObject *args) get_date_fromtimestamp() argument
2934 get_datetime_fromtimestamp(PyObject* self, PyObject *args) get_datetime_fromtimestamp() argument
3054 test_thread_state(PyObject *self, PyObject *args) test_thread_state() argument
3415 profile_int(PyObject *self, PyObject* args) profile_int() argument
3526 traceback_print(PyObject *self, PyObject *args) traceback_print() argument
3544 exception_print(PyObject *self, PyObject *args) exception_print() argument
3587 argparsing(PyObject *o, PyObject *args) argparsing() argument
3608 code_newempty(PyObject *self, PyObject *args) code_newempty() argument
3624 make_exception_with_doc(PyObject *self, PyObject *args, PyObject *kwargs) make_exception_with_doc() argument
3754 test_PyBuffer_SizeFromFormat(PyObject *self, PyObject *args) test_PyBuffer_SizeFromFormat() argument
3789 run_in_subinterp(PyObject *self, PyObject *args) run_in_subinterp() argument
3836 test_pytime_object_to_time_t(PyObject *self, PyObject *args) test_pytime_object_to_time_t() argument
3851 test_pytime_object_to_timeval(PyObject *self, PyObject *args) test_pytime_object_to_timeval() argument
3867 test_pytime_object_to_timespec(PyObject *self, PyObject *args) test_pytime_object_to_timespec() argument
3937 with_tp_del(PyObject *self, PyObject *args) with_tp_del() argument
3977 create_cfunction(PyObject *self, PyObject *args) create_cfunction() argument
4433 set_nomemory(PyObject *self, PyObject *args) set_nomemory() argument
4547 call_in_temporary_c_thread(PyObject *self, PyObject *args) call_in_temporary_c_thread() argument
4624 pymarshal_write_long_to_file(PyObject* self, PyObject *args) pymarshal_write_long_to_file() argument
4649 pymarshal_write_object_to_file(PyObject* self, PyObject *args) pymarshal_write_object_to_file() argument
4674 pymarshal_read_short_from_file(PyObject* self, PyObject *args) pymarshal_read_short_from_file() argument
4700 pymarshal_read_long_from_file(PyObject* self, PyObject *args) pymarshal_read_long_from_file() argument
4725 pymarshal_read_last_object_from_file(PyObject* self, PyObject *args) pymarshal_read_last_object_from_file() argument
4748 pymarshal_read_object_from_file(PyObject* self, PyObject *args) pymarshal_read_object_from_file() argument
4771 return_null_without_error(PyObject *self, PyObject *args) return_null_without_error() argument
4780 return_result_with_error(PyObject *self, PyObject *args) return_result_with_error() argument
4789 getitem_with_error(PyObject *self, PyObject *args) getitem_with_error() argument
4801 test_pytime_fromseconds(PyObject *self, PyObject *args) test_pytime_fromseconds() argument
4812 test_pytime_fromsecondsobject(PyObject *self, PyObject *args) test_pytime_fromsecondsobject() argument
4830 test_pytime_assecondsdouble(PyObject *self, PyObject *args) test_pytime_assecondsdouble() argument
4845 test_PyTime_AsTimeval(PyObject *self, PyObject *args) test_PyTime_AsTimeval() argument
4872 test_PyTime_AsTimeval_clamp(PyObject *self, PyObject *args) test_PyTime_AsTimeval_clamp() argument
4898 test_PyTime_AsTimespec(PyObject *self, PyObject *args) test_PyTime_AsTimespec() argument
4916 test_PyTime_AsTimespec_clamp(PyObject *self, PyObject *args) test_PyTime_AsTimespec_clamp() argument
4933 test_PyTime_AsMilliseconds(PyObject *self, PyObject *args) test_PyTime_AsMilliseconds() argument
4953 test_PyTime_AsMicroseconds(PyObject *self, PyObject *args) test_PyTime_AsMicroseconds() argument
4973 pymem_buffer_overflow(PyObject *self, PyObject *args) pymem_buffer_overflow() argument
4991 pymem_api_misuse(PyObject *self, PyObject *args) pymem_api_misuse() argument
5004 pymem_malloc_without_gil(PyObject *self, PyObject *args) pymem_malloc_without_gil() argument
5021 test_pymem_getallocatorsname(PyObject *self, PyObject *args) test_pymem_getallocatorsname() argument
5101 pyobject_malloc_without_gil(PyObject *self, PyObject *args) pyobject_malloc_without_gil() argument
5117 tracemalloc_track(PyObject *self, PyObject *args) tracemalloc_track() argument
5150 tracemalloc_untrack(PyObject *self, PyObject *args) tracemalloc_untrack() argument
5173 tracemalloc_get_traceback(PyObject *self, PyObject *args) tracemalloc_get_traceback() argument
5189 dict_get_version(PyObject *self, PyObject *args) dict_get_version() argument
5206 raise_SIGINT_then_send_None(PyObject *self, PyObject *args) raise_SIGINT_then_send_None() argument
5230 fastcall_args(PyObject *args, PyObject ***stack, Py_ssize_t *nargs) fastcall_args() argument
5249 test_pyobject_fastcall(PyObject *self, PyObject *args) test_pyobject_fastcall() argument
5267 test_pyobject_fastcalldict(PyObject *self, PyObject *args) test_pyobject_fastcalldict() argument
5294 test_pyobject_vectorcall(PyObject *self, PyObject *args) test_pyobject_vectorcall() argument
5328 test_pyvectorcall_call(PyObject *self, PyObject *args) test_pyvectorcall_call() argument
5352 stack_pointer(PyObject *self, PyObject *args) stack_pointer() argument
5361 py_w_stopcode(PyObject *self, PyObject *args) py_w_stopcode() argument
5416 mapping_has_key(PyObject* self, PyObject *args) mapping_has_key() argument
5426 sequence_set_slice(PyObject* self, PyObject *args) sequence_set_slice() argument
5442 sequence_del_slice(PyObject* self, PyObject *args) sequence_del_slice() argument
5458 test_pythread_tss_key_state(PyObject *self, PyObject *args) test_pythread_tss_key_state() argument
5513 new_hamt(PyObject *self, PyObject *args) new_hamt() argument
5524 bad_get(PyObject *module, PyObject *const *args, Py_ssize_t nargs) bad_get() argument
5561 test_write_unraisable_exc(PyObject *self, PyObject *args) test_write_unraisable_exc() argument
5586 sequence_getitem(PyObject *self, PyObject *args) sequence_getitem() argument
5598 sequence_setitem(PyObject *self, PyObject *args) sequence_setitem() argument
5631 meth_varargs(PyObject* self, PyObject* args) meth_varargs() argument
5637 meth_varargs_keywords(PyObject* self, PyObject* args, PyObject* kwargs) meth_varargs_keywords() argument
5655 _fastcall_to_tuple(PyObject* const* args, Py_ssize_t nargs) _fastcall_to_tuple() argument
5669 meth_fastcall(PyObject* self, PyObject* const* args, Py_ssize_t nargs) meth_fastcall() argument
5677 meth_fastcall_keywords(PyObject* self, PyObject* const* args, Py_ssize_t nargs, PyObject* kwargs) meth_fastcall_keywords() argument
5693 pynumber_tobase(PyObject *module, PyObject *args) pynumber_tobase() argument
5823 test_fatal_error(PyObject *self, PyObject *args) test_fatal_error() argument
5912 test_float_pack(PyObject *self, PyObject *args) test_float_pack() argument
5956 test_float_unpack(PyObject *self, PyObject *args) test_float_unpack() argument
6044 frame_new(PyObject *self, PyObject *args) frame_new() argument
6078 PyObject *args = NULL; eval_eval_code_ex() local
6776 test_structmembers_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) test_structmembers_new() argument
7006 awaitObject_new(PyTypeObject *type, PyObject *args, PyObject *kwds) awaitObject_new() argument
7136 recurse_infinitely_error_init(PyObject *self, PyObject *args, PyObject *kwds) recurse_infinitely_error_init() argument
7156 MyList_new(PyTypeObject *type, PyObject *args, PyObject *kwds) MyList_new() argument
7297 MethodDescriptor_vectorcall(PyObject *callable, PyObject *const *args, size_t nargsf, PyObject *kwnames) MethodDescriptor_vectorcall() argument
7307 MethodDescriptor_new(PyTypeObject* type, PyObject* args, PyObject *kw) MethodDescriptor_new() argument
7332 call_return_args(PyObject *self, PyObject *args, PyObject *kwargs) call_return_args() argument
7370 MethodDescriptor2_new(PyTypeObject* type, PyObject* args, PyObject *kw) MethodDescriptor2_new() argument
7459 heapctype_init(PyObject *self, PyObject *args, PyObject *kwargs) heapctype_init() argument
7536 heapctypesubclass_init(PyObject *self, PyObject *args, PyObject *kwargs) heapctypesubclass_init() argument
7614 heapctypesubclasswithfinalizer_init(PyObject *self, PyObject *args, PyObject *kwargs) heapctypesubclasswithfinalizer_init() argument
7816 heapctypesetattr_init(PyObject *self, PyObject *args, PyObject *kwargs) heapctypesetattr_init() argument
7949 ContainerNoGC_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) ContainerNoGC_new() argument
8294 getargs_s_hash_int(PyObject *self, PyObject *args, PyObject *kwargs) getargs_s_hash_int() argument
8308 getargs_s_hash_int2(PyObject *self, PyObject *args, PyObject *kwargs) getargs_s_hash_int2() argument
8322 gh_99240_clear_args(PyObject *self, PyObject *args) gh_99240_clear_args() argument
[all...]
H A Dposixmodule.c2294 statresult_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in statresult_new() argument
14356 ScandirIterator_close(ScandirIterator *self, PyObject *args) in ScandirIterator_close() argument
14363 ScandirIterator_enter(PyObject *self, PyObject *args) in ScandirIterator_enter() argument
14370 ScandirIterator_exit(ScandirIterator *self, PyObject *args) in ScandirIterator_exit() argument
/third_party/python/Objects/
H A Dunicodeobject.c11571 parse_args_finds_unicode(const char * function_name, PyObject *args, in parse_args_finds_unicode() argument
11592 unicode_count(PyObject *self, PyObject *args) in unicode_count() argument
11776 unicode_find(PyObject *self, PyObject *args) in unicode_find() argument
11853 unicode_index(PyObject *self, PyObject *args) in unicode_index() argument
13062 unicode_rfind(PyObject *self, PyObject *args) in unicode_rfind() argument
13094 unicode_rindex(PyObject *self, PyObject *args) unicode_rindex() argument
13634 unicode_startswith(PyObject *self, PyObject *args) unicode_startswith() argument
13688 unicode_endswith(PyObject *self, PyObject *args) unicode_endswith() argument
14323 PyObject *args; global() member
15185 PyUnicode_Format(PyObject *format, PyObject *args) PyUnicode_Format() argument
[all...]
/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/libbpf/src/
H A Dlibbpf.c249 va_list args; in libbpf_print() local
226 __base_pr(enum libbpf_print_level level, const char *format, va_list args) __base_pr() argument
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]
/third_party/mesa3d/src/mesa/main/
H A Ddlist.c5786 int args, i; in save_Materialfv() local
/third_party/mksh/
H A Dsh.h1939 const char **args; /* arguments to a command */ member
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp2197 va_list args; appendf() local
2204 appendfv(const char* fmt, va_list args) appendfv() argument
8235 SetTooltipV(const char* fmt, va_list args) SetTooltipV() argument
8244 va_list args; SetTooltip() local
10415 LogTextV(ImGuiContext& g, const char* fmt, va_list args) LogTextV() argument
10441 LogTextV(const char* fmt, va_list args) LogTextV() argument
[all...]
/third_party/skia/third_party/vulkanmemoryallocator/include/
H A Dvk_mem_alloc.h5293 template<typename... Types> T* VmaPoolAllocator<T>::Alloc(Types... args) in Alloc() argument
/third_party/typescript/lib/
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A DtypingsInstaller.js[all...]
H A Dtsserver.js[all...]
/third_party/python/Parser/
H A Dparser.c10324 asdl_pattern_seq* args; in positional_patterns_rule() local
[all...]

Completed in 280 milliseconds

1...<<111112113114115116