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

1 2 3 4 5 67 8 91011>>

  /frameworks/base/media/libstagefright/tests/
DummyRecorder.cpp 43 pthread_attr_t attr; local
44 pthread_attr_init(&attr);
45 pthread_attr_setdetachstate(&attr, PTHREAD_CREATE_JOINABLE);
46 int err = pthread_create(&mThread, &attr, threadWrapper, this);
47 pthread_attr_destroy(&attr);
  /external/wpa_supplicant_8/src/radius/
radius.c 260 struct radius_attr_type *attr; local
264 attr = radius_get_attr_type(hdr->type);
267 hdr->type, attr ? attr->name : "?Unknown?", hdr->length);
269 if (attr == NULL)
275 switch (attr->data_type) {
335 struct radius_attr_hdr *attr = radius_get_attr_hdr(msg, i); local
336 radius_msg_dump_attr(attr);
346 struct radius_attr_hdr *attr; local
349 attr = radius_msg_add_attr(msg
376 struct radius_attr_hdr *attr; local
461 struct radius_attr_hdr *attr; local
503 struct radius_attr_hdr *attr; local
590 struct radius_attr_hdr *attr; local
631 struct radius_attr_hdr *attr = NULL, *tmp; local
716 struct radius_attr_hdr *attr; local
774 struct radius_attr_hdr *attr = radius_get_attr_hdr(msg, i); local
1020 struct radius_attr_hdr *attr; local
1142 struct radius_attr_hdr *attr = NULL, *tmp; local
1167 struct radius_attr_hdr *attr = NULL, *tmp; local
1193 struct radius_attr_hdr *attr = radius_get_attr_hdr(msg, i); local
1220 struct radius_attr_hdr *attr = NULL; local
    [all...]
  /external/bluetooth/glib/gio/
gfileinfo.c 345 GFileAttribute *attr; local
359 attr = &g_array_index (info->attributes, GFileAttribute, i);
361 attr->attribute))
363 _g_file_attribute_value_clear (&attr->value);
892 GFileAttribute attr = { 0 }; local
893 attr.attribute = attr_id;
894 g_array_insert_val (info->attributes, i, attr);
1148 static guint32 attr = 0; local
1153 if (attr == 0)
1154 attr = lookup_attribute (G_FILE_ATTRIBUTE_STANDARD_TYPE)
1171 static guint32 attr = 0; local
1194 static guint32 attr = 0; local
1217 static guint32 attr = 0; local
1240 static guint32 attr = 0; local
1263 static guint32 attr = 0; local
1286 static guint32 attr = 0; local
1309 static guint32 attr = 0; local
1336 static guint32 attr = 0; local
1359 static guint32 attr = 0; local
1412 static guint32 attr = 0; local
1436 static guint32 attr = 0; local
1460 static guint32 attr = 0; local
1485 static guint32 attr = 0; local
1510 static guint32 attr = 0; local
1535 static guint32 attr = 0; local
1560 static guint32 attr = 0; local
1586 static guint32 attr = 0; local
1612 static guint32 attr = 0; local
1638 static guint32 attr = 0; local
1664 static guint32 attr = 0; local
1690 static guint32 attr = 0; local
1747 static guint32 attr = 0; local
1773 static guint32 attr = 0; local
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_enrollee.c 644 struct wps_parse_attr attr; local
650 if (wps_parse_msg(&msg, &attr) < 0 ||
651 wps_process_cred(&attr, &wps->cred))
741 struct wps_parse_attr *attr,
749 if (wps_process_ap_settings(attr, &cred) < 0)
836 struct wps_parse_attr *attr)
847 if (wps_process_registrar_nonce(wps, attr->registrar_nonce) ||
848 wps_process_enrollee_nonce(wps, attr->enrollee_nonce) ||
849 wps_process_uuid_r(wps, attr->uuid_r)) {
870 if (wps_process_pubkey(wps, attr->public_key, attr->public_key_len) |
1118 struct wps_parse_attr attr; local
1200 struct wps_parse_attr attr; local
1246 struct wps_parse_attr attr; local
1332 struct wps_parse_attr attr; local
    [all...]
  /external/wpa_supplicant/
eap_sim_common.c 233 struct eap_sim_attrs *attr, int aka, int encr)
238 os_memset(attr, 0, sizeof(*attr));
239 attr->id_req = NO_ID_REQ;
240 attr->notification = -1;
241 attr->counter = -1;
242 attr->selected_version = -1;
243 attr->client_error_code = -1;
279 attr->rand = apos;
280 attr->num_chal = alen / GSM_RAND_LEN
    [all...]
eap_sim.c 192 struct eap_sim_attrs *attr)
194 if (attr->next_pseudonym) {
196 data->pseudonym = os_malloc(attr->next_pseudonym_len);
202 os_memcpy(data->pseudonym, attr->next_pseudonym,
203 attr->next_pseudonym_len);
204 data->pseudonym_len = attr->next_pseudonym_len;
211 if (attr->next_reauth_id) {
213 data->reauth_id = os_malloc(attr->next_reauth_id_len);
219 os_memcpy(data->reauth_id, attr->next_reauth_id,
220 attr->next_reauth_id_len)
803 struct eap_sim_attrs attr; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_sim.c 293 struct eap_sim_attrs *attr)
295 if (attr->next_pseudonym) {
297 data->pseudonym = os_malloc(attr->next_pseudonym_len);
303 os_memcpy(data->pseudonym, attr->next_pseudonym,
304 attr->next_pseudonym_len);
305 data->pseudonym_len = attr->next_pseudonym_len;
312 if (attr->next_reauth_id) {
314 data->reauth_id = os_malloc(attr->next_reauth_id_len);
320 os_memcpy(data->reauth_id, attr->next_reauth_id,
321 attr->next_reauth_id_len)
897 struct eap_sim_attrs attr; local
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_sim.c 292 struct eap_sim_attrs *attr)
294 if (attr->next_pseudonym) {
296 data->pseudonym = os_malloc(attr->next_pseudonym_len);
302 os_memcpy(data->pseudonym, attr->next_pseudonym,
303 attr->next_pseudonym_len);
304 data->pseudonym_len = attr->next_pseudonym_len;
311 if (attr->next_reauth_id) {
313 data->reauth_id = os_malloc(attr->next_reauth_id_len);
319 os_memcpy(data->reauth_id, attr->next_reauth_id,
320 attr->next_reauth_id_len)
896 struct eap_sim_attrs attr; local
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLEmbedElement.cpp 88 void HTMLEmbedElement::parseMappedAttribute(Attribute* attr)
90 const AtomicString& value = attr->value();
92 if (attr->name() == typeAttr) {
99 } else if (attr->name() == codeAttr)
101 else if (attr->name() == srcAttr) {
108 } else if (attr->name() == hiddenAttr) {
112 addCSSLength(attr, CSSPropertyWidth, "0");
113 addCSSLength(attr, CSSPropertyHeight, "0");
115 } else if (attr->name() == nameAttr) {
123 HTMLPlugInImageElement::parseMappedAttribute(attr);
    [all...]
HTMLScriptElement.cpp 51 bool HTMLScriptElement::isURLAttribute(Attribute* attr) const
53 return attr->name() == srcAttr;
62 void HTMLScriptElement::attributeChanged(Attribute* attr, bool preserveDecls)
64 if (attr->name() == asyncAttr)
66 HTMLElement::attributeChanged(attr, preserveDecls);
69 void HTMLScriptElement::parseMappedAttribute(Attribute* attr)
71 const QualifiedName& attrName = attr->name();
74 handleSourceAttribute(attr->value());
76 setAttributeEventListener(eventNames().loadEvent, createAttributeEventListener(this, attr));
78 setAttributeEventListener(eventNames().beforeloadEvent, createAttributeEventListener(this, attr));
    [all...]
HTMLStyleElement.cpp 56 void HTMLStyleElement::parseMappedAttribute(Attribute* attr)
58 if (attr->name() == titleAttr && m_sheet)
59 m_sheet->setTitle(attr->value());
60 else if (attr->name() == onbeforeprocessAttr)
61 setAttributeEventListener(eventNames().beforeprocessEvent, createAttributeEventListener(this, attr));
63 HTMLElement::parseMappedAttribute(attr);
HTMLButtonElement.cpp 82 void HTMLButtonElement::parseMappedAttribute(Attribute* attr)
84 if (attr->name() == typeAttr) {
85 if (equalIgnoringCase(attr->value(), "reset"))
87 else if (equalIgnoringCase(attr->value(), "button"))
92 } else if (attr->name() == alignAttr) {
96 HTMLFormControlElement::parseMappedAttribute(attr);
172 bool HTMLButtonElement::isURLAttribute(Attribute* attr) const
174 return attr->name() == formactionAttr;
HTMLDataGridColElement.cpp 153 void HTMLDataGridColElement::parseMappedAttribute(Attribute* attr)
155 HTMLElement::parseMappedAttribute(attr);
160 if (attr->name() == labelAttr)
162 else if (attr->name() == typeAttr)
164 else if (attr->name() == primaryAttr)
166 else if (attr->name() == sortableAttr)
168 else if (attr->name() == sortdirectionAttr)
170 else if (isIdAttributeName(attr->name()))
  /external/webkit/Source/WebCore/svg/
SVGMarkerElement.cpp 81 void SVGMarkerElement::parseMappedAttribute(Attribute* attr)
83 if (attr->name() == SVGNames::markerUnitsAttr) {
84 if (attr->value() == "userSpaceOnUse")
86 else if (attr->value() == "strokeWidth")
88 } else if (attr->name() == SVGNames::refXAttr)
89 setRefXBaseValue(SVGLength(LengthModeWidth, attr->value()));
90 else if (attr->name() == SVGNames::refYAttr)
91 setRefYBaseValue(SVGLength(LengthModeHeight, attr->value()));
92 else if (attr->name() == SVGNames::markerWidthAttr)
93 setMarkerWidthBaseValue(SVGLength(LengthModeWidth, attr->value()))
    [all...]
SVGMaskElement.cpp 65 void SVGMaskElement::parseMappedAttribute(Attribute* attr)
67 if (attr->name() == SVGNames::maskUnitsAttr) {
68 if (attr->value() == "userSpaceOnUse")
70 else if (attr->value() == "objectBoundingBox")
72 } else if (attr->name() == SVGNames::maskContentUnitsAttr) {
73 if (attr->value() == "userSpaceOnUse")
75 else if (attr->value() == "objectBoundingBox")
77 } else if (attr->name() == SVGNames::xAttr)
78 setXBaseValue(SVGLength(LengthModeWidth, attr->value()));
79 else if (attr->name() == SVGNames::yAttr
    [all...]
SVGTextPositioningElement.cpp 47 void SVGTextPositioningElement::parseMappedAttribute(Attribute* attr)
49 if (attr->name() == SVGNames::xAttr) {
51 newList.parse(attr->value(), LengthModeWidth);
54 } else if (attr->name() == SVGNames::yAttr) {
56 newList.parse(attr->value(), LengthModeHeight);
59 } else if (attr->name() == SVGNames::dxAttr) {
61 newList.parse(attr->value(), LengthModeWidth);
64 } else if (attr->name() == SVGNames::dyAttr) {
66 newList.parse(attr->value(), LengthModeHeight);
69 } else if (attr->name() == SVGNames::rotateAttr)
    [all...]
SVGURIReference.cpp 30 bool SVGURIReference::parseMappedAttribute(Attribute* attr)
32 if (attr->name().matches(XLinkNames::hrefAttr)) {
33 setHrefBaseValue(attr->value());
  /external/kernel-headers/original/linux/
sysfs.h 37 .attr = {.name = __stringify(_name), .mode = _mode, .owner = THIS_MODULE }, \
43 .attr = { .name = __stringify(_name), .mode = 0444, .owner = THIS_MODULE }, \
47 #define __ATTR_NULL { .attr = { .name = NULL } }
49 #define attr_name(_attr) (_attr).attr.name
54 struct attribute attr; member in struct:bin_attribute
59 int (*mmap)(struct kobject *, struct bin_attribute *attr,
106 sysfs_chmod_file(struct kobject *kobj, struct attribute *attr, mode_t mode);
117 int sysfs_create_bin_file(struct kobject * kobj, struct bin_attribute * attr);
118 int sysfs_remove_bin_file(struct kobject * kobj, struct bin_attribute * attr);
122 void sysfs_notify(struct kobject * k, char *dir, char *attr);
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/test/
skip.py 36 attr = getattr(klass, name)
37 if not callable(attr):
41 setattr(klass, name, _skipped_method(attr, message, logger))
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
attrgetownerelement03.java 54 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#Attr-ownerElement">http://www.w3.org/TR/DOM-Level-2-Core/core#Attr-ownerElement</a>
80 Attr attr; local
82 attr = doc.createAttributeNS("http://www.w3.org/DOM", "dom:attr");
83 ownerElement = attr.getOwnerElement();
  /system/extras/fatblock/
fat.c 36 char *name, uint8_t attr,
45 de->attr = attr;
  /external/llvm/lib/Support/
Mutex.cpp 66 pthread_mutexattr_t attr;
69 int errorcode = pthread_mutexattr_init(&attr);
75 errorcode = pthread_mutexattr_settype(&attr, kind);
80 errorcode = pthread_mutexattr_setpshared(&attr, PTHREAD_PROCESS_PRIVATE);
85 errorcode = pthread_mutex_init(mutex, &attr);
89 errorcode = pthread_mutexattr_destroy(&attr);
  /external/webkit/Source/WebCore/wml/
WMLTemplateElement.cpp 51 void WMLTemplateElement::parseMappedAttribute(Attribute* attr)
55 if (attr->name() == onenterforwardAttr)
57 else if (attr->name() == onenterbackwardAttr)
59 else if (attr->name() == ontimerAttr)
62 WMLElement::parseMappedAttribute(attr);
70 RefPtr<WMLIntrinsicEvent> event = WMLIntrinsicEvent::create(document(), attr->value());
  /system/media/wilhelm/src/
locks.h 22 extern void object_unlock_exclusive_attributes_(IObject *thiz, unsigned attr,
28 extern void object_unlock_exclusive_attributes(IObject *thiz, unsigned attr);
37 #define object_unlock_exclusive_attributes(thiz, attr) \
38 object_unlock_exclusive_attributes_((thiz), (attr), __FILE__, __LINE__)
53 #define interface_unlock_exclusive_attributes(thiz, attr) \
54 object_unlock_exclusive_attributes(InterfaceToIObject(thiz), (attr))
  /external/quake/quake/src/WinQuake/
quake-data.spec.sh 46 %attr(644,root,root) $3/comexp.txt
47 %attr(644,root,root) $3/help.txt
48 %attr(644,root,root) $3/licinfo.txt
49 %attr(644,root,root) $3/manual.txt
50 %attr(644,root,root) $3/readme.txt
51 %attr(644,root,root) $3/rlicnse.txt
52 %attr(644,root,root) $3/techinfo.txt
53 %attr(644,root,root) $3/id1/pak0.pak
54 %attr(644,root,root) $3/id1/pak1.pak

Completed in 321 milliseconds

1 2 3 4 5 67 8 91011>>