Searched refs:PythonLanguage (Results 1 – 9 of 9) sorted by relevance
/external/sl4a/Common/src/com/googlecode/android_scripting/language/ |
D | PythonLanguage.java | 23 public class PythonLanguage extends Language { class
|
D | SupportedLanguages.java | 30 PerlLanguage.class), PYTHON(".py", PythonLanguage.class), RUBY(".rb", RubyLanguage.class),
|
/external/grpc-grpc/tools/run_tests/performance/ |
D | scenario_config.py | 741 class PythonLanguage: class 1261 'python': PythonLanguage(),
|
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/performance/ |
D | scenario_config.py | 746 class PythonLanguage: class 1523 'python': PythonLanguage(),
|
/external/grpc-grpc/tools/run_tests/ |
D | run_interop_tests.py | 538 class PythonLanguage: class 597 'python': PythonLanguage(),
|
D | run_tests.py | 712 class PythonLanguage(object): class 1211 'python': PythonLanguage(),
|
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/ |
D | run_interop_tests.py | 593 class PythonLanguage: class 710 'python': PythonLanguage(),
|
D | run_tests.py | 619 class PythonLanguage(object): class 1252 'python': PythonLanguage(),
|
/external/python/cpython3/Tools/clinic/ |
D | clinic.py | 443 class PythonLanguage(Language): class 1753 languages = { 'C': CLanguage, 'Python': PythonLanguage } 1755 extensions['py'] = PythonLanguage
|