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

1 2 3 4 5 6 78 91011>>

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
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
797 #define CONST_CAST(TYPE,X) CONST_CAST2(TYPE, const TYPE, (X)
    [all...]
tree.h 36 #define DEFTREECODE(SYM, STRING, TYPE, NARGS) SYM,
62 tcc_type, /* A type object code. */
98 /* Nonzero if CODE represents a type. */
165 /* Returns nonzero iff CODE represents a type or declaration. */
335 /* A tree node can represent a data type, a variable, an expression
338 INTEGER_TYPE -- represents a type of integers.
339 ARRAY_TYPE -- represents a type of pointer.
398 tree type;
864 /* In all nodes that are expressions, this is the data type of the expression.
865 In POINTER_TYPE nodes, this is the type that the pointer points to
395 tree type; local
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/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/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/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/sh-4.3.3/lib/gcc/sh-linux-gnu/4.3.3/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...]
  /external/v8/src/
heap-inl.h 191 InstanceType type = object->map()->instance_type(); local
192 AllocationSpace space = TargetSpaceId(type);
199 AllocationSpace Heap::TargetSpaceId(InstanceType type) {
206 ASSERT(type != MAP_TYPE);
207 ASSERT(type != CODE_TYPE);
208 ASSERT(type != ODDBALL_TYPE);
209 ASSERT(type != JS_GLOBAL_PROPERTY_CELL_TYPE);
211 if (type < FIRST_NONSTRING_TYPE) {
215 return ((type & kStringRepresentationMask) == kConsStringTag)
219 return (type <= LAST_DATA_TYPE) ? OLD_DATA_SPACE : OLD_POINTER_SPACE
    [all...]
  /external/webkit/WebCore/bindings/v8/
V8GCController.cpp 62 // V8GCController::registerGlobalHandle(type, host, handle);
68 // V8GCController::unregisterGlobalHandle(type, host, handle);
91 void V8GCController::registerGlobalHandle(GlobalHandleType type, void* host, v8::Persistent<v8::Value> handle)
94 globalHandleMap().set(*handle, new GlobalHandleInfo(host, type));
115 V8ClassIndex::V8WrapperType type = V8DOMWrapper::domWrapperType(wrapper); local
117 UNUSED_PARAM(type);
126 V8ClassIndex::V8WrapperType type = V8DOMWrapper::domWrapperType(wrapper); local
127 UNUSED_PARAM(type);
185 V8ClassIndex::V8WrapperType type = V8DOMWrapper::domWrapperType(wrapper); local
186 switch (type) {
372 V8ClassIndex::V8WrapperType type = V8DOMWrapper::domWrapperType(wrapper); local
    [all...]
  /frameworks/base/obex/javax/obex/
HeaderSet.java 63 * Represents the OBEX Type header. This allows a request to specify the
64 * type of the object (e.g. text, html, binary, etc.).
66 * The value of <code>TYPE</code> is 0x42 (66).
68 public static final int TYPE = 0x42;
238 * Sets the value of the header identifier to the value provided. The type
239 * of object must correspond to the Java type defined in the description of
247 * type of <code>headerValue</code> is not the correct Java type as
274 case TYPE:
276 throw new IllegalArgumentException("Type must be a String")
    [all...]
  /libcore/luni/src/main/java/java/io/
ObjectInputStream.java 81 // Where we keep primitive type data
97 // type below.
130 // Internal type used to keep track of validators & corresponding priority
180 * if the type of the field identified by {@code name} is
200 * if the type of the field identified by {@code name} is
220 * if the type of the field identified by {@code name} is
240 * if the type of the field identified by {@code name} is
260 * if the type of the field identified by {@code name} is
280 * if the type of the field identified by {@code name} is
300 * if the type of the field identified by {@code float} i
1157 Class<?> type = element.field.getType(); local
    [all...]
  /libcore/luni/src/main/java/java/lang/
Byte.java 21 * The wrapper for the primitive type {@code byte}.
53 * The {@link Class} object that represents the primitive type {@code byte}.
56 public static final Class<Byte> TYPE
59 // defined to be "java.lang.Byte.TYPE";
Short.java 21 * The wrapper for the primitive type {@code short}.
54 * The {@link Class} object that represents the primitive type {@code
58 public static final Class<Short> TYPE
60 // Note: Short.TYPE can't be set to "short.class", since *that* is
61 // defined to be "java.lang.Short.TYPE";
  /libcore/luni/src/main/java/java/util/
PropertyPermissionCollection.java 80 new ObjectStreamField("all_allowed", Boolean.TYPE) };
  /external/protobuf/src/google/protobuf/
extension_set.h 74 // Used to store values of type WireFormatLite::FieldType without having to
81 // matches one of the defined values for the corresponding enum type. This
92 inline ExtensionInfo(FieldType type, bool is_repeated, bool is_packed)
93 : type(type), is_repeated(is_repeated), is_packed(is_packed),
96 FieldType type; member in struct:google::protobuf::internal::ExtensionInfo
112 // live in the same pool as the descriptor for the containing type.
122 // Find the extension with the given containing type and number.
153 // inside one of the message type's extension ranges, the tag is passed
166 int number, FieldType type,
409 FieldType type; member in struct:google::protobuf::internal::ExtensionSet::Extension
    [all...]
generated_message_reflection.cc 89 " Message type: " << descriptor->full_name() << "\n"
115 " Message type: " << descriptor->full_name() << "\n"
117 " Problem : Field is not the right type for this message:\n"
119 " Field type: " << cpptype_names_[field->cpp_type()];
128 " Message type: " << descriptor->full_name() << "\n"
130 " Problem : Enum value did not match field type:\n"
149 if (value->type() != field->enum_type()) \
154 METHOD, "Field does not match message type.");
252 // We don't know which subclass of RepeatedPtrFieldBase the type is,
297 // external type's prototype, so there is no extra memory usage
1070 const Descriptor* type = descriptor_pool_->FindMessageTypeByName(name); local
    [all...]
descriptor.h 35 // This file contains classes which describe a type of protocol message.
103 // Describes a type of protocol message, or a particular group within a
106 // static method called descriptor() which returns the type's descriptor.
110 // The name of the message type, not including its scope.
113 // The fully-qualified name of the message type, scope delimited by
114 // periods. For example, message type "Foo" which is declared in package
115 // "bar" has full name "bar.Foo". If a type "Baz" is nested within
120 // Index of this descriptor within the file or containing type's message
121 // type array.
124 // The .proto file in which this message type was defined. Never NULL
    [all...]
  /external/qemu/target-arm/
iwmmxt_helper.c 302 #define CMP(SHR, TYPE, OPER, MASK) ((((TYPE) ((a >> SHR) & MASK) OPER \
303 (TYPE) ((b >> SHR) & MASK)) ? (uint64_t) MASK : 0) << SHR)
308 #define CMP(SHR, TYPE, OPER, MASK) ((((TYPE) ((a >> SHR) & MASK) OPER \
309 (TYPE) ((b >> SHR) & MASK)) ? a : b) & ((uint64_t) MASK << SHR))
315 #define CMP(SHR, TYPE, OPER, MASK) ((uint64_t) (((TYPE) ((a >> SHR) & MASK) \
316 OPER (TYPE) ((b >> SHR) & MASK)) & MASK) << SHR)
321 #define CMP(SHR, TYPE, OPER, MASK) ((uint64_t) (((TYPE) ((a >> SHR) & MASK)
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/
ContactsUtilsTests.java 40 values.put(Im.TYPE, Im.TYPE_HOME);
57 values.put(Im.TYPE, Im.TYPE_HOME);
75 values.put(Email.TYPE, Email.TYPE_HOME);
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceContact.java 112 Phone.TYPE,
114 // TODO: handle type != 0,1,2, and use LABEL
128 final int typeColumn = cursor.getColumnIndexOrThrow(Phone.TYPE);
155 + " type=" + typeAtCursor
287 CallLog.Calls.TYPE + "=" + CallLog.Calls.OUTGOING_TYPE,
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
CallLogProviderTest.java 76 values.put(Calls.TYPE, Calls.OUTGOING_TYPE);
133 values.put(Calls.TYPE, Calls.OUTGOING_TYPE);
144 values.put(Calls.TYPE, Calls.INCOMING_TYPE);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/arm/
arm.h 323 /* What type of floating point to tune for */
326 /* What type of floating point instructions are available */
473 type, but kept valid in the wider mode. The signedness of the
474 extension may differ from that of the type. */
478 #define PROMOTE_MODE(MODE, UNSIGNEDP, TYPE) \
489 #define PROMOTE_FUNCTION_MODE(MODE, UNSIGNEDP, TYPE) \
875 /* The number of (integer) registers required to hold a quantity of type MODE.
880 /* The number of (integer) registers required to hold a quantity of TYPE MODE. */
881 #define ARM_NUM_REGS2(MODE, TYPE) \
883 int_size_in_bytes (TYPE) : GET_MODE_SIZE (MODE)
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/config/arm/
arm.h 323 /* What type of floating point to tune for */
326 /* What type of floating point instructions are available */
473 type, but kept valid in the wider mode. The signedness of the
474 extension may differ from that of the type. */
478 #define PROMOTE_MODE(MODE, UNSIGNEDP, TYPE) \
489 #define PROMOTE_FUNCTION_MODE(MODE, UNSIGNEDP, TYPE) \
874 /* The number of (integer) registers required to hold a quantity of type MODE.
879 /* The number of (integer) registers required to hold a quantity of TYPE MODE. */
880 #define ARM_NUM_REGS2(MODE, TYPE) \
882 int_size_in_bytes (TYPE) : GET_MODE_SIZE (MODE)
    [all...]
  /frameworks/base/core/tests/coretests/src/android/pim/vcard/
