Home
last modified time | relevance | path

Searched defs:interpreter_name (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/pigweed/pw_ide/py/pw_ide/
H A Dpython.py29 interpreter_name: str = 'python3' variable in _PythonPathsForPlatform
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/
Dtags.py446 def interpreter_name() -> str: function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/packaging/
Dtags.py446 def interpreter_name() -> str: function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_vendor/packaging/
Dtags.py446 def interpreter_name() -> str: function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/packaging/
Dtags.py446 def interpreter_name() -> str: function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/
Dtags.py446 def interpreter_name() -> str: function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_vendor/packaging/
Dtags.py446 def interpreter_name() -> str: function
/aosp_15_r20/external/python/setuptools/setuptools/_vendor/packaging/
Dtags.py446 def interpreter_name() -> str: function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/
Dtags.py446 def interpreter_name() -> str: function
/aosp_15_r20/external/python/setuptools/pkg_resources/_vendor/packaging/
Dtags.py446 def interpreter_name() -> str: function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/packaging/
Dtags.py446 def interpreter_name() -> str: function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/
Dtags.py446 def interpreter_name() -> str: function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/_vendor/packaging/
Dtags.py446 def interpreter_name() -> str: function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/packaging/
Dtags.py446 def interpreter_name() -> str: function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_vendor/packaging/
Dtags.py446 def interpreter_name() -> str: function
/aosp_15_r20/external/libchrome-gestures/src/
H A Dinterpreter_unittest.cc104 char interpreter_name[] = "InterpreterTestInterpreter"; in TEST() local