HomeSort by relevance Sort by last modified time
    Searched refs:StringKey (Results 1 - 25 of 26) sorted by null

1 2

  /external/dagger2/compiler/src/it/functional-tests/src/main/java/test/
UnwrappedAnnotationKey.java 19 import dagger.mapkeys.StringKey;
23 StringKey value();
WrappedAnnotationKey.java 20 import dagger.mapkeys.StringKey;
24 StringKey value();
MultibindingModule.java 23 import dagger.mapkeys.StringKey;
38 @StringKey("foo")
44 @StringKey("bar")
50 @StringKey("foo")
56 @StringKey("bar")
160 @UnwrappedAnnotationKey(@StringKey("foo\n"))
167 value = @StringKey("foo"),
MultibindingComponent.java 19 import dagger.mapkeys.StringKey;
50 Map<StringKey, String> unwrappedAnnotationKeyMap();
  /external/dagger2/compiler/src/it/functional-tests/src/main/java/test/subcomponent/
ChildMultibindingModule.java 20 import dagger.mapkeys.StringKey;
34 @StringKey("child key")
ParentMultibindingModule.java 20 import dagger.mapkeys.StringKey;
45 @StringKey("parent key")
51 @StringKey("parent key")
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
StringSection.java 38 public interface StringSection<StringKey, StringRef extends StringReference> extends NullableIndexSection<StringKey> {
TypeSection.java 38 public interface TypeSection<StringKey, TypeKey, TypeRef extends TypeReference> extends NullableIndexSection<TypeKey> {
39 @Nonnull StringKey getString(@Nonnull TypeKey key);
ProtoSection.java 37 public interface ProtoSection<StringKey, TypeKey, ProtoKey, TypeListKey> extends IndexSection<ProtoKey> {
38 @Nonnull StringKey getShorty(@Nonnull ProtoKey key);
AnnotationSection.java 37 public interface AnnotationSection<StringKey, TypeKey, AnnotationKey, AnnotationElement, EncodedValue>
43 @Nonnull StringKey getElementName(@Nonnull AnnotationElement element);
FieldSection.java 38 public interface FieldSection<StringKey, TypeKey, FieldRefKey extends FieldReference, FieldKey>
42 @Nonnull StringKey getName(@Nonnull FieldRefKey key);
DebugWriter.java 41 public class DebugWriter<StringKey extends CharSequence, TypeKey extends CharSequence> {
42 @Nonnull private final StringSection<StringKey, ?> stringSection;
43 @Nonnull private final TypeSection<StringKey, TypeKey, ?> typeSection;
48 DebugWriter(@Nonnull StringSection<StringKey, ?> stringSection,
49 @Nonnull TypeSection<StringKey, TypeKey, ?> typeSection,
62 @Nullable StringKey name,
64 @Nullable StringKey signature) throws IOException {
127 public void writeSetSourceFile(int codeAddress, @Nullable StringKey sourceFile) throws IOException {
MethodSection.java 39 public interface MethodSection<StringKey, TypeKey, ProtoRefKey extends MethodProtoReference,
46 @Nonnull StringKey getName(@Nonnull MethodRefKey key);
EncodedValueWriter.java 44 public abstract class EncodedValueWriter<StringKey, TypeKey, FieldRefKey extends FieldReference,
48 @Nonnull private final StringSection<StringKey, ?> stringSection;
52 @Nonnull private final AnnotationSection<StringKey, TypeKey, ?, AnnotationElement, EncodedValue> annotationSection;
56 @Nonnull StringSection<StringKey, ?> stringSection,
60 @Nonnull AnnotationSection<StringKey, TypeKey, ?, AnnotationElement, EncodedValue> annotationSection) {
142 public void writeString(@Nonnull StringKey value) throws IOException {
ClassSection.java 47 public interface ClassSection<StringKey extends CharSequence, TypeKey extends CharSequence, TypeListKey, ClassKey,
57 @Nullable StringKey getSourceFile(@Nonnull ClassKey key);
76 @Nullable Iterable<? extends StringKey> getParameterNames(@Nonnull MethodKey key);
96 void writeDebugItem(@Nonnull DebugWriter<StringKey, TypeKey> writer, DebugItem debugItem) throws IOException;
DexWriter.java 84 StringKey extends CharSequence, StringRef extends StringReference, TypeKey extends CharSequence,
93 StringSectionType extends StringSection<StringKey, StringRef>,
94 TypeSectionType extends TypeSection<StringKey, TypeKey, TypeRef>,
95 ProtoSectionType extends ProtoSection<StringKey, TypeKey, ProtoRefKey, TypeListKey>,
96 FieldSectionType extends FieldSection<StringKey, TypeKey, FieldRefKey, FieldKey>,
97 MethodSectionType extends MethodSection<StringKey, TypeKey, ProtoRefKey, MethodRefKey, MethodKey>,
98 ClassSectionType extends ClassSection<StringKey, TypeKey, TypeListKey, ClassKey, FieldKey, MethodKey,
101 AnnotationSectionType extends AnnotationSection<StringKey, TypeKey, AnnotationKey, AnnotationElement,
181 protected class InternalEncodedValueWriter extends EncodedValueWriter<StringKey, TypeKey, FieldRefKey, MethodRefKey,
336 List<Entry<? extends StringKey, Integer>> stringEntries = Lists.newArrayList(stringSection.getItems())
    [all...]
  /external/jcommander/src/main/java/com/beust/jcommander/
StringKey.java 5 public class StringKey implements IKey {
9 public StringKey(String name) {
39 StringKey other = (StringKey) obj;
JCommander.java 553 if (m_descriptions.containsKey(new StringKey(name))) {
558 m_descriptions.put(new StringKey(name), pd);
586 m_descriptions.put(new StringKey(name), pd);
    [all...]
  /external/dagger2/core/src/main/java/dagger/mapkeys/
StringKey.java 28 public @interface StringKey {
  /external/libchrome/base/metrics/
statistics_recorder.h 39 class StringKey : public StringPiece {
41 // Constructs the StringKey using various sources. The source must live
43 StringKey(const std::string& str) : StringPiece(str) {}
44 StringKey(StringPiece str) : StringPiece(str) {}
50 bool operator<(const StringKey& rhs) const {
75 typedef std::map<StringKey, HistogramBase*> HistogramMap;
  /external/dagger2/compiler/src/it/functional-tests/src/main/java/test/cycle/
Cycles.java 23 import dagger.mapkeys.StringKey;
123 @StringKey("X")
129 @StringKey("Y")
  /external/dagger2/compiler/src/it/functional-tests/src/test/java/test/
MultibindingTest.java 19 import dagger.mapkeys.StringKey;
159 static StringKey testStringKey(String value) {
170 StringKey value, int[] integers, ClassKey[] annotations, Class<? extends Number>[] classes) {
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger/2.6/
dagger-2.6.jar 
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger/2.7/
dagger-2.7.jar 
  /prebuilts/tools/common/m2/repository/com/beust/jcommander/1.48/
jcommander-1.48.jar 

Completed in 956 milliseconds

1 2