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

1 2 3 45 6 7 8 91011>>

  /external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/
CheckedProviderMethod.java 48 private final ImmutableSet<Dependency<?>> dependencies; field in class:CheckedProviderMethod
59 ImmutableSet<Dependency<?>> dependencies,
68 this.dependencies = dependencies;
132 return dependencies;
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
FileDescriptor.cs 46 private FileDescriptor(ByteString descriptorData, FileDescriptorProto proto, FileDescriptor[] dependencies, DescriptorPool pool, bool allowUnknownDependencies, GeneratedClrTypeInfo generatedCodeInfo)
51 Dependencies = new ReadOnlyCollection<FileDescriptor>((FileDescriptor[]) dependencies.Clone());
53 PublicDependencies = DeterminePublicDependencies(this, proto, dependencies, allowUnknownDependencies);
87 /// Extracts public dependencies from direct dependencies. This is a static method despite its
90 private static IList<FileDescriptor> DeterminePublicDependencies(FileDescriptor @this, FileDescriptorProto proto, FileDescriptor[] dependencies, bool allowUnknownDependencies)
93 foreach (var file in dependencies)
113 // Ignore unknown dependencies.
155 /// Unmodifiable list of this file's dependencies (imports)
    [all...]
  /external/autotest/client/common_lib/hosts/
repair.py 48 Exception raised for failures in dependencies.
69 failed dependencies.
76 failed dependencies.
98 argument is used to introduce the various failed dependencies.
102 @param deps A string introducing the dependencies that
125 Both repair and verify operations have the notion of dependencies
135 def __init__(self, tag, dependencies):
136 self._dependency_list = dependencies
161 list. If any verifier in the transitive closure of dependencies
193 Verify that all of this node's dependencies pass for a host
    [all...]
  /external/guice/extensions/grapher/src/com/google/inject/grapher/
TransitiveDependencyVisitor.java 40 * dependencies. Used by {@link InjectorGrapher} to walk the dependency graph
49 Set<Key<?>> dependencies = Sets.newHashSet(); local
52 dependencies.add(dependency.getKey());
55 return dependencies;
  /external/v8/src/compiler/
js-create-lowering.h 35 JSCreateLowering(Editor* editor, CompilationDependencies* dependencies,
39 dependencies_(dependencies),
94 CompilationDependencies* dependencies() const { return dependencies_; } function in class:v8::internal::compiler::final
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
ListenerExpr.java 72 final List<Dependency> dependencies = new ArrayList<Dependency>(); local
75 dependencies.add(dependency);
76 return dependencies;
  /prebuilts/go/darwin-x86/src/go/types/
ordering.go 18 // by dependencies on embedded interfaces that are also declared
22 // TODO(gri) Consider sorting all types by dependencies here, and
29 // collect interface types with their dependencies, and all other objects
33 // determine dependencies on embedded interfaces
56 // sort interface types topologically by dependencies,
57 // and in source order if there are no dependencies
  /prebuilts/go/linux-x86/src/go/types/
ordering.go 18 // by dependencies on embedded interfaces that are also declared
22 // TODO(gri) Consider sorting all types by dependencies here, and
29 // collect interface types with their dependencies, and all other objects
33 // determine dependencies on embedded interfaces
56 // sort interface types topologically by dependencies,
57 // and in source order if there are no dependencies
  /external/guice/extensions/multibindings/src/com/google/inject/multibindings/
MapBinder.java 380 ImmutableSet<Dependency<?>> dependencies local
388 new RealProviderMapProvider(dependencies, entrySetProvider));
398 binder.bind(mapKey).toProvider(new RealMapProvider(dependencies, mapProvider));
448 private final ImmutableSet<Dependency<?>> dependencies; field in class:MapBinder.RealMapBinder.RealProviderMapProvider
453 ImmutableSet<Dependency<?>> dependencies,
456 this.dependencies = dependencies;
527 return dependencies;
532 private final ImmutableSet<Dependency<?>> dependencies; field in class:MapBinder.RealMapBinder.RealMapProvider
536 ImmutableSet<Dependency<?>> dependencies,
633 ImmutableSet<Dependency<?>> dependencies local
660 private final ImmutableSet<Dependency<?>> dependencies; field in class:MapBinder.RealMapBinder.MultimapBinder.RealProviderMultimapProvider
703 private final ImmutableSet<Dependency<?>> dependencies; field in class:MapBinder.RealMapBinder.MultimapBinder.RealMultimapProvider
    [all...]
  /cts/tools/cts-api-coverage/src/
Android.mk 33 # This tool is not checking any dependencies or metadata, so all of the
34 # dependencies of all of the tests must be on its classpath. This is
  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
manager.py 17 """Manages file dependencies found locally or in cloud_storage.
32 No requirements on the type of Config, and any dependencies that have
46 # Where the dependencies and platforms are strings, and the
160 def PrefetchPaths(self, platform, dependencies=None, cloud_storage_retries=3):
161 if not dependencies:
162 dependencies = self._lookup_dict.keys()
167 for dependency in dependencies:
  /external/dagger2/compiler/src/it/functional-tests/src/main/java/test/builder/
TestComponentWithBuilderAbstractClass.java 22 dependencies = DepComponent.class)
TestComponentWithGenericBuilderAbstractClass.java 22 dependencies = DepComponent.class)
TestComponentWithGenericBuilderInterface.java 22 dependencies = DepComponent.class)
  /external/protobuf/src/google/protobuf/compiler/java/
java_shared_code_generator.cc 167 // Find out all dependencies.
168 vector<pair<string, string> > dependencies; local
175 dependencies.push_back(std::make_pair(filename, classname));
187 for (int i = 0; i < dependencies.size(); i++) {
188 const string& dependency = dependencies[i].second;
  /frameworks/data-binding/extensions/baseAdapters/
build.gradle 17 dependencies {
19 // NOTE: Do not place your application dependencies here; they belong
55 dependencies {
  /frameworks/support/design/src/android/support/design/widget/
HeaderScrollingViewBehavior.java 61 final List<View> dependencies = parent.getDependencies(child); local
62 final View header = findFirstDependency(dependencies);
103 final List<View> dependencies = parent.getDependencies(child); local
104 final View header = findFirstDependency(dependencies);
  /packages/services/Car/service/src/com/android/car/
VmsLayersAvailability.java 94 * dependencies were satisfied.
147 for (Set<VmsLayer> dependencies : mPotentialLayersAndDependencies.get(layer)) {
148 // If layer does not have any dependencies then add to supported.
149 if (dependencies == null || dependencies.isEmpty()) {
157 for (VmsLayer dependency : dependencies) {
  /system/media/camera/docs/
metadata-parser-sanity-check 26 $thisdir/metadata-check-dependencies || exit 1
  /build/make/tools/
soong_to_convert.py 38 All of their dependencies have been satisfied, and any potential problems
60 """Based on the depsdb, count the number of transitive dependencies.
80 for (module, problem, dependencies) in reader:
82 deps[module] = [d for d in dependencies.strip().split(' ') if d != ""]
90 # Only display actionable conversions, ones without missing dependencies
  /external/compiler-rt/lib/builtins/
Makefile.mk 24 # FIXME: use automatic dependencies?
25 Dependencies := $(wildcard $(Dir)/*.h)
  /external/compiler-rt/lib/builtins/arm/
Makefile.mk 19 # FIXME: use automatic dependencies?
20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
  /external/jdiff/
build.gradle 46 dependencies {
  /external/noto-fonts/emoji-compat/
build.gradle 31 dependencies {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-apache-bcel.jar 

Completed in 1110 milliseconds

1 2 3 45 6 7 8 91011>>