Searched refs:TYPE (Results 1 - 25 of 570) sorted by relevance

1234567891011>>

/external/clang/test/Sema/
H A Dvarargs_unreachable.c6 #define VA_ARG_RDAR12322000(Marker, TYPE) ((sizeof (TYPE) < sizeof (UINTN_RDAR12322000)) ? (TYPE)(__builtin_va_arg (Marker, UINTN_RDAR12322000)) : (TYPE)(__builtin_va_arg (Marker, TYPE)))
/external/elfutils/0.153/libebl/
H A Deblauxvinfo.c63 TYPE (NULL, "") \
64 TYPE (IGNORE, "") \
65 TYPE (EXECFD, "d") \
66 TYPE (EXECFN, "s") \
67 TYPE (PHDR, "p") \
68 TYPE (PHENT, "u") \
69 TYPE (PHNUM, "u") \
70 TYPE (PAGESZ, "u") \
71 TYPE (BASE, "p") \
72 TYPE (FLAG
102 #define TYPE macro
104 #undef TYPE macro
[all...]
/external/elfutils/0.153/libelf/
H A Dgelf_xlate.h62 TYPE (Ehdr, LIBELFBITS)
63 TYPE (Phdr, LIBELFBITS)
64 TYPE (Shdr, LIBELFBITS)
65 TYPE (Sym, LIBELFBITS)
66 TYPE (Rel, LIBELFBITS)
67 TYPE (Rela, LIBELFBITS)
68 TYPE (Note, LIBELFBITS)
69 TYPE (Dyn, LIBELFBITS)
70 TYPE (Syminfo, LIBELFBITS)
71 TYPE (Mov
[all...]
/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 DAppleGroupingBox.java7 public static final String TYPE = "\u00a9grp"; field in class:AppleGroupingBox
11 super(TYPE);
H A DAppleIdBox.java7 public static final String TYPE = "apID"; field in class:AppleIdBox
11 super(TYPE);
H A DAppleNetworkBox.java7 public static final String TYPE = "tvnn"; field in class:AppleNetworkBox
11 super(TYPE);
H A DApplePurchaseDateBox.java7 public static final String TYPE = "purd"; field in class:ApplePurchaseDateBox
11 super(TYPE);
H A DAppleRatingBox.java7 public static final String TYPE = "rtng"; field in class:AppleRatingBox
11 super(TYPE);
H A DAppleRecordingYearBox.java7 public static final String TYPE = "\u00a9day"; field in class:AppleRecordingYearBox
11 super(TYPE);
H A DAppleShowBox.java7 public static final String TYPE = "tvsh"; field in class:AppleShowBox
11 super(TYPE);
H A DAppleSortAlbumBox.java7 public static final String TYPE = "soal"; field in class:AppleSortAlbumBox
11 super(TYPE);

Completed in 1452 milliseconds

1234567891011>>