Home
last modified time | relevance | path

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

/external/google-fruit/tests/
Dfruit_test_common.py250 def _construct_final_source_code(setup_source_code, source_code, test_params): argument
272 source_code, argument
339 def expect_generic_compile_error(expected_error_regex, setup_source_code, source_code, test_params=… argument
383 source_code, argument
512 source_code, argument
576 def expect_success(setup_source_code, source_code, test_params={}, ignore_deprecation_warnings=Fals… argument
/external/python/cpython3/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
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/compiler/
Dshader_code.h58 std::string source_code; member
Dfuse_auto_input.cc110 std::string source_code; in ApplyToNode() local
Drename.cc193 std::string source_code; in Rename() local
/external/python/pycparser/utils/internal/
Dmemprofiling.py109 source_code = r'''void foo() { variable
/external/brotli/scripts/dictionary/
Dstep-04-generate-java-literals.py70 source_code = [ variable
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dnode_shader.h82 std::string source_code; member
/external/grpc-grpc/src/compiler/
Dcpp_plugin.cc105 grpc::string source_code = in Generate() local
/external/python/cpython3/Lib/test/
Dtest_tabnanny.py66 def __init__(self, source_code='', directory=None): argument
/external/flatbuffers/src/
Didl_gen_grpc.cpp320 std::string source_code = in GenerateCppGRPC() local
/external/v8/src/logging/
Dlog.cc1705 String source_code = String::cast(source_object); in EnsureLogScriptSource() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cShadingLanguage420PackTests.cpp17929 Utils::shaderSource::shaderSource(const glw::GLchar* source_code) in shaderSource()