OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mapBindings
(Results
1 - 6
of
6
) sorted by null
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
ContributionBinding.java
258
Set<ContributionBinding>
mapBindings
) {
261
mapBindings
,
276
indexMapBindingsByAnnotationType(Set<ContributionBinding>
mapBindings
) {
279
mapBindings
,
BindingGraphValidator.java
371
* Returns {@code true} (and reports errors) if {@code
mapBindings
} has more than one binding
375
Deque<ResolvedRequest> path, Set<ContributionBinding>
mapBindings
) {
378
indexMapBindingsByMapKey(
mapBindings
).asMap().values()) {
388
* Returns {@code true} (and reports errors) if {@code
mapBindings
} uses more than one
[
all
...]
/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
ViewDataBinding.java
565
protected static Object[]
mapBindings
(DataBindingComponent bindingComponent, View root,
568
mapBindings
(bindingComponent, root, bindings, includes, viewsWithIds, true);
905
protected static Object[]
mapBindings
(DataBindingComponent bindingComponent, View[] roots,
909
mapBindings
(bindingComponent, roots[i], bindings, includes, viewsWithIds, true);
914
private static void
mapBindings
(DataBindingComponent bindingComponent, View view,
[
all
...]
/external/guice/extensions/multibindings/src/com/google/inject/multibindings/
MapBinder.java
100
* <p>Contributing
mapbindings
from different modules is supported. For example,
329
private ImmutableList<Map.Entry<K, Binding<V>>>
mapBindings
;
519
mapBindings
= ImmutableList.copyOf(bindingsMutable);
593
return (List)
mapBindings
; // safe because
mapBindings
is immutable
[
all
...]
/frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/
LayoutBinderWriter.kt
431
tab("this(bindingComponent, $superParam,
mapBindings
(bindingComponent, root, $bindingCount, sIncludes, sViewsWithIds));")
445
tab("final Object[] bindings =
mapBindings
(bindingComponent, root, $bindingCount, sIncludes, sViewsWithIds);")
[
all
...]
/prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.6/
dagger-compiler-2.6.jar
Completed in 873 milliseconds