Home
last modified time | relevance | path

Searched defs:nargs (Results 76 - 100 of 200) sorted by relevance

12345678

/third_party/littlefs/scripts/
H A Dcov.py708 nargs='*', variable
759 nargs='?', variable in .AppendSort
764 nargs='?', variable in .AppendSort
H A Dcode.py615 nargs='*', variable
666 nargs='?', variable in .AppendSort
671 nargs='?', variable in .AppendSort
H A Dplotmpl.py1027 nargs='*', variable
H A Dperfbd.py1181 nargs='?', variable in main.AppendSort
1186 nargs='?', variable in main.AppendSort
1210 nargs='?', variable in main.AppendSort
1221 nargs='?', variable in main.AppendSort
1228 nargs='?', variable in main.AppendSort
1235 nargs='?', variable in main.AppendSort
1242 nargs='?', variable in main.AppendSort
1264 nargs variable in main.AppendSort
[all...]
H A Ddata.py612 nargs='*', variable
663 nargs='?', variable in .AppendSort
668 nargs='?', variable in .AppendSort
H A Dsummary.py722 nargs='*', variable
771 nargs='?', variable in .AppendSort
776 nargs='?', variable in .AppendSort
H A Dstack.py645 nargs='*', variable
696 nargs='?', variable in .AppendSort
701 nargs='?', variable in .AppendSort
724 nargs='?', variable in .AppendSort
H A Dstructs.py567 nargs='*', variable
618 nargs='?', variable in .AppendSort
623 nargs='?', variable in .AppendSort
/third_party/mesa3d/src/gallium/drivers/radeonsi/ci/
H A Dradeonsi-run-tests.py138 nargs="?", variable
/third_party/node/deps/v8/tools/
H A Dlocs.py87 nargs=2, variable
94 nargs='?', variable
101 nargs='?', variable
108 nargs='?', variable
115 nargs='?', variable
H A Davg.py46 nargs=argparse.REMAINDER, variable
/third_party/node/deps/v8/src/baseline/
H A Dbaseline-assembler-inl.h65 void BaselineAssembler::CallRuntime(Runtime::FunctionId function, int nargs) { in CallRuntime() argument
/third_party/python/Modules/_ctypes/
H A Dcallbacks.c159 Py_ssize_t i = 0, j = 0, nargs = 0; in _CallPythonObject() local
319 static CThunkObject* CThunkObject_new(Py_ssize_t nargs) in CThunkObject_new() argument
352 Py_ssize_t nargs, in _ctypes_alloc_callback() local
[all...]
/third_party/python/Modules/_ctypes/libffi_osx/include/
H A Dffi.h172 unsigned nargs; member
/third_party/python/Modules/_io/clinic/
H A Dbufferedio.c.h112 _io__Buffered_peek(buffered *self, PyObject *const *args, Py_ssize_t nargs) in _io__Buffered_peek() argument
154 _io__Buffered_read(buffered *self, PyObject *const *args, Py_ssize_t nargs) in _io__Buffered_read() argument
187 _io__Buffered_read1(buffered *self, PyObject *const *args, Py_ssize_t nargs) in _io__Buffered_read1() argument
303 _io__Buffered_readline(buffered *self, PyObject *const *args, Py_ssize_t nargs) in _io__Buffered_readline() argument
336 _io__Buffered_seek(buffered *self, PyObject *const *args, Py_ssize_t nargs) _io__Buffered_seek() argument
372 _io__Buffered_truncate(buffered *self, PyObject *const *args, Py_ssize_t nargs) _io__Buffered_truncate() argument
409 Py_ssize_t nargs = PyTuple_GET_SIZE(args); _io_BufferedReader___init__() local
463 Py_ssize_t nargs = PyTuple_GET_SIZE(args); _io_BufferedWriter___init__() local
610 Py_ssize_t nargs = PyTuple_GET_SIZE(args); _io_BufferedRandom___init__() local
[all...]
H A Dbytesio.c.h167 _io_BytesIO_read(bytesio *self, PyObject *const *args, Py_ssize_t nargs) in _io_BytesIO_read() argument
204 _io_BytesIO_read1(bytesio *self, PyObject *const *args, Py_ssize_t nargs) in _io_BytesIO_read1() argument
242 _io_BytesIO_readline(bytesio *self, PyObject *const *args, Py_ssize_t nargs) in _io_BytesIO_readline() argument
280 _io_BytesIO_readlines(bytesio *self, PyObject *const *args, Py_ssize_t nargs) in _io_BytesIO_readlines() argument
356 _io_BytesIO_truncate(bytesio *self, PyObject *const *args, Py_ssize_t nargs) _io_BytesIO_truncate() argument
396 _io_BytesIO_seek(bytesio *self, PyObject *const *args, Py_ssize_t nargs) _io_BytesIO_seek() argument
490 Py_ssize_t nargs = PyTuple_GET_SIZE(args); _io_BytesIO___init__() local
[all...]
H A Dfileio.c.h56 Py_ssize_t nargs = PyTuple_GET_SIZE(args); in _io_FileIO___init__() local
254 _io_FileIO_read(fileio *self, PyObject *const *args, Py_ssize_t nargs) in _io_FileIO_read() argument
336 _io_FileIO_seek(fileio *self, PyObject *const *args, Py_ssize_t nargs) in _io_FileIO_seek() argument
398 _io_FileIO_truncate(fileio *self, PyObject *const *args, Py_ssize_t nargs) in _io_FileIO_truncate() argument
[all...]
/third_party/python/Modules/_multiprocessing/clinic/
H A Dsemaphore.c.h21 _multiprocessing_SemLock_acquire(SemLockObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _multiprocessing_SemLock_acquire() argument
95 _multiprocessing_SemLock_acquire(SemLockObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _multiprocessing_SemLock_acquire() argument
167 Py_ssize_t nargs = PyTuple_GET_SIZE(args); in _multiprocessing_SemLock() local
231 _multiprocessing_SemLock__rebuild(PyTypeObject *type, PyObject *const *args, Py_ssize_t nargs) in _multiprocessing_SemLock__rebuild() argument
400 _multiprocessing_SemLock___exit__(SemLockObject *self, PyObject *const *args, Py_ssize_t nargs) _multiprocessing_SemLock___exit__() argument
[all...]
/third_party/skia/tools/skpbench/
H A Dskpbench.py96 nargs='+', variable
/third_party/toybox/toys/pending/
H A Dbrctl.c300 int nargs; in brctl_main() member
/third_party/python/Python/clinic/
H A Dimport.c.h85 _imp__fix_co_filename(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in _imp__fix_co_filename() argument
193 _imp_find_frozen(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _imp_find_frozen() argument
243 _imp_get_frozen_object(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in _imp_get_frozen_object() argument
431 _imp_create_dynamic(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in _imp_create_dynamic() argument
526 _imp_source_hash(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _imp_source_hash() argument
[all...]
/third_party/python/Objects/clinic/
H A Dlongobject.c.h16 Py_ssize_t nargs = PyTuple_GET_SIZE(args); in long_new() local
105 int___round__(PyObject *self, PyObject *const *args, Py_ssize_t nargs) in int___round__() argument
257 int_to_bytes(PyObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in int_to_bytes() argument
348 int_from_bytes(PyTypeObject *type, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) int_from_bytes() argument
[all...]
H A Dlistobject.c.h18 list_insert(PyListObject *self, PyObject *const *args, Py_ssize_t nargs) in list_insert() argument
115 list_pop(PyListObject *self, PyObject *const *args, Py_ssize_t nargs) in list_pop() argument
166 list_sort(PyListObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in list_sort() argument
234 list_index(PyListObject *self, PyObject *const *args, Py_ssize_t nargs) in list_index() argument
[all...]
H A Dcodeobject.c.h186 code_replace(PyCodeObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in code_replace() argument
418 code__varname_from_oparg(PyCodeObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in code__varname_from_oparg() argument
/third_party/python/Objects/
H A Dmethodobject.c421 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in cfunction_vectorcall_FASTCALL() local
437 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in cfunction_vectorcall_FASTCALL_KEYWORDS() local
454 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD() local
472 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in cfunction_vectorcall_NOARGS() local
500 Py_ssize_t nargs in cfunction_vectorcall_O() local
[all...]

Completed in 20 milliseconds

12345678