/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/ |
D | EncodedValueWriter.java | 42 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()
|
D | ClassSection.java | 47 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()
|
D | TypeSection.java | 38 …blic interface TypeSection<StringKey, TypeKey, TypeRef extends TypeReference> extends NullableInde… 39 @Nonnull StringKey getString(@Nonnull TypeKey key); in getString()
|
D | FieldSection.java | 38 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()
|
D | DexWriter.java | 77 … 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 …]
|
D | DebugWriter.java | 41 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()
|
D | TypeListSection.java | 38 public interface TypeListSection<TypeKey, TypeListKey> extends NullableOffsetSection<TypeListKey> { 40 @Nonnull Collection<? extends TypeKey> getTypes(@Nullable TypeListKey key); in getTypes()
|
D | ProtoSection.java | 37 public interface ProtoSection<StringKey, TypeKey, ProtoKey, TypeListKey> extends IndexSection<Proto… 39 @Nonnull TypeKey getReturnType(@Nonnull ProtoKey key); in getReturnType()
|
D | AnnotationSection.java | 37 public interface AnnotationSection<StringKey, TypeKey, AnnotationKey, AnnotationElement, EncodedVal… 40 @Nonnull TypeKey getType(@Nonnull AnnotationKey key); in getType()
|
D | MethodSection.java | 38 public interface MethodSection<StringKey, TypeKey, ProtoKey, MethodRefKey extends MethodReference, … 40 @Nonnull TypeKey getDefiningClass(@Nonnull MethodRefKey key); in getDefiningClass()
|
/external/chromium_org/chrome/browser/webdata/ |
D | logins_table.cc | 15 WebDatabaseTable::TypeKey GetKey() { in GetKey() 28 WebDatabaseTable::TypeKey LoginsTable::GetTypeKey() const { in GetTypeKey()
|
D | web_intents_table.cc | 21 WebDatabaseTable::TypeKey GetKey() { in GetKey() 40 WebDatabaseTable::TypeKey WebIntentsTable::GetTypeKey() const { in GetTypeKey()
|
D | web_apps_table.cc | 17 WebDatabaseTable::TypeKey GetKey() { in GetKey() 30 WebDatabaseTable::TypeKey WebAppsTable::GetTypeKey() const { in GetTypeKey()
|
D | web_intents_table.h | 61 virtual WebDatabaseTable::TypeKey GetTypeKey() const OVERRIDE;
|
D | logins_table.h | 31 virtual WebDatabaseTable::TypeKey GetTypeKey() const OVERRIDE;
|
D | web_apps_table.h | 40 virtual WebDatabaseTable::TypeKey GetTypeKey() const OVERRIDE;
|
D | keyword_table.h | 100 virtual WebDatabaseTable::TypeKey GetTypeKey() const OVERRIDE;
|
D | keyword_table.cc | 136 WebDatabaseTable::TypeKey GetKey() { in GetKey() 154 WebDatabaseTable::TypeKey KeywordTable::GetTypeKey() const { in GetTypeKey()
|
/external/chromium_org/components/webdata/common/ |
D | web_database_table.h | 23 typedef void* TypeKey; typedef 30 virtual TypeKey GetTypeKey() const = 0;
|
D | web_database.h | 40 WebDatabaseTable* GetTable(WebDatabaseTable::TypeKey key); 67 typedef std::map<WebDatabaseTable::TypeKey, WebDatabaseTable*> TableMap;
|
D | web_database.cc | 55 WebDatabaseTable* WebDatabase::GetTable(WebDatabaseTable::TypeKey key) { in GetTable()
|
/external/chromium_org/tools/site_compare/drivers/win32/ |
D | keyboard.py | 43 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/ |
D | token_service_table.cc | 17 WebDatabaseTable::TypeKey GetKey() { in GetKey() 31 WebDatabaseTable::TypeKey TokenServiceTable::GetTypeKey() const { in GetTypeKey()
|
D | token_service_table.h | 24 virtual WebDatabaseTable::TypeKey GetTypeKey() const OVERRIDE;
|
/external/chromium_org/components/autofill/core/browser/webdata/ |
D | autofill_table.h | 136 virtual WebDatabaseTable::TypeKey GetTypeKey() const OVERRIDE;
|