Searched refs:TYPE (Results 151 - 175 of 387) sorted by relevance

1234567891011>>

/external/jmonkeyengine/engine/src/core/checkers/quals/
H A DDefaultQualifiers.java31 @Target({CONSTRUCTOR, METHOD, FIELD, LOCAL_VARIABLE, PARAMETER, TYPE})
/external/jmonkeyengine/engine/src/core/com/jme3/system/
H A DAnnotations.java51 @Target({ElementType.FIELD, ElementType.LOCAL_VARIABLE, ElementType.TYPE, ElementType.METHOD})
/external/junit/src/org/junit/runner/
H A DRunWith.java27 @Target(ElementType.TYPE)
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/annotations/
H A DDoNotParseDetail.java30 @Target({ElementType.METHOD, ElementType.TYPE})
H A DParseDetail.java26 @Target({ElementType.METHOD, ElementType.TYPE})
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
H A DDescriptor.java33 @Target(ElementType.TYPE)
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DGraphicsOperation.h48 #define TYPE(x) virtual OperationType type() { return x; } macro
50 #define TYPE(x) macro
163 TYPE(UndefinedOperation)
186 TYPE(ConcatCTMOperation)
198 TYPE(RotateOperation)
210 TYPE(ScaleOperation)
222 TYPE(TranslateOperation)
240 TYPE(InnerRoundedRectClipOperation)
252 TYPE(ClipOperation)
271 TYPE(ClipPathOperatio
[all...]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
H A DSampleGroupDescriptionBox.java43 public static final String TYPE = "sgpd"; field in class:SampleGroupDescriptionBox
51 super(TYPE);
118 if (RollRecoveryEntry.TYPE.equals(groupingType)) {
120 } else if (RateShareEntry.TYPE.equals(groupingType)) {
122 } else if (CencSampleEncryptionInformationGroupEntry.TYPE.equals(groupingType)) {
124 } else if (VisualRandomAccessEntry.TYPE.equals(groupingType)) {
126 } else if (TemporalLevelEntry.TYPE.equals(groupingType)) {
/external/yaffs2/yaffs2/
H A Dyaffs_qsort.c36 #define swapcode(TYPE, parmi, parmj, n) { \
37 long i = (n) / sizeof (TYPE); \
38 register TYPE *pi = (TYPE *) (parmi); \
39 register TYPE *pj = (TYPE *) (parmj); \
41 register TYPE t = *pi; \
/external/android-mock/src/com/google/android/testing/mocking/
H A DAndroidMock.java2688 unboxedType = Integer.TYPE;
2690 unboxedType = Long.TYPE;
2692 unboxedType = Byte.TYPE;
2694 unboxedType = Short.TYPE;
2696 unboxedType = Character.TYPE;
2698 unboxedType = Float.TYPE;
2700 unboxedType = Double.TYPE;
2702 unboxedType = Boolean.TYPE;
2713 if (to == Byte.TYPE) {
2714 return from == Byte.TYPE;
[all...]
/external/elfutils/libasm/
H A Dasm_addint8.c44 #define TYPE(size) _TYPE(size) macro
53 TYPE(SIZE) num;
95 TYPE(SIZE) var = num;
/external/emma/ant/ant14/com/vladium/emma/report/
H A DReportCfg.java164 return TYPE;
173 static final String TYPE = "html"; field in class:ReportCfg.Element_HTML
183 return TYPE;
192 static final String TYPE = "txt"; field in class:ReportCfg.Element_TXT
202 return TYPE;
210 static final String TYPE = "lcov"; field in class:ReportCfg.Element_LCOV
220 return TYPE;
229 static final String TYPE = "xml"; field in class:ReportCfg.Element_XML
325 return (Element_TXT) addCfgElement (Element_TXT.TYPE,
331 return (Element_LCOV) addCfgElement (Element_LCOV.TYPE,
[all...]
/external/guava/guava/src/com/google/common/annotations/
H A DBeta.java39 ElementType.TYPE})
/external/jsr305/ri/src/main/java/javax/annotation/
H A DCheckReturnValue.java12 @Target( { ElementType.METHOD, ElementType.CONSTRUCTOR, ElementType.TYPE,
/external/clang/lib/Basic/
H A DBuiltins.cpp23 #define BUILTIN(ID, TYPE, ATTRS) { #ID, TYPE, ATTRS, 0, ALL_LANGUAGES },
24 #define LIBBUILTIN(ID, TYPE, ATTRS, HEADER, BUILTIN_LANG) { #ID, TYPE, ATTRS, HEADER,\
/external/elfutils/lib/
H A Dfixedsizehash.h63 TYPE data type of the hash table entries
66 COMPARE comparison function taking two pointers to TYPE objects
70 of type TYPE
104 TYPE *entry;
107 TYPE entry;
155 HASHTYPE hval, TYPE *data)
193 size_t len __attribute__ ((unused)), TYPE *data)
218 HASHTYPE hval, TYPE *data)
244 TYPE *data)
261 CLASS const TYPE *
280 #undef TYPE macro
[all...]
/external/javassist/src/main/javassist/util/proxy/
H A DRuntimeSupport.java167 if (type == Void.TYPE)
169 else if (type == Integer.TYPE)
171 else if (type == Byte.TYPE)
173 else if (type == Long.TYPE)
175 else if (type == Double.TYPE)
177 else if (type == Float.TYPE)
179 else if (type == Character.TYPE)
181 else if (type == Short.TYPE)
183 else if (type == Boolean.TYPE)
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
H A Dfilter-mode.rb57 TYPE: QID '[]'?
61 ARG : TYPE WS ID
129 : TYPE WS name=ID WS? '(' ( ARG WS? (',' WS? ARG WS?)* )? ')' WS?
137 : TYPE WS name=ID '[]'? WS? (';'|'=')
191 TYPE: QID '[]'?
195 ARG : TYPE WS ID
/external/clang/test/Sema/
H A Doffsetof.c3 #define offsetof(TYPE, MEMBER) __builtin_offsetof (TYPE, MEMBER)
/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 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);

Completed in 2368 milliseconds

1234567891011>>