HomeSort by relevance Sort by last modified time
    Searched full:subcomponents (Results 1 - 25 of 28) sorted by null

1 2

  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
ComponentHierarchyValidator.java 32 * Validates the relationships between parent components and subcomponents.
49 componentDescriptor.subcomponents().entrySet()) {
52 // validate the way that we create subcomponents
65 "This module is present in %s. Subcomponents cannot use an instance of a "
87 "This module is present in %s. Subcomponents cannot use an instance of a "
MissingBindingSuggestions.java 23 * Utility code that looks for bindings matching a key in all subcomponents in a binding graph so
ComponentValidator.java 125 * Validates the given component subject. Also validates any referenced subcomponents that aren't
231 // Make sure we validate any subcomponents we're referencing, unless we know we validated
233 // TODO(sameb): If subcomponents refer to each other and both aren't in
260 // subcomponents and their modules separately from how it is done in ComponentDescriptor and
ProductionComponentProcessingStep.java 71 // production subcomponents.
BindingGraph.java 90 * {@linkplain Subcomponent subcomponents}, this set will be the transitive modules that are not
213 componentDescriptor.subcomponents().keySet(), isOfKind(SUBCOMPONENT_BUILDER))) {
242 componentDescriptor.subcomponents().entrySet()) {
547 * depend on multibindings with contributions from subcomponents.
ComponentDescriptor.java 150 * <p>Note that for subcomponents this <em>will not</em> include descriptors for any modules that
194 abstract ImmutableMap<ComponentMethodDescriptor, ComponentDescriptor> subcomponents(); method in class:ComponentDescriptor
AbstractComponentWriter.java 142 * For each component requirement, the builder field. This map is empty for subcomponents that do
150 * <p>Fields are written for all requirements for subcomponents that do not use a builder, and for
    [all...]
BindingGraphValidator.java 178 filterKeys(subject.componentDescriptor().subcomponents(), isOfKind(SUBCOMPONENT))
    [all...]
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
LICENSE.txt 50 FREEMARKER SUBCOMPONENTS UNDER DIFFERENT LICENSE:
52 FreeMarker includes a number of subcomponents that are licensed by the Apache
54 subcomponents is subject to the terms and conditions of the Apache License,
59 The subcomponents under this licence are the following files, which are
  /external/universal-tween-engine/java/applets/src/aurelienribon/tweenengine/applets/
TimelineApplet.form 51 <SubComponents>
91 <SubComponents>
101 <SubComponents>
107 </SubComponents>
119 </SubComponents>
150 <SubComponents>
210 <SubComponents>
241 </SubComponents>
272 <SubComponents>
283 </SubComponents>
    [all...]
TweenApplet.form 48 <SubComponents>
88 <SubComponents>
98 <SubComponents>
105 </SubComponents>
117 </SubComponents>
148 <SubComponents>
240 <SubComponents>
351 </SubComponents>
380 <SubComponents>
387 </SubComponents>
    [all...]
  /external/dagger2/compiler/src/it/functional-tests/src/main/java/test/multipackage/
FooComponent.java 25 * A component that tests the interaction between subcomponents, multiple packages, and
  /external/dagger2/core/src/main/java/dagger/
Component.java 170 * <a name="subcomponents">
171 * <h3>Subcomponents</h3>
180 * <p>Subcomponents are declared via a factory method on a parent component or subcomponent. The
197 * <p>While subcomponents are the simplest way to compose subgraphs of bindings, subcomponents are
199 * and subcomponents. As an alternative, components can use bindings only from another
  /external/dagger2/
CHANGELOG.md 28 * Subcomponents can now be abstract classes.
29 * Subcomponents now properly build the object graph in some cases involving explicit bindings
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DemoUtility.java 44 * subcomponents, call this to lay it out in the desired number of columns.
  /system/media/camera/docs/
metadata_helpers_test.py 181 # Words with 2 or less subcomponents are ignored for the capital letters
  /prebuilts/go/darwin-x86/src/net/url/
url_test.go 303 // host and port subcomponents; IPv4 address in RFC 3986
323 // host and port subcomponents; IPv6 address in RFC 3986
343 // host and port subcomponents; IPv6 address with zone identifier in RFC 6847
363 // host and port subcomponents; IPv6 address with zone identifier in RFC 6847
  /prebuilts/go/linux-x86/src/net/url/
url_test.go 303 // host and port subcomponents; IPv4 address in RFC 3986
323 // host and port subcomponents; IPv6 address in RFC 3986
343 // host and port subcomponents; IPv6 address with zone identifier in RFC 6847
363 // host and port subcomponents; IPv6 address with zone identifier in RFC 6847
  /external/valgrind/docs/internals/
xml-output-protocol4.txt 443 appearing here may contain tool-specific subcomponents.
454 tool-specific subcomponents.
  /external/apache-commons-math/
LICENSE 207 The Apache commons-math library includes a number of subcomponents
  /frameworks/base/docs/html/about/versions/
android-3.0-highlights.jd 174 <p>Starting with Android 3.0, developers can break the Activities of their applications into subcomponents called Fragments, then combine them in a variety of ways to create a richer, more interactive experience. For example, an application can use a set of Fragments to create a true multipane UI, with the user being able to interact with each pane independently. Fragments can be added, removed, replaced, and animated inside an Activity dynamically, and they are modular and reusable across multiple Activities. Because they are modular, Fragments also offer an efficient way for developers to write applications that can run properly on both larger screen as well as smaller screen devices.</p>
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.0/
dagger-compiler-2.0.jar 
  /external/llvm/docs/
DeveloperPolicy.rst 548 subcomponents that don't currently have one needs to be discussed on the
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp     [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp     [all...]

Completed in 1709 milliseconds

1 2