Home
last modified time | relevance | path

Searched refs:PythonLanguage (Results 1 – 6 of 6) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/language/
DPythonLanguage.java23 public class PythonLanguage extends Language { class
DSupportedLanguages.java30 PerlLanguage.class), PYTHON(".py", PythonLanguage.class), RUBY(".rb", RubyLanguage.class),
/external/grpc-grpc/tools/run_tests/performance/
Dscenario_config.py741 class PythonLanguage: class
1261 'python': PythonLanguage(),
/external/grpc-grpc/tools/run_tests/
Drun_interop_tests.py538 class PythonLanguage: class
597 'python': PythonLanguage(),
Drun_tests.py712 class PythonLanguage(object): class
1211 'python': PythonLanguage(),
/external/python/cpython3/Tools/clinic/
Dclinic.py446 class PythonLanguage(Language): class
1632 languages = { 'C': CLanguage, 'Python': PythonLanguage }
1634 extensions['py'] = PythonLanguage