HomeSort by relevance Sort by last modified time
    Searched refs:TYPE (Results 76 - 100 of 369) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/jsr305/ri/src/main/java/javax/annotation/concurrent/
Immutable.java 33 @Target(ElementType.TYPE)
NotThreadSafe.java 27 @Target(ElementType.TYPE)
ThreadSafe.java 19 @Target(ElementType.TYPE)
  /external/zlib/contrib/infback9/
inflate9.h 13 TYPE, /* i: waiting for type bits, including last-flag bit */
27 TYPE -> STORED or TABLE or LEN or DONE
28 STORED -> TYPE
31 LEN -> LEN or TYPE
  /frameworks/base/core/java/android/annotation/
Widget.java 34 @Target({ ElementType.TYPE })
  /frameworks/base/core/java/android/test/suitebuilder/annotation/
LargeTest.java 28 @Target({ElementType.METHOD, ElementType.TYPE})
MediumTest.java 29 @Target({ElementType.METHOD, ElementType.TYPE})
SmallTest.java 28 @Target({ElementType.METHOD, ElementType.TYPE})
Smoke.java 32 @Target({ElementType.METHOD, ElementType.TYPE})
Suppress.java 31 @Target({ElementType.METHOD, ElementType.TYPE})
  /libcore/dalvik/src/main/java/dalvik/annotation/
AndroidOnly.java 31 @Target({ ElementType.METHOD, ElementType.TYPE })
SideEffect.java 32 @Target({ ElementType.METHOD, ElementType.TYPE })
TestTargetClass.java 31 @Target({ ElementType.TYPE })
VirtualTestTarget.java 50 @Target({ ElementType.TYPE })
  /libcore/luni/src/test/java/tests/api/java/lang/reflect/
MethodTest.java 28 import java.lang.reflect.Type;
308 assertTrue("Returned incorrect exception type", ex[0]
553 Type[] genericExceptionTypes = method.getGenericExceptionTypes();
574 Type returnType = method.getGenericReturnType();
701 assertTrue("Gave incorrect returne type, wanted char", mth
708 assertTrue("Gave incorrect returne type, wanted long", mth
715 assertTrue("Gave incorrect returne type, wanted short", mth
722 assertTrue("Gave incorrect returne type, wanted int: "
729 assertTrue("Gave incorrect returne type, wanted double", mth
736 assertTrue("Gave incorrect returne type, wanted byte", mt
    [all...]
  /dalvik/vm/compiler/
CompilerUtility.h 45 #define GET_ELEM_N(LIST, TYPE, N) (((TYPE*) LIST->elemList)[N])
  /frameworks/base/include/utils/
Debug.h 40 struct CompileTimeIfElse<true, LHS, RHS> { typedef LHS TYPE; };
42 struct CompileTimeIfElse<false, LHS, RHS> { typedef RHS TYPE; };
  /external/blktrace/
rbtree.h 115 #define offsetof(TYPE,MEMBER) __compiler_offsetof(TYPE,MEMBER)
117 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
120 #define container_of(ptr, type, member) ({ \
121 const typeof( ((type *)0)->member ) *__mptr = (ptr); \
122 (type *)( (char *)__mptr - offsetof(type,member) );})
141 #define rb_entry(ptr, type, member) container_of(ptr, type, member
    [all...]
  /external/elfutils/libasm/
symbolhash.c 25 #define TYPE AsmSym_t *
  /libcore/luni/src/main/java/java/io/
EmulatedFields.java 108 * its type, or {@code false} indicating that the field named has been
129 * fieldName} and type {@code fieldType}. If the field type {@code
130 * fieldType} corresponds to a primitive type, the field type has to match
131 * exactly or {@code null} is returned. If the field type {@code fieldType}
132 * corresponds to an object type, the field type has to be compatible in
140 * the type of the field. This will be used to test
153 // Looking for a primitive type field. Types must matc
    [all...]
  /libcore/luni/src/main/java/java/lang/
SuppressWarnings.java 25 * Annotation type used to indicate that the compiler should not issue the
35 @Target( { ElementType.TYPE, ElementType.FIELD, ElementType.METHOD,
Void.java 30 * The {@link Class} object that represents the primitive type {@code void}.
32 public static final Class<Void> TYPE = lookupType();
35 // defined to be "java.lang.Void.TYPE";
  /external/yaffs2/yaffs2/
yaffs_qsort.c 36 #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; \
  /libcore/luni/src/main/java/java/lang/reflect/
Array.java 50 * type, the result is automatically wrapped.
117 * index position can not be converted to the return type
128 throw new IllegalArgumentException("Wrong array type");
150 * index position can not be converted to the return type
179 * index position can not be converted to the return type
190 throw new IllegalArgumentException("Wrong array type");
212 * index position can not be converted to the return type
241 * index position can not be converted to the return type
270 * index position can not be converted to the return type
347 * index position can not be converted to the return type
    [all...]
  /frameworks/base/services/surfaceflinger/
BlurFilter.cpp 71 typedef uint16_t type; typedef in struct:android::BlurColor565
117 typedef uint32_t type; typedef in struct:android::BlurColor888X
160 typedef uint16_t type; typedef in struct:android::BlurGray565
190 typedef uint32_t type; typedef in struct:android::BlurGray8888
233 typedef typename PIXEL::type TYPE;
248 (src->stride * kernelSize) * sizeof(TYPE));
253 TYPE* const scratch = (TYPE*)(sums + w + kernelSize);
261 TYPE* head
    [all...]

Completed in 476 milliseconds

1 2 34 5 6 7 8 91011>>