Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/scripts/
H A 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
/aosp_15_r20/external/mbedtls/scripts/
H A 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
/aosp_15_r20/external/google-fruit/tests/
H A 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
/aosp_15_r20/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
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
/aosp_15_r20/external/rust/android-crates-io/crates/miette-derive/src/
Dsource_code.rs12 source_code: syn::Member, field
30 let source_code = if let Some(ident) = field.ident.clone() { in from_fields_vec() localVariable
Ddiagnostic.rs66 pub source_code: Option<SourceCode>, field
76 let source_code = SourceCode::from_fields(fields)?; in for_fields() localVariable
Dlib.rs16 mod source_code; module
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
H A Dsoftmax.cc72 std::string source_code = R"( in GenerateCodeFor1x1() local
174 std::string source_code = R"( in GenerateCodeGeneral() local
/aosp_15_r20/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
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dasync_compile.py230 def cuda(self, source_code, dst_file_ext): argument
238 def rocm(self, source_code, dst_file_ext): argument
H A Dcodecache.py1084 source_code: str = dataclasses.field(repr=False) # Do not display source_code variable in CompiledFxGraph
3339 def write(cls, source_code, dst_file_ext) -> Tuple[str, str]: argument
3355 cls, source_code, dst_file_ext, extra_args: Optional[List[str]] = None argument
3395 def load(cls, source_code, dst_file_ext) -> Tuple[DLLWrapper, str, str]: argument
/aosp_15_r20/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/
H A DGpuKernelComponentStream.cpp43 GpuWorkloadSourceCode source_code; in write_workload_code() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/gl/compiler/
H A Dshader_code.h58 std::string source_code; member
H A Dfuse_auto_input.cc131 std::string source_code; in ApplyToNode() local
/aosp_15_r20/external/python/pycparser/utils/internal/
Dmemprofiling.py109 source_code = r'''void foo() { variable
/aosp_15_r20/external/brotli/scripts/dictionary/
H A Dstep-04-generate-java-literals.py70 source_code = [ variable
/aosp_15_r20/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
/aosp_15_r20/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
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/compiler/
Dcpp_plugin.h119 std::string source_code = in Generate() local
/aosp_15_r20/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
/aosp_15_r20/external/grpc-grpc/src/compiler/
H A Dcpp_plugin.h131 std::string source_code = in Generate() local
/aosp_15_r20/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
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
H A Dnode_shader.h84 std::string source_code; member
/aosp_15_r20/external/googleapis/google/cloud/workflows/v1beta/
H A Dworkflows.proto175 oneof source_code { oneof

12