Home
last modified time | relevance | path

Searched defs:args (Results 2326 - 2350 of 2626) sorted by relevance

1...<<919293949596979899100>>...106

/third_party/skia/third_party/externals/icu/source/common/
H A Ducnv2022.cpp1258 T_UConverter_toUnicode_ISO_2022_OFFSETS_LOGIC(UConverterToUnicodeArgs* args, in T_UConverter_toUnicode_ISO_2022_OFFSETS_LOGIC() argument
1591 UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC(UConverterFromUnicodeArgs* args, UErrorCode* err) UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() argument
2013 UConverter_toUnicode_ISO_2022_JP_OFFSETS_LOGIC(UConverterToUnicodeArgs *args, UErrorCode* err) UConverter_toUnicode_ISO_2022_JP_OFFSETS_LOGIC() argument
2260 UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM(UConverterFromUnicodeArgs* args, UErrorCode* err) UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM() argument
2284 UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC(UConverterFromUnicodeArgs* args, UErrorCode* err) UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC() argument
2503 UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM(UConverterToUnicodeArgs *args, UErrorCode* err) UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM() argument
2601 UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC(UConverterToUnicodeArgs *args, UErrorCode* err) UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC() argument
2843 UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC(UConverterFromUnicodeArgs* args, UErrorCode* err) UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC() argument
3194 UConverter_toUnicode_ISO_2022_CN_OFFSETS_LOGIC(UConverterToUnicodeArgs *args, UErrorCode* err) UConverter_toUnicode_ISO_2022_CN_OFFSETS_LOGIC() argument
[all...]
H A Ducnvmbcs.cpp1590 UConverterLoadArgs args=UCNV_LOAD_ARGS_INITIALIZER; in ucnv_MBCSLoad() local
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dps.c1775 char **args = toys.optargs; in pkill_main() local
/third_party/toybox/toys/posix/
H A Dps.c1933 char **args = toys.optargs; in pkill_main() local
/third_party/python/Programs/
H A D_testembed.c1221 static int _audit_hook(const char *event, PyObject *args, void *userdata) in _audit_hook() argument
1287 static int _audit_subinterpreter_hook(const char *event, PyObject *args, void *userdata) in _audit_subinterpreter_hook() argument
1320 static int _audit_hook_run(const char *eventName, PyObject *args, void *userData) in _audit_hook_run() argument
/third_party/python/Python/
H A Dbltinmodule.c17 update_bases(PyObject *bases, PyObject *const *args, Py_ssize_t nargs) in update_bases() argument
91 builtin___build_class__(PyObject *self, PyObject *const *args, Py_ssize_t nargs, in builtin___build_class__() argument
458 builtin_breakpoint(PyObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *keywords) builtin_breakpoint() argument
492 filter_new(PyTypeObject *type, PyObject *args, PyObject *kwds) filter_new() argument
845 builtin_dir(PyObject *self, PyObject *args) builtin_dir() argument
1117 builtin_getattr(PyObject *self, PyObject *const *args, Py_ssize_t nargs) builtin_getattr() argument
1238 map_new(PyTypeObject *type, PyObject *args, PyObject *kwds) map_new() argument
1387 PyObject *args = PyTuple_New(numargs+1); map_reduce() local
1462 builtin_next(PyObject *self, PyObject *const *args, Py_ssize_t nargs) builtin_next() argument
1597 builtin_iter(PyObject *self, PyObject *const *args, Py_ssize_t nargs) builtin_iter() argument
1730 min_max(PyObject *args, PyObject *kwds, int op) min_max() argument
1842 builtin_min(PyObject *self, PyObject *args, PyObject *kwds) builtin_min() argument
1859 builtin_max(PyObject *self, PyObject *args, PyObject *kwds) builtin_max() argument
1988 builtin_print_impl(PyObject *module, PyObject *args, PyObject *sep, PyObject *end, PyObject *file, int flush) builtin_print_impl() argument
2373 builtin_sorted(PyObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) builtin_sorted() argument
2406 builtin_vars(PyObject *self, PyObject *args) builtin_vars() argument
2690 zip_new(PyTypeObject *type, PyObject *args, PyObject *kwds) zip_new() argument
[all...]
H A Derrors.c758 PyObject *v, *args; in PyErr_SetFromErrnoWithFilenameObjects() local
888 PyObject *args, * in PyErr_SetExcFromWindowsErrWithFilenameObjects() local
1273 PyObject *args = PyStructSequence_New(&UnraisableHookArgsType); make_unraisable_hook_args() local
1452 _PyErr_WriteUnraisableDefaultHook(PyObject *args) _PyErr_WriteUnraisableDefaultHook() argument
[all...]
H A Dhamt.c2701 hamt_tp_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in hamt_tp_new() argument
2796 hamt_py_set(PyHamtObject *self, PyObject *args) in hamt_py_set() argument
2809 hamt_py_get(PyHamtObject *self, PyObject *args) in hamt_py_get() argument
2844 hamt_py_items(PyHamtObject *self, PyObject *args) in hamt_py_items() argument
2850 hamt_py_values(PyHamtObject *self, PyObject *args) in hamt_py_values() argument
H A Dinitconfig.c2854 _PyConfig_SetPyArgv(PyConfig *config, const _PyArgv *args) in _PyConfig_SetPyArgv() argument
2870 _PyArgv args = { in PyConfig_SetBytesArgv() local
2882 _PyArgv args = { in PyConfig_SetArgv() local
H A Dpylifecycle.c913 _Py_PreInitializeFromPyArgv(const PyPreConfig *src_config, const _PyArgv *args) in _Py_PreInitializeFromPyArgv() argument
962 _PyArgv args = {.use_bytes_argv = 1, .argc = argc, .bytes_argv = argv}; in Py_PreInitializeFromBytesArgs() local
970 _PyArgv args = {.use_bytes_argv = 0, .argc = argc, .wchar_argv = argv}; in Py_PreInitializeFromArgs() local
983 _Py_PreInitializeFromConfig(const PyConfig *config, const _PyArgv *args) _Py_PreInitializeFromConfig() argument
/third_party/python/Modules/_sre/
H A Dsre.c761 call(const char* module, const char* function, PyObject* args) in call() argument
2119 match_group(MatchObject* self, PyObject* args) in match_group() argument
/third_party/python/Modules/
H A D_testbuffer.c208 ndarray_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in ndarray_new() argument
305 PyObject *args, *offset; in pack_from_list() local
397 PyObject *structobj = NULL, *pack_into = NULL, *args = NULL; pack_single() local
1280 ndarray_init(PyObject *self, PyObject *args, PyObject *kwds) ndarray_init() argument
1346 ndarray_push(PyObject *self, PyObject *args, PyObject *kwds) ndarray_push() argument
1922 slice_indices(PyObject *self, PyObject *args) slice_indices() argument
2306 get_pointer(PyObject *self, PyObject *args) get_pointer() argument
2391 get_contiguous(PyObject *self, PyObject *args) get_contiguous() argument
2428 py_buffer_to_contiguous(PyObject *self, PyObject *args) py_buffer_to_contiguous() argument
2503 cmp_contig(PyObject *self, PyObject *args) cmp_contig() argument
2567 is_contiguous(PyObject *self, PyObject *args) is_contiguous() argument
2713 staticarray_new(PyTypeObject *type, PyObject *args, PyObject *kwds) staticarray_new() argument
2719 staticarray_init(PyObject *self, PyObject *args, PyObject *kwds) staticarray_init() argument
[all...]
H A D_zoneinfo.c264 zoneinfo_new(PyTypeObject *type, PyObject *args, PyObject *kw) in zoneinfo_new() argument
342 zoneinfo_from_file(PyTypeObject *type, PyObject *args, PyObject *kwargs) in zoneinfo_from_file() argument
383 zoneinfo_no_cache(PyTypeObject *cls, PyObject *args, PyObject *kwargs) in zoneinfo_no_cache() argument
400 zoneinfo_clear_cache(PyObject *cls, PyObject *args, PyObject *kwargs) in zoneinfo_clear_cache() argument
584 PyObject *args = PyTuple_New(0); in zoneinfo_fromutc() local
693 zoneinfo__unpickle(PyTypeObject *cls, PyObject *args) zoneinfo__unpickle() argument
2536 zoneinfo_init_subclass(PyTypeObject *cls, PyObject *args, PyObject **kwargs) zoneinfo_init_subclass() argument
[all...]
H A Dmathmodule.c842 math_gcd(PyObject *module, PyObject * const *args, Py_ssize_t nargs) in math_gcd() argument
917 math_lcm(PyObject *module, PyObject * const *args, Py_ssize_t nargs) in math_lcm() argument
1122 math_2(PyObject *const *args, Py_ssize_t nargs, in math_2() argument
2754 math_hypot(PyObject *self, PyObject *const *args, Py_ssize_t nargs) math_hypot() argument
[all...]
H A D_struct.c1437 s_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in s_new() argument
1724 PyObject *unpackiter_new(PyTypeObject *type, PyObject *args, PyObject *kwds) { in unpackiter_new() argument
1812 s_pack_internal(PyStructObject *soself, PyObject *const *args, int offset, in s_pack_internal() argument
1900 s_pack(PyObject *self, PyObject *const *args, Py_ssize_t nargs) in s_pack() argument
1944 s_pack_into(PyObject *self, PyObject *const *args, Py_ssize_t nargs) in s_pack_into() argument
2203 pack(PyObject *module, PyObject *const *args, Py_ssize_t nargs) pack() argument
2231 pack_into(PyObject *module, PyObject *const *args, Py_ssize_t nargs) pack_into() argument
[all...]
H A D_xxsubinterpretersmodule.c1481 channelid_new(PyTypeObject *cls, PyObject *args, PyObject *kwds) in channelid_new() argument
1994 interp_create(PyObject *self, PyObject *args, PyObject *kwds) in interp_create() argument
2036 interp_destroy(PyObject *self, PyObject *args, PyObject *kwds) in interp_destroy() argument
2158 interp_run_string(PyObject *self, PyObject *args, PyObject *kwds) in interp_run_string() argument
2203 object_is_shareable(PyObject *self, PyObject *args, PyObject *kwds) in object_is_shareable() argument
2227 interp_is_running(PyObject *self, PyObject *args, PyObject *kwds) interp_is_running() argument
2280 channel_destroy(PyObject *self, PyObject *args, PyObject *kwds) channel_destroy() argument
2339 channel_list_interpreters(PyObject *self, PyObject *args, PyObject *kwds) channel_list_interpreters() argument
2401 channel_send(PyObject *self, PyObject *args, PyObject *kwds) channel_send() argument
2423 channel_recv(PyObject *self, PyObject *args, PyObject *kwds) channel_recv() argument
2458 channel_close(PyObject *self, PyObject *args, PyObject *kwds) channel_close() argument
2505 channel_release(PyObject *self, PyObject *args, PyObject *kwds) channel_release() argument
2540 channel__channel_id(PyObject *self, PyObject *args, PyObject *kwds) channel__channel_id() argument
[all...]
H A Dgcmodule.c1592 gc_set_threshold(PyObject *self, PyObject *args) in gc_set_threshold() argument
1675 gc_get_referrers(PyObject *self, PyObject *args) in gc_get_referrers() argument
1708 gc_get_referents(PyObject *self, PyObject *args) in gc_get_referents() argument
/third_party/python/Modules/cjkcodecs/
H A Dmultibytecodec.c1031 mbiencoder_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in mbiencoder_new() argument
1074 mbiencoder_init(PyObject *self, PyObject *args, PyObject *kwds) in mbiencoder_init() argument
1306 mbidecoder_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in mbidecoder_new() argument
1349 mbidecoder_init(PyObject *self, PyObject *args, PyObject *kwds) in mbidecoder_init() argument
1623 mbstreamreader_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in mbstreamreader_new() argument
1668 mbstreamreader_init(PyObject *self, PyObject *args, PyObject *kwds) in mbstreamreader_init() argument
1847 mbstreamwriter_new(PyTypeObject *type, PyObject *args, PyObjec argument
1892 mbstreamwriter_init(PyObject *self, PyObject *args, PyObject *kwds) mbstreamwriter_init() argument
[all...]
/third_party/python/Objects/
H A Dgenobject.c376 gen_close(PyGenObject *gen, PyObject *args) in gen_close() argument
568 gen_throw(PyGenObject *gen, PyObject *const *args, Py_ssize_t nargs) in gen_throw() argument
1259 coro_wrapper_throw(PyCoroWrapper *cw, PyObject *const *args, Py_ssize_t nargs) in coro_wrapper_throw() argument
1265 coro_wrapper_close(PyCoroWrapper *cw, PyObject *args) in coro_wrapper_close() argument
1516 async_gen_athrow(PyAsyncGenObject *o, PyObject *args) async_gen_athrow() argument
1802 async_gen_asend_throw(PyAsyncGenASend *o, PyObject *const *args, Py_ssize_t nargs) async_gen_asend_throw() argument
1825 async_gen_asend_close(PyAsyncGenASend *o, PyObject *args) async_gen_asend_close() argument
2197 async_gen_athrow_throw(PyAsyncGenAThrow *o, PyObject *const *args, Py_ssize_t nargs) async_gen_athrow_throw() argument
2244 async_gen_athrow_close(PyAsyncGenAThrow *o, PyObject *args) async_gen_athrow_close() argument
2312 async_gen_athrow_new(PyAsyncGenObject *gen, PyObject *args) async_gen_athrow_new() argument
[all...]
H A Dobject.c1634 none_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in none_new() argument
1753 notimplemented_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in notimplemented_new() argument
2102 _Py_GetObjects(PyObject *self, PyObject *args) in _Py_GetObjects() argument
H A Dbytearrayobject.c1126 bytearray_find(PyByteArrayObject *self, PyObject *args) in bytearray_find() argument
1132 bytearray_count(PyByteArrayObject *self, PyObject *args) in bytearray_count() argument
1167 bytearray_index(PyByteArrayObject *self, PyObject *args) in bytearray_index() argument
1173 bytearray_rfind(PyByteArrayObject *self, PyObject *args) in bytearray_rfind() argument
1179 bytearray_rindex(PyByteArrayObject *self, PyObject *args) in bytearray_rindex() argument
1191 bytearray_startswith(PyByteArrayObject *self, PyObject *args) bytearray_startswith() argument
1197 bytearray_endswith(PyByteArrayObject *self, PyObject *args) bytearray_endswith() argument
[all...]
H A Ddescrobject.c272 method_check_args(PyObject *func, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in method_check_args() argument
313 method_vectorcall_VARARGS( PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) method_vectorcall_VARARGS() argument
338 method_vectorcall_VARARGS_KEYWORDS( PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) method_vectorcall_VARARGS_KEYWORDS() argument
374 method_vectorcall_FASTCALL_KEYWORDS_METHOD( PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) method_vectorcall_FASTCALL_KEYWORDS_METHOD() argument
394 method_vectorcall_FASTCALL( PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) method_vectorcall_FASTCALL() argument
413 method_vectorcall_FASTCALL_KEYWORDS( PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) method_vectorcall_FASTCALL_KEYWORDS() argument
432 method_vectorcall_NOARGS( PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) method_vectorcall_NOARGS() argument
459 method_vectorcall_O( PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) method_vectorcall_O() argument
496 classmethoddescr_call(PyMethodDescrObject *descr, PyObject *args, PyObject *kwds) classmethoddescr_call() argument
520 wrapperdescr_raw_call(PyWrapperDescrObject *descr, PyObject *self, PyObject *args, PyObject *kwds) wrapperdescr_raw_call() argument
540 wrapperdescr_call(PyWrapperDescrObject *descr, PyObject *args, PyObject *kwds) wrapperdescr_call() argument
1097 mappingproxy_get(mappingproxyobject *pp, PyObject *const *args, Py_ssize_t nargs) mappingproxy_get() argument
1397 wrapper_call(wrapperobject *wp, PyObject *args, PyObject *kwds) wrapper_call() argument
1560 property_set_name(PyObject *self, PyObject *args) property_set_name() argument
1680 PyObject *args[] = { obj, value }; property_descr_set() local
[all...]
H A Dsetobject.c930 set_update(PySetObject *so, PyObject *args) in set_update() argument
1007 frozenset_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in frozenset_new() argument
1042 set_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in set_new() argument
1121 set_union(PySetObject *so, PyObject *args) in set_union() argument
1264 set_intersection_multi(PySetObject *so, PyObject *args) set_intersection_multi() argument
1305 set_intersection_update_multi(PySetObject *so, PyObject *args) set_intersection_update_multi() argument
1464 set_difference_update(PySetObject *so, PyObject *args) set_difference_update() argument
1570 set_difference_multi(PySetObject *so, PyObject *args) set_difference_multi() argument
1950 PyObject *keys=NULL, *args=NULL, *result=NULL, *state=NULL; set_reduce() local
1982 set_init(PySetObject *self, PyObject *args, PyObject *kwds) set_init() argument
[all...]
/third_party/python/Modules/_sqlite/
H A Dconnection.c130 PyObject *args[] = { NULL, PyLong_FromLong(maxsize), }; in new_statement_cache() local
674 PyObject* args; in _pysqlite_build_py_params() local
774 PyObject* args; func_callback() local
803 PyObject* args; step_callback() local
1074 PyObject *args = _pysqlite_build_py_params(context, argc, params); inverse_callback() local
1651 pysqlite_connection_call(pysqlite_Connection *self, PyObject *args, PyObject *kwargs) pysqlite_connection_call() argument
1803 PyObject *args[] = { NULL, string1, string2 }; // Borrowed refs. collation_callback() local
[all...]
/third_party/protobuf/python/google/protobuf/pyext/
H A Ddescriptor.cc618 static PyObject* EnumValueName(PyBaseDescriptor *self, PyObject *args) { in EnumValueName() argument

Completed in 66 milliseconds

1...<<919293949596979899100>>...106