/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/build/ |
H A D | jlibtool.c | 741 char *newarg; in darwin_dynamic_link_function() local 788 char *newarg, *newext; in gen_library_name() local 846 char *newarg, *ext; in check_object_exists() local 896 char *newarg, *ext; in check_library_exists() local 985 char *newarg, *expanded_path; in load_noinstall_path() local 1149 char *newarg; in add_minus_l() local 1274 char *newarg; in parse_input_file_name() local 1419 char *newarg = NULL; local
|
H A D | aplibtool.c | 233 char *newarg; in parse_input_file_name() local 309 char *newarg = NULL, *newext; in parse_output_file_name() local
|
/aosp_15_r20/external/libfuse/lib/ |
H A 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
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_list.py | 59 def __init__(self, seq, newarg=None): argument 68 def __new__(cls, seq, newarg=None): argument
|
D | test_tuple.py | 55 def __init__(self, arg, newarg=None): argument 63 def __new__(cls, arg, newarg=None): argument
|
D | test_float.py | 265 def __init__(self, arg, newarg=None): argument 273 def __new__(cls, arg, newarg=None): argument
|
D | test_set.py | 660 def __init__(self, arg, newarg=None): argument 669 def __new__(cls, arg, newarg=None): argument 772 def __init__(self, arg, newarg=None): argument 780 def __new__(cls, arg, newarg=None): argument
|
D | test_itertools.py | 2299 def __init__(self, *args, newarg=None): argument 2309 def __new__(cls, *args, newarg=None): argument
|
D | test_deque.py | 894 def __init__(self, newarg=1): argument
|
D | test_random.py | 1221 def __init__(self, newarg=None): argument
|
D | test_array.py | 27 def __init__(self, typecode, newarg=None): argument
|
D | test_bytes.py | 2049 def __init__(me, newarg=1, *args, **kwargs): argument
|
/aosp_15_r20/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
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | classobject.c | 2587 PyObject *newarg = PyTuple_New(argcount + 1); in instancemethod_call() local
|