/aosp12/build/make/tools/ |
H A D | java-layers.py | 58 if dep in visited: 60 % (dep.filename, dep.lineno)) 72 self.parts = [(dep.lower.split('.'),dep) for dep in deps.itervalues()] 75 recurse(dep, dep, []) 78 if dep.lowlevel: 84 if dep.top and not dep.legacy: 89 dep.transitive = set([x+"." for x in dep.transitive]) 92 print "-->", dep.lower, "-->", dep.transitive 115 result = dep 156 if dep.top: [all …]
|
H A D | soong_to_convert.py | 67 for dep in depsdb[module]: 68 if dep in seen: 70 count += 1 + count_deps(depsdb, dep, seen) 85 for dep in deps[module]: 86 if not dep in reverse_deps: 87 reverse_deps[dep] = [] 88 reverse_deps[dep].append(module)
|
H A D | filter-product-graph.py | 55 deps = [dep for dep in deps if dep[1] in included] 60 for dep in deps: 61 print '"%s" -> "%s"' % dep
|
H A D | build-license-metadata.sh | 247 for dep in ${depfiles}; do 249 cat "${dep}" | \ 250 awk -v name="${dep}" ' 287 cat "${dep}" | awk '
|
H A D | mk2bp_catalog.py | 182 for dep in soong.transitive_deps(module): 219 for dep in self.deps[module]: 220 if not dep in self.reverse_deps: 221 self.reverse_deps[dep] = [] 222 self.reverse_deps[dep].append(module) 233 for dep in self.deps.get(module, []): 234 if not dep in results: 235 results.add(dep) 260 for dep in depsdb[module]: 261 if dep in seen: [all …]
|
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
H A D | IPACM_Config.cpp | 555 struct ipa_ioc_rm_dependency dep; in AddRmDepend() local 584 memset(&dep, 0, sizeof(dep)); in AddRmDepend() 594 memset(&dep, 0, sizeof(dep)); in AddRmDepend() 598 …IPACMDBG_H("ADD entry %d's dependency between Pro: %d, Con: %d \n", i,dep.resource_name,dep.depend… in AddRmDepend() 626 memset(&dep, 0, sizeof(dep)); in AddRmDepend() 637 memset(&dep, 0, sizeof(dep)); in AddRmDepend() 663 struct ipa_ioc_rm_dependency dep; in DelRmDepend() local 690 memset(&dep, 0, sizeof(dep)); in DelRmDepend() 700 memset(&dep, 0, sizeof(dep)); in DelRmDepend() 733 memset(&dep, 0, sizeof(dep)); in DelRmDepend() [all …]
|
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/ |
H A D | IPACM_Config.cpp | 595 struct ipa_ioc_rm_dependency dep; in AddRmDepend() local 624 memset(&dep, 0, sizeof(dep)); in AddRmDepend() 634 memset(&dep, 0, sizeof(dep)); in AddRmDepend() 638 …IPACMDBG_H("ADD entry %d's dependency between Pro: %d, Con: %d \n", i,dep.resource_name,dep.depend… in AddRmDepend() 666 memset(&dep, 0, sizeof(dep)); in AddRmDepend() 677 memset(&dep, 0, sizeof(dep)); in AddRmDepend() 703 struct ipa_ioc_rm_dependency dep; in DelRmDepend() local 730 memset(&dep, 0, sizeof(dep)); in DelRmDepend() 740 memset(&dep, 0, sizeof(dep)); in DelRmDepend() 773 memset(&dep, 0, sizeof(dep)); in DelRmDepend() [all …]
|
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/ |
H A D | IPACM_Config.cpp | 607 struct ipa_ioc_rm_dependency dep; in AddRmDepend() local 636 memset(&dep, 0, sizeof(dep)); in AddRmDepend() 646 memset(&dep, 0, sizeof(dep)); in AddRmDepend() 650 …IPACMDBG_H("ADD entry %d's dependency between Pro: %d, Con: %d \n", i,dep.resource_name,dep.depend… in AddRmDepend() 678 memset(&dep, 0, sizeof(dep)); in AddRmDepend() 689 memset(&dep, 0, sizeof(dep)); in AddRmDepend() 715 struct ipa_ioc_rm_dependency dep; in DelRmDepend() local 742 memset(&dep, 0, sizeof(dep)); in DelRmDepend() 752 memset(&dep, 0, sizeof(dep)); in DelRmDepend() 785 memset(&dep, 0, sizeof(dep)); in DelRmDepend() [all …]
|
/aosp12/build/blueprint/ |
H A D | visit_test.go | 55 ctx.VisitDepsDepthFirst(func(dep Module) { 56 if ctx.OtherModuleDependencyTag(dep) != visitTagDep { 57 panic(fmt.Errorf("unexpected dependency tag on %q", ctx.OtherModuleName(dep))) 61 ctx.VisitDepsDepthFirstIf(func(dep Module) bool { 62 return ctx.OtherModuleName(dep) != "B" 63 }, func(dep Module) { 66 ctx.VisitDirectDeps(func(dep Module) { 67 m.properties.VisitDirectDeps = m.properties.VisitDirectDeps + ctx.OtherModuleName(dep) 69 ctx.VisitDirectDepsIf(func(dep Module) bool { 70 return ctx.OtherModuleName(dep) != "B" [all …]
|
H A D | module_ctx.go | 528 return dep.tag 596 return dep.module.logicModule, dep.tag 607 if dep.tag == tag { 610 deps = append(deps, dep) 632 m.visitingDep = dep 651 m.visitingDep = dep 671 m.visitingDep = dep 692 m.visitingDep = dep 704 m.visitingDep = dep 1237 if dep != nil { [all …]
|
H A D | ninja_writer.go | 157 for _, dep := range explicitDeps { 159 dep.ValueWithEscaper(wrapper, pkgNames, inputEscaper) 165 for _, dep := range implicitDeps { 167 dep.ValueWithEscaper(wrapper, pkgNames, inputEscaper) 174 for _, dep := range orderOnlyDeps { 176 dep.ValueWithEscaper(wrapper, pkgNames, inputEscaper) 183 for _, dep := range validations { 185 dep.ValueWithEscaper(wrapper, pkgNames, inputEscaper)
|
H A D | context.go | 921 depsCh <- dep 2201 if dep == module { 2221 if checking[dep] { 2226 if !visited[dep] { 2246 dep.reverseDeps = append(dep.reverseDeps, module) 2484 dep depInfo member 2993 walk(dep.module) 3284 if checking[dep] { 3289 if !visited[dep] { 3782 if !visited[dep] { [all …]
|
/aosp12/build/soong/java/ |
H A D | sdk_library_external.go | 91 …rtitionsForJavaDependency(ctx android.EarlyModuleContext, propName string, dep javaSdkLibraryEnfor… 92 if dep.allowListedInterPartitionJavaLibrary(ctx) { 96 if dep.syspropWithPublicStubs() { 105 …productToSystem := j.partitionGroup(ctx) == partitionGroupProduct && dep.partitionGroup(ctx) == pa… 106 …systemToProduct := j.partitionGroup(ctx) == partitionGroupSystem && dep.partitionGroup(ctx) == par… 114 if j.partitionGroup(ctx) != dep.partitionGroup(ctx) { 116 …ctx.PropertyErrorf(propName, errorFormat, dep.Name(), j.partitionGroup(ctx), dep.partitionGroup(ct…
|
H A D | base.go | 597 for _, dep := range libDeps { 598 if dep != nil { 1472 return j.depIsInSameApex(ctx, dep) 1608 depLinkType, _ := dep.getSdkLinkType(ctx, ctx.OtherModuleName(dep)) 1666 dep = syspropDep.JavaInfo 1674 addPlugins(&deps, dep.ExportedPlugins, dep.ExportedPluginClasses...) 1684 addPlugins(&deps, dep.ExportedPlugins, dep.ExportedPluginClasses...) 1725 deps.kotlinAnnotations = dep.HeaderJars 1730 JavaInfo: dep, 1736 checkProducesJars(ctx, dep) [all …]
|
H A D | device_host_converter.go | 101 dep := ctx.OtherModuleProvider(m, JavaInfoProvider).(JavaInfo) 102 d.headerJars = append(d.headerJars, dep.HeaderJars...) 103 d.implementationJars = append(d.implementationJars, dep.ImplementationJars...) 104 …d.implementationAndResourceJars = append(d.implementationAndResourceJars, dep.ImplementationAndRes… 105 d.resourceJars = append(d.resourceJars, dep.ResourceJars...) 107 d.srcJarArgs = append(d.srcJarArgs, dep.SrcJarArgs...) 108 d.srcJarDeps = append(d.srcJarDeps, dep.SrcJarDeps...)
|
H A D | app.go | 313 dep, _ := m.(*cc.Module) 750 if dep, ok := module.(*cc.Module); ok { 751 if dep.IsNdk(ctx.Config()) || dep.IsStubs() { 755 lib := dep.OutputFile() 772 coverageFile: dep.CoverageOutputFile(), 773 unstrippedFile: dep.UnstrippedOutputFile(), 871 if IsJniDepTag(ctx.OtherModuleDependencyTag(dep)) { 874 return a.Library.DepIsInSameApex(ctx, dep) 1256 dep := ctx.OtherModuleName(m) 1258 libName := dep [all …]
|
/aosp12/build/soong/cc/ |
H A D | lto.go | 170 mctx.WalkDeps(func(dep android.Module, parent android.Module) bool { 171 tag := mctx.OtherModuleDependencyTag(dep) 185 if dep, ok := dep.(*Module); ok && dep.lto != nil && 186 !dep.lto.Never() { 187 if full && !dep.lto.FullLTO() { 188 dep.lto.Properties.FullDep = true 190 if thin && !dep.lto.ThinLTO() { 191 dep.lto.Properties.ThinDep = true
|
/aosp12/system/core/libmodprobe/ |
H A D | libmodprobe.cpp | 365 for (auto dep = dependencies.rbegin(); dep != dependencies.rend() - 1; ++dep) { in InsmodWithDeps() local 366 LOG(VERBOSE) << "Loading hard dep for '" << module_name << "': " << *dep; in InsmodWithDeps() 367 if (!LoadWithAliases(*dep, true)) { in InsmodWithDeps() 433 for (auto dep = dependencies.begin(); dep != dependencies.end(); ++dep) { in IsBlocklisted() local 434 if (module_blocklist_.count(MakeCanonical(*dep))) return true; in IsBlocklisted() 454 for (auto dep = dependencies.begin(); dep != dependencies.end(); ++dep) { in Remove() local 455 Rmmod(*dep); in Remove() 493 for (auto dep = hard_deps.rbegin(); dep != hard_deps.rend(); dep++) { in GetAllDependencies() local 494 dependencies->emplace_back(*dep); in GetAllDependencies()
|
/aosp12/build/soong/rust/ |
H A D | rust.go | 932 depName := ctx.OtherModuleName(dep) 970 if dep.Target().Os != ctx.Os() { 1085 for _, dep := range directRlibDeps { 1089 for _, dep := range directDylibDeps { 1093 for _, dep := range directProcMacroDeps { 1098 for _, dep := range directStaticLibDeps { 1106 if dep.Toc().Valid() { 1115 srcs, _ := dep.OutputFiles("") 1118 for _, dep := range directSrcDeps { 1119 srcs := dep.Srcs() [all …]
|
/aosp12/frameworks/rs/ |
H A D | rsClosure.cpp | 86 const Closure* dep = depClosures[i]; in Closure() local 87 if (dep != nullptr) { in Closure() 88 auto mapping = mArgDeps[dep]; in Closure() 91 mArgDeps[dep] = mapping; in Closure() 98 const Closure* dep = depClosures[i]; in Closure() local 99 if (dep != nullptr) { in Closure() 100 auto mapping = mGlobalDeps[dep]; in Closure() 104 mGlobalDeps[dep] = mapping; in Closure()
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
H A D | ImsExternalCallTrackerTest.java | 68 List<ImsExternalCallState> dep = new ArrayList<>(); in testAddExternalCall() local 69 dep.add( in testAddExternalCall() 77 mTracker.refreshExternalCallState(dep); in testAddExternalCall() 97 List<ImsExternalCallState> dep = new ArrayList<>(); in testRemoveExternalCall() local 98 mTracker.refreshExternalCallState(dep); in testRemoveExternalCall()
|
/aosp12/build/blueprint/microfactory/ |
H A D | microfactory.go | 358 for _, dep := range deps { 375 for _, dep := range p.directDeps { 377 go func(dep *GoPackage) { 379 dep.Compile(config, outDir) 380 }(dep) 383 for _, dep := range p.directDeps { 384 if dep.failed != nil { 385 p.failed = dep.failed 415 for _, dep := range p.directDeps { 417 hash.Write(dep.hashResult) [all …]
|
/aosp12/system/tools/aidl/build/ |
H A D | aidl_rust_source_provider.go | 65 for i, dep := range trimVersionSuffixInList(sp.properties.Imports) { 66 importFlags[i] = "-I" + fixRustName(dep) 100 for _, dep := range sp.properties.Imports { 101 …deps.Rustlibs = append(deps.Rustlibs, ai.getImportWithVersion(sp.properties.Version, dep, ctx.Conf…
|
/aosp12/build/soong/android/ |
H A D | apex.go | 150 DepIsInSameApex(ctx BaseModuleContext, dep Module) bool 153 func IsDepInSameApex(ctx BaseModuleContext, module, dep Module) bool { 154 depTag := ctx.OtherModuleDependencyTag(dep) 160 return module.(DepIsInSameApex).DepIsInSameApex(ctx, dep) 421 func (m *ApexModuleBase) DepIsInSameApex(ctx BaseModuleContext, dep Module) bool { 637 mctx.VisitDirectDeps(func(dep Module) { 638 if depApexModule, ok := dep.(ApexModule); ok { 656 mctx.VisitDirectDeps(func(dep Module) { 657 if _, ok := mctx.OtherModuleDependencyTag(dep).(CopyDirectlyInAnyApexTag); ok { 658 depBase := dep.(ApexModule).apexModuleBase()
|
/aosp12/packages/modules/Gki/build/ |
H A D | raw_img_ota.go | 41 for dep := range deps { 42 ret = append(ret, fmt.Sprintf("${%s}", dep)) 88 for dep := range otaFromRawImageDeps { 89 pctx.HostBinToolVariable(dep, otaFromRawImageDeps[dep])
|