Searched refs:TYPE (Results 201 - 225 of 570) sorted by relevance

1234567891011>>

/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DAuthorBox.java34 public static final String TYPE = "auth"; field in class:AuthorBox
40 super(TYPE);
H A DCopyrightBox.java36 public static final String TYPE = "cprt"; field in class:CopyrightBox
42 super(TYPE);
H A DDescriptionBox.java30 public static final String TYPE = "dscp"; field in class:DescriptionBox
36 super(TYPE);
H A DGenreBox.java32 public static final String TYPE = "gnre"; field in class:GenreBox
38 super(TYPE);
H A DHintMediaHeaderBox.java35 public static final String TYPE = "hmhd"; field in class:HintMediaHeaderBox
38 super(TYPE);
H A DMetaBox.java35 public static final String TYPE = "meta"; field in class:MetaBox
38 super(TYPE);
H A DPerformerBox.java31 public static final String TYPE = "perf"; field in class:PerformerBox
37 super(TYPE);
H A DSampleSizeBox.java35 public static final String TYPE = "stsz"; field in class:SampleSizeBox
39 super(TYPE);
H A DSampleTableBox.java37 public static final String TYPE = "stbl"; field in class:SampleTableBox
40 super(TYPE);
H A DSyncSampleBox.java32 public static final String TYPE = "stss"; field in class:SyncSampleBox
37 super(TYPE);
H A DTitleBox.java37 public static final String TYPE = "titl"; field in class:TitleBox
43 super(TYPE);
H A DFileTypeBox.java37 public static final String TYPE = "ftyp"; field in class:FileTypeBox
44 super(TYPE);
48 super(TYPE);
H A DFreeBox.java39 public static final String TYPE = "free"; field in class:FreeBox
66 header.put(TYPE.getBytes());
92 return TYPE;
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
H A DAppleDataBox.java11 public static final String TYPE = "data"; field in class:AppleDataBox
52 super(TYPE);
H A DAppleDataReferenceBox.java30 public static final String TYPE = "rdrf"; field in class:AppleDataReferenceBox
36 super(TYPE);
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/fragment/
H A DMovieFragmentBox.java33 public static final String TYPE = "moof"; field in class:MovieFragmentBox
36 super(TYPE);
H A DTrackExtendsBox.java35 public static final String TYPE = "trex"; field in class:TrackExtendsBox
43 super(TYPE);
H A DSegmentTypeBox.java36 public static final String TYPE = "styp"; field in class:SegmentTypeBox
43 super(TYPE);
47 super(TYPE);
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/vodafone/
H A DAlbumArtistBox.java32 public static final String TYPE = "albr"; field in class:AlbumArtistBox
38 super(TYPE);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/cenc/
H A DProtectionSystemSpecificHeaderBox.java35 public static final String TYPE = "pssh"; field in class:ProtectionSystemSpecificHeaderBox
62 super(TYPE);
/external/qemu/audio/
H A Ddsound_template.h27 #define TYPE in macro
35 #define TYPE out macro
42 static int glue (dsound_unlock_, TYPE) (
61 static int glue (dsound_lock_, TYPE) (
99 if (glue (dsound_restore_, TYPE) (buf)) {
121 glue (dsound_unlock_, TYPE) (buf, p1, p2, blen1, blen2);
283 glue (dsound_fini_, TYPE) (hw);
289 #undef TYPE macro
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dsort.cc45 #define COMPARE_FOR_QSORT(X, Y, TYPE) \
47 TYPE xT = static_cast<TYPE>(*static_cast<const TYPE*>(X)); \
48 TYPE yT = static_cast<TYPE>(*static_cast<const TYPE*>(Y)); \
52 #define COMPARE_KEY_FOR_QSORT(SORT_KEY_X, SORT_KEY_Y, TYPE) \
54 TYPE xT = static_cast<TYPE>( \
[all...]
/external/webrtc/src/system_wrappers/source/
H A Dsort.cc47 #define COMPARE_FOR_QSORT(X, Y, TYPE) \
50 TYPE xT = static_cast<TYPE>(*static_cast<const TYPE*>(X)); \
51 TYPE yT = static_cast<TYPE>(*static_cast<const TYPE*>(Y)); \
56 #define COMPARE_KEY_FOR_QSORT(SORT_KEY_X, SORT_KEY_Y, TYPE) \
59 TYPE xT = static_cast<TYPE>(*static_cas
[all...]
/external/elfutils/0.153/lib/
H A Ddynamicsizehash.c57 TYPE data type of the hash table entries
58 COMPARE comparison function taking two pointers to TYPE objects
71 TYPE val __attribute__ ((unused));
106 insert_entry_2 (NAME *htab, HASHTYPE hval, size_t idx, TYPE data)
239 TYPE data;
266 TYPE data;
282 TYPE
289 TYPE val;
309 TYPE
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h407 template<class TYPE>
412 CFX_ArrayTemplate(IFX_Allocator* pAllocator = NULL) : CFX_BasicArray(sizeof(TYPE), pAllocator) {}
434 const TYPE GetAt(int nIndex) const
437 return (const TYPE&)(*(volatile const TYPE*)NULL);
439 return ((const TYPE*)m_pData)[nIndex];
442 FX_BOOL SetAt(int nIndex, TYPE newElement)
447 ((TYPE*)m_pData)[nIndex] = newElement;
451 TYPE& ElementAt(int nIndex)
454 return *(TYPE*)NUL
[all...]

Completed in 188 milliseconds

1234567891011>>