/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)))
|
/system/core/libpixelflinger/codeflinger/tinyutils/ |
SortedVector.h | 33 template <class TYPE> 37 typedef TYPE value_type; 44 SortedVector(const SortedVector<TYPE>& rhs); 48 const SortedVector<TYPE>& operator = (const SortedVector<TYPE>& rhs) const; 49 SortedVector<TYPE>& operator = (const SortedVector<TYPE>& rhs); 75 inline const TYPE* array() const; 79 TYPE* editArray(); 82 ssize_t indexOf(const TYPE& item) const [all...] |
Vector.h | 36 * The main templated vector class ensuring type safety 41 template <class TYPE> 45 typedef TYPE value_type; 52 Vector(const Vector<TYPE>& rhs); 56 const Vector<TYPE>& operator = (const Vector<TYPE>& rhs) const; 57 Vector<TYPE>& operator = (const Vector<TYPE>& rhs); 83 inline const TYPE* array() const; 85 TYPE* editArray() [all...] |
/frameworks/base/libs/hwui/utils/ |
SortedList.h | 35 template<class TYPE> 38 typedef TYPE value_type; 41 SortedList(const SortedList<TYPE>& rhs); 44 const SortedList<TYPE>& operator =(const SortedList<TYPE>& rhs) const; 45 SortedList<TYPE>& operator =(const SortedList<TYPE>& rhs); 67 inline const TYPE* array() const; 69 TYPE* editArray(); 71 ssize_t indexOf(const TYPE& item) const [all...] |
/system/core/include/utils/ |
SortedVector.h | 34 template <class TYPE> 37 friend class Vector<TYPE>; 40 typedef TYPE value_type; 47 SortedVector(const SortedVector<TYPE>& rhs); 51 const SortedVector<TYPE>& operator = (const SortedVector<TYPE>& rhs) const; 52 SortedVector<TYPE>& operator = (const SortedVector<TYPE>& rhs); 78 inline const TYPE* array() const; 82 TYPE* editArray() [all...] |
Vector.h | 33 template <typename TYPE> 37 * The main templated vector class ensuring type safety 42 template <class TYPE> 46 typedef TYPE value_type; 53 Vector(const Vector<TYPE>& rhs); 54 explicit Vector(const SortedVector<TYPE>& rhs); 58 const Vector<TYPE>& operator = (const Vector<TYPE>& rhs) const; 59 Vector<TYPE>& operator = (const Vector<TYPE>& rhs); [all...] |
/external/elfutils/libebl/ |
eblauxvinfo.c | 63 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 (FLAGS, "x") [all...] |
/external/elfutils/libelf/ |
gelf_xlate.h | 1 /* Helper file for type conversion function generation. 62 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 [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);
|