Home
last modified time | relevance | path

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

/third_party/mbedtls/scripts/
Dgenerate_ssl_debug_helpers.py144 def extract(cls, source_code, start=0, end=-1): argument
155 def __init__(self, source_code, span=None, group=None): argument
233 def extract(cls, source_code, start=0, end=-1): argument
241 def __init__(self, source_code, definitions=None): argument
292 def extract(cls, source_code, start=0, end=-1): argument
300 def __init__(self, source_code, definitions=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/grpc/src/compiler/
Dcpp_plugin.h152 std::string source_code = in Generate() local
/third_party/python/Lib/test/
Dtest_tabnanny.py66 def __init__(self, source_code='', directory=None): argument
/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/
Dlib.rs207 let source_code = " in api_walkthrough() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/test-utils/src/
Dfixture.rs302 pub fn source_code(mut self) -> String { in source_code() method
/third_party/rust/crates/syn/tests/
Dtest_precedence.rs120 let source_code = expr.to_token_stream().to_string(); in test_expressions() localVariable
/third_party/flatbuffers/src/
Didl_gen_grpc.cpp370 std::string source_code = in GenerateCppGRPC() local
/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()