HomeSort by relevance Sort by last modified time
    Searched refs:transitive (Results 1 - 25 of 36) sorted by null

1 2

  /build/make/tools/
java-layers.py 46 self.transitive = set()
49 for d in self.transitive:
68 obj.transitive.add(upper)
73 # transitive closure of dependencies
81 dep.transitive.add(d.lower)
87 d.transitive.add(dep.lower)
89 dep.transitive = set([x+"." for x in dep.transitive])
92 print "-->", dep.lower, "-->", dep.transitive
  /prebuilts/sdk/current/support-appcompat/
Android.mk 17 # Statically include transitive dependencies.
  /prebuilts/sdk/current/support-v13/
Android.mk 17 # Statically include transitive dependencies.
  /prebuilts/sdk/current/support-v4/
Android.mk 17 # Statically include transitive dependencies.
  /device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/
grant_table.h 263 * domain. Obviously, the transitive access must be compatible
266 * The current version of Xen does not allow transitive grants
274 } transitive; member in union:grant_entry_v2
  /build/soong/cmd/pom2mk/
pom2mk.go 178 Some Android.mk modules have transitive dependencies that must be specified when they are
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
deadcode.go 79 // Compute transitive closure of live values.
  /prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/
importer.go 35 // including itself if needed. This is the subset of the transitive closure of
  /prebuilts/go/darwin-x86/src/text/template/
template.go 51 // delimiters. The association, which is transitive, allows one template to
doc.go 385 name; such associations are transitive and form a name space of templates.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
deadcode.go 79 // Compute transitive closure of live values.
  /prebuilts/go/linux-x86/src/go/internal/gccgoimporter/
importer.go 35 // including itself if needed. This is the subset of the transitive closure of
  /prebuilts/go/linux-x86/src/text/template/
template.go 51 // delimiters. The association, which is transitive, allows one template to
doc.go 385 name; such associations are transitive and form a name space of templates.
  /external/testng/ant/
ivy-2.1.0.jar 
  /prebuilts/tools/common/m2/repository/org/reficio/p2-maven-plugin/1.1.0/
p2-maven-plugin-1.1.0.jar 
  /device/generic/goldfish-opengl/
common.mk 96 # IMPORTANT: Imports are transitive, i.e. when module A imports B,
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-util/0.9.0.M2/
aether-util-0.9.0.M2.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/aether/aether-util/1.7/
aether-util-1.7.jar 
  /build/soong/cmd/microfactory/
microfactory.go 92 allDeps []*GoPackage // direct dependencies and transitive dependencies
  /prebuilts/go/darwin-x86/src/html/template/
template.go 293 // and with the same delimiters. The association, which is transitive,
  /prebuilts/go/linux-x86/src/html/template/
template.go 293 // and with the same delimiters. The association, which is transitive,
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-util/0.9.0.M3/
aether-util-0.9.0.M3.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-util/1.0.2.v20150114/
aether-util-1.0.2.v20150114.jar 
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
inl.go 848 // transitive inlining

Completed in 1819 milliseconds

1 2