Searched defs:TYPE (Results 1 - 25 of 267) sorted by relevance

1234567891011

/external/clang/include/clang/AST/
H A DASTFwd.h24 #define TYPE(DERIVED, BASE) class DERIVED##Type; macro
/external/elfutils/0.153/libdw/
H A Ddwarf_abbrev_hash.h55 #define TYPE Dwarf_Abbrev * macro
H A Ddwarf_sig8_hash.h54 #define TYPE struct Dwarf_CU * macro
/external/elfutils/0.153/src/
H A Dsectionhash.h30 #define TYPE struct scnhead * macro
H A Dsymbolhash.c36 #define TYPE struct symbol * macro
H A Dversionhash.c36 #define TYPE struct id_list * macro
H A Dversionhash.h30 #define TYPE struct id_list * macro
H A Dsymbolhash.h30 #define TYPE struct symbol * macro
/external/elfutils/0.153/libasm/
H A Dsymbolhash.h30 #define TYPE AsmSym_t * macro
H A Dsymbolhash.c37 #define TYPE AsmSym_t * macro
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DDataInformationBox.java30 public static final String TYPE = "dinf"; field in class:DataInformationBox
33 super(TYPE);
H A DEditBox.java28 public static final String TYPE = "edts"; field in class:EditBox
31 super(TYPE);
H A DProtectionSchemeInformationBox.java34 public static final String TYPE = "sinf"; field in class:ProtectionSchemeInformationBox
37 super(TYPE);
H A DSchemeInformationBox.java27 public static final String TYPE = "schi"; field in class:SchemeInformationBox
30 super(TYPE);
H A DTrackReferenceBox.java36 public static final String TYPE = "tref"; field in class:TrackReferenceBox
39 super(TYPE);
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
H A DAppleAlbumArtistBox.java7 public static final String TYPE = "aART"; field in class:AppleAlbumArtistBox
11 super(TYPE);
H A DAppleAlbumBox.java7 public static final String TYPE = "\u00a9alb"; field in class:AppleAlbumBox
11 super(TYPE);
H A DAppleArtistBox.java7 public static final String TYPE = "\u00a9ART"; field in class:AppleArtistBox
11 super(TYPE);
H A DAppleCommentBox.java7 public static final String TYPE = "\u00a9cmt"; field in class:AppleCommentBox
11 super(TYPE);
H A DAppleCompilationBox.java7 public static final String TYPE = "cpil"; field in class:AppleCompilationBox
11 super(TYPE);
H A DAppleCopyrightBox.java7 public static final String TYPE = "cprt"; field in class:AppleCopyrightBox
11 super(TYPE);
H A DAppleDescriptionBox.java7 public static final String TYPE = "desc"; field in class:AppleDescriptionBox
11 super(TYPE);
H A DAppleEncoderBox.java7 public static final String TYPE = "\u00a9too"; field in class:AppleEncoderBox
11 super(TYPE);
H A DAppleGaplessPlaybackBox.java7 public static final String TYPE = "pgap"; field in class:AppleGaplessPlaybackBox
11 super(TYPE);
H A DAppleGenericBox.java9 public static final String TYPE = "----"; field in class:AppleGenericBox
12 super(TYPE);

Completed in 324 milliseconds

1234567891011