Home
last modified time | relevance | path

Searched defs:moduleContext (Results 1 – 25 of 57) sorted by relevance

123

/aosp_15_r20/build/soong/android/
H A Dmodule_context.go255 type moduleContext struct { struct
256 bp blueprint.ModuleContext
257 baseModuleContext
258 packagingSpecs []PackagingSpec
259 installFiles InstallPaths
260 checkbuildFiles Paths
261 checkbuildTarget Path
262 uncheckedModule bool
263 module Module
264 phonies map[string]Paths
[all …]
H A Dlicense_metadata.go37 func buildLicenseMetadata(ctx *moduleContext, licenseMetadataFile WritablePath) {
H A Dcompliance_metadata.go186 func buildComplianceMetadataProvider(ctx *moduleContext, m *ModuleBase) {
/aosp_15_r20/build/blueprint/
H A Dmodule_ctx.go544 type moduleContext struct { struct
545 baseModuleContext
546 scope *localScope
547 actionDefs localBuildActions
548 handledMissingDeps bool
680 func (m *moduleContext) cacheModuleBuildActions(key *BuildActionCacheKey) {
704 func (m *moduleContext) restoreModuleBuildActions() (bool, *BuildActionCacheKey) {
949 func (m *moduleContext) ModuleSubDir() string {
953 func (m *moduleContext) ModuleCacheKey() string {
957 func (m *moduleContext) Variable(pctx PackageContext, name, value string) {
[all …]
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/result/proto/
DProtoResultParserTest.java388 IInvocationContext moduleContext = createModuleContext("arm64 module1"); in testEvents_finaleProto() local
756 InvocationContext moduleContext = new InvocationContext(); in testContextMergingEnabled() local
773 InvocationContext moduleContext = new InvocationContext(); in testContextMergingDisabled() local
795 InvocationContext moduleContext = new InvocationContext(); in testProcessFinalizedProtoAllowsInvocationAttributeUpdates() local
819 InvocationContext moduleContext = new InvocationContext(); in test_when_processMergingDisabled_the_context_remains_locked() local
/aosp_15_r20/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/util/
DSearchArtifactUtil.java338 public static File getModuleDirFromConfig(IInvocationContext moduleContext) { in getModuleDirFromConfig()
356 IInvocationContext moduleContext = CurrentInvocation.getModuleContext(); in getModuleDirFromConfig() local
392 IInvocationContext moduleContext = CurrentInvocation.getModuleContext(); in findModuleName() local
404 IInvocationContext moduleContext = CurrentInvocation.getModuleContext(); in findModuleAbi() local
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/retry/
DResultsPlayer.java102 IInvocationContext moduleContext = holder.mModuleContext; in run() local
153 IInvocationContext moduleContext, in addToReplay()
/aosp_15_r20/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/invoker/
DTestInformation.java63 IInvocationContext moduleContext, in TestInformation()
85 TestInformation invocationInfo, IInvocationContext moduleContext) { in createModuleTestInfo()
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/
DModuleDefinitionTest.java376 IInvocationContext moduleContext = mModule.getModuleInvocationContext(); in testCreateModule() local
395 IInvocationContext moduleContext = mModule.getModuleInvocationContext(); in testCreateModule_withParams() local
1197 IInvocationContext moduleContext = mModule.getModuleInvocationContext(); in testAbiSetting() local
/aosp_15_r20/build/soong/rust/
H A Drust.go823 type moduleContext struct { struct
824 android.ModuleContext
831 func (ctx *moduleContext) RustModule() *Module {
835 func (ctx *moduleContext) toolchain() config.Toolchain {
1030 func buildComplianceMetadataInfo(ctx *moduleContext, mod *Module, deps PathDeps) {
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DProtoResultParser.java440 IInvocationContext moduleContext = in handleModuleStart() local
470 IInvocationContext moduleContext = in handleModuleEnded() local
/aosp_15_r20/tools/asuite/atest/bazel/runner/src/com/android/tradefed/testtype/bazel/
H A DSparseTestListener.java35 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted()
H A DInvocationLogCollector.java55 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted()
H A DBazelTestListener.java83 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted()
/aosp_15_r20/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/
DITestInvocationListener.java118 public default void testModuleStarted(IInvocationContext moduleContext) {} in testModuleStarted()
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/result/suite/
DFormattedGeneratorReporterTest.java153 IInvocationContext moduleContext = new InvocationContext(); in testFinalizeResults() local
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/invoker/
DInvocationContextTest.java180 InvocationContext moduleContext = new InvocationContext(); in testProtoSerialize_moduleContext() local
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/result/
DReportPassedTests.java76 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted()
DEventsLoggerListener.java72 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted()
DLegacySubprocessResultsReporter.java166 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted()
/aosp_15_r20/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/
H A DTestMetricsJsonResultReporter.java306 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted()
/aosp_15_r20/test/catbox/report/src/com/android/catbox/result/
H A DJsonResultReporter.java358 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted()
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/result/suite/
DSuiteResultReporter.java95 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted()
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/invoker/
DShardListener.java161 public void testModuleStarted(IInvocationContext moduleContext) { in testModuleStarted()
/aosp_15_r20/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/invoker/logger/
DCurrentInvocation.java223 public static void setModuleContext(IInvocationContext moduleContext) { in setModuleContext()

123