HomeSort by relevance Sort by last modified time
    Searched refs:mapKey (Results 1 - 22 of 22) sorted by null

  /external/guice/core/src/com/google/inject/internal/
ProvidesMethodScanner.java 24 import com.google.inject.multibindings.MapKey;
55 @SuppressWarnings({"unchecked", "rawtypes"}) // mapKey doesn't know its key type
60 AnnotationOrError mapKey = findMapKeyAnnotation(binder, method);
62 if (mapKey.annotation != null) {
63 binder.addError("Found a MapKey annotation on non map binding at %s.", method);
69 if (mapKey.annotation != null) {
70 binder.addError("Found a MapKey annotation on non map binding at %s.", method);
74 if (mapKey.error) {
75 // Already failed on the MapKey, don't bother doing more work.
78 if (mapKey.annotation == null)
    [all...]
RealMapBinder.java 236 Key<Map<K, V>> mapKey,
239 new RealMapBinder<K, V>(binder, keyType, valueType, mapKey, entrySetBinder);
258 Key<Map<K, V>> mapKey,
260 this.bindingSelection = new BindingSelection<>(keyType, valueType, mapKey, entrySetBinder);
357 private final Key<Map<K, V>> mapKey;
392 Key<Map<K, V>> mapKey,
396 this.mapKey = mapKey;
575 local = providerMapKey = mapKey.ofType(mapOfProviderOf(keyType, valueType));
583 local = javaxProviderMapKey = mapKey.ofType(mapOfJavaxProviderOf(keyType, valueType))
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
NGramList.java 26 Object mapKey(String key);
105 Object mappedKey = keyMapper.mapKey(key);
112 Object mappedKey = keyMapper.mapKey(key);
InputFile.java 132 public Object mapKey(String key)
StatisticsTool.java 139 public Object mapKey(String key)
  /external/jsilver/src/com/google/clearsilver/jsilver/precompiler/
PrecompiledTemplateLoader.java 66 PrecompiledTemplateMapKey mapKey = (PrecompiledTemplateMapKey) entry.getKey();
69 compiledTemplate.setEscapeMode(mapKey.getEscapeMode());
106 PrecompiledTemplateMapKey mapKey = new PrecompiledTemplateMapKey(key, escapeMode);
107 Template template = templateMap.get(mapKey);
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
MapKeys.java 23 import dagger.MapKey;
55 * Methods for extracting {@link MapKey} annotations and key snippets from binding elements.
60 * If {@code bindingElement} is annotated with a {@link MapKey} annotation, returns it.
62 * @throws IllegalArgumentException if the element is annotated with more than one {@code MapKey}
73 * Returns all of the {@link MapKey} annotations that annotate {@code bindingElement}.
76 return getAnnotatedAnnotations(bindingElement, MapKey.class);
80 * Returns the annotation value if {@code mapKey}'s type is annotated with
81 * {@link MapKey @MapKey(unwrapValue = true)}.
83 * @throws IllegalArgumentException if {@code mapKey}'s type is not annotated wit
    [all...]
ContributionBinding.java 32 import dagger.MapKey;
255 * itself, depending on {@link MapKey#unwrapValue()}).
265 AnnotationMirror mapKey = getMapKey(mapBinding.bindingElement()).get();
266 Optional<? extends AnnotationValue> unwrappedValue = unwrapValue(mapKey);
267 return unwrappedValue.isPresent() ? unwrappedValue.get().getValue() : mapKey;
  /external/guice/core/test/com/google/inject/internal/
SpiUtils.java 110 * @param mapKey The key the map belongs to.
121 Key<T> mapKey,
135 mapKey, keyType, valueType, modules, allowDuplicates, expectedMapBindings, results);
140 mapKey, keyType, valueType, modules, allowDuplicates, expectedMapBindings, results);
146 Key<T> mapKey,
155 Binding<T> mapBinding = injector.getBinding(mapKey);
192 Key<?> mapOfJavaxProvider = mapKey.ofType(mapOfJavaxProviderOf(keyType, valueType));
193 Key<?> mapOfProvider = mapKey.ofType(mapOfProviderOf(keyType, valueType));
194 Key<?> mapOfSetOfProvider = mapKey.ofType(mapOfSetOfProviderOf(keyType, valueType));
195 Key<?> mapOfSetOfJavaxProvider = mapKey.ofType(mapOfSetOfJavaxProviderOf(keyType, valueType))
    [all...]
MapBinderTest.java     [all...]
  /external/emma/core/java12/com/vladium/jcd/cls/
ConstantCollection.java 155 final String mapKey = ((CONSTANT_Utf8_info) result).m_value;
158 if (m_CONSTANT_Utf8_index.get (mapKey, out) && (out [0] == zindex))
159 m_CONSTANT_Utf8_index.remove (mapKey);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
TrieMapTest.java 238 String mapKey = mapEntry.getKey();
240 if (!mapKey.contentEquals(trieKey)) {
241 assertEquals(style + "\tKeys match", mapKey, trieKey.toString());
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
TrieMapTest.java 235 String mapKey = mapEntry.getKey();
237 if (!mapKey.contentEquals(trieKey)) {
238 assertEquals(style + "\tKeys match", mapKey, trieKey.toString());
  /build/soong/cmd/merge_zips/
merge_zips.go 256 mapKey := filepath.Clean(dest)
257 if existingSource, exists := sourceByDest[mapKey]; exists {
261 sourceByDest[mapKey] = source
  /external/opencensus-java/exporters/trace/stackdriver/src/main/java/io/opencensus/exporter/trace/stackdriver/
StackdriverV2ExporterHandler.java 287 attributesBuilder.putAttributeMap(mapKey(label.getKey()), value);
401 private static String mapKey(String key) {
  /external/icu/icu4c/source/tools/genrb/
reslist.h 88 int32_t mapKey(int32_t oldpos) const;
reslist.cpp 485 SRBRoot::mapKey(int32_t oldpos) const {
600 fKey = bundle->mapKey(fKey);
    [all...]
  /external/golang-protobuf/proto/proto3_proto/
proto3.pb.go 409 MapKey map[string]int64 `protobuf:"bytes,4,rep,name=map_key,json=mapKey,proto3" json:"map_key,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"`
481 return m.MapKey
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /external/golang-protobuf/proto/test_proto/
test.pb.go     [all...]
  /external/testng/ant/3rdparty/
doclava-1.0.3.jar 

Completed in 1167 milliseconds