HomeSort by relevance Sort by last modified time
    Searched defs:Dependency (Results 1 - 25 of 280) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/support/work/workmanager/src/main/java/androidx/work/impl/model/
Dependency.java 27 * Database entity that defines a dependency between two {@link WorkSpec}s.
50 public class Dependency {
59 public Dependency(@NonNull String workSpecId, @NonNull String prerequisiteId) {
  /build/make/tools/
parsedeps.py 9 class Dependency:
29 t = Dependency(tgt)
33 p = Dependency(prereq)
41 t = Dependency(tgt)
java-layers.py 30 sys.stderr.write(" listed in the dependency file.\n")
37 class Dependency:
59 sys.stderr.write("%s:%d: Circular dependency found:\n"
62 sys.stderr.write("%s:%d: Dependency: %s\n"
150 deps[lower] = Dependency(filename, n, lower, top, lowlevel, legacy)
157 sys.stderr.write(("%s:%d: Can't add dependency to top level package "
161 dep = Dependency(filename, n, lower, False, False, False)
225 sys.stderr.write(("%s: Error: Package does not appear in dependency file: "
250 sys.stderr.write("%s: Using this file as dependency file.\n" % argv[1])
  /external/tensorflow/tensorflow/stream_executor/lib/
initialize.h 38 struct Dependency {
39 Dependency(const char *n, Initializer *i) : name(n), initializer(i) {}
47 const Dependency &dependency);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
MultiThread.h 57 BUILD_ITEM *Dependency;
  /external/mockito/src/test/java/org/mockitousage/annotation/
DeprecatedAnnotationEngineApiTest.java 30 @Mock Dependency mock;
34 Dependency dependency; field in class:DeprecatedAnnotationEngineApiTest.Tested
35 public void setDependency(Dependency dependency) {
36 this.dependency = dependency;
40 class Dependency {}
54 assertNotNull(test.tested.dependency);
55 assertSame(test.mock, test.tested.dependency);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
TunerActivity.java 28 import com.android.systemui.Dependency;
40 Dependency.initDependencies(this);
56 Dependency.destroy(FragmentService.class, s -> s.destroyAll());
57 Dependency.clearDependencies();
  /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
  /external/guice/core/src/com/google/inject/spi/
Dependency.java 33 * <p>Use {@link #get} to build a freestanding dependency, or {@link InjectionPoint} to build one
40 public final class Dependency<T> {
46 Dependency(InjectionPoint injectionPoint, Key<T> key, boolean nullable, int parameterIndex) {
54 * Returns a new dependency that is not attached to an injection point. The returned dependency is
57 public static <T> Dependency<T> get(Key<T> key) {
58 return new Dependency<T>(null, MoreTypes.canonicalizeKey(key), true, -1);
64 public static Set<Dependency<?>> forInjectionPoints(Set<InjectionPoint> injectionPoints) {
65 List<Dependency<?>> dependencies = Lists.newArrayList();
73 * Returns the key to the binding that satisfies this dependency
109 Dependency dependency = (Dependency) o; local
    [all...]
  /external/skia/tools/
sk_tool_utils.h 195 static TopoTestNode* Dependency(TopoTestNode* node, int index) {
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/customize/
TileQueryHelperTest.java 31 import com.android.systemui.Dependency;
58 mDependency.injectTestDependency(Dependency.BG_LOOPER, mBGLooper.getLooper());
72 waitForIdleSync(Dependency.get(Dependency.MAIN_HANDLER));
82 waitForIdleSync(Dependency.get(Dependency.MAIN_HANDLER));
97 waitForIdleSync(Dependency.get(Dependency.MAIN_HANDLER));
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
Dependency.java 16 public class Dependency {
29 public Dependency(Expr dependant, Expr other) {
37 public Dependency(Expr dependant, Expr other, Expr condition, boolean expectedOutput) {
  /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
  /external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/
CheckedProviderMethodsModule.java 31 import com.google.inject.spi.Dependency;
97 List<Dependency<?>> dependencies = Lists.newArrayList();
111 dependencies.add(Dependency.get(key));
  /external/skia/include/private/
GrOpList.h 92 * Dump out the GrOpList dependency DAG
164 static GrOpList* Dependency(GrOpList* opList, int index) {
  /external/skqp/include/private/
GrOpList.h 103 * Dump out the GrOpList dependency DAG
175 static GrOpList* Dependency(GrOpList* dt, int index) {
  /external/skqp/tools/
sk_tool_utils.h 192 static TopoTestNode* Dependency(TopoTestNode* node, int index) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
Dependency.java 113 * long-term dependency injection solution.
126 public class Dependency extends SystemUI {
127 private static final String TAG = "Dependency";
154 // TODO: Think about ways to push these creation rules out of Dependency to cut down
377 throw new IllegalArgumentException("Unsupported dependency " + cls
383 private static Dependency sDependency;
401 Dependency d = new Dependency();
418 * Checks to see if a dependency is instantiated, if it is it removes it from
  /build/soong/java/
java.go 247 // full implementation jar file suitable for static dependency of another module compile
266 // installed file for binary dependency
283 type Dependency interface {
567 ctx.ModuleErrorf("genrule %q must generate files ending with .jar to be used as a libs or static_libs dependency",
605 case Dependency:
617 // framework.jar has a one-off dependency on the R.java and Manifest.java files
624 panic(fmt.Errorf("unknown dependency %q for %q", otherName, ctx.ModuleName()))
641 ctx.ModuleErrorf("dependency on genrule %q may only be in srcs, libs, or static_libs", otherName)
653 panic("Missing directory for system module dependency")
    [all...]
  /external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
FactoryProvider.java 35 import com.google.inject.spi.Dependency;
323 public Set<Dependency<?>> getDependencies() {
324 List<Dependency<?>> dependencies = Lists.newArrayList();
328 dependencies.add(Dependency.get(parameter.getPrimaryBindingKey()));
  /external/llvm/lib/CodeGen/
ImplicitNullChecks.cpp 79 // If this is non-null, then MemOperation has a dependency on on this
166 /// has one and only one transitive dependency, set \p Dependency to that
168 bool isSafeToHoist(MachineInstr *MI, MachineInstr *&Dependency);
221 MachineInstr *&Dependency) {
223 Dependency = nullptr;
240 // instruction causing this dependency can be hoisted too.
243 // We don't have precise dependency information.
246 if (Dependency) {
247 if (Dependency == MI
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DeadStoreElimination.cpp 541 /// HandleFree - Handle frees of entire structures whose dependency is a store
549 Instruction *Dependency = Dep.getInst();
550 if (!hasMemoryWrite(Dependency) || !isRemovable(Dependency))
554 GetUnderlyingObject(getStoredPointerOperand(Dependency));
561 DeleteDeadInstruction(Dependency, *MD);
565 // Inst's old Dependency is now deleted. Compute the next dependency,
  /external/tensorflow/tensorflow/contrib/eager/python/
checkpointable_utils_test.py 304 # non-Layer dependency of the network
541 class Dependency(checkpointable.Checkpointable):
550 self.dep = Dependency()
571 class Dependency(checkpointable.Checkpointable):
580 dep = Dependency()
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
MultiUserSwitch.java 32 import com.android.systemui.Dependency;
72 setUserSwitcherController(Dependency.get(UserSwitcherController.class));
142 Dependency.get(ActivityStarter.class).postStartActivityDismissingKeyguard(intent, 0);
  /external/guice/extensions/multibindings/src/com/google/inject/multibindings/
Multibinder.java 44 import com.google.inject.spi.Dependency;
274 private Set<Dependency<?>> dependencies;
327 List<Dependency<?>> dependencies = Lists.newArrayList();
334 dependencies.add(Dependency.get(binding.getKey()));
441 public Set<Dependency<?>> getDependencies() {
443 return ImmutableSet.<Dependency<?>>of(Dependency.get(Key.get(Injector.class)));
475 @Override public Set<Dependency<?>> getDependencies() {
477 return ImmutableSet.<Dependency<?>>of(Dependency.get(Key.get(Injector.class)))
    [all...]

Completed in 964 milliseconds

1 2 3 4 5 6 7 8 91011>>