Home
last modified time | relevance | path

Searched defs:arg (Results 1651 - 1675 of 2340) sorted by relevance

1...<<61626364656667686970>>...94

/third_party/toybox/toys/pending/
H A Dsh.c213 static void expand_arg(struct sh_arg *arg, char *new, unsigned flags, in expand_arg() argument
295 run_command(struct sh_arg *arg, int **rdlist) run_command() argument
608 argxtend(struct sh_arg *arg) argxtend() argument
617 struct sh_arg arg[1]; global() member
650 struct sh_arg *arg; // arguments to function call global() member
702 struct sh_arg *arg = 0; parse_line() local
[all...]
/third_party/protobuf/python/google/protobuf/pyext/
H A Dmap_container.cc340 PyObject* MapReflectionFriend::MergeFrom(PyObject* _self, PyObject* arg) { in MergeFrom() argument
/third_party/python/Parser/
H A Dpegen.c337 _PyPegen_lookahead_with_string(int positive, expr_ty (func)(Parser *, const char*), Parser *p, const char* arg) in _PyPegen_lookahead_with_string() argument
346 _PyPegen_lookahead_with_int(int positive, Token *(func)(Parser *, int), Parser *p, int arg) in _PyPegen_lookahead_with_int() argument
H A Dpegen.h99 arg_ty arg; member
/third_party/python/Python/
H A Dast_opt.c59 expr_ty arg = node->v.UnaryOp.operand; in fold_unaryop() local
350 parse_format(PyObject *fmt, Py_ssize_t *ppos, expr_ty arg, PyArena *arena) in parse_format() argument
557 expr_ty arg, idx; fold_subscr() local
579 fold_iter(expr_ty arg, PyArena *arena, _PyASTOptimizeState *state) fold_iter() argument
[all...]
H A Dast_unparse.c203 append_ast_arg(_PyUnicodeWriter *writer, arg_ty arg) in append_ast_arg() argument
[all...]
H A Dpreconfig.c84 wchar_t *arg = Py_DecodeLocale(args->bytes_argv[i], &len); in _PyArgv_AsWstrList() local
H A Dpystrtod.c383 _Py_string_to_number_with_underscores( const char *s, Py_ssize_t orig_len, const char *what, PyObject *obj, void *arg, PyObject *(*innerfunc)(const char *, Py_ssize_t, void *)) _Py_string_to_number_with_underscores() argument
/third_party/python/Python/clinic/
H A Dsysmodule.c.h247 sys_intern(PyObject *module, PyObject *arg) in sys_intern() argument
326 sys_setswitchinterval(PyObject *module, PyObject *arg) in sys_setswitchinterval() argument
392 sys_setrecursionlimit(PyObject *module, PyObject *arg) in sys_setrecursionlimit() argument
600 sys_setdlopenflags(PyObject *module, PyObject *arg) sys_setdlopenflags() argument
655 sys_mdebug(PyObject *module, PyObject *arg) sys_mdebug() argument
[all...]
H A Dbltinmodule.c.h211 builtin_chr(PyObject *module, PyObject *arg) in builtin_chr() argument
/third_party/python/Modules/
H A Dossaudiodev.c86 newossobject(PyObject *arg) in newossobject() argument
173 newossmixerobject(PyObject *arg) in newossmixerobject() argument
253 int arg; _do_ioctl_1() local
278 int arg = 0; _do_ioctl_1_internal() local
[all...]
H A Dnismodule.c68 nis_traverse(PyObject *m, visitproc visit, void *arg) in nis_traverse() argument
H A Dsha512module.c459 SHA_traverse(PyObject *ptr, visitproc visit, void *arg) in SHA_traverse() argument
744 _sha512_traverse(PyObject *module, visitproc visit, void *arg) in _sha512_traverse() argument
/third_party/python/Objects/clinic/
H A Dunicodeobject.c.h771 unicode_removeprefix(PyObject *self, PyObject *arg) in unicode_removeprefix() argument
807 unicode_removesuffix(PyObject *self, PyObject *arg) in unicode_removesuffix() argument
1215 unicode_zfill(PyObject *self, PyObject *arg) unicode_zfill() argument
1251 unicode___format__(PyObject *self, PyObject *arg) unicode___format__() argument
[all...]
H A Dbytearrayobject.c.h19 PyObject *arg = NULL; in bytearray___init__() local
127 bytearray_removeprefix(PyByteArrayObject *self, PyObject *arg) in bytearray_removeprefix() argument
167 bytearray_removesuffix(PyByteArrayObject *self, PyObject *arg) in bytearray_removesuffix() argument
613 bytearray_append(PyByteArrayObject *self, PyObject *arg) bytearray_append() argument
704 bytearray_remove(PyByteArrayObject *self, PyObject *arg) bytearray_remove() argument
970 bytearray_fromhex(PyTypeObject *type, PyObject *arg) bytearray_fromhex() argument
[all...]
/third_party/python/Objects/
H A Dfuncobject.c729 func_traverse(PyFunctionObject *f, visitproc visit, void *arg) in func_traverse() argument
876 cm_traverse(classmethod *cm, visitproc visit, void *arg) in cm_traverse() argument
1073 sm_traverse(staticmethod *sm, visitproc visit, void *arg) in sm_traverse() argument
H A Dgenericaliasobject.c42 ga_traverse(PyObject *self, visitproc visit, void *arg) in ga_traverse() argument
292 PyObject *arg = PyTuple_GET_ITEM(subparams, i); in subs_tvars() local
325 _is_unpacked_typevartuple(PyObject *arg) in _is_unpacked_typevartuple() argument
340 _unpacked_tuple_args(PyObject *arg) _unpacked_tuple_args() argument
460 PyObject *arg = PyTuple_GET_ITEM(args, iarg); _Py_subs_parameters() local
872 ga_iter_traverse(gaiterobject *gi, visitproc visit, void *arg) ga_iter_traverse() argument
[all...]
H A Dcall.c368 PyObject_CallOneArg(PyObject *func, PyObject *arg) in PyObject_CallOneArg() argument
789 PyObject *arg = va_arg(countva, PyObject *); in object_vacall() local
H A Drangeobject.c276 compute_range_item(rangeobject *r, PyObject *arg) in compute_range_item() argument
331 PyObject *res, *arg = PyLong_FromSsize_t(i); in range_item() local
[all...]
H A Dweakrefobject.c116 gc_traverse(PyWeakReference *self, visitproc visit, void *arg) in gc_traverse() argument
/third_party/python/Modules/_sqlite/clinic/
H A Dconnection.c.h613 pysqlite_connection_enable_load_extension(pysqlite_Connection *self, PyObject *arg) in pysqlite_connection_enable_load_extension() argument
646 pysqlite_connection_load_extension(pysqlite_Connection *self, PyObject *arg) in pysqlite_connection_load_extension() argument
1205 getlimit(pysqlite_Connection *self, PyObject *arg) in getlimit() argument
/third_party/python/Modules/clinic/
H A D_elementtree.c.h17 _elementtree_Element_append(ElementObject *self, PyObject *arg) in _elementtree_Element_append() argument
79 _elementtree_Element___deepcopy__(ElementObject *self, PyObject *arg) in _elementtree_Element___deepcopy__() argument
536 _elementtree_Element_remove(ElementObject *self, PyObject *arg) in _elementtree_Element_remove() argument
[all...]
H A D_tkinter.c.h17 _tkinter_tkapp_eval(TkappObject *self, PyObject *arg) in _tkinter_tkapp_eval() argument
53 _tkinter_tkapp_evalfile(TkappObject *self, PyObject *arg) in _tkinter_tkapp_evalfile() argument
89 _tkinter_tkapp_record(TkappObject *self, PyObject *arg) in _tkinter_tkapp_record() argument
125 _tkinter_tkapp_adderrorinfo(TkappObject *self, PyObject *arg) _tkinter_tkapp_adderrorinfo() argument
185 _tkinter_tkapp_exprstring(TkappObject *self, PyObject *arg) _tkinter_tkapp_exprstring() argument
221 _tkinter_tkapp_exprlong(TkappObject *self, PyObject *arg) _tkinter_tkapp_exprlong() argument
257 _tkinter_tkapp_exprdouble(TkappObject *self, PyObject *arg) _tkinter_tkapp_exprdouble() argument
293 _tkinter_tkapp_exprboolean(TkappObject *self, PyObject *arg) _tkinter_tkapp_exprboolean() argument
379 _tkinter_tkapp_deletecommand(TkappObject *self, PyObject *arg) _tkinter_tkapp_deletecommand() argument
812 _tkinter_setbusywaitinterval(PyObject *module, PyObject *arg) _tkinter_setbusywaitinterval() argument
[all...]
H A Doverlapped.c.h155 _overlapped_UnregisterWait(PyObject *module, PyObject *arg) in _overlapped_UnregisterWait() argument
253 _overlapped_SetEvent(PyObject *module, PyObject *arg) in _overlapped_SetEvent() argument
280 _overlapped_ResetEvent(PyObject *module, PyObject *arg) in _overlapped_ResetEvent() argument
338 _overlapped_FormatMessage(PyObject *module, PyObject *arg) in _overlapped_FormatMessage() argument
778 _overlapped_Overlapped_ConnectNamedPipe(OverlappedObject *self, PyObject *arg) in _overlapped_Overlapped_ConnectNamedPipe() argument
806 _overlapped_Overlapped_ConnectPipe(OverlappedObject *self, PyObject *arg) _overlapped_Overlapped_ConnectPipe() argument
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dmessage_lite.cc555 static void RunZeroArgFunc(const void* arg) { in RunZeroArgFunc() argument
564 void OnShutdownRun(void (*f)(const void*), const void* arg) { in OnShutdownRun() argument

Completed in 29 milliseconds

1...<<61626364656667686970>>...94