Home
last modified time | relevance | path

Searched defs:source_code (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Lib/test/test_importlib/
Dtest_lazy.py43 source_code = 'attr = 42; __name__ = {!r}'.format(mutated_name) variable in TestingImporter
62 def new_module(self, source_code=None): argument
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure1/
Dmain.cpp48 std::string source_code; // We will read the contents here. in main() local
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/mini_c/
Dmain.cpp48 std::string source_code; // We will read the contents here. in main() local
/third_party/grpc/src/compiler/
Dcpp_plugin.h120 std::string source_code = in Generate() local
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure2/
Dmain.cpp51 std::string source_code; // We will read the contents here. in main() local
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure3/
Dmain.cpp52 std::string source_code; // We will read the contents here. in main() local
/third_party/python/Lib/test/
Dtest_tabnanny.py66 def __init__(self, source_code='', directory=None): argument