/external/bazelbuild-rules_android/rules/ |
D | providers.bzl | 83 doc = "Provides information about direct and transitive resources", 86 …transitive_resources_nodes = "Depset of transitive ResourcesNodeInfo providers, not including dire… 87 transitive_assets = "Depset of transitive assets files", 88 transitive_assets_symbols = "Depset of transitive merged assets", 89 transitive_compiled_assets = "Depset of transitive compiled assets", 91 transitive_compiled_resources = "Depset of transitive compiled resources", 92 transitive_manifests = "Depset of transitive manifests", 93 transitive_r_txts = "Depset of transitive R.txt files", 94 transitive_resource_files = "Depset of transitive resource files",
|
D | resources.bzl | 194 transitive = [ 228 mergee_manifests: A sequence of Files. All transitive manifests to be merged. 260 inputs = depset([manifest, manifest_params], transitive = [mergee_manifests]), 536 …for node_info in depset(transitive = transitive_resources_nodes + direct_resources_nodes).to_list() 625 depset(transitive = direct_resources_nodes, order = "preorder"), 627 depset(transitive = transitive_resources_nodes, order = "preorder"), 676 resources_nodes = depset(transitive = direct_resources_nodes + transitive_resources_nodes), 731 """Create R.srcjar from the given R.pb files in the transitive closure. 754 inputs = depset([manifest], transitive = [inputs]) 859 transitive = [ [all …]
|
D | idl.bzl | 64 transitive = [ 142 transitive closure, but will not be translated to Java or compiled. 164 directly or via its transitive closure, but will not be translated to 213 transitive = transitive_idl_import_roots, 218 transitive = transitive_idl_imports, 222 transitive = transitive_idl_preprocessed, 243 transitive = transitive_idl_import_roots, 248 transitive = transitive_idl_imports, 252 depset(idl_preprocessed, transitive = transitive_idl_preprocessed),
|
D | busybox.bzl | 239 of ResourcesNodeInfo from transitive dependencies (not including directs). 240 transitive_manifests: List of Depsets. Depsets contain all transitive manifests. 241 transitive_assets: List of Depsets. Depsets contain all transitive assets. 242 transitive_compiled_assets: List of Depsets. Depsets contain all transitive 244 transitive_resource_files: List of Depsets. Depsets contain all transitive 246 transitive_compiled_resources: List of Depsets. Depsets contain all transitive 248 transitive_r_txts: List of Depsets. Depsets contain all transitive R txt files. 383 inputs = depset(input_files, transitive = transitive_input_files), 461 transitive_assets: Sequence of Depsets. The list of transitive 464 transitive assets_symbols files from deps. [all …]
|
D | proguard.bzl | 22 "The proguard configs within the transitive closure of the target", 89 transitive = transitive_validated_proguard_configs, 98 # able to process a transitive closure of deps to produce an aar.
|
/external/javaparser/javaparser-core-testing/src/test/resources/com/github/javaparser/bulk_test_results/ |
D | openjdk_src_repo_test_results.txt | 11 …" "protected" "public" "static" "strictfp" "synchronized" "transient" "transitive" "volatile" <EOF> 56 …requires" "short" "static" "strictfp" "synchronized" "to" "transient" "transitive" "uses" "void" "… 59 …xports" "module" "open" "opens" "provides" "requires" "strictfp" "to" "transitive" "uses" "with" <… 77 …requires" "short" "static" "strictfp" "synchronized" "to" "transient" "transitive" "uses" "volatil… 98 …requires" "short" "static" "strictfp" "synchronized" "to" "transient" "transitive" "uses" "volatil… 104 …" "open" "opens" "provides" "requires" "strictfp" "super" "this" "to" "transitive" "true" "uses" "… 105 …" "open" "opens" "provides" "requires" "strictfp" "super" "this" "to" "transitive" "true" "uses" "… 106 …" "open" "opens" "provides" "requires" "strictfp" "super" "this" "to" "transitive" "true" "uses" "… 107 …" "open" "opens" "provides" "requires" "strictfp" "super" "this" "to" "transitive" "true" "uses" "… 113 …" "open" "opens" "provides" "requires" "strictfp" "super" "this" "to" "transitive" "true" "uses" "… [all …]
|
/external/dagger2/tools/ |
D | maven_info.bzl | 29 All transitive deps of the target with srcs. 35 All transitive deps that are included in some maven dependency. 71 # If the dep is itself a maven artifact, add it and all of its transitive deps. 72 # Otherwise, just propagate its transitive maven deps. 85 maven_nearest_artifacts = depset(maven_artifacts, transitive = maven_nearest_artifacts), 86 maven_transitive_deps = depset(maven_deps, transitive = maven_transitive_deps), 87 all_transitive_deps = depset(all_deps, transitive = all_transitive_deps), 96 Collects the Maven information for targets, their dependencies, and their transitive exports.
|
/external/turbine/java/com/google/turbine/binder/ |
D | ClassPathBinder.java | 53 Map<ClassSymbol, BytecodeBoundClass> transitive = new LinkedHashMap<>(); in bindClasspath() local 66 bindJar(path, map, modules, benv, transitive, resources); in bindClasspath() 71 for (Map.Entry<ClassSymbol, BytecodeBoundClass> entry : transitive.entrySet()) { in bindClasspath() 106 Map<ClassSymbol, BytecodeBoundClass> transitive, 120 transitive.computeIfAbsent(
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/ |
D | lua_proto_library.bzl | 43 transitive = [proto_info.transitive_descriptor_sets], 76 transitive = [dep[_LuaFiles].files for dep in deps if _LuaFiles in dep] 77 return [_LuaFiles(files = depset(direct = files, transitive = transitive))]
|
/external/turbine/java/com/google/turbine/deps/ |
D | Transitive.java | 46 ImmutableMap.Builder<String, byte[]> transitive = ImmutableMap.builder(); in collectDeps() local 57 transitive.put(sym.binaryName(), ClassWriter.writeClass(trimClass(info.classFile()))); in collectDeps() 59 return transitive.build(); in collectDeps()
|
/external/llvm-project/polly/lib/External/isl/doc/ |
D | implementation.tex | 844 \label{eq:transitive:power} 857 then the transitive closure $R^+$ of $R$ is the union 864 Alternatively, the transitive closure may be defined 867 \label{eq:transitive:inductive} 872 Since the transitive closure of a polyhedral relation 875 of the transitive closure. 880 to be as close as possible to the actual transitive closure 884 For computing an approximation of the transitive closure of $R$, 897 The transitive closure is then 931 \label{eq:transitive:approx} [all …]
|
/external/grpc-grpc/doc/ |
D | server-reflection.md | 94 Because most usecases will require also requesting the transitive dependencies 95 of requested files, the queries will also return all transitive dependencies of 96 the returned file. Should interesting usecases for non-transitive queries turn 159 and all previously unsent transitive imports of that file. Servers may track 164 | files_for_file_name | transitive closure of file name | 165 | files_for_symbol_name | transitive closure file containing symbol | 166 | file_containing_extension | transitive closure of file containing a given extension number of a…
|
/external/clang/test/Modules/Inputs/declare-use/ |
D | module.map | 12 // Intentionally doesn't use XB to show that -fdecl-use isn't transitive. 18 // Intentionally doesn't use XB to show that -fdecl-use isn't transitive.
|
/external/llvm-project/clang/test/Modules/Inputs/declare-use/ |
D | module.map | 12 // Intentionally doesn't use XB to show that -fdecl-use isn't transitive. 18 // Intentionally doesn't use XB to show that -fdecl-use isn't transitive.
|
/external/jackson-databind/src/moditect/ |
D | module-info.java | 6 requires transitive com.fasterxml.jackson.annotation; 7 requires transitive com.fasterxml.jackson.core;
|
/external/google-java-format/core/src/test/resources/com/google/googlejavaformat/java/testdata/ |
D | M3.output | 3 requires transitive static moduleA;
|
D | M3.input | 3 requires transitive static moduleA;
|
/external/tensorflow/tensorflow/python/autograph/operators/ |
D | BUILD | 88 # TODO(b/145618471): Remove this transitive dependency. 124 # TODO(b/145618471): Remove this transitive dependency.
|
/external/llvm/test/Instrumentation/ThreadSanitizer/ |
D | capture.ll | 38 ; transitive escape 80 ; transitive escape
|
/external/llvm-project/llvm/test/Instrumentation/ThreadSanitizer/ |
D | capture.ll | 38 ; transitive escape 80 ; transitive escape
|
/external/conscrypt/benchmark-android/ |
D | build.gradle | 54 // make the complete JAR. Some we do not want the transitive dependencies because 57 depsJarApi.transitive = true 60 depsJarImplementation.transitive = false
|
/external/dokka/integration/ |
D | build.gradle | 24 transitive = false
|
/external/turbine/javatests/com/google/turbine/parse/testdata/ |
D | module-info.input | 10 requires transitive jdk.compiler;
|
/external/turbine/java/com/google/turbine/main/ |
D | Main.java | 205 Map<String, byte[]> transitive = Transitive.collectDeps(bootclasspath, bound); in compile() local 206 writeOutput(options, bound.generatedClasses(), lowered.bytes(), transitive); in compile() 366 Map<String, byte[]> transitive) in writeOutput() argument 378 for (Map.Entry<String, byte[]> entry : transitive.entrySet()) { in writeOutput()
|
/external/llvm-project/mlir/lib/CAPI/ |
D | CMakeLists.txt | 21 # Accumulate transitive deps of each exported lib into _DEPS.
|