Home
last modified time | relevance | path

Searched defs:newarg (Results 1 – 14 of 14) sorted by relevance

/external/libfuse/lib/
Dfuse_opt.c58 char *newarg; in fuse_opt_add_arg() local
87 char *newarg = args->argv[args->argc - 1]; in fuse_opt_insert_arg_common() local
255 char *newarg; in process_opt_sep_arg() local
/external/python/cpython2/Lib/test/
Dtest_random.py620 def __init__(self, newarg=None): argument
Dtest_deque.py679 def __init__(self, newarg=1): argument
Dtest_bytes.py1107 def __init__(self, newarg=1, *args, **kwargs): argument
Dtest_array.py17 def __init__(self, typecode, newarg=None): argument
Dtest_itertools.py1554 def __init__(self, newarg=None, *args): argument
Dtest_set.py594 def __init__(self, iterable=[], newarg=None): argument
/external/python/cpython3/Lib/test/
Dtest_deque.py932 def __init__(self, newarg=1): argument
Dtest_random.py1127 def __init__(self, newarg=None): argument
Dtest_array.py24 def __init__(self, typecode, newarg=None): argument
Dtest_bytes.py1963 def __init__(me, newarg=1, *args, **kwargs): argument
Dtest_itertools.py2153 def __init__(self, newarg=None, *args): argument
Dtest_set.py660 def __init__(self, iterable=[], newarg=None): argument
/external/python/cpython2/Objects/
Dclassobject.c2587 PyObject *newarg = PyTuple_New(argcount + 1); in instancemethod_call() local