Searched refs:TYPE (Results 176 - 200 of 798) sorted by relevance

1234567891011>>

/external/owasp/sanitizer/src/main/org/owasp/html/
H A DTCB.java43 ElementType.TYPE
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/annotation/
H A DDisableStrictI18n.java11 @java.lang.annotation.Target({java.lang.annotation.ElementType.TYPE, java.lang.annotation.ElementType.METHOD})
H A DEnableStrictI18n.java10 @java.lang.annotation.Target({java.lang.annotation.ElementType.TYPE,java.lang.annotation.ElementType.METHOD})
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/internal/
H A DDoNotInstrument.java8 @java.lang.annotation.Target({java.lang.annotation.ElementType.TYPE})
H A DImplements.java11 @java.lang.annotation.Target({java.lang.annotation.ElementType.TYPE})
H A DInstrument.java8 @java.lang.annotation.Target({java.lang.annotation.ElementType.TYPE})
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DX86RecognizableInstr.cpp997 #define TYPE(str, type) if (s == str) return type; macro
1005 TYPE("GR16", TYPE_R16)
1006 TYPE("GR32", TYPE_R32)
1007 TYPE("GR64", TYPE_R64)
1012 TYPE("GR32", TYPE_R32)
1017 TYPE("GR16", TYPE_R16)
1018 TYPE("i16imm", TYPE_IMM16)
1020 TYPE("i16mem", TYPE_Mv)
1021 TYPE("i16imm", TYPE_IMMv)
1022 TYPE("i16i8im
1079 #undef TYPE macro
[all...]
/external/zlib/src/contrib/infback9/
H A Dinflate9.h13 TYPE, /* i: waiting for type bits, including last-flag bit */ enumerator in enum:__anon27464
27 TYPE -> STORED or TABLE or LEN or DONE
28 STORED -> TYPE
31 LEN -> LEN or TYPE
/external/squashfs-tools/squashfs-tools/
H A Dcaches-queues-lists.h27 #define INSERT_LIST(NAME, TYPE) \
28 void insert_##NAME##_list(TYPE **list, TYPE *entry) { \
41 #define REMOVE_LIST(NAME, TYPE) \
42 void remove_##NAME##_list(TYPE **list, TYPE *entry) { \
57 #define INSERT_HASH_TABLE(NAME, TYPE, HASH_FUNCTION, FIELD, LINK) \
58 void insert_##NAME##_hash_table(TYPE *container, struct file_buffer *entry) \
70 #define REMOVE_HASH_TABLE(NAME, TYPE, HASH_FUNCTION, FIELD, LINK) \
71 void remove_##NAME##_hash_table(TYPE *containe
[all...]
/external/zlib/src/as400/
H A Dcompile.clp13 DCL VAR(&SRCLIB) TYPE(*CHAR) LEN(10) +
15 DCL VAR(&SRCFILE) TYPE(*CHAR) LEN(10) +
17 DCL VAR(&CTLFILE) TYPE(*CHAR) LEN(10) +
20 DCL VAR(&MODLIB) TYPE(*CHAR) LEN(10) +
23 DCL VAR(&SRVLIB) TYPE(*CHAR) LEN(10) +
26 DCL VAR(&CFLAGS) TYPE(*CHAR) +
29 DCL VAR(&TGTRLS) TYPE(*CHAR) +
35 DCL VAR(&CMDLEN) TYPE(*DEC) LEN(15 5) VALUE(300) /* Command length. */
36 DCL VAR(&CMD) TYPE(*CHAR) LEN(512)
37 DCL VAR(&FIXDCMD) TYPE(*CHA
[all...]
/external/javassist/src/main/javassist/util/proxy/
H A DFactoryHelper.java78 Boolean.TYPE, Byte.TYPE, Character.TYPE, Short.TYPE, Integer.TYPE,
79 Long.TYPE, Float.TYPE, Double.TYPE, Void.TYPE
/external/clang/include/clang/AST/
H A DTypeVisitor.h73 #define TYPE(CLASS, PARENT) case Type::CLASS: DISPATCH(CLASS##Type); macro
81 #define TYPE(CLASS, PARENT) RetTy Visit##CLASS##Type(const CLASS##Type *T) { \ macro
/external/clang/include/clang/Driver/
H A DTypes.h21 #define TYPE(NAME, ID, PP_TYPE, TEMP_SUFFIX, FLAGS) TY_##ID, macro
23 #undef TYPE macro
/external/clang/test/SemaCXX/
H A DMicrosoftCompatibility.cpp170 typedef int TYPE; typedef in class:MissingTypename::A
175 typedef int TYPE; typedef in class:MissingTypename::B
186 A<T>::TYPE a1; // expected-warning {{missing 'typename' prior to dependent type name}}
187 Base1::TYPE a2; // expected-warning {{missing 'typename' prior to dependent type name}}
189 B<U>::TYPE a3; // expected-warning {{missing 'typename' prior to dependent type name}}
190 Base2::TYPE a4; // expected-warning {{missing 'typename' prior to dependent type name}}
192 A<U>::TYPE a5; // expected-error {{missing 'typename' prior to dependent type name}}
193 Base3::TYPE a6; // expected-error {{missing 'typename' prior to dependent type name}}
/external/llvm/test/MC/ELF/
H A Dgnu-type.s3 .type TYPE STT_FUNC
4 // CHECK: .type TYPE,@function
/external/mockito/src/test/java/org/mockito/internal/stubbing/defaultanswers/
H A DReturnsEmptyValuesTest.java52 assertEquals(false, values.returnValueFor(Boolean.TYPE));
53 assertEquals((char) 0, values.returnValueFor(Character.TYPE));
54 assertEquals((byte) 0, values.returnValueFor(Byte.TYPE));
55 assertEquals((short) 0, values.returnValueFor(Short.TYPE));
56 assertEquals(0, values.returnValueFor(Integer.TYPE));
57 assertEquals(0L, values.returnValueFor(Long.TYPE));
58 assertEquals(0F, values.returnValueFor(Float.TYPE));
59 assertEquals(0D, values.returnValueFor(Double.TYPE));
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
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 DDataEntryUrnBox.java33 public static final String TYPE = "urn "; field in class:DataEntryUrnBox
36 super(TYPE);
H A DItemProtectionBox.java32 public static final String TYPE = "ipro"; field in class:ItemProtectionBox
35 super(TYPE);
H A DMovieBox.java30 public static final String TYPE = "moov"; field in class:MovieBox
33 super(TYPE);
H A DSampleDescriptionBox.java48 public static final String TYPE = "stsd"; field in class:SampleDescriptionBox
51 super(TYPE);
H A DStaticChunkOffsetBox.java30 public static final String TYPE = "stco"; field in class:StaticChunkOffsetBox
35 super(TYPE);
H A DUserDataBox.java33 public static final String TYPE = "udta"; field in class:UserDataBox
56 super(TYPE);
H A DVideoMediaHeaderBox.java31 public static final String TYPE = "vmhd"; field in class:VideoMediaHeaderBox
34 super(TYPE);

Completed in 6276 milliseconds

1234567891011>>