Home
last modified time | relevance | path

Searched refs:nargs_ (Results 1 – 4 of 4) sorted by relevance

/external/arm-optimized-routines/test/rtest/
Dmain.c27 int nargs_(Testable* f) { in nargs_() function
260 if (f && got_op==(1<<nargs_(f))-1) { in dofile()
Dintern.h89 int nargs_(Testable* f);
/external/python/cpython2/Doc/library/
Dargparse.rst616 * nargs_ - The number of command-line arguments that should be consumed.
618 * const_ - A constant value required by some action_ and nargs_ selections.
892 See the nargs_ description for examples.
926 For positional arguments with nargs_ equal to ``?`` or ``*``, the ``default`` value
/external/python/cpython3/Doc/library/
Dargparse.rst662 * nargs_ - The number of command-line arguments that should be consumed.
664 * const_ - A constant value required by some action_ and nargs_ selections.
944 See the nargs_ description for examples.
978 For positional arguments with nargs_ equal to ``?`` or ``*``, the ``default`` value