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

  /external/turbine/java/com/google/turbine/binder/
ClassPathBinder.java 44 * The prefix for repackaged transitive dependencies; see {@link
45 * com.google.turbine.deps.Transitive}.
47 public static final String TRANSITIVE_PREFIX = "META-INF/TRANSITIVE/";
53 Map<ClassSymbol, BytecodeBoundClass> transitive = new LinkedHashMap<>(); local
65 bindJar(path, map, modules, benv, transitive);
70 for (Map.Entry<ClassSymbol, BytecodeBoundClass> entry : transitive.entrySet()) {
100 Map<ClassSymbol, BytecodeBoundClass> transitive)
112 transitive.computeIfAbsent(
  /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
  /external/turbine/java/com/google/turbine/deps/
Transitive.java 41 * dependencies and no transitive dependencies.
43 public class Transitive {
47 ImmutableMap.Builder<String, byte[]> transitive = ImmutableMap.builder(); local
58 transitive.put(sym.binaryName(), ClassWriter.writeClass(trimClass(info.classFile())));
60 return transitive.build();
  /external/turbine/java/com/google/turbine/main/
Main.java 32 import com.google.turbine.deps.Transitive;
112 Map<String, byte[]> transitive = Transitive.collectDeps(bootclasspath, bound); local
123 writeOutput(options, lowered.bytes(), transitive);
193 TurbineOptions options, Map<String, byte[]> lowered, Map<String, byte[]> transitive)
202 for (Map.Entry<String, byte[]> entry : transitive.entrySet()) {
  /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
  /external/libchrome/build/android/gyp/util/
build_utils.py 415 """Gets the list of all transitive dependencies in sorted order.
424 A list of all transitive dependencies of nodes in top, in order (a node will
  /external/turbine/javatests/com/google/turbine/deps/
AbstractTransitiveTest.java 91 public void transitive() throws Exception { method in class:AbstractTransitiveTest
124 "META-INF/TRANSITIVE/a/A.class",
125 "META-INF/TRANSITIVE/a/A$Anno.class",
126 "META-INF/TRANSITIVE/a/A$Inner.class");
128 ClassFile a = ClassReader.read(null, readJar(libb).get("META-INF/TRANSITIVE/a/A.class"));
137 ClassReader.read(null, readJar(libb).get("META-INF/TRANSITIVE/a/A$Anno.class"))
141 // A class that references members of the transitive supertype A by simple name
171 "META-INF/TRANSITIVE/b/B.class",
172 "META-INF/TRANSITIVE/a/A.class",
173 "META-INF/TRANSITIVE/a/A$Anno.class"
    [all...]
DependenciesTest.java 163 public void transitive() throws Exception { method in class:DependenciesTest
  /external/testng/ant/
ivy-2.1.0.jar 
  /device/generic/goldfish-opengl/
common.mk 97 # IMPORTANT: Imports are transitive, i.e. when module A imports B,
  /build/blueprint/
module_ctx.go 426 // VisitDepsDepthFirst calls visit for each transitive dependency, traversing the dependency tree in depth first order.
448 // VisitDepsDepthFirst calls pred for each transitive dependency, and if pred returns true calls visit, traversing the
475 // WalkDeps calls visit for each transitive dependency, traversing the dependency tree in top down order. visit may be
  /build/soong/cc/
cc.go 403 // line invocation. depsInLinkOrder stores the proper ordering of all of the transitive
877 // intentionally exclude or replace any unwanted transitive dependencies), so we limit the
901 // reorder the dependencies based on transitive dependencies
    [all...]
cc_test.go 1391 // The values of allOrdered specify the expected result (of the transitive closure of all
1431 // should reorder without adding new transitive dependencies
    [all...]
  /build/soong/cmd/pom2mk/
pom2mk.go 360 Some Android.mk modules have transitive dependencies that must be specified when they are
  /build/blueprint/microfactory/
microfactory.go 148 allDeps []*GoPackage // direct dependencies and transitive dependencies
  /build/make/core/
java_common.mk 498 # Copy NOTICE files of transitive static dependencies
  /build/soong/cmd/pom2bp/
pom2bp.go 472 Some Android.bp modules have transitive dependencies that must be specified when they are
  /build/soong/python/
python.go 590 // need collect and zip all srcs of whole transitive dependencies to a final par file.
  /external/kotlinc/lib/
kotlin-main-kts.jar 
  /build/soong/apex/
apex.go 152 // Mark the direct and transitive dependencies of apex bundles so that they
    [all...]
  /external/grpc-grpc/src/csharp/Grpc.Reflection/
Reflection.cs 663 /// file_containing_extension requests with transitive dependencies. As
    [all...]
  /external/golang-protobuf/protoc-gen-go/generator/
generator.go     [all...]
  /external/error_prone/javac/
javac-9+181-r4173-1.jar 

Completed in 716 milliseconds