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

1 2 3 4 5 67 8 91011>>

  /libcore/luni/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
ElementTypeTest.java 45 assertSame(ElementType.TYPE, ElementType.valueOf("TYPE"));
  /packages/apps/Mms/src/com/android/mms/util/
AddressUtils.java 48 Addr.TYPE + "=" + PduHeaders.FROM, null, null);
  /packages/apps/Phone/src/com/android/phone/
BluetoothAtPhonebook.java 56 Phone._ID, Phone.DISPLAY_NAME, Phone.NUMBER, Phone.TYPE
63 private static final String OUTGOING_CALL_WHERE = Calls.TYPE + "=" + Calls.OUTGOING_TYPE;
64 private static final String INCOMING_CALL_WHERE = Calls.TYPE + "=" + Calls.INCOMING_TYPE;
65 private static final String MISSED_CALL_WHERE = Calls.TYPE + "=" + Calls.MISSED_TYPE;
99 Calls.TYPE + "=" + Calls.OUTGOING_TYPE, null, Calls.DEFAULT_SORT_ORDER +
233 int type = -1;
240 new String[] {PhoneLookup.DISPLAY_NAME, PhoneLookup.TYPE},
245 type = c.getInt(1);
259 type = pbr.cursor.getInt(pbr.typeColumn);
260 name = name + "/" + getPhoneType(type);
    [all...]
  /libcore/luni/src/main/java/java/io/
