Home
last modified time | relevance | path

Searched defs:interpreters (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/
H A DInterpreterConfiguration.java263 List<Interpreter> interpreters = new ArrayList<Interpreter>(); in getInstalledInterpreters() local
276 List<Interpreter> interpreters = new ArrayList<Interpreter>(); in getInteractiveInterpreters() local
/aosp_15_r20/external/python/cpython3/Python/
Dpystate.c228 struct pyinterpreters *interpreters = &runtime->interpreters; in _PyInterpreterState_Enable() local
323 struct pyinterpreters *interpreters = &runtime->interpreters; in PyInterpreterState_New() local
492 struct pyinterpreters *interpreters = &runtime->interpreters; in PyInterpreterState_Delete() local
539 struct pyinterpreters *interpreters = &runtime->interpreters; in _PyInterpreterState_DeleteExceptMain() local
/aosp_15_r20/external/python/cpython3/Mac/PythonLauncher/
DFileSettings.h28 NSArray *interpreters; // List of known interpreters variable
DFileSettings.m292 - (NSArray *) interpreters { return interpreters;}; method
/aosp_15_r20/external/python/cpython2/Mac/PythonLauncher/
DFileSettings.h28 NSArray *interpreters; // List of known interpreters variable
DFileSettings.m292 - (NSArray *) interpreters { return interpreters;}; method
/aosp_15_r20/external/python/cpython3/Include/internal/
Dpycore_runtime.h102 } interpreters; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/
Dpycore_runtime.h102 } interpreters; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/internal/
Dpycore_runtime.h102 } interpreters; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/
Dpycore_runtime.h102 } interpreters; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/
Dpycore_runtime.h102 } interpreters; member
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest__xxsubinterpreters.py17 interpreters = import_helper.import_module('_xxsubinterpreters') variable