Searched defs:TYPE (Results 1 - 25 of 267) sorted by last modified time

1234567891011

/external/zlib/src/contrib/infback9/
H A Dinflate9.h13 TYPE, /* i: waiting for type bits, including last-flag bit */ enumerator in enum:__anon34339
27 TYPE -> STORED or TABLE or LEN or DONE
28 STORED -> TYPE
31 LEN -> LEN 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/smack/src/com/kenai/jbosh/
H A DAttributes.java59 static final BodyQName TYPE = BodyQName.createBOSH("type"); field in class:Attributes
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
H A DReferenceType.java39 public static final int TYPE = 1; field in class:ReferenceType
48 case TYPE:
63 return TYPE;
H A DValueType.java43 public static final int TYPE = 0x18; field in class:ValueType
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/qemu/audio/
H A Daudio_template.h28 #define TYPE out macro
33 #define TYPE in macro
39 static void glue (audio_init_nb_voices_, TYPE) (struct audio_driver *drv)
42 int max_voices = glue (drv->max_voices_, TYPE);
43 int voice_size = glue (drv->voice_size_, TYPE);
45 if (glue (s->nb_hw_voices_, TYPE) > max_voices) {
54 glue (s->nb_hw_voices_, TYPE),
57 glue (s->nb_hw_voices_, TYPE) = max_voices;
63 glue (s->nb_hw_voices_, TYPE) = 0;
72 static void glue (audio_pcm_hw_free_resources_, TYPE) (H
570 #undef TYPE macro
[all...]
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/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/protobuf/src/google/protobuf/
H A Ddescriptor.h1020 TYPE, // field type enumerator in enum:google::protobuf::DescriptorPool::ErrorCollector::ErrorLocation
1173 #define PROTOBUF_DEFINE_ACCESSOR(CLASS, FIELD, TYPE) \
1174 inline TYPE CLASS::FIELD() const { return FIELD##_; }
1181 #define PROTOBUF_DEFINE_ARRAY_ACCESSOR(CLASS, FIELD, TYPE) \
1182 inline TYPE CLASS::FIELD(int index) const { return FIELD##s_ + index; }
1184 #define PROTOBUF_DEFINE_OPTIONS_ACCESSOR(CLASS, TYPE) \
1185 inline const TYPE& CLASS::options() const { return *options_; }
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-util-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/util/ASMifiable.class " package org.objectweb.asm ...
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/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/mockito/cglib-and-asm/src/org/mockito/asm/
H A DClassWriter.java156 static final byte[] TYPE; field in class:ClassWriter
454 TYPE = b;
/external/mockito/cglib-and-asm/src/org/mockito/asm/util/
H A DCheckMethodAdapter.java81 private static final int[] TYPE; field in class:CheckMethodAdapter
88 TYPE = new int[s.length()];
89 for (int i = 0; i < TYPE.length; ++i) {
90 TYPE[i] = s.charAt(i) - 'A' - 1;
96 // int[] TYPE = new int[] {
300 // for (int i = 0; i < TYPE.length; ++i) {
301 // System.out.print((char)(TYPE[i] + 1 + 'A'));
709 if (opcode < 0 || opcode > 199 || TYPE[opcode] != type) {
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DAlbumBox.java33 public static final String TYPE = "albm"; field in class:AlbumBox
40 super(TYPE);
H A DAuthorBox.java34 public static final String TYPE = "auth"; field in class:AuthorBox
40 super(TYPE);
H A DBitRateBox.java40 public static final String TYPE = "btrt"; field in class:BitRateBox
47 super(TYPE);
H A DChunkOffset64BitBox.java14 public static final String TYPE = "co64"; field in class:ChunkOffset64BitBox
18 super(TYPE);
H A DClassificationBox.java31 public static final String TYPE = "clsf"; field in class:ClassificationBox
40 super(TYPE);
H A DCompositionTimeToSample.java46 public static final String TYPE = "ctts"; field in class:CompositionTimeToSample
51 super(TYPE);

Completed in 822 milliseconds

1234567891011