Searched refs:TYPE (Results 226 - 250 of 570) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/zlib/
H A Dinflate.h32 TYPE, /* i: waiting for type bits, including last-flag bit */ enumerator in enum:__anon16405
63 HCRC -> TYPE
64 (zlib) -> DICTID or TYPE
65 DICTID -> DICT -> TYPE
68 TYPE -> TYPEDO -> STORED or TABLE or LEN_ or CHECK
69 STORED -> COPY_ -> COPY -> TYPE
73 LEN -> LENEXT or LIT or TYPE
/external/elfutils/0.153/src/
H A Dsectionhash.c76 #define TYPE struct scnhead * macro
/external/fio/
H A Dflist.h8 #define offsetof(TYPE,MEMBER) __compiler_offsetof(TYPE,MEMBER)
10 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DOriginalFormatBox.java33 public static final String TYPE = "frma"; field in class:OriginalFormatBox
H A DClassificationBox.java31 public static final String TYPE = "clsf"; field in class:ClassificationBox
40 super(TYPE);
H A DKeywordsBox.java30 public static final String TYPE = "kywd"; field in class:KeywordsBox
36 super(TYPE);
H A DRatingBox.java33 public static final String TYPE = "rtng"; field in class:RatingBox
41 super(TYPE);
H A DSampleAuxiliaryInformationOffsetsBox.java49 public static final String TYPE = "saio"; field in class:SampleAuxiliaryInformationOffsetsBox
56 super(TYPE);
H A DSampleDependencyTypeBox.java39 public static final String TYPE = "sdtp"; field in class:SampleDependencyTypeBox
96 super(TYPE);
H A DSchemeTypeBox.java34 public static final String TYPE = "schm"; field in class:SchemeTypeBox
40 super(TYPE);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
H A DRollRecoveryEntry.java31 public static final String TYPE = "roll"; field in class:RollRecoveryEntry
/external/objenesis/main/src/org/objenesis/instantiator/perc/
H A DPercInstantiator.java44 new Class[] { Class.class, Boolean.TYPE });
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dinflate.h32 TYPE, /* i: waiting for type bits, including last-flag bit */ enumerator in enum:__anon28594
63 HCRC -> TYPE
64 (zlib) -> DICTID or TYPE
65 DICTID -> DICT -> TYPE
68 TYPE -> TYPEDO -> STORED or TABLE or LEN_ or CHECK
69 STORED -> COPY_ -> COPY -> TYPE
73 LEN -> LENEXT or LIT or TYPE
/external/qemu/distrib/zlib-1.2.8/
H A Dinflate.h32 TYPE, /* i: waiting for type bits, including last-flag bit */ enumerator in enum:__anon29633
63 HCRC -> TYPE
64 (zlib) -> DICTID or TYPE
65 DICTID -> DICT -> TYPE
68 TYPE -> TYPEDO -> STORED or TABLE or LEN_ or CHECK
69 STORED -> COPY_ -> COPY -> TYPE
73 LEN -> LENEXT or LIT or TYPE
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowResultReceiver.java21 Method onReceiveResult = ResultReceiver.class.getDeclaredMethod("onReceiveResult", Integer.TYPE, Bundle.class);
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
H A DReferenceFormatter.java52 case ReferenceType.TYPE:
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/value/
H A DBaseTypeEncodedValue.java63 public int getValueType() { return ValueType.TYPE; }
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/reference/
H A DDexBackedReference.java46 case ReferenceType.TYPE:
/external/zlib/src/
H A Dinflate.h32 TYPE, /* i: waiting for type bits, including last-flag bit */ enumerator in enum:__anon34355
63 HCRC -> TYPE
64 (zlib) -> DICTID or TYPE
65 DICTID -> DICT -> TYPE
68 TYPE -> TYPEDO -> STORED or TABLE or LEN_ or CHECK
69 STORED -> COPY_ -> COPY -> TYPE
73 LEN -> LENEXT or LIT or TYPE
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
H A Dfake_resource_manager.h113 #define CREATE_RESOURCE(MANAGER, TYPE, RESOURCE) \
114 (MANAGER)->Create((RESOURCE), #TYPE, __FILE__, __LINE__)
/external/e2fsprogs/contrib/
H A Dpopulate-extfs.sh47 STAT=$(stat -c "TYPE=\"%F\";DEVNO=\"0x%t 0x%T\";MODE=\"%f\";U=\"%u\";G=\"%g\"" $FILE)
50 case $TYPE in
71 echo "Unknown/unhandled file type '$TYPE' file: $FILE" 1>&2
/external/libedit/src/
H A Dhist.h45 typedef int (*hist_fun_t)(void *, TYPE(HistEvent) *, int, ...);
54 TYPE(HistEvent) ev; /* Event cookie */
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/dece/
H A DTrickPlayBox.java22 public static final String TYPE = "trik"; field in class:TrickPlayBox
27 super(TYPE);
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
H A DAmrSpecificBox.java33 public static final String TYPE = "damr"; field in class:AmrSpecificBox
42 super(TYPE);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/apple/
H A DBaseMediaInfoAtom.java10 public static final String TYPE = "gmin"; field in class:BaseMediaInfoAtom
20 super(TYPE);

Completed in 4880 milliseconds

1234567891011>>