Searched refs:fromfile_prefix_chars (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/ |
D | gen_common.py | 239 fromfile_prefix_chars='@', 262 if arg_string[0] not in self.fromfile_prefix_chars:
|
/external/skia/gn/ |
D | compile_ib_files.py | 16 fromfile_prefix_chars='@')
|
/external/tensorflow/third_party/gpus/crosstool/clang/bin/ |
D | crosstool_wrapper_driver_rocm.tpl | 211 parser = ArgumentParser(fromfile_prefix_chars='@')
|
/external/tensorflow/third_party/toolchains/preconfig/ubuntu16.04/gcc5-rocm/clang/bin/ |
D | crosstool_wrapper_driver_is_not_gcc | 218 parser = ArgumentParser(fromfile_prefix_chars='@')
|
/external/python/cpython2/Lib/ |
D | argparse.py | 1569 fromfile_prefix_chars=None, argument 1597 self.fromfile_prefix_chars = fromfile_prefix_chars 1748 if self.fromfile_prefix_chars is not None: 1998 if not arg_string or arg_string[0] not in self.fromfile_prefix_chars:
|
/external/llvm-project/polly/utils/ |
D | argparse.py | 1565 fromfile_prefix_chars=None, argument 1593 self.fromfile_prefix_chars = fromfile_prefix_chars 1737 if self.fromfile_prefix_chars is not None: 1976 if arg_string[0] not in self.fromfile_prefix_chars:
|
/external/python/cpython3/Lib/ |
D | argparse.py | 1694 fromfile_prefix_chars=None, argument 1715 self.fromfile_prefix_chars = fromfile_prefix_chars 1865 if self.fromfile_prefix_chars is not None: 2115 if not arg_string or arg_string[0] not in self.fromfile_prefix_chars:
|
/external/python/cpython3/Doc/library/ |
D | argparse.rst | 143 prefix_chars='-', fromfile_prefix_chars=None, \ 501 fromfile_prefix_chars section in ArgumentParser objects 506 at the command line. If the ``fromfile_prefix_chars=`` argument is given to the 513 >>> parser = argparse.ArgumentParser(fromfile_prefix_chars='@') 524 The ``fromfile_prefix_chars=`` argument defaults to ``None``, meaning that 2027 Arguments that are read from a file (see the *fromfile_prefix_chars*
|
/external/python/cpython2/Doc/library/ |
D | argparse.rst | 142 prefix_chars='-', fromfile_prefix_chars=None, \ 465 fromfile_prefix_chars section in ArgumentParser objects 470 at the command line. If the ``fromfile_prefix_chars=`` argument is given to the 477 >>> parser = argparse.ArgumentParser(fromfile_prefix_chars='@') 488 The ``fromfile_prefix_chars=`` argument defaults to ``None``, meaning that 1893 Arguments that are read from a file (see the *fromfile_prefix_chars*
|
/external/python/cpython2/Lib/test/ |
D | test_argparse.py | 1366 parser_signature = Sig(fromfile_prefix_chars='@') 1405 parser_signature = Sig(fromfile_prefix_chars='@')
|
/external/python/cpython3/Lib/test/ |
D | test_argparse.py | 1473 parser_signature = Sig(fromfile_prefix_chars='@') 1511 parser_signature = Sig(fromfile_prefix_chars='@')
|