Home
last modified time | relevance | path

Searched refs:PythonLanguage (Results 1 – 9 of 9) 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/rust/crates/grpcio-sys/grpc/tools/run_tests/performance/
Dscenario_config.py872 class PythonLanguage(Language): class
1718 'python': PythonLanguage(),
/external/grpc-grpc/tools/run_tests/performance/
Dscenario_config.py1012 class PythonLanguage(Language): class
1782 "python": PythonLanguage(),
/external/grpc-grpc/tools/run_tests/
Drun_interop_tests.py573 class PythonLanguage: class
706 "python": PythonLanguage(),
Drun_tests.py662 class PythonLanguage(object): class
1255 "python": PythonLanguage(),
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/
Drun_interop_tests.py551 class PythonLanguage: class
667 'python': PythonLanguage(),
Drun_tests.py611 class PythonLanguage(object): class
1102 'python': PythonLanguage(),
/external/python/cpython3/Tools/clinic/
Dclinic.py452 class PythonLanguage(Language): class
1854 languages = { 'C': CLanguage, 'Python': PythonLanguage }
1856 extensions['py'] = PythonLanguage