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

<<21222324252627282930>>

  /external/guice/extensions/multibindings/test/com/google/inject/multibindings/
MultibinderTest.java 54 import com.google.inject.spi.Dependency;
519 for (Dependency<?> dependency : withDependencies.getDependencies()) {
520 elements.add((String) injector.getInstance(dependency.getKey()));
551 for (Dependency<?> dependency : withDependencies.getDependencies()) {
552 Binding<?> b = injector.getBinding(dependency.getKey());
566 fail("Unexpected dependency of: " + dependency);
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
parser.cc     [all...]
importer_unittest.cc 181 // Check that foo's dependency is the same object as bar.
183 EXPECT_EQ(bar, foo->dependency(0));
  /frameworks/base/core/java/android/widget/
RelativeLayout.java 51 * Note that you cannot have a circular dependency between the size of the RelativeLayout and the
1830 final Node dependency = keyNodes.get(rule); local
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-model/3.2.1/
maven-model-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-model/3.3.9/
maven-model-3.3.9.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.0.0-alpha1/
builder-2.0.0-alpha1.jar 
  /frameworks/support/coordinatorlayout/src/main/java/androidx/coordinatorlayout/widget/
CoordinatorLayout.java 684 // Now add the dependency to the graph
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/2.5.0-alpha-preview-02/
gradle-core-2.5.0-alpha-preview-02.jar 
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.0/
dagger-compiler-2.0.jar 
  /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...]
droiddoc.go 215 case Dependency:
222 panic(fmt.Errorf("unknown dependency %q for %q", otherName, ctx.ModuleName()))
232 ctx.ModuleErrorf("dependency on genrule %q may only be in srcs, libs", otherName)
  /external/testng/lib-supplied/
guice-2.0.jar 
  /build/kati/
ninja.go 406 func (n *NinjaGenerator) dependency(node *DepNode) (string, string) { func
512 inputs, orderOnlys := n.dependency(node)
583 description = Regenerate ninja files due to dependency
  /prebuilts/go/darwin-x86/src/go/types/
object.go 153 func (*Const) isDependency() {} // a constant may be a dependency of an initialization expression
228 func (*Var) isDependency() {} // a variable may be a dependency of an initialization expression
259 func (*Func) isDependency() {} // a function may be a dependency of an initialization expression
  /prebuilts/go/linux-x86/src/go/types/
object.go 153 func (*Const) isDependency() {} // a constant may be a dependency of an initialization expression
228 func (*Var) isDependency() {} // a variable may be a dependency of an initialization expression
259 func (*Func) isDependency() {} // a function may be a dependency of an initialization expression
  /external/nanopb-c/generator/
nanopb_generator.py 680 assert not data, "A cyclic dependency exists amongst %r" % data
725 for dependency in dependencies:
726 noext = os.path.splitext(dependency)[0]
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
task.rb 189 | -- ignoring dependency
  /external/autotest/client/common_lib/hosts/
repair.py 48 '_DependencyFailure', ('dependency', 'error'))
56 failure being passed back from a verification dependency. That is,
58 to signal that the original failure is further down the dependency
63 failed dependency:
64 * The `dependency` attribute of each failure is the description
65 of the failed dependency.
67 the exception from the failed dependency.
94 This writes a short summary of the dependency failures captured
102 dependency in `self` are be logged at DEBUG level. The `deps`
113 logging.debug(' %s', failure.dependency)
    [all...]
  /external/libmojo/third_party/jinja2/
compiler.py 582 for dependency in 'filters', 'tests':
583 mapping = getattr(self, dependency)
584 for name in getattr(visitor, dependency):
588 (mapping[name], dependency, name))
    [all...]
  /external/protobuf/src/google/protobuf/compiler/ruby/
ruby_generator.cc 347 file->name() + " has a dependency on a type from proto2 file " +
369 // the dependency completely. Users won't be able to use any proto2 extensions,
385 // Ok to omit this proto2 dependency -- so we won't print anything.
386 GOOGLE_LOG(WARNING) << "Omitting proto2 dependency '" << import->name()
411 if (!MaybeEmitDependency(file->dependency(i), file, printer, error)) {
  /external/wayland-protocols/
wayland_protocol_codegen.go 254 // For each entry in "tool", walk the dependency graph to get more
291 ctx.ModuleErrorf("unknown dependency on %q", ctx.OtherModuleName(module))
  /prebuilts/go/darwin-x86/src/runtime/
stubs.go 190 // side naturally has a data dependency order. All architectures that
192 // data dependency ordering.
  /prebuilts/go/linux-x86/src/runtime/
stubs.go 190 // side naturally has a data dependency order. All architectures that
192 // data dependency ordering.
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.3.0/
lint-tests-25.3.0.jar 

Completed in 1668 milliseconds

<<21222324252627282930>>