Home
last modified time | relevance | path

Searched refs:source_code (Results 1 - 13 of 13) sorted by relevance

/third_party/libsnd/
H A Dmake_lite.py116 source_code = open (filename, 'r').read ()
119 source_code = remove_prototype (source_code, func) ;
120 source_code = remove_function (source_code, func) ;
121 open (filename, 'w').write (source_code)
124 source_code = open (filename, 'r').read ()
127 source_code = remove_function (source_code, func) ;
128 open (filename, 'w').write (source_code)
[all...]
/third_party/mbedtls/scripts/
H A Dgenerate_ssl_debug_helpers.py144 def extract(cls, source_code, start=0, end=-1):
150 for match in enum_pattern.finditer(source_code, start, end):
151 yield EnumDefinition(source_code,
155 def __init__(self, source_code, span=None, group=None):
167 self._source = source_code
233 def extract(cls, source_code, start=0, end=-1):
237 matches = list(sig_alg_pattern.finditer(source_code, start, end))
239 yield SignatureAlgorithmDefinition(source_code, definitions=matches)
241 def __init__(self, source_code, definitions=None):
246 self._source = source_code
[all...]
/third_party/python/Lib/test/test_importlib/
H A Dtest_lazy.py43 source_code = 'attr = 42; __name__ = {!r}'.format(mutated_name)
51 exec(self.source_code, module.__dict__)
62 def new_module(self, source_code=None):
64 if source_code is not None:
65 loader.source_code = source_code
/third_party/rust/crates/syn/examples/dump-syntax/src/
H A Dmain.rs36 source_code: String,
50 source_code, in fmt()
51 } => render_location(f, error, filepath, source_code), in fmt()
77 source_code: code, in try_main()
/third_party/python/Lib/test/
H A Dtest_utf8source.py32 source_code = '# coding: Latin-1\nu = "Ç"\n'.encode("Latin-1")
34 code = compile(source_code, '<dummy>', 'exec')
H A Dtest_tabnanny.py66 def __init__(self, source_code='', directory=None):
67 self.source_code = source_code
74 f.write(self.source_code)
/third_party/skia/third_party/externals/brotli/scripts/dictionary/
H A Dstep-04-generate-java-literals.py70 source_code = [ variable
79 source.write("".join(source_code))
/third_party/rust/crates/syn/tests/
H A Dtest_precedence.rs120 let source_code = expr.to_token_stream().to_string(); in test_expressions()
121 let librustc_ast = if let Some(e) = librustc_parse_and_rewrite(&source_code) { in test_expressions()
164 source_code, in test_expressions()
173 source_code, in test_expressions()
/third_party/jerryscript/jerry-debugger/
H A Djerry_client_main.py867 source_code = ""
892 source_code += data[1:]
906 stack.append({"source": source_code,
940 func_desc["source"] = source_code
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cVertexAttrib64BitTest.cpp65 void CompileShader(GLuint id, const GLchar* source_code) const;
136 void Base::CompileShader(GLuint id, const GLchar* source_code) const in CompileShader()
140 gl.shaderSource(id, 1, &source_code, 0 /* length */); in CompileShader()
166 m_log << tcu::TestLog::Message << "Shader source:\n" << source_code << tcu::TestLog::EndMessage; in CompileShader()
H A Dgl4cShadingLanguage420PackTests.hpp217 shaderSource(const glw::GLchar* source_code);
H A Dgl4cShadingLanguage420PackTests.cpp17871 Utils::shaderSource::shaderSource(const glw::GLchar* source_code) : m_use_lengths(false) in shaderSource() argument
17873 if (0 != source_code) in shaderSource()
17877 m_parts[0].m_code = source_code; in shaderSource()
/third_party/node/deps/v8/src/logging/
H A Dlog.cc1697 String source_code = String::cast(source_object); in EnsureLogScriptSource() local
1708 msg << source_code; in EnsureLogScriptSource() local

Completed in 36 milliseconds