Home
last modified time | relevance | path

Searched refs:fromfile_prefix_chars (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/
Dgen_common.py239 fromfile_prefix_chars='@',
262 if arg_string[0] not in self.fromfile_prefix_chars:
/external/skia/gn/
Dcompile_ib_files.py16 fromfile_prefix_chars='@')
/external/tensorflow/third_party/gpus/crosstool/clang/bin/
Dcrosstool_wrapper_driver_rocm.tpl211 parser = ArgumentParser(fromfile_prefix_chars='@')
/external/tensorflow/third_party/toolchains/preconfig/ubuntu16.04/gcc5-rocm/clang/bin/
Dcrosstool_wrapper_driver_is_not_gcc218 parser = ArgumentParser(fromfile_prefix_chars='@')
/external/llvm-project/polly/utils/
Dargparse.py1565 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/cpython2/Lib/
Dargparse.py1569 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/python/cpython3/Lib/
Dargparse.py1694 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/cpython2/Doc/library/
Dargparse.rst142 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/cpython3/Doc/library/
Dargparse.rst143 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/Lib/test/
Dtest_argparse.py1366 parser_signature = Sig(fromfile_prefix_chars='@')
1405 parser_signature = Sig(fromfile_prefix_chars='@')
/external/python/cpython3/Lib/test/
Dtest_argparse.py1473 parser_signature = Sig(fromfile_prefix_chars='@')
1511 parser_signature = Sig(fromfile_prefix_chars='@')