Searched defs:TYPE (Results 176 - 200 of 267) sorted by relevance

1234567891011

/external/emma/core/java12/com/vladium/emma/report/xml/
H A DReportGenerator.java57 return TYPE;
534 private static final String TYPE = "xml"; field in class:ReportGenerator
/external/freetype/src/gzip/
H A Dinfutil.h15 TYPE, /* get type bits (3, including end bit) */ enumerator in enum:__anon21557
/external/libedit/src/
H A Dchartype.h78 #define TYPE(type) type ## W macro
132 #define TYPE(type) type macro
H A Del.c518 public const TYPE(LineInfo) * function
522 return (const TYPE(LineInfo) *)(void *)&el->el_line;
H A Dhistory.c48 * hist.c: TYPE(History) access functions
61 typedef int (*history_gfun_t)(void *, TYPE(HistEvent) *);
62 typedef int (*history_efun_t)(void *, TYPE(HistEvent) *, const Char *);
63 typedef void (*history_vfun_t)(void *, TYPE(HistEvent) *);
64 typedef int (*history_sfun_t)(void *, TYPE(HistEvent) *, const int);
66 struct TYPE(history) { function
104 private int history_setsize(TYPE(History) *, TYPE(HistEvent) *, int);
105 private int history_getsize(TYPE(History) *, TYPE(HistEven
568 public TYPE(History) * function
616 history_setsize(TYPE(History) *h, TYPE(HistEvent) *ev, int num) function
636 history_getsize(TYPE(History) *h, TYPE(HistEvent) *ev) function
655 history_setunique(TYPE(History) *h, TYPE(HistEvent) *ev, int uni) function
671 history_getunique(TYPE(History) *h, TYPE(HistEvent) *ev) function
686 history_set_fun(TYPE(History) *h, TYPE(History) *nh) function
733 history_load(TYPE(History) *h, const char *fname) function
794 history_save(TYPE(History) *h, const char *fname) function
846 history_prev_event(TYPE(History) *h, TYPE(HistEvent) *ev, int num) function
860 history_next_evdata(TYPE(History) *h, TYPE(HistEvent) *ev, int num, void **d) function
880 history_next_event(TYPE(History) *h, TYPE(HistEvent) *ev, int num) function
897 history_prev_string(TYPE(History) *h, TYPE(HistEvent) *ev, const Char *str) function
915 history_next_string(TYPE(History) *h, TYPE(HistEvent) *ev, const Char *str) function
933 FUNW(history)(TYPE(History) *h, TYPE(HistEvent) *ev, int fun, ...) function
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_latc.c309 #define TYPE uint8_t macro
315 #undef TYPE macro
322 #define TYPE int8_t macro
328 #undef TYPE macro
H A Du_format_rgtc.c451 #define TYPE uint8_t macro
457 #undef TYPE macro
464 #define TYPE int8_t macro
470 #undef TYPE macro
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DItemLocationBox.java67 public static final String TYPE = "iloc"; field in class:ItemLocationBox
70 super(TYPE);
H A DMovieHeaderBox.java53 public static final String TYPE = "mvhd"; field in class:MovieHeaderBox
56 super(TYPE);
H A DTrackHeaderBox.java37 public static final String TYPE = "tkhd"; field in class:TrackHeaderBox
52 super(TYPE);
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
H A DAppleLosslessSpecificBox.java14 public static final String TYPE = "alac"; field in class:AppleLosslessSpecificBox
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/fragment/
H A DTrackFragmentRandomAccessBox.java54 public static final String TYPE = "tfra"; field in class:TrackFragmentRandomAccessBox
64 super(TYPE);
H A DTrackRunBox.java48 public static final String TYPE = "trun"; field in class:TrackRunBox
156 super(TYPE);
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/h264/
H A DAvcConfigurationBox.java39 public static final String TYPE = "avcC"; field in class:AvcConfigurationBox
45 super(TYPE);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/apple/
H A DQuicktimeTextSampleEntry.java29 public static final String TYPE = "text"; field in class:QuicktimeTextSampleEntry
53 super(TYPE);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/threegpp26244/
H A DSegmentIndexBox.java43 public static final String TYPE = "sidx"; field in class:SegmentIndexBox
54 super(TYPE);
/external/bison/src/
H A Dparse-gram.h109 TYPE = 309, enumerator in enum:gram_tokentype
168 #define TYPE 309 macro
/external/chromium_org/third_party/zlib/
H A Dinflate.h32 TYPE, /* i: waiting for type bits, including last-flag bit */ enumerator in enum:__anon16405
63 HCRC -> TYPE
64 (zlib) -> DICTID or TYPE
65 DICTID -> DICT -> TYPE
68 TYPE -> TYPEDO -> STORED or TABLE or LEN_ or CHECK
69 STORED -> COPY_ -> COPY -> TYPE
73 LEN -> LENEXT or LIT or TYPE
/external/clang/test/SemaCXX/
H A DMicrosoftCompatibility.cpp153 typedef int TYPE; typedef in class:MissingTypename::A
158 typedef int TYPE; typedef in class:MissingTypename::B
169 A<T>::TYPE a1; // expected-warning {{missing 'typename' prior to dependent type name}}
170 Base1::TYPE a2; // expected-warning {{missing 'typename' prior to dependent type name}}
172 B<U>::TYPE a3; // expected-warning {{missing 'typename' prior to dependent type name}}
173 Base2::TYPE a4; // expected-warning {{missing 'typename' prior to dependent type name}}
175 A<U>::TYPE a5; // expected-error {{missing 'typename' prior to dependent type name}}
176 Base3::TYPE a6; // expected-error {{missing 'typename' prior to dependent type name}}
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dinflate.h32 TYPE, /* i: waiting for type bits, including last-flag bit */ enumerator in enum:__anon28594
63 HCRC -> TYPE
64 (zlib) -> DICTID or TYPE
65 DICTID -> DICT -> TYPE
68 TYPE -> TYPEDO -> STORED or TABLE or LEN_ or CHECK
69 STORED -> COPY_ -> COPY -> TYPE
73 LEN -> LENEXT or LIT or TYPE
/external/qemu/distrib/zlib-1.2.8/
H A Dinflate.h32 TYPE, /* i: waiting for type bits, including last-flag bit */ enumerator in enum:__anon29633
63 HCRC -> TYPE
64 (zlib) -> DICTID or TYPE
65 DICTID -> DICT -> TYPE
68 TYPE -> TYPEDO -> STORED or TABLE or LEN_ or CHECK
69 STORED -> COPY_ -> COPY -> TYPE
73 LEN -> LENEXT or LIT or TYPE
/external/zlib/src/
H A Dinflate.h32 TYPE, /* i: waiting for type bits, including last-flag bit */ enumerator in enum:__anon34355
63 HCRC -> TYPE
64 (zlib) -> DICTID or TYPE
65 DICTID -> DICT -> TYPE
68 TYPE -> TYPEDO -> STORED or TABLE or LEN_ or CHECK
69 STORED -> COPY_ -> COPY -> TYPE
73 LEN -> LENEXT or LIT or TYPE
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DTestCertUtils.java304 public static final String TYPE = "Test"; field in class:TestCertUtils.TestCertificate
316 super(TYPE);
324 super(TYPE);
329 * A ctor that allows to specify both the TYPE of certificate and the
/external/emma/core/java12/com/vladium/emma/report/html/
H A DReportGenerator.java78 return TYPE;
1489 private static final String TYPE = "html"; field in class:ReportGenerator
/external/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp873 #define TYPE(str, type) if (s == str) return type; macro
880 TYPE("GR32", TYPE_R32)
885 TYPE("GR16", TYPE_Rv)
886 TYPE("i16imm", TYPE_IMMv)
890 TYPE("GR32", TYPE_Rv)
892 TYPE("i16mem", TYPE_Mv)
893 TYPE("i16imm", TYPE_IMM16)
894 TYPE("i16i8imm", TYPE_IMMv)
895 TYPE("GR16", TYPE_R16)
896 TYPE("i32me
982 #undef TYPE macro
[all...]

Completed in 5178 milliseconds

1234567891011