Home
last modified time | relevance | path

Searched refs:base_executable (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/python/cpython3/Modules/
Dgetpath.py222 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/
Dtest_getpath.py35 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.py219 self.set_config(base_executable="base_executable")
227 base_executable=None,
Dtest_embed.py1491 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 Dbloat.gni460 # 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 DBUILD.gn126 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/
Dinitconfig.h193 wchar_t *base_executable; member
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dinitconfig.h193 wchar_t *base_executable; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dinitconfig.h193 wchar_t *base_executable; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dinitconfig.h193 wchar_t *base_executable; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dinitconfig.h193 wchar_t *base_executable; member
/aosp_15_r20/external/python/cpython3/PC/
Dpython_uwp.cpp167 status = PyConfig_SetString(config, &config->base_executable, in set_process_name()
/aosp_15_r20/external/python/cpython3/Python/
Dinitconfig.c716 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()
Dsysmodule.c3094 COPY_WSTR("_base_executable", config->base_executable); in _PySys_UpdateConfig()
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dinit_config.rst575 .. 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/
Dpython3.11.abi4661 …<var-decl name='base_executable' type-id='type-id-281' visibility='default' filepath='./Include/cp…