/aosp_15_r20/external/python/cpython3/Modules/ |
D | getpath.py | 222 base_executable = config.get('base_executable') variable 312 base_executable = f"{dirname(library)}/bin/python{VERSION_MAJOR}.{VERSION_MINOR}" variable 314 base_executable = executable variable 317 real_executable = base_executable 366 if not base_executable: 370 base_executable = realpath(executable) variable 371 if base_executable == executable: 373 base_executable = '' variable 376 if not base_executable: 377 base_executable = joinpath(executable_dir, basename(executable)) variable [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_getpath.py | 35 base_executable=r"C:\Python\python.exe", 60 base_executable=r"C:\CPython\PCbuild\amd64\python.exe", 98 base_executable=r"C:\Python\python.exe", 174 base_executable=r"C:\LinkedFrom\python.exe", 201 base_executable=r"C:\LinkedFrom\python.exe", 228 base_executable=r"C:\Out\python.exe", 256 base_executable=r"C:\Python\python.exe", 281 base_executable="/usr/bin/python", 314 base_executable="/home/cpython/python", 345 base_executable="/usr/bin/python", [all …]
|
D | _test_embed_set_config.py | 219 self.set_config(base_executable="base_executable") 227 base_executable=None,
|
D | test_embed.py | 1491 base_executable = os.path.join(pyvenv_home, os.path.basename(executable)) 1497 'base_executable': base_executable,
|
/aosp_15_r20/external/pigweed/pw_bloat/ |
H A D | bloat.gni | 460 # base_executable: Scope containing a list of variables defining an executable 472 # base_executable = { 483 assert(defined(invoker.base_executable), 484 "pw_toolchain_size_diff requires a base_executable") 522 forward_variables_from(invoker.base_executable, "*") 589 # A base_executable for the pw_toolchain_size_diff template which contains a
|
/aosp_15_r20/external/pigweed/pw_protobuf/size_report/ |
H A D | BUILD.gn | 126 base_executable = pw_bloat_empty_base 132 base_executable = _decoder_partial
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/ |
D | initconfig.h | 193 wchar_t *base_executable; member
|
/aosp_15_r20/external/python/cpython3/Include/cpython/ |
D | initconfig.h | 193 wchar_t *base_executable; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/ |
D | initconfig.h | 193 wchar_t *base_executable; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/ |
D | initconfig.h | 193 wchar_t *base_executable; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/ |
D | initconfig.h | 193 wchar_t *base_executable; member
|
/aosp_15_r20/external/python/cpython3/PC/ |
D | python_uwp.cpp | 167 status = PyConfig_SetString(config, &config->base_executable, in set_process_name()
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | initconfig.c | 716 CLEAR(config->base_executable); in PyConfig_Clear() 970 COPY_WSTR_ATTR(base_executable); in _PyConfig_Copy() 1078 SET_ITEM_WSTR(base_executable); in _PyConfig_AsDict() 1384 GET_WSTR_OPT(base_executable); in _PyConfig_FromDict()
|
D | sysmodule.c | 3094 COPY_WSTR("_base_executable", config->base_executable); in _PySys_UpdateConfig()
|
/aosp_15_r20/external/python/cpython3/Doc/c-api/ |
D | init_config.rst | 575 .. c:member:: wchar_t* base_executable 1413 * :c:member:`PyConfig.base_executable` 1474 :c:member:`PyConfig.base_executable`
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | python3.11.abi | 4661 …<var-decl name='base_executable' type-id='type-id-281' visibility='default' filepath='./Include/cp…
|