Home
last modified time | relevance | path

Searched refs:import_source (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/bazelbuild-rules_go/third_party/
H A Dcom_github_golang_mock-gazelle.patch539 diff -urN a/mockgen/internal/tests/import_source/BUILD.bazel b/mockgen/internal/tests/import_source
540 --- a/mockgen/internal/tests/import_source/BUILD.bazel 1970-01-01 00:00:00.000000000 +0000
541 +++ b/mockgen/internal/tests/import_source/BUILD.bazel 2000-01-01 00:00:00.000000000 -0000
546 + name = "import_source",
548 + importpath = "github.com/golang/mock/mockgen/internal/tests/import_source",
552 + "//mockgen/internal/tests/import_source/definition",
558 + actual = ":import_source",
561 diff -urN a/mockgen/internal/tests/import_source/definition/BUILD.bazel b/mockgen/internal/tests/im…
562 --- a/mockgen/internal/tests/import_source/definition/BUILD.bazel 1970-01-01 00:00:00.000000000 +00…
563 +++ b/mockgen/internal/tests/import_source/definition/BUILD.bazel 2000-01-01 00:00:00.000000000 -00…
[all …]
/aosp_15_r20/external/libchrome/mojo/public/tools/bindings/pylib/mojom_tests/parse/
H A Dconditional_features_unittest.py80 import_source = """
92 self.parseAndAssertEqual(import_source, expected_source)
/aosp_15_r20/external/googleapis/google/cloud/aiplatform/v1beta1/
H A Dvertex_rag_data.proto144 oneof import_source { oneof
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dsymbolic_convert.py1121 module_source = self.import_source(module_name)
1145 def import_source(self, module_name): member in InstructionTranslatorBase
1239 source = self.import_source(top_level_module_name)
1241 source = self.import_source(module_name)
3306 module_source = self.import_source(module_name)
H A Dcodegen.py484 self(AttrSource(self.tx.import_source(module_name), object_name))
/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A Dfunctions.py684 path_source = tx.import_source("torch.distributed._functional_collectives")
H A Dctx_manager.py94 AttrSource(codegen.tx.import_source(self.module_name()), self.fn_name())
H A Duser_defined.py315 source = AttrSource(tx.import_source(sub.__module__), sub.__name__)
H A Dmisc.py691 tx.import_source(self.fn_cls.__module__), self.fn_cls.__name__
/aosp_15_r20/external/pytorch/torch/csrc/jit/
H A DOVERVIEW.md1488 [serialization/import_source.cpp](serialization/import_source.cpp)
1490 …e graph. Using some special values in [serialization/import_source.cpp](serialization/import_sourc…
/aosp_15_r20/external/pytorch/
H A Dbuild_variables.bzl328 "torch/csrc/jit/serialization/import_source.cpp",