Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/cmake/
Dconfig-ix.cmake24 set(source_code variable
159 set(source_code "// check for attribute and wait pkg intrinsics variable
174 set(source_code "// check for attribute rtm and rtm intrinsics variable
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
Dsoftmax.cc71 std::string source_code = R"( in GenerateCodeFor1x1() local
173 std::string source_code = R"( in GenerateCodeGeneral() local
/external/google-fruit/tests/
Dfruit_test_common.py260 def _construct_final_source_code(setup_source_code, source_code, test_params): argument
282 source_code, argument
348 def expect_generic_compile_error(expected_error_regex, setup_source_code, source_code, test_params=… argument
392 source_code, argument
521 source_code, argument
585 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.cc130 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/rust/crates/grpcio-sys/grpc/src/compiler/
Dcpp_plugin.h120 std::string source_code = in Generate() local
/external/grpc-grpc/src/compiler/
Dcpp_plugin.cc105 grpc::string source_code = in Generate() local
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dnode_shader.h84 std::string source_code; member
/external/python/cpython3/Lib/test/
Dtest_tabnanny.py66 def __init__(self, source_code='', directory=None): argument
/external/flatbuffers/src/
Didl_gen_grpc.cpp333 std::string source_code = in GenerateCppGRPC() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cShadingLanguage420PackTests.cpp17929 Utils::shaderSource::shaderSource(const glw::GLchar* source_code) in shaderSource()