Home
last modified time | relevance | path

Searched refs:TypeKey (Results 1 – 25 of 26) sorted by relevance

12

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DEncodedValueWriter.java42 public abstract class EncodedValueWriter<StringKey, TypeKey, FieldRefKey extends FieldReference,
46 @Nonnull private final TypeSection<?, TypeKey, ?> typeSection;
49 …@Nonnull private final AnnotationSection<StringKey, TypeKey, ?, AnnotationElement, EncodedValue> a…
54 @Nonnull TypeSection<?, TypeKey, ?> typeSection, in EncodedValueWriter() argument
57 …@Nonnull AnnotationSection<StringKey, TypeKey, ?, AnnotationElement, EncodedValue> annotationSecti… in EncodedValueWriter()
68 public void writeAnnotation(TypeKey annotationType, in writeAnnotation()
139 public void writeType(@Nonnull TypeKey value) throws IOException { in writeType()
DClassSection.java47 public interface ClassSection<StringKey extends CharSequence, TypeKey extends CharSequence, TypeLis…
51 @Nullable Map.Entry<? extends ClassKey, Integer> getClassEntryByType(@Nullable TypeKey key); in getClassEntryByType()
53 @Nonnull TypeKey getType(@Nonnull ClassKey key); in getType()
55 @Nullable TypeKey getSuperclass(@Nonnull ClassKey key); in getSuperclass()
81 @Nullable TypeKey getExceptionType(@Nonnull ExceptionHandler handler); in getExceptionType()
96 …void writeDebugItem(@Nonnull DebugWriter<StringKey, TypeKey> writer, DebugItem debugItem) throws I… in writeDebugItem()
DTypeSection.java38 …blic interface TypeSection<StringKey, TypeKey, TypeRef extends TypeReference> extends NullableInde…
39 @Nonnull StringKey getString(@Nonnull TypeKey key); in getString()
DFieldSection.java38 public interface FieldSection<StringKey, TypeKey, FieldRefKey extends FieldReference, FieldKey>
40 @Nonnull TypeKey getDefiningClass(@Nonnull FieldRefKey key); in getDefiningClass()
41 @Nonnull TypeKey getFieldType(@Nonnull FieldRefKey key); in getFieldType()
DDexWriter.java77 … StringKey extends CharSequence, StringRef extends StringReference, TypeKey extends CharSequence,
117 protected final TypeSection<StringKey, TypeKey, TypeRef> typeSection;
118 protected final ProtoSection<StringKey, TypeKey, ProtoKey, TypeListKey> protoSection;
119 protected final FieldSection<StringKey, TypeKey, FieldRefKey, FieldKey> fieldSection;
120 …protected final MethodSection<StringKey, TypeKey, ProtoKey, MethodRefKey, MethodKey> methodSection;
121 …protected final ClassSection<StringKey, TypeKey, TypeListKey, ClassKey, FieldKey, MethodKey, Annot…
124 protected final TypeListSection<TypeKey, TypeListKey> typeListSection;
125 …protected final AnnotationSection<StringKey, TypeKey, AnnotationKey, AnnotationElement, EncodedVal…
130 TypeSection<StringKey, TypeKey, TypeRef> typeSection, in DexWriter() argument
131 ProtoSection<StringKey, TypeKey, ProtoKey, TypeListKey> protoSection, in DexWriter()
[all …]
DDebugWriter.java41 public class DebugWriter<StringKey extends CharSequence, TypeKey extends CharSequence> {
43 @Nonnull private final TypeSection<StringKey, TypeKey, ?> typeSection;
49 @Nonnull TypeSection<StringKey, TypeKey, ?> typeSection, in DebugWriter() argument
63 @Nullable TypeKey type, in writeStartLocal()
DTypeListSection.java38 public interface TypeListSection<TypeKey, TypeListKey> extends NullableOffsetSection<TypeListKey> {
40 @Nonnull Collection<? extends TypeKey> getTypes(@Nullable TypeListKey key); in getTypes()
DProtoSection.java37 public interface ProtoSection<StringKey, TypeKey, ProtoKey, TypeListKey> extends IndexSection<Proto…
39 @Nonnull TypeKey getReturnType(@Nonnull ProtoKey key); in getReturnType()
DAnnotationSection.java37 public interface AnnotationSection<StringKey, TypeKey, AnnotationKey, AnnotationElement, EncodedVal…
40 @Nonnull TypeKey getType(@Nonnull AnnotationKey key); in getType()
DMethodSection.java38 public interface MethodSection<StringKey, TypeKey, ProtoKey, MethodRefKey extends MethodReference, …
40 @Nonnull TypeKey getDefiningClass(@Nonnull MethodRefKey key); in getDefiningClass()
/external/chromium_org/chrome/browser/webdata/
Dlogins_table.cc15 WebDatabaseTable::TypeKey GetKey() { in GetKey()
28 WebDatabaseTable::TypeKey LoginsTable::GetTypeKey() const { in GetTypeKey()
Dweb_intents_table.cc21 WebDatabaseTable::TypeKey GetKey() { in GetKey()
40 WebDatabaseTable::TypeKey WebIntentsTable::GetTypeKey() const { in GetTypeKey()
Dweb_apps_table.cc17 WebDatabaseTable::TypeKey GetKey() { in GetKey()
30 WebDatabaseTable::TypeKey WebAppsTable::GetTypeKey() const { in GetTypeKey()
Dweb_intents_table.h61 virtual WebDatabaseTable::TypeKey GetTypeKey() const OVERRIDE;
Dlogins_table.h31 virtual WebDatabaseTable::TypeKey GetTypeKey() const OVERRIDE;
Dweb_apps_table.h40 virtual WebDatabaseTable::TypeKey GetTypeKey() const OVERRIDE;
Dkeyword_table.h100 virtual WebDatabaseTable::TypeKey GetTypeKey() const OVERRIDE;
Dkeyword_table.cc136 WebDatabaseTable::TypeKey GetKey() { in GetKey()
154 WebDatabaseTable::TypeKey KeywordTable::GetTypeKey() const { in GetTypeKey()
/external/chromium_org/components/webdata/common/
Dweb_database_table.h23 typedef void* TypeKey; typedef
30 virtual TypeKey GetTypeKey() const = 0;
Dweb_database.h40 WebDatabaseTable* GetTable(WebDatabaseTable::TypeKey key);
67 typedef std::map<WebDatabaseTable::TypeKey, WebDatabaseTable*> TableMap;
Dweb_database.cc55 WebDatabaseTable* WebDatabase::GetTable(WebDatabaseTable::TypeKey key) { in GetTable()
/external/chromium_org/tools/site_compare/drivers/win32/
Dkeyboard.py43 def TypeKey(key, keystroke_time=0): function
161 TypeKey(vk & 0xFF, keystroke_time)
175 TypeKey(ord('R'))
/external/chromium_org/components/signin/core/browser/webdata/
Dtoken_service_table.cc17 WebDatabaseTable::TypeKey GetKey() { in GetKey()
31 WebDatabaseTable::TypeKey TokenServiceTable::GetTypeKey() const { in GetTypeKey()
Dtoken_service_table.h24 virtual WebDatabaseTable::TypeKey GetTypeKey() const OVERRIDE;
/external/chromium_org/components/autofill/core/browser/webdata/
Dautofill_table.h136 virtual WebDatabaseTable::TypeKey GetTypeKey() const OVERRIDE;

12