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

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
TypeSection.java 38 public interface TypeSection<StringKey, TypeKey, TypeRef extends TypeReference> extends NullableIndexSection<TypeKey> {
39 @Nonnull StringKey getString(@Nonnull TypeKey key);
TypeListSection.java 38 public interface TypeListSection<TypeKey, TypeListKey> extends NullableOffsetSection<TypeListKey> {
40 @Nonnull Collection<? extends TypeKey> getTypes(@Nullable TypeListKey key);
FieldSection.java 38 public interface FieldSection<StringKey, TypeKey, FieldRefKey extends FieldReference, FieldKey>
40 @Nonnull TypeKey getDefiningClass(@Nonnull FieldRefKey key);
41 @Nonnull TypeKey getFieldType(@Nonnull FieldRefKey key);
ProtoSection.java 37 public interface ProtoSection<StringKey, TypeKey, ProtoKey, TypeListKey> extends IndexSection<ProtoKey> {
39 @Nonnull TypeKey getReturnType(@Nonnull ProtoKey key);
AnnotationSection.java 37 public interface AnnotationSection<StringKey, TypeKey, AnnotationKey, AnnotationElement, EncodedValue>
40 @Nonnull TypeKey getType(@Nonnull AnnotationKey key);
MethodSection.java 38 public interface MethodSection<StringKey, TypeKey, ProtoKey, MethodRefKey extends MethodReference, MethodKey>
40 @Nonnull TypeKey getDefiningClass(@Nonnull MethodRefKey key);
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> annotationSection;
54 @Nonnull TypeSection<?, TypeKey, ?> typeSection,
57 @Nonnull AnnotationSection<StringKey, TypeKey, ?, AnnotationElement, EncodedValue> annotationSection) {
68 public void writeAnnotation(TypeKey annotationType,
139 public void writeType(@Nonnull TypeKey value) throws IOException {
ClassSection.java 47 public interface ClassSection<StringKey extends CharSequence, TypeKey extends CharSequence, TypeListKey, ClassKey,
51 @Nullable Map.Entry<? extends ClassKey, Integer> getClassEntryByType(@Nullable TypeKey key);
53 @Nonnull TypeKey getType(@Nonnull ClassKey key);
55 @Nullable TypeKey getSuperclass(@Nonnull ClassKey key);
81 @Nullable TypeKey getExceptionType(@Nonnull ExceptionHandler handler);
96 void writeDebugItem(@Nonnull DebugWriter<StringKey, TypeKey> writer, DebugItem debugItem) throws IOException;
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,
63 @Nullable TypeKey type,
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, AnnotationSetKey,
124 protected final TypeListSection<TypeKey, TypeListKey> typeListSection;
125 protected final AnnotationSection<StringKey, TypeKey, AnnotationKey, AnnotationElement, EncodedValue> annotationSection;
130 TypeSection<StringKey, TypeKey, TypeRef> typeSection,
131 ProtoSection<StringKey, TypeKey, ProtoKey, TypeListKey> protoSection
    [all...]
  /external/chromium_org/components/webdata/common/
web_database_table.h 23 typedef void* TypeKey;
29 // Retrieves the TypeKey for the concrete subtype.
30 virtual TypeKey GetTypeKey() const = 0;
web_database.h 40 WebDatabaseTable* GetTable(WebDatabaseTable::TypeKey key);
79 typedef std::map<WebDatabaseTable::TypeKey, WebDatabaseTable*> TableMap;
web_database.cc 55 WebDatabaseTable* WebDatabase::GetTable(WebDatabaseTable::TypeKey key) {
  /external/chromium_org/components/password_manager/core/browser/webdata/
logins_table.cc 15 WebDatabaseTable::TypeKey GetKey() {
28 WebDatabaseTable::TypeKey LoginsTable::GetTypeKey() const {
logins_table.h 31 virtual WebDatabaseTable::TypeKey GetTypeKey() const OVERRIDE;
  /external/chromium_org/components/signin/core/browser/webdata/
token_service_table.h 24 virtual WebDatabaseTable::TypeKey GetTypeKey() const OVERRIDE;
token_service_table.cc 17 WebDatabaseTable::TypeKey GetKey() {
31 WebDatabaseTable::TypeKey TokenServiceTable::GetTypeKey() const {
  /external/chromium_org/tools/site_compare/drivers/win32/
keyboard.py 43 def TypeKey(key, keystroke_time=0):
161 TypeKey(vk & 0xFF, keystroke_time)
175 TypeKey(ord('R'))
  /external/chromium_org/components/search_engines/
keyword_table.h 100 virtual WebDatabaseTable::TypeKey GetTypeKey() const OVERRIDE;
keyword_table.cc 136 WebDatabaseTable::TypeKey GetKey() {
154 WebDatabaseTable::TypeKey KeywordTable::GetTypeKey() const {
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_table.h 136 virtual WebDatabaseTable::TypeKey GetTypeKey() const OVERRIDE;
autofill_table.cc 421 WebDatabaseTable::TypeKey GetKey() {
451 WebDatabaseTable::TypeKey AutofillTable::GetTypeKey() const {
    [all...]
  /external/chromium_org/ui/keyboard/resources/elements/
kb-keyboard.js 648 * Handles a TypeKey event. This is used for when we programmatically
650 * @param {CustomEvent} event The TypeKey event that bubbled to the

Completed in 490 milliseconds