HomeSort by relevance Sort by last modified time
    Searched refs:nargs (Results 76 - 100 of 764) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
optparse.py 455 nargs : int
471 'nargs',
701 if self.nargs is None:
702 self.nargs = 1
703 elif self.nargs is not None:
705 "'nargs' must not be supplied for action %r" % self.action,
773 if self.nargs == 1:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
optparse.py 455 nargs : int
471 'nargs',
701 if self.nargs is None:
702 self.nargs = 1
703 elif self.nargs is not None:
705 "'nargs' must not be supplied for action %r" % self.action,
773 if self.nargs == 1:
    [all...]
  /external/e2fsprogs/intl/
plural.y 63 new_exp (int nargs, enum operator op, struct expression * const *args)
69 for (i = nargs - 1; i >= 0; i--)
77 newp->nargs = nargs;
79 for (i = nargs - 1; i >= 0; i--)
85 for (i = nargs - 1; i >= 0; i--)
215 switch (exp->nargs)
  /libcore/ojluni/src/main/java/java/lang/invoke/
MethodHandle.java 892 int nargs = type().parameterCount(); local
1013 int nargs = type().parameterCount(); local
    [all...]
  /external/skia/tools/skpbench/
skiaperf.py 22 nargs='+', help="source files that contain skpbench results")
24 nargs='*', help="space-separated key/value pairs identifying the run")
26 nargs='*', help="space-separated key/value pairs identifying the builder")
  /external/skqp/tools/skpbench/
skiaperf.py 22 nargs='+', help="source files that contain skpbench results")
24 nargs='*', help="space-separated key/value pairs identifying the run")
26 nargs='*', help="space-separated key/value pairs identifying the builder")
  /external/freetype/src/psaux/
cffdecode.c 1116 FT_Int nargs; local
1153 FT_Int nargs; local
1201 FT_Int nargs; local
1250 FT_Int nargs; local
1314 FT_Int nargs; local
1362 FT_Int nargs; local
    [all...]
  /external/libcxx/utils/
cat_files.py 26 'files', metavar='files', nargs='+',
sym_match.py 29 'regexes', metavar='regexes', default=[], nargs='*',
  /external/libusb/libusb/os/
sunos_usb.h 63 struct node_args *nargs; /* di node walk arguments */ member in struct:devlink_cbarg
  /external/mesa3d/src/mesa/drivers/dri/
gen-symbol-redefs.py 43 nargs='*', variable
  /external/python/cpython2/Modules/_ctypes/libffi_osx/
ffi.c 134 unsigned int nargs,
150 cif->nargs = nargs;
177 for (ptr = cif->arg_types, i = cif->nargs; i > 0; i--, ptr++)
  /external/python/cpython3/Modules/_ctypes/libffi_osx/
ffi.c 135 unsigned int nargs,
151 cif->nargs = nargs;
178 for (ptr = cif->arg_types, i = cif->nargs; i > 0; i--, ptr++)
  /external/python/cpython3/Tools/scripts/
import_diagnostics.py 15 cmd.add_argument("attributes", metavar="ATTR", nargs="+",
  /external/skia/infra/bots/recipe_modules/swarming/resources/
noop_merge.py 38 parser.add_argument('jsons_to_merge', nargs='*')
standard_isolated_script_merge.py 38 parser.add_argument('jsons_to_merge', nargs='*')
  /external/skqp/infra/bots/recipe_modules/swarming/resources/
noop_merge.py 38 parser.add_argument('jsons_to_merge', nargs='*')
standard_isolated_script_merge.py 38 parser.add_argument('jsons_to_merge', nargs='*')
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/
cat_files.py 26 'files', metavar='files', nargs='+',
sym_match.py 29 'regexes', metavar='regexes', default=[], nargs='*',
  /system/extras/memcpy-perf/
graph_memcpy.py 8 parser.add_argument("--files", nargs='+', type=str, help="files to graph", default=None)
  /test/framework/harnesses/host_controller/command_processor/
command_request.py 52 nargs="+",
  /external/python/cpython3/Include/
funcobject.h 65 Py_ssize_t nargs,
71 Py_ssize_t nargs,
  /external/python/cpython3/Modules/_ctypes/libffi_msvc/
ffi.c 57 for (i = ecif->cif->nargs, p_arg = ecif->cif->arg_types;
244 for (unsigned i = 0; i < cif->nargs; i++) {
291 arg_area = (void**) alloca (cif->nargs * sizeof (void*));
396 for (i = cif->nargs, p_arg = cif->arg_types; (i != 0); i--, p_arg++)
462 if (cif->nargs >= 1 &&
466 if (cif->nargs >= 2 &&
470 if (cif->nargs >= 3 &&
474 if (cif->nargs >= 4 &&
  /external/python/cpython3/Modules/clinic/
_pickle.c.h 394 _pickle_dump(PyObject *module, PyObject **args, Py_ssize_t nargs, PyObject *kwnames)
404 if (!_PyArg_ParseStack(args, nargs, kwnames, &_parser,
440 _pickle_dumps(PyObject *module, PyObject **args, Py_ssize_t nargs, PyObject *kwnames)
449 if (!_PyArg_ParseStack(args, nargs, kwnames, &_parser,
496 _pickle_load(PyObject *module, PyObject **args, Py_ssize_t nargs, PyObject *kwnames)
506 if (!_PyArg_ParseStack(args, nargs, kwnames, &_parser,
544 _pickle_loads(PyObject *module, PyObject **args, Py_ssize_t nargs, PyObject *kwnames)
554 if (!_PyArg_ParseStack(args, nargs, kwnames, &_parser,

Completed in 593 milliseconds

1 2 34 5 6 7 8 91011>>