HomeSort by relevance Sort by last modified time
    Searched refs:dependencies (Results 26 - 50 of 1314) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/guice/extensions/grapher/test/com/google/inject/grapher/
TransitiveDependencyVisitorTest.java 61 Collection<Key<?>> dependencies = visitor.visit((ConstructorBinding<?>) binding); local
63 assertDependencies(dependencies, Key.get(A.class), Key.get(B.class), Key.get(C.class),
70 Collection<Key<?>> dependencies = visitor.visit( local
73 assertDependencies(dependencies, Key.get(String.class, Names.named("number")));
78 Collection<Key<?>> dependencies = visitor.visit( local
81 // Dependencies will only be on the field- and method-injected classes.
82 assertDependencies(dependencies, Key.get(A.class), Key.get(D.class));
87 Collection<Key<?>> dependencies = visitor.visit( local
90 // Dependencies should only be on the stated
92 assertDependencies(dependencies, Key.get(G.class))
97 Collection<Key<?>> dependencies = visitor.visit((LinkedKeyBinding<?>) binding); local
105 Collection<Key<?>> dependencies = visitor.visit((ProviderBinding<?>) binding); local
113 Collection<Key<?>> dependencies = visitor.visit( local
122 Collection<Key<?>> dependencies = visitor.visit((ProviderKeyBinding<?>) binding); local
    [all...]
  /packages/services/Car/car-lib/src/android/car/vms/
VmsLayersOffering.java 27 * The state of dependencies for a single publisher.
36 public VmsLayersOffering(List<VmsLayerDependency> dependencies) {
37 mDependencies = Collections.unmodifiableList(dependencies);
41 * Returns the dependencies.
68 List<VmsLayerDependency> dependencies = new ArrayList<>(); local
69 in.readParcelableList(dependencies, VmsLayerDependency.class.getClassLoader());
70 mDependencies = Collections.unmodifiableList(dependencies);
  /tools/tradefederation/core/src/com/android/tradefed/command/
CommandFileWatcher.java 57 public final List<CommandFile> dependencies; field in class:CommandFileWatcher.CommandFile
60 * Construct a CommandFile with no arguments and no dependencies
71 this.dependencies = Collections.emptyList();
80 * @param dependencies The command files that this command file
81 * requires as transitive dependencies. A change in any of the
82 * dependencies will trigger a reload, but none of the
83 * dependencies themselves will be reloaded directly, only the
86 public CommandFile(File cmdFile, List<String> extraArgs, List<File> dependencies) {
97 if (dependencies == null) {
98 this.dependencies = Collections.emptyList()
    [all...]
  /bionic/tools/versioner/tests/slow_preprocessor_idempotence/
run.sh 5 versioner out/initial ../../dependencies -o out/second
  /developers/build/prebuilts/gradle/WearSpeakerSample/wear/
build.gradle 39 dependencies {
  /developers/samples/android/ui/views/EffectiveNavigation/app/
build.gradle 48 dependencies {
  /developers/samples/android/wearable/wear/WearSpeakerSample/wear/
build.gradle 39 dependencies {
  /external/jarjar/
build.gradle 27 dependencies {
  /external/smali/util/
build.gradle 32 dependencies {
  /developers/build/prebuilts/gradle/MultiWindowPlayground/Application/
build.gradle 22 dependencies {
60 dependencies {
  /developers/samples/android/ui/window/MultiWindowPlayground/Application/
build.gradle 22 dependencies {
60 dependencies {
  /external/dagger2/compiler/src/it/functional-tests/src/main/java/test/nullables/
NullComponentWithDependency.java 22 @Component(dependencies = NullComponent.class)
  /external/dagger2/compiler/src/it/producers-functional-tests/src/main/java/producerstest/
DependentComponent.java 25 dependencies = {DependedComponent.class, DependedProductionComponent.class})
  /external/dagger2/compiler/src/it/producers-functional-tests/src/main/java/producerstest/badexecutor/
SimpleComponent.java 25 @ProductionComponent(dependencies = ComponentDependency.class, modules = SimpleProducerModule.class)
  /system/bt/btcore/src/
osi_module.cc 44 .dependencies = {NULL}};
  /toolchain/binutils/binutils-2.25/opcodes/
ia64-asmtab.h 62 potentially different dependencies.
66 OFFSET fields. The completer entry may also note dependencies for the
86 Only dependencies listed in the terminal completer for an opcode are
116 short dependencies; member in struct:ia64_completer_table
  /external/doclava/
build.gradle 56 dependencies {
64 dependencies {
72 dependencies {
  /external/swiftshader/third_party/LLVM/tools/llvm-config/
find-cycles.pl 5 # Synopsis: Given a list of possibly cyclic dependencies, merge all the
7 # dependencies between different parts of LLVM.
34 my @dependencies = split(/ /, $dependency_str);
35 $DEPS{$module} = \@dependencies;
38 # Partition our raw dependencies into sets of cyclically-connected nodes.
41 # Print out the finished cycles, with their dependencies.
47 # Merge the dependencies of all modules in this cycle.
48 my %dependencies;
50 @dependencies{@{$DEPS{$module}}} = 1;
53 # Prune the known cyclic dependencies.
    [all...]
  /developers/build/prebuilts/gradle/EmojiCompat/app/
build.gradle 45 dependencies {
  /developers/samples/android/views/EmojiCompat/app/
build.gradle 45 dependencies {
  /developers/samples/android/views/EmojiCompat/
build.gradle 21 dependencies {
  /developers/samples/android/wearable/wear/WearSpeakerSample/
build.gradle 23 dependencies {
26 // NOTE: Do not place your application dependencies here; they belong
  /external/libyuv/files/
public.mk 3 # Note that dependencies on NDK are not directly listed since NDK auto adds
  /external/libyuv/
public.mk 3 # Note that dependencies on NDK are not directly listed since NDK auto adds
  /external/skia/platform_tools/android/apps/viewer/
build.gradle 9 dependencies {

Completed in 720 milliseconds

12 3 4 5 6 7 8 91011>>