Home
last modified time | relevance | path

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

/third_party/mbedtls/scripts/
Dgenerate_ssl_debug_helpers.py156 def extract(cls, source_code, start=0, end=-1): argument
167 def __init__(self, source_code, span=None, group=None): argument
/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/skia/third_party/externals/brotli/scripts/dictionary/
Dstep-04-generate-java-literals.py70 source_code = [ variable
/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/conjure3/
Dmain.cpp52 std::string source_code; // We will read the contents here. in main() 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/python/Lib/test/
Dtest_tabnanny.py67 def __init__(self, source_code='', directory=None): argument
/third_party/flatbuffers/src/
Didl_gen_grpc.cpp367 std::string source_code = in GenerateCppGRPC() local
/third_party/cef/tests/cefclient/browser/
Dosr_d3d11_win.cc648 std::shared_ptr<ID3DBlob> Device::compile_shader(const std::string& source_code, in compile_shader()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShadingLanguage420PackTests.cpp17871 Utils::shaderSource::shaderSource(const glw::GLchar* source_code) : m_use_lengths(false) in shaderSource()