Searched refs:type (Results 276 - 300 of 7554) sorted by relevance

<<11121314151617181920>>

/external/elfutils/backends/
H A Dcommon-reloc.c33 #define R_NAME_1(prefix, type) R_NAME_2 (prefix, type)
34 #define R_NAME_2(prefix, type) #prefix #type
41 /* Provide a table of reloc type names, in a PIC-friendly fashion. */
46 #define RELOC_TYPE(type, uses) \
47 char name_##type[sizeof R_NAME (type)];
53 #define RELOC_TYPE(type, uses) R_NAME (type),
106 uint8_t type = ehdr->e_type; local
[all...]
/external/mesa3d/src/glsl/
H A Dast_to_hir.cpp90 * If a conversion is available, convert one operand to a different type
107 if (to->base_type == from->type->base_type)
126 if (!to->is_float() || !from->type->is_numeric())
129 /* Convert to a floating point type with the same number of components
130 * as the original type - i.e. int to float, not int to vec4.
132 to = glsl_type::get_instance(GLSL_TYPE_FLOAT, from->type->vector_elements,
133 from->type->matrix_columns);
135 switch (from->type->base_type) {
158 const glsl_type *type_a = value_a->type;
159 const glsl_type *type_b = value_b->type;
288 const glsl_type *const type = local
305 const glsl_type *const type = local
324 const glsl_type *const type = local
347 unary_arithmetic_result_type(const struct glsl_type *type, struct _mesa_glsl_parse_state *state, YYLTYPE *loc) argument
899 const struct glsl_type *type = glsl_type::error_type; local
1784 const struct glsl_type *type; local
2442 const struct glsl_type *type; local
[all...]
/external/webkit/Source/WebCore/dom/
H A DEvent.cpp251 const AtomicString& type = this->type(); local
254 type == eventNames().clickEvent || type == eventNames().mousedownEvent
255 || type == eventNames().mouseupEvent || type == eventNames().dblclickEvent
257 || type == eventNames().keydownEvent || type == eventNames().keypressEvent
258 || type == eventNames().keyupEvent
261 || type
[all...]
/external/webkit/Source/WebCore/platform/chromium/
H A DChromiumDataObject.cpp43 void ChromiumDataObject::clearData(const String& type) argument
45 if (type == mimeTypeTextPlain) {
50 if (type == mimeTypeURL || type == mimeTypeTextURIList) {
57 if (type == mimeTypeTextHTML) {
63 if (type == mimeTypeDownloadURL) {
129 String ChromiumDataObject::getData(const String& type, bool& success) argument
131 if (type == mimeTypeTextPlain) {
145 if (type == mimeTypeURL) {
150 if (type
180 setData(const String& type, const String& data) argument
[all...]
H A DChromiumDataObjectLegacy.cpp43 void ChromiumDataObjectLegacy::clearData(const String& type) argument
45 if (type == mimeTypeTextPlain) {
50 if (type == mimeTypeURL || type == mimeTypeTextURIList) {
57 if (type == mimeTypeTextHTML) {
63 if (type == mimeTypeDownloadURL) {
127 String ChromiumDataObjectLegacy::getData(const String& type, bool& success) argument
129 if (type == mimeTypeTextPlain) {
143 if (type == mimeTypeURL) {
148 if (type
178 setData(const String& type, const String& data) argument
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
H A DAttributeTypeAndValue.java14 private ASN1ObjectIdentifier type; field in class:AttributeTypeAndValue
19 type = (ASN1ObjectIdentifier)seq.getObjectAt(0);
38 ASN1ObjectIdentifier type,
41 this.type = type;
47 return type;
58 * type OBJECT IDENTIFIER,
59 * value ANY DEFINED BY type }
67 v.add(type);
37 AttributeTypeAndValue( ASN1ObjectIdentifier type, ASN1Encodable value) argument
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dsessiondescription.h46 // type = xmlns of <content>
50 const std::string& type,
52 name(name), type(type), description(description) {}
54 std::string type; member in struct:cricket::ContentInfo
62 const ContentInfos& contents, const std::string& type);
65 // type. Analgous to a <jingle> or <session> stanza. Assumes that
73 const ContentInfo* FirstContentByType(const std::string& type) const;
76 const std::string& type,
49 ContentInfo(const std::string& name, const std::string& type, const ContentDescription* description) argument
/external/chromium/webkit/glue/
H A Dcpp_variant.h6 This file contains the declaration for CppVariant, a type used by C++ classes
10 corresponding NPVariant type. CppVariant also provides a number of
64 // held by the object and sets its type to null.
69 // Compares this CppVariant's type and value to another's. They must be
70 // identical in both type and value to be considered equal. For string and
78 // type of a CppVariant is likewise public, it can be accessed through these
81 bool isBool() const { return (type == NPVariantType_Bool); }
82 bool isInt32() const { return (type == NPVariantType_Int32); }
83 bool isDouble() const { return (type == NPVariantType_Double); }
85 bool isString() const { return (type
[all...]
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DFieldId.java26 * @param <D> the type declaring this field
27 * @param <V> the type of value this field holds
31 final TypeId<V> type; field in class:FieldId
38 FieldId(TypeId<D> declaringType, TypeId<V> type, String name) { argument
39 if (declaringType == null || type == null || name == null) {
43 this.type = type;
45 this.nat = new CstNat(new CstString(name), new CstString(type.name));
54 return type;
/external/dropbear/libtomcrypt/src/pk/dsa/
H A Ddsa_export.c24 @param type The type of key to export (PK_PRIVATE or PK_PUBLIC)
28 int dsa_export(unsigned char *out, unsigned long *outlen, int type, dsa_key *key) argument
37 if (type == PK_PRIVATE && key->type != PK_PRIVATE) {
41 if (type != PK_PUBLIC && type != PK_PRIVATE) {
45 flags[0] = (type != PK_PUBLIC) ? 1 : 0;
47 if (type == PK_PRIVATE) {
/external/freetype/include/freetype/internal/
H A Dftrfork.h73 /* For fast translation between rule index and rule type,
79 FT_RFork_Rule type; member in struct:ft_raccess_guess_rec_
84 #define CONST_FT_RFORK_RULE_ARRAY_BEGIN( name, type ) \
85 const type name[] = {
91 #define CONST_FT_RFORK_RULE_ARRAY_BEGIN( name, type ) \
92 void FT_Init_##name ( type* storage ) { \
93 type *local = storage; \
97 local[i].type = FT_RFork_Rule_##type_suffix; \
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DEnumMultiset.java33 public static <E extends Enum<E>> EnumMultiset<E> create(Class<E> type) { argument
34 return new EnumMultiset<E>(type);
54 private transient Class<E> type; field in class:EnumMultiset
57 private EnumMultiset(Class<E> type) { argument
58 super(WellBehavedMap.wrap(new EnumMap<E, Count>(type)));
59 this.type = type;
/external/jmdns/src/javax/jmdns/
H A DServiceInfo.java69 * @param type
70 * fully qualified service type name, such as <code>_http._tcp.local.</code>.
79 public static ServiceInfo create(final String type, final String name, final int port, final String text) { argument
80 return new ServiceInfoImpl(type, name, "", port, 0, 0, false, text);
86 * @param type
87 * fully qualified service type name, such as <code>_http._tcp.local.</code>.
98 public static ServiceInfo create(final String type, final String name, final String subtype, final int port, final String text) { argument
99 return new ServiceInfoImpl(type, name, subtype, port, 0, 0, false, text);
105 * @param type
106 * fully qualified service type nam
119 create(final String type, final String name, final int port, final int weight, final int priority, final String text) argument
142 create(final String type, final String name, final String subtype, final int port, final int weight, final int priority, final String text) argument
163 create(final String type, final String name, final int port, final int weight, final int priority, final Map<String, ?> props) argument
186 create(final String type, final String name, final String subtype, final int port, final int weight, final int priority, final Map<String, ?> props) argument
207 create(final String type, final String name, final int port, final int weight, final int priority, final byte[] text) argument
230 create(final String type, final String name, final String subtype, final int port, final int weight, final int priority, final byte[] text) argument
253 create(final String type, final String name, final int port, final int weight, final int priority, final boolean persistent, final String text) argument
278 create(final String type, final String name, final String subtype, final int port, final int weight, final int priority, final boolean persistent, final String text) argument
301 create(final String type, final String name, final int port, final int weight, final int priority, final boolean persistent, final Map<String, ?> props) argument
326 create(final String type, final String name, final String subtype, final int port, final int weight, final int priority, final boolean persistent, final Map<String, ?> props) argument
349 create(final String type, final String name, final int port, final int weight, final int priority, final boolean persistent, final byte[] text) argument
374 create(final String type, final String name, final String subtype, final int port, final int weight, final int priority, final boolean persistent, final byte[] text) argument
[all...]
/external/openfst/src/extensions/far/
H A Dmain.cc33 // Return the 'FarType' value corresponding to a far type name.
35 FarType type = FAR_DEFAULT; local
37 type = FAR_STLIST;
39 type = FAR_STTABLE;
41 type = FAR_DEFAULT;
42 return type;
47 string FarTypeToString(FarType type) { argument
48 switch (type) {
66 FSTERROR() << "Unknown FAR entry type: " << s;
79 FSTERROR() << "Unknown FAR entry type
[all...]
/external/proguard/src/proguard/evaluation/value/
H A DReferenceValue.java30 * This class represents a partially evaluated reference value. It has a type
32 * the type is <code>null</code>, the value is <code>null</code>.
41 protected final String type; field in class:ReferenceValue
49 public ReferenceValue(String type, argument
53 this.type = type;
60 * Returns the type.
64 return type;
69 * Returns the class that is referenced by the type.
80 * Returns whether the type i
[all...]
/external/protobuf/examples/
H A Dadd_person.py25 type = raw_input("Is this a mobile, home, or work phone? ")
26 if type == "mobile":
27 phone_number.type = addressbook_pb2.Person.MOBILE
28 elif type == "home":
29 phone_number.type = addressbook_pb2.Person.HOME
30 elif type == "work":
31 phone_number.type = addressbook_pb2.Person.WORK
33 print "Unknown phone type; leaving as default value."
/external/qemu/
H A Dqobject.h57 const QType *type; member in struct:QObject
79 obj->base.type = qtype_type
97 assert(obj->type != NULL);
98 assert(obj->type->destroy != NULL);
99 obj->type->destroy(obj);
104 * qobject_type(): Return the QObject's type
108 assert(obj->type != NULL);
109 return obj->type->code;
/external/webkit/Source/WebCore/platform/
H A DContextMenuItem.cpp35 ContextMenuItem::ContextMenuItem(ContextMenuItemType type, ContextMenuAction action, const String& title, ContextMenu* subMenu) argument
36 : m_type(type)
46 ContextMenuItem::ContextMenuItem(ContextMenuItemType type, ContextMenuAction action, const String& title, bool enabled, bool checked) argument
47 : m_type(type)
80 void ContextMenuItem::setType(ContextMenuItemType type) argument
82 m_type = type;
85 ContextMenuItemType ContextMenuItem::type() const function in class:WebCore::ContextMenuItem
/external/webkit/Source/WebKit2/Shared/Plugins/
H A DNPVariantData.h65 Type type() const { return static_cast<Type>(m_type); } function in class:WebKit::NPVariantData
69 ASSERT(type() == NPVariantData::Bool);
75 ASSERT(type() == NPVariantData::Int32);
81 ASSERT(type() == NPVariantData::Double);
87 ASSERT(type() == NPVariantData::String);
93 ASSERT(type() == NPVariantData::LocalNPObjectID);
99 ASSERT(type() == NPVariantData::RemoteNPObjectID);
/external/webkit/Source/WebKit2/Shared/
H A DWebPopupItem.cpp45 WebPopupItem::WebPopupItem(Type type) argument
46 : m_type(type)
54 WebPopupItem::WebPopupItem(Type type, const String& text, TextDirection textDirection, bool hasTextDirectionOverride, const String& toolTip, const String& accessibilityText, bool isEnabled, bool isLabel) argument
55 : m_type(type)
73 uint32_t type; local
81 if (!decoder->decode(CoreIPC::Out(type, text, textDirection, hasTextDirectionOverride, toolTip, accessibilityText, isEnabled, isLabel)))
84 item = WebPopupItem(static_cast<Type>(type), text, static_cast<TextDirection>(textDirection), hasTextDirectionOverride, toolTip, accessibilityText, isEnabled, isLabel);
/external/webkit/Tools/DumpRenderTree/chromium/
H A DCppVariant.h32 This file contains the declaration for CppVariant, a type used by C++ classes
36 corresponding NPVariant type. CppVariant also provides a number of
87 // held by the object and sets its type to null.
92 // Compares this CppVariant's type and value to another's. They must be
93 // identical in both type and value to be considered equal. For string and
101 // type of a CppVariant is likewise public, it can be accessed through these
104 bool isBool() const { return (type == NPVariantType_Bool); }
105 bool isInt32() const { return (type == NPVariantType_Int32); }
106 bool isDouble() const { return (type == NPVariantType_Double); }
108 bool isString() const { return (type
[all...]
/external/openssh/
H A Dsshconnect1.c65 int type; local
96 type = packet_read();
100 if (type == SSH_SMSG_FAILURE) {
106 if (type != SSH_SMSG_AUTH_RSA_CHALLENGE)
108 type);
136 type = packet_read();
139 if (type == SSH_SMSG_SUCCESS) {
146 if (type != SSH_SMSG_FAILURE)
148 type);
211 int i, perm_ok = 1, type, qui local
328 int type; local
388 int type, i; local
449 int type, i; local
675 int i, type; local
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DAttribute.java38 /** The type; might be empty such as for Python which has no static typing */
39 public String type; field in class:Attribute
57 * and type declarations. Also handle "int x=3" and 'T t = new T("foo")'
62 * Set name, type, initvalue, and full decl instance vars.
114 // the type is the decl minus the ID (could be empty)
115 this.type = decl.substring(0,start);
117 this.type += decl.substring(stop,rightEdgeOfDeclarator+1);
119 this.type = type.trim();
120 if ( this.type
[all...]
/external/clang/test/SemaTemplate/
H A Dissue150.cpp20 void foo(IntervalMap<T,Trt>* m) { typedef IntervalMap<int> type; } typedef
45 typedef TT<Z> type; typedef in struct:MultiReplace::X
51 int check0[is_same<X<int, Y>::type, Y<int, int*, int* const> >::value? 1 : -1];
58 typedef TT<Z> type; typedef in struct:MultiReplacePartial::X
64 typedef TT<Z> type; typedef in struct:MultiReplacePartial::X
70 int check0[is_same<X<int, int, Y>::type, Y<int, int*, int* const> >::value? 1 : -1];
82 typedef X type; typedef in struct:PR9016::interval_type_default
87 class = typename interval_type_default<_T,Compare>::type,
96 class = typename interval_type_default<_T,Compare>::type,
/external/jmonkeyengine/engine/src/core/com/jme3/input/event/
H A DTouchEvent.java92 private Type type = Type.IDLE; field in class:TouchEvent
111 public TouchEvent(Type type, float x, float y, float deltax, float deltay) { argument
112 set(type, x, y, deltax, deltay);
115 public void set(Type type) { argument
116 set(type, 0f, 0f, 0f, 0f);
119 public void set(Type type, float x, float y, float deltax, float deltay) { argument
120 this.type = type;
135 * Returns the type of touch event.
137 * @return the type o
[all...]

Completed in 583 milliseconds

<<11121314151617181920>>