Home
last modified time | relevance | path

Searched full:pythonioencoding (Results 1 – 25 of 45) sorted by relevance

12

/external/bcc/tests/
Dwrapper.sh.in12 PYTHONIOENCODING=utf-8
36 …sudo --preserve-env=PYTHON_TEST_LOGFILE env PYTHONIOENCODING=$PYTHONIOENCODING PYTHONPATH=$PYTHONP…
40 …sudo --preserve-env=PYTHON_TEST_LOGFILE env PYTHONIOENCODING=$PYTHONIOENCODING PYTHONPATH=$PYTHONP…
44PYTHONIOENCODING=$PYTHONIOENCODING PYTHONPATH=$PYTHONPATH PYTHON_TEST_LOGFILE=$PYTHON_TEST_LOGFILE…
/external/python/cpython3/Lib/test/
Dtest_utf8_mode.py133 PYTHONIOENCODING='')
139 # PYTHONIOENCODING has the priority over PYTHONUTF8
141 PYTHONIOENCODING="latin1")
148 PYTHONIOENCODING=":namereplace")
Dtest_cgitb.py46 PYTHONIOENCODING='utf-8')
62 PYTHONIOENCODING='utf-8')
Dtest_sys.py247 b"h\xe9", PYTHONIOENCODING='latin-1')
728 env["PYTHONIOENCODING"] = "cp424"
735 env["PYTHONIOENCODING"] = "ascii:replace"
741 env["PYTHONIOENCODING"] = "ascii"
750 env["PYTHONIOENCODING"] = "ascii:"
759 env["PYTHONIOENCODING"] = ":surrogateescape"
773 env["PYTHONIOENCODING"] = ""
835 env['PYTHONIOENCODING'] = encoding
837 env.pop('PYTHONIOENCODING', None)
Dtest_trace.py513 PYTHONIOENCODING='utf-8')
526 PYTHONIOENCODING='utf-8')
547 PYTHONIOENCODING='utf-8')
Dtest_pdb.py1717 env = {**os.environ, 'PYTHONIOENCODING': 'utf-8'}
1899 env={**os.environ, 'PYTHONIOENCODING': 'utf-8'}
1929 env = {**os.environ, 'PYTHONIOENCODING': 'utf-8'}
2023 env = {'PYTHONIOENCODING': 'ascii'}
Dtest_tarfile.py2516 PYTHONIOENCODING='utf-8')
2547 PYTHONIOENCODING='ascii')
2558 PYTHONIOENCODING='ascii')
2588 PYTHONIOENCODING='utf-8')
2647 PYTHONIOENCODING='utf-8')
2666 PYTHONIOENCODING='utf-8')
Dtest_compileall.py526 PYTHONIOENCODING='utf-8')
533 PYTHONIOENCODING='utf-8')
/external/python/cpython3/Python/
Dinitconfig.c141 "PYTHONIOENCODING: Encoding[:errors] used for stdin/stdout/stderr.\n"
1935 /* PYTHONIOENCODING environment variable */ in config_init_stdio_encoding()
1936 const char *opt = config_get_env(config, "PYTHONIOENCODING"); in config_init_stdio_encoding()
1938 char *pythonioencoding = _PyMem_RawStrdup(opt); in config_init_stdio_encoding() local
1939 if (pythonioencoding == NULL) { in config_init_stdio_encoding()
1943 char *errors = strchr(pythonioencoding, ':'); in config_init_stdio_encoding()
1952 /* Does PYTHONIOENCODING contain an encoding? */ in config_init_stdio_encoding()
1953 if (pythonioencoding[0]) { in config_init_stdio_encoding()
1956 pythonioencoding, in config_init_stdio_encoding()
1957 "PYTHONIOENCODING environment variable"); in config_init_stdio_encoding()
[all …]
/external/libepoxy/.github/workflows/
Dmsvc-env.yml13 PYTHONIOENCODING: "utf-8"
Dmsys2.yml16 PYTHONIOENCODING: "utf-8"
/external/python/cpython2/Lib/test/
Dtest_sys.py194 b"h\xe9", PYTHONIOENCODING='latin-1')
429 if not (os.environ.get('PYTHONIOENCODING') or
456 env["PYTHONIOENCODING"] = "cp424"
462 env["PYTHONIOENCODING"] = "ascii:replace"
Dtest_file2k.py863 env['PYTHONIOENCODING'] = encoding
/external/python/cpython3/Lib/test/test_tools/
Dtest_pathfix.py38 env={**os.environ, 'PYTHONIOENCODING': encoding},
/external/python/absl-py/absl/tests/
Dapp_test.py137 env['PYTHONIOENCODING'] = 'utf8'
/external/python/cpython2/Misc/
Dpython.man418 .IP PYTHONIOENCODING
/external/python/cpython3/Doc/using/
Dcmdline.rst768 .. envvar:: PYTHONIOENCODING
982 overridden using :envvar:`PYTHONIOENCODING` as usual.
/external/python/cpython3/Misc/
Dpython.man504 .IP PYTHONIOENCODING
/external/harfbuzz_ng/src/
DMakefile.am262 $(AM_V_GEN) PYTHONIOENCODING=UTF-8 $(GLIB_MKENUMS) \
/external/python/cpython3/Lib/test/test_warnings/
D__init__.py975 res = assert_python_ok(*args, PYTHONIOENCODING='utf-8')
1236 PYTHONIOENCODING="utf-8",
/external/python/cpython2/Modules/
Dmain.c111 PYTHONIOENCODING: Encoding[:errors] used for stdin/stdout/stderr.\n\
/external/python/cpython3/Programs/
D_testembed.c686 putenv("PYTHONIOENCODING=cp424"); in test_init_from_config()
771 putenv("PYTHONIOENCODING=iso8859-1:replace"); in set_most_env_vars()
/external/python/cpython2/Misc/NEWS.d/
D2.6b1.rst57 New environment variable PYTHONIOENCODING.
/external/python/cpython2/Doc/using/
Dcmdline.rst582 .. envvar:: PYTHONIOENCODING
/external/python/cpython2/Python/
Dpythonrun.c293 if ((p = Py_GETENV("PYTHONIOENCODING")) && *p != '\0') { in Py_InitializeEx()
340 locale even if PYTHONIOENCODING is set. */ in Py_InitializeEx()

12