HomeSort by relevance Sort by last modified time
    Searched refs:dependency (Results 376 - 400 of 1557) sorted by null

<<11121314151617181920>>

  /frameworks/support/work/workmanager/src/androidTest/java/androidx/work/impl/
WorkerWrapperTest.java 53 import androidx.work.impl.model.Dependency;
262 Dependency dependency = new Dependency(work.getStringId(), prerequisiteWork.getStringId()); local
268 mDependencyDao.insertDependency(dependency);
302 Dependency dependency = new Dependency(work.getStringId(), prerequisiteWork.getStringId()); local
308 mDependencyDao.insertDependency(dependency);
340 Dependency dependency1
389 Dependency dependency = new Dependency(work.getStringId(), prerequisiteWork.getStringId()); local
    [all...]
  /build/blueprint/
ninja_defs.go 25 // A Deps value indicates the dependency file format that Ninja should expect to
60 Depfile string // The dependency file name.
61 Deps Deps // The format of the dependency file.
81 Depfile string // The dependency file name.
82 Deps Deps // The format of the dependency file.
visit_test.go 57 panic(fmt.Errorf("unexpected dependency tag on %q", ctx.OtherModuleName(dep)))
  /frameworks/support/buildSrc/src/main/kotlin/androidx/build/
DiffAndDocs.kt 170 val dependency = strategy.dependency(extension)
171 depHandler.add("${rule.name}Implementation", dependency)
175 docsTasks[rule.name]!!.source(prebuiltSources(root, dependency,
373 * <li>Sets up a dependency to ensure the project is compiled prior to running the task
743 private fun Prebuilts.dependency(extension: SupportLibraryExtension) =
  /external/skia/infra/bots/
gen_tasks.go 505 // generated chain of tasks, which the Job should add as a dependency.
616 // dependency.
642 // dependency.
665 // generated chain of tasks, which the Job should add as a dependency.
716 // in the generated chain of tasks, which the Job should add as a dependency.
740 // in the generated chain of tasks, which the Job should add as a dependency.
767 // should add as a dependency.
789 // generated chain of tasks, which the Job should add as a dependency.
820 // generated chain of tasks, which the Job should add as a dependency.
888 // generated chain of tasks, which the Job should add as a dependency
    [all...]
  /external/skqp/infra/bots/
gen_tasks.go 506 // generated chain of tasks, which the Job should add as a dependency.
620 // dependency.
646 // dependency.
669 // generated chain of tasks, which the Job should add as a dependency.
720 // in the generated chain of tasks, which the Job should add as a dependency.
744 // in the generated chain of tasks, which the Job should add as a dependency.
771 // should add as a dependency.
793 // generated chain of tasks, which the Job should add as a dependency.
824 // generated chain of tasks, which the Job should add as a dependency.
892 // generated chain of tasks, which the Job should add as a dependency
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-gradle/26.2.0-alpha16/
lint-gradle-26.2.0-alpha16.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
maven-project-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-aether-provider/3.3.9/
maven-aether-provider-3.3.9.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-project/2.2.1/
maven-project-2.2.1.jar 
  /build/make/core/
allowed_ndk_types.mk 54 # first linked library in the dependency chain which gets used.
  /build/soong/android/
namespace_test.go 375 // should complain about the missing namespace and not complain about the unresolvable dependency
659 visit := func(dependency blueprint.Module) {
660 if dependency == possibleDependency.module {
670 visit := func(dependency blueprint.Module) {
prebuilt_test.go 155 t.Errorf("dependency on prebuilt module not marked used")
  /build/soong/cc/
cc_test.go 350 testCcError(t, "dependency \".*\" of \".*\" missing variant", `
368 testCcError(t, "dependency \".*\" of \".*\" missing variant", `
387 testCcError(t, "dependency \".*\" of \".*\" missing variant", `
406 testCcError(t, "dependency \".*\" of \".*\" missing variant", `
820 testCcError(t, "dependency \".*\" of \".*\" missing variant", `
888 testCcError(t, "dependency \".*\" of \".*\" missing variant", `
1133 // So, we don't actually have to check that a shared dependency of c will change the order
1135 // a shared dependency on b, that that shows up in allOrdered.
1147 // tiebreakers for when two modules specifying different orderings and there is no dependency
    [all...]
  /build/soong/cmd/pom2bp/
pom2bp.go 119 type Dependency struct {
120 XMLName xml.Name `xml:"dependency"`
131 func (d Dependency) BpName() string {
150 Dependencies []*Dependency `xml:"dependencies>dependency"`
202 // We've seen the POM for this dependency, use its packaging
203 // as the dependency type rather than Maven spec default.
206 // Dependency type was not specified and we don't have the POM
  /build/soong/cmd/pom2mk/
pom2mk.go 118 type Dependency struct {
119 XMLName xml.Name `xml:"dependency"`
130 func (d Dependency) MkName() string {
149 Dependencies []*Dependency `xml:"dependencies>dependency"`
202 // We've seen the POM for this dependency, use its packaging
203 // as the dependency type rather than Maven spec default.
206 // Dependency type was not specified and we don't have the POM
  /build/soong/ui/build/
test_build.go 39 // Get a list of leaf nodes in the dependency graph from ninja
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
FileDescriptor.cs 101 if (index < 0 || index >= proto.Dependency.Count)
103 throw new DescriptorValidationException(@this, "Invalid public dependency index.");
105 string name = proto.Dependency[index];
111 throw new DescriptorValidationException(@this, "Invalid public dependency: " + name);
247 if (dependencies.Length != proto.Dependency.Count)
254 for (int i = 0; i < proto.Dependency.Count; i++)
256 if (dependencies[i].Name != proto.Dependency[i])
262 proto.Dependency[i] + " but was: " + dependencies[i].Name);
333 /// This is used for protos which take a direct dependency on <c>descriptor.proto</c>, typically for
337 /// C# codegen in protoc automatically uses this property when it detects a dependency on <c>descriptor.proto</c>
    [all...]
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
Descriptors.java 389 // We allow unknown dependencies by default. If a dependency cannot
464 "Invalid public dependency index.");
471 "Invalid public dependency: " + name);
2130 addPackage(dependency.getPackage(), dependency); local
    [all...]
  /prebuilts/go/darwin-x86/src/go/ast/
commentmap_test.go 5 // To avoid a cyclic dependency with go/parser, this file is in a separate package.
  /prebuilts/go/darwin-x86/src/runtime/
vdso_linux_386.go 75 vda_name uint32 /* Version or dependency names */
vdso_linux_amd64.go 75 vda_name uint32 /* Version or dependency names */
  /prebuilts/go/linux-x86/src/go/ast/
commentmap_test.go 5 // To avoid a cyclic dependency with go/parser, this file is in a separate package.
  /prebuilts/go/linux-x86/src/runtime/
vdso_linux_386.go 75 vda_name uint32 /* Version or dependency names */
vdso_linux_amd64.go 75 vda_name uint32 /* Version or dependency names */

Completed in 1254 milliseconds

<<11121314151617181920>>