ObjectStreamClass.java 90 VOID_CLASS = Void.TYPE;
101 * used to fetch field serialPersistentFields and checking its type
279 // resolve type string to init typeString field in
370 Class<?> type = _fields[i].getType(); local
371 if (type.isPrimitive()) {
373 primOffset += primitiveSize(type);
400 if (Long.TYPE == field.getType()) {
849 * Return true if the type code
850 * <code>typecode<code> describes a primitive type
853 * @return {@code true} if the typecode represents a primitive type
    [all...]
  /external/protobuf/src/google/protobuf/
wire_format.cc 166 switch (field.type()) {
205 switch (field.type()) {
241 if (field.type() == UnknownField::TYPE_LENGTH_DELIMITED) {
247 // Write type ID.
270 if (field.type() == UnknownField::TYPE_LENGTH_DELIMITED) {
277 // Write type ID.
304 switch (field.type()) {
354 if (field.type() == UnknownField::TYPE_LENGTH_DELIMITED) {
432 WireTypeForFieldType(field->type())) {
440 // or the wire type doesn't match. Put it in our unknown field set
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/cp/
cp-tree.h 1 /* Definitions for C++ parsing and type checking.
303 /* Returns nonzero iff TYPE1 and TYPE2 are the same type, in the usual
308 /* Returns nonzero iff TYPE1 and TYPE2 are the same type, ignoring
360 /* For a type-conversion operator, the BASELINK_OPTYPE indicates the type
363 the BASELINK_OPTYPE can be used to determine what type the user
413 type. For namespace scope, the presence of a type in any namespace
414 is indicated with global_type_node, and the real type behind must
418 #define SET_IDENTIFIER_TYPE_VALUE(NODE,TYPE) (TREE_TYPE (NODE) = (TYPE)
4031 tree type; member in struct:cp_decl_specifier_seq
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/cp/
cp-tree.h 1 /* Definitions for C++ parsing and type checking.
303 /* Returns nonzero iff TYPE1 and TYPE2 are the same type, in the usual
308 /* Returns nonzero iff TYPE1 and TYPE2 are the same type, ignoring
360 /* For a type-conversion operator, the BASELINK_OPTYPE indicates the type
363 the BASELINK_OPTYPE can be used to determine what type the user
413 type. For namespace scope, the presence of a type in any namespace
414 is indicated with global_type_node, and the real type behind must
418 #define SET_IDENTIFIER_TYPE_VALUE(NODE,TYPE) (TREE_TYPE (NODE) = (TYPE)
4035 tree type; member in struct:cp_decl_specifier_seq
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
defaults.h 206 /* How to emit a .type directive. */
209 #define ASM_OUTPUT_TYPE_DIRECTIVE(STREAM, NAME, TYPE) \
215 fprintf (STREAM, TYPE_OPERAND_FMT, TYPE); \
649 /* If more than one debugging type is supported, you must define
954 #define LOCAL_ALIGNMENT(TYPE, ALIGNMENT) ALIGNMENT
958 #define STACK_SLOT_ALIGNMENT(TYPE,MODE,ALIGN) \
959 ((TYPE) ? LOCAL_ALIGNMENT ((TYPE), (ALIGN)) : (ALIGN))
system.h 172 "warning: signed and unsigned type in conditional expression". */
546 #define ENUM_BITFIELD(TYPE) __extension__ enum TYPE
548 #define ENUM_BITFIELD(TYPE) unsigned int
552 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *) 0)->MEMBER)
587 /* Provide a fake boolean type. We make no attempt to use the
796 #define CONST_CAST(TYPE,X) CONST_CAST2(TYPE, const TYPE, (X)
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
defaults.h 206 /* How to emit a .type directive. */
209 #define ASM_OUTPUT_TYPE_DIRECTIVE(STREAM, NAME, TYPE) \
215 fprintf (STREAM, TYPE_OPERAND_FMT, TYPE); \
649 /* If more than one debugging type is supported, you must define
954 #define LOCAL_ALIGNMENT(TYPE, ALIGNMENT) ALIGNMENT
958 #define STACK_SLOT_ALIGNMENT(TYPE,MODE,ALIGN) \
959 ((TYPE) ? LOCAL_ALIGNMENT ((TYPE), (ALIGN)) : (ALIGN))
  /dalvik/dx/src/com/android/dx/command/annotool/
Main.java 124 eTypes.add(ElementType.TYPE);
129 set.remove(ElementType.TYPE);
133 "only --element parameters 'type' and 'package' "
  /external/blktrace/btt/
list.h 10 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
17 * @param type the type of the container struct this is embedded in.
21 #define container_of(ptr, type, member) ({ \
22 const typeof( ((type *)0)->member ) *__mptr = (ptr); \
23 (type *)( (char *)__mptr - offsetof(type,member) );})
143 * @type: the type of the struct this is embedded in
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
HTMLDocument.java 41 .set (Attribute.HTTP_EQUIV, "Content-Type")
121 style.getAttributes ().set (Attribute.TYPE, "text/css");
138 public void addLINK (final String type, final String href)
144 link.getAttributes ().set (Attribute.TYPE, type); // TODO: escape
  /external/nist-sip/java/gov/nist/core/
GenericObject.java 105 * of the same type and invoke the match interface.
141 * If the object is a wrapped type, an array, a GenericObject
142 * or a GenericObjectList, it is cast to the appropriate type
159 if (ec == Character.TYPE)
161 else if (ec == Boolean.TYPE)
163 if (ec == Byte.TYPE)
165 else if (ec == Short.TYPE)
167 else if (ec == Integer.TYPE)
169 else if (ec == Long.TYPE)
171 else if (ec == Float.TYPE)
    [all...]
  /hardware/msm7k/librpc/rpc/
xdr.h 64 #define XDR_MSG_START(XDR, TYPE) (XDR)->xops->msg_start(XDR, TYPE)
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/
stddef.h 38 wants us just to define one data type. So don't define
66 defined if the corresponding type is *not* defined.
103 /* On VxWorks, <type/vxTypesBase.h> may have defined macros like
108 invoke them so that the type is defined as expected. */
128 /* Signed type of difference of two pointers. */
130 /* Define this type if we are doing the whole job,
131 or if we want this type in particular. */
167 /* Unsigned type of `sizeof' something. */
169 /* Define this type if we are doing the whole job,
170 or if we want this type in particular. *
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/
stddef.h 38 wants us just to define one data type. So don't define
66 defined if the corresponding type is *not* defined.
103 /* On VxWorks, <type/vxTypesBase.h> may have defined macros like
108 invoke them so that the type is defined as expected. */
128 /* Signed type of difference of two pointers. */
130 /* Define this type if we are doing the whole job,
131 or if we want this type in particular. */
167 /* Unsigned type of `sizeof' something. */
169 /* Define this type if we are doing the whole job,
170 or if we want this type in particular. *
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
stddef.h 38 wants us just to define one data type. So don't define
66 defined if the corresponding type is *not* defined.
103 /* On VxWorks, <type/vxTypesBase.h> may have defined macros like
108 invoke them so that the type is defined as expected. */
128 /* Signed type of difference of two pointers. */
130 /* Define this type if we are doing the whole job,
131 or if we want this type in particular. */
167 /* Unsigned type of `sizeof' something. */
169 /* Define this type if we are doing the whole job,
170 or if we want this type in particular. *
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
stddef.h 35 wants us just to define one data type. So don't define
63 defined if the corresponding type is *not* defined.
100 /* On VxWorks, <type/vxTypesBase.h> may have defined macros like
105 invoke them so that the type is defined as expected. */
125 /* Signed type of difference of two pointers. */
127 /* Define this type if we are doing the whole job,
128 or if we want this type in particular. */
164 /* Unsigned type of `sizeof' something. */
166 /* Define this type if we are doing the whole job,
167 or if we want this type in particular. *
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/
stddef.h 35 wants us just to define one data type. So don't define
63 defined if the corresponding type is *not* defined.
100 /* On VxWorks, <type/vxTypesBase.h> may have defined macros like
105 invoke them so that the type is defined as expected. */
125 /* Signed type of difference of two pointers. */
127 /* Define this type if we are doing the whole job,
128 or if we want this type in particular. */
164 /* Unsigned type of `sizeof' something. */
166 /* Define this type if we are doing the whole job,
167 or if we want this type in particular. *
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/
stddef.h 38 wants us just to define one data type. So don't define
66 defined if the corresponding type is *not* defined.
103 /* On VxWorks, <type/vxTypesBase.h> may have defined macros like
108 invoke them so that the type is defined as expected. */
128 /* Signed type of difference of two pointers. */
130 /* Define this type if we are doing the whole job,
131 or if we want this type in particular. */
167 /* Unsigned type of `sizeof' something. */
169 /* Define this type if we are doing the whole job,
170 or if we want this type in particular. *
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/
stddef.h 38 wants us just to define one data type. So don't define
66 defined if the corresponding type is *not* defined.
103 /* On VxWorks, <type/vxTypesBase.h> may have defined macros like
108 invoke them so that the type is defined as expected. */
128 /* Signed type of difference of two pointers. */
130 /* Define this type if we are doing the whole job,
131 or if we want this type in particular. */
167 /* Unsigned type of `sizeof' something. */
169 /* Define this type if we are doing the whole job,
170 or if we want this type in particular. *
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
stddef.h 38 wants us just to define one data type. So don't define
66 defined if the corresponding type is *not* defined.
103 /* On VxWorks, <type/vxTypesBase.h> may have defined macros like
108 invoke them so that the type is defined as expected. */
128 /* Signed type of difference of two pointers. */
130 /* Define this type if we are doing the whole job,
131 or if we want this type in particular. */
167 /* Unsigned type of `sizeof' something. */
169 /* Define this type if we are doing the whole job,
170 or if we want this type in particular. *
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
stddef.h 35 wants us just to define one data type. So don't define
63 defined if the corresponding type is *not* defined.
100 /* On VxWorks, <type/vxTypesBase.h> may have defined macros like
105 invoke them so that the type is defined as expected. */
125 /* Signed type of difference of two pointers. */
127 /* Define this type if we are doing the whole job,
128 or if we want this type in particular. */
164 /* Unsigned type of `sizeof' something. */
166 /* Define this type if we are doing the whole job,
167 or if we want this type in particular. *
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/
stddef.h 35 wants us just to define one data type. So don't define
63 defined if the corresponding type is *not* defined.
100 /* On VxWorks, <type/vxTypesBase.h> may have defined macros like
105 invoke them so that the type is defined as expected. */
125 /* Signed type of difference of two pointers. */
127 /* Define this type if we are doing the whole job,
128 or if we want this type in particular. */
164 /* Unsigned type of `sizeof' something. */
166 /* Define this type if we are doing the whole job,
167 or if we want this type in particular. *
    [all...]

Completed in 587 milliseconds

1 2 3 4 5 67 8 91011>>