Searched defs:newarg (Results 1 – 14 of 14) sorted by relevance
/external/libfuse/lib/ |
D | fuse_opt.c | 58 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/ |
D | test_random.py | 620 def __init__(self, newarg=None): argument
|
D | test_deque.py | 679 def __init__(self, newarg=1): argument
|
D | test_bytes.py | 1107 def __init__(self, newarg=1, *args, **kwargs): argument
|
D | test_array.py | 17 def __init__(self, typecode, newarg=None): argument
|
D | test_itertools.py | 1554 def __init__(self, newarg=None, *args): argument
|
D | test_set.py | 594 def __init__(self, iterable=[], newarg=None): argument
|
/external/python/cpython3/Lib/test/ |
D | test_deque.py | 932 def __init__(self, newarg=1): argument
|
D | test_random.py | 1127 def __init__(self, newarg=None): argument
|
D | test_array.py | 24 def __init__(self, typecode, newarg=None): argument
|
D | test_bytes.py | 1963 def __init__(me, newarg=1, *args, **kwargs): argument
|
D | test_itertools.py | 2153 def __init__(self, newarg=None, *args): argument
|
D | test_set.py | 660 def __init__(self, iterable=[], newarg=None): argument
|
/external/python/cpython2/Objects/ |
D | classobject.c | 2587 PyObject *newarg = PyTuple_New(argcount + 1); in instancemethod_call() local
|