VCardImporterTests.java     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree.h 36 #define DEFTREECODE(SYM, STRING, TYPE, NARGS) SYM,
62 tcc_type, /* A type object code. */
98 /* Nonzero if CODE represents a type. */
165 /* Returns nonzero iff CODE represents a type or declaration. */
335 /* A tree node can represent a data type, a variable, an expression
338 INTEGER_TYPE -- represents a type of integers.
339 ARRAY_TYPE -- represents a type of pointer.
397 tree type;
856 /* In all nodes that are expressions, this is the data type of the expression.
857 In POINTER_TYPE nodes, this is the type that the pointer points to
394 tree type; local
    [all...]
  /hardware/ril/mock-ril/src/cpp/
protobuf_v8.cpp 117 class Type : public ObjectWrap {
123 DBG("Type::NewMessage() EX:");
128 DBG("Type::Constrocutor() EX:");
133 DBG("Type::NewObjext(properties) EX:");
137 Type(Schema* schema, const Descriptor* descriptor, Handle<Object> self)
139 DBG("Type::Type(schema, descriptor, self) E:");
164 // managed type->schema link
169 constructor->SetHiddenValue(String::New("type"), self);
186 DBG("Type::Type(schema, descriptor, self) X:")
287 Type* type = UnwrapThis<Type>(args); local
442 Type* type = UnwrapThis<Type>(args); local
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyApiSupport.java 381 sPeopleProjectionMap.put(People.TYPE, People.TYPE);
407 sOrganizationProjectionMap.put(android.provider.Contacts.Organizations.TYPE,
408 android.provider.Contacts.Organizations.TYPE);
419 sContactMethodProjectionMap.put(ContactMethods.TYPE, ContactMethods.TYPE);
433 sPhoneProjectionMap.put(android.provider.Contacts.Phones.TYPE,
434 android.provider.Contacts.Phones.TYPE);
584 "phone." + Phone.TYPE
585 + " AS " + People.TYPE + ", "
    [all...]

Completed in 353 milliseconds

1 2 3 4 5 6 78 91011>>