Home
last modified time | relevance | path

Searched refs:PythonLanguage (Results 1 – 10 of 10) 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/python/cpython3/Tools/clinic/libclinic/
Dcli.py16 from libclinic.language import Language, PythonLanguage
46 extensions['py'] = PythonLanguage
Dlanguage.py97 class PythonLanguage(Language): class
/external/grpc-grpc/tools/run_tests/performance/
Dscenario_config.py1012 class PythonLanguage(Language): class
1782 "python": PythonLanguage(),
/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/performance/
Dscenario_config.py872 class PythonLanguage(Language): class
1718 '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/android-crates-io/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(),