Searched defs:source_code (Results 1 – 12 of 12) sorted by relevance
/third_party/mbedtls/scripts/ |
D | generate_ssl_debug_helpers.py | 156 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/ |
D | test_lazy.py | 43 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/ |
D | step-04-generate-java-literals.py | 70 source_code = [ variable
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure1/ |
D | main.cpp | 48 std::string source_code; // We will read the contents here. in main() local
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/mini_c/ |
D | main.cpp | 48 std::string source_code; // We will read the contents here. in main() local
|
/third_party/grpc/src/compiler/ |
D | cpp_plugin.h | 120 std::string source_code = in Generate() local
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure3/ |
D | main.cpp | 52 std::string source_code; // We will read the contents here. in main() local
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure2/ |
D | main.cpp | 51 std::string source_code; // We will read the contents here. in main() local
|
/third_party/python/Lib/test/ |
D | test_tabnanny.py | 67 def __init__(self, source_code='', directory=None): argument
|
/third_party/flatbuffers/src/ |
D | idl_gen_grpc.cpp | 367 std::string source_code = in GenerateCppGRPC() local
|
/third_party/cef/tests/cefclient/browser/ |
D | osr_d3d11_win.cc | 648 std::shared_ptr<ID3DBlob> Device::compile_shader(const std::string& source_code, in compile_shader()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cShadingLanguage420PackTests.cpp | 17871 Utils::shaderSource::shaderSource(const glw::GLchar* source_code) : m_use_lengths(false) in shaderSource()
|