Home
last modified time | relevance | path

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

12

/external/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
/external/openthread/third_party/mbedtls/repo/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
/external/rust/android-crates-io/crates/miette-derive/src/
Dsource_code.rs12 source_code: syn::Member, field
44 let source_code = if let Some(ident) = field.ident.clone() { in from_fields_vec() localVariable
Dlib.rs16 mod source_code; module
Ddiagnostic.rs66 pub source_code: Option<SourceCode>, field
76 let source_code = SourceCode::from_fields(fields)?; in for_fields() localVariable
/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/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
Dsoftmax.cc72 std::string source_code = R"( in GenerateCodeFor1x1() local
174 std::string source_code = R"( in GenerateCodeGeneral() local
/external/rust/android-crates-io/crates/miette/src/eyreish/
Dwrapper.rs98 fn source_code(&self) -> Option<&dyn miette::SourceCode> { in source_code() method
141 pub(crate) source_code: C, field
165 fn source_code(&self) -> Option<&dyn miette::SourceCode> { in source_code() method
199 fn source_code(&self) -> Option<&dyn miette::SourceCode> { in source_code() method
246 pub(crate) source_code: Option<String>, field
254 fn source_code(&self) -> Option<&dyn SourceCode> { in source_code() method
Dcontext.rs148 fn source_code(&self) -> Option<&dyn crate::SourceCode> { in source_code() function
181 fn source_code(&self) -> Option<&dyn crate::SourceCode> { in source_code() function
/external/pytorch/torch/_inductor/
Dasync_compile.py230 def cuda(self, source_code, dst_file_ext): argument
238 def rocm(self, source_code, dst_file_ext): argument
/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/
DGpuKernelComponentStream.cpp43 GpuWorkloadSourceCode source_code; in write_workload_code() local
/external/python/cpython3/Lib/test/test_importlib/
Dtest_lazy.py47 source_code = 'attr = 42; __name__ = {!r}'.format(mutated_name) variable in TestingImporter
68 def new_module(self, source_code=None, loader=None): argument
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/compiler/
Dshader_code.h58 std::string source_code; member
Dfuse_auto_input.cc131 std::string source_code; in ApplyToNode() 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/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure1/
Dmain.cpp48 std::string source_code; // We will read the contents here. in main() local
/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/mini_c/
Dmain.cpp48 std::string source_code; // We will read the contents here. in main() local
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/compiler/
Dcpp_plugin.h119 std::string source_code = in Generate() local
/external/grpc-grpc/src/compiler/
Dcpp_plugin.h131 std::string source_code = in Generate() local
/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure3/
Dmain.cpp52 std::string source_code; // We will read the contents here. in main() local
/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure2/
Dmain.cpp51 std::string source_code; // We will read the contents here. in main() local
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dnode_shader.h84 std::string source_code; member
/external/google-cloud-java/java-workflows/proto-google-cloud-workflows-v1beta/src/main/proto/google/cloud/workflows/v1beta/
Dworkflows.proto175 oneof source_code { oneof
/external/googleapis/google/cloud/workflows/v1beta/
Dworkflows.proto175 oneof source_code { oneof

12