/bionic/tests/headers/posix/ |
sys_types_h.c | 34 TYPE(blkcnt_t); 35 TYPE(blksize_t); 36 TYPE(clock_t); 37 TYPE(clockid_t); 38 TYPE(dev_t); 39 TYPE(fsblkcnt_t); 40 TYPE(fsfilcnt_t); 41 TYPE(gid_t); 42 TYPE(id_t); 43 TYPE(ino_t) [all...] |
stddef_h.c | 40 TYPE(ptrdiff_t); 41 TYPE(wchar_t); 42 TYPE(size_t);
|
/external/clang/test/Sema/ |
varargs_unreachable.c | 6 #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/libebl/ |
eblauxvinfo.c | 42 TYPE (NULL, "") \ 43 TYPE (IGNORE, "") \ 44 TYPE (EXECFD, "d") \ 45 TYPE (EXECFN, "s") \ 46 TYPE (PHDR, "p") \ 47 TYPE (PHENT, "u") \ 48 TYPE (PHNUM, "u") \ 49 TYPE (PAGESZ, "u") \ 50 TYPE (BASE, "p") \ 51 TYPE (FLAGS, "x") [all...] |
/external/elfutils/libelf/ |
gelf_xlate.h | 1 /* Helper file for type conversion function generation. 41 TYPE (Ehdr, LIBELFBITS) 42 TYPE (Phdr, LIBELFBITS) 43 TYPE (Shdr, LIBELFBITS) 44 TYPE (Sym, LIBELFBITS) 45 TYPE (Rel, LIBELFBITS) 46 TYPE (Rela, LIBELFBITS) 47 TYPE (Note, LIBELFBITS) 48 TYPE (Dyn, LIBELFBITS) 49 TYPE (Syminfo, LIBELFBITS [all...] |
/external/clang/test/CodeGenCXX/ |
arm-swiftcall.cpp | 1 // RUN: %clang_cc1 -triple armv7-apple-darwin9 -emit-llvm -o - %s -Wno-return-type-c-linkage | FileCheck %s 15 #define TEST(TYPE) \ 16 extern "C" SWIFTCALL TYPE return_##TYPE(void) { \ 17 TYPE result = {}; \ 20 extern "C" SWIFTCALL void take_##TYPE(TYPE v) { \ 22 extern "C" void test_##TYPE() { \ 23 take_##TYPE(return_##TYPE()); \ [all...] |
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
DataInformationBox.java | 23 * Box Type: 'dinf'<br> 30 public static final String TYPE = "dinf"; 33 super(TYPE);
|
EditBox.java | 28 public static final String TYPE = "edts"; 31 super(TYPE);
|
ProtectionSchemeInformationBox.java | 34 public static final String TYPE = "sinf"; 37 super(TYPE);
|
SchemeInformationBox.java | 24 * boxexes whose type annd format are defined by the scheme declared in the {@link com.coremedia.iso.boxes.SchemeTypeBox}. 27 public static final String TYPE = "schi"; 30 super(TYPE);
|
TrackReferenceBox.java | 23 * Box Type: 'tref'<br> 33 * to fill the reference type box. 36 public static final String TYPE = "tref"; 39 super(TYPE);
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/ |
AppleAlbumArtistBox.java | 7 public static final String TYPE = "aART"; 11 super(TYPE);
|
AppleAlbumBox.java | 7 public static final String TYPE = "\u00a9alb"; 11 super(TYPE);
|
AppleArtistBox.java | 7 public static final String TYPE = "\u00a9ART";
11 super(TYPE);
|
AppleCommentBox.java | 7 public static final String TYPE = "\u00a9cmt"; 11 super(TYPE);
|
AppleCompilationBox.java | 7 public static final String TYPE = "cpil";
11 super(TYPE);
|
AppleCopyrightBox.java | 7 public static final String TYPE = "cprt"; 11 super(TYPE);
|
AppleDescriptionBox.java | 7 public static final String TYPE = "desc"; 11 super(TYPE);
|
AppleEncoderBox.java | 7 public static final String TYPE = "\u00a9too"; 11 super(TYPE);
|
AppleGaplessPlaybackBox.java | 7 public static final String TYPE = "pgap";
11 super(TYPE);
|
AppleGroupingBox.java | 7 public static final String TYPE = "\u00a9grp"; 11 super(TYPE);
|
AppleIdBox.java | 7 public static final String TYPE = "apID"; 11 super(TYPE);
|
AppleNetworkBox.java | 7 public static final String TYPE = "tvnn"; 11 super(TYPE);
|
ApplePurchaseDateBox.java | 7 public static final String TYPE = "purd"; 11 super(TYPE);
|
AppleRatingBox.java | 7 public static final String TYPE = "rtng"; 11 super(TYPE);
|