HomeSort by relevance Sort by last modified time
    Searched refs:attr (Results 326 - 350 of 1290) sorted by null

<<11121314151617181920>>

  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_aka.c 758 struct eap_sim_attrs *attr)
762 if (attr->mac || attr->iv || attr->encr_data) {
770 if (attr->identity) {
772 sm->identity = os_malloc(attr->identity_len);
774 os_memcpy(sm->identity, attr->identity,
775 attr->identity_len);
776 sm->identity_len = attr->identity_len;
803 struct eap_sim_attrs *attr)
1110 struct eap_sim_attrs attr; local
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_aka.c 758 struct eap_sim_attrs *attr)
762 if (attr->mac || attr->iv || attr->encr_data) {
770 if (attr->identity) {
772 sm->identity = os_malloc(attr->identity_len);
774 os_memcpy(sm->identity, attr->identity,
775 attr->identity_len);
776 sm->identity_len = attr->identity_len;
803 struct eap_sim_attrs *attr)
1110 struct eap_sim_attrs attr; local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
ExternalAccountType.java 310 String attr = parser.getAttributeName(i); local
313 Log.d(TAG, attr + "=" + value);
315 if (ATTR_EDIT_CONTACT_ACTIVITY.equals(attr)) {
317 } else if (ATTR_CREATE_CONTACT_ACTIVITY.equals(attr)) {
319 } else if (ATTR_INVITE_CONTACT_ACTIVITY.equals(attr)) {
321 } else if (ATTR_INVITE_CONTACT_ACTION_LABEL.equals(attr)) {
323 } else if (ATTR_VIEW_CONTACT_NOTIFY_SERVICE.equals(attr)) {
325 } else if (ATTR_VIEW_GROUP_ACTIVITY.equals(attr)) {
327 } else if (ATTR_VIEW_GROUP_ACTION_LABEL.equals(attr)) {
329 } else if (ATTR_VIEW_STREAM_ITEM_ACTIVITY.equals(attr)) {
    [all...]
  /external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 66 function smarty_modifier_smartypants($text, $attr = NULL) {
67 return SmartyPants($text, $attr);
72 function SmartyPants($text, $attr = NULL, $ctx = NULL) {
76 $attr; # value of the smart_quotes="" attribute
78 if ($attr == NULL) $attr = $smartypants_attr;
99 if ($attr == "0") {
103 else if ($attr == "1") {
110 else if ($attr == "2") {
117 else if ($attr == "3")
    [all...]
  /external/oprofile/libop/
op_xml_out.c 138 void init_xml_int_attr(tag_t attr, int value, char *buffer, size_t max)
148 ret = snprintf(buf, size, " %s=\"%d\"", xml_tag_name(attr), value);
157 void init_xml_dbl_attr(tag_t attr, double value, char *buffer, size_t max)
167 ret = snprintf(buf, size, " %s=\"%.2f\"", xml_tag_name(attr), value);
243 void init_xml_str_attr(tag_t attr, char const *str, char *buffer, size_t max)
253 ret = snprintf(buf, size, " %s=", xml_tag_name(attr));
  /external/webkit/Source/WebCore/svg/
SVGFEColorMatrixElement.cpp 49 void SVGFEColorMatrixElement::parseMappedAttribute(Attribute* attr)
51 const String& value = attr->value();
52 if (attr->name() == SVGNames::typeAttr) {
61 } else if (attr->name() == SVGNames::inAttr)
63 else if (attr->name() == SVGNames::valuesAttr) {
69 SVGFilterPrimitiveStandardAttributes::parseMappedAttribute(attr);
SVGFEMorphologyElement.cpp 69 void SVGFEMorphologyElement::parseMappedAttribute(Attribute* attr)
71 const String& value = attr->value();
72 if (attr->name() == SVGNames::operatorAttr) {
77 } else if (attr->name() == SVGNames::inAttr)
79 else if (attr->name() == SVGNames::radiusAttr) {
86 SVGFilterPrimitiveStandardAttributes::parseMappedAttribute(attr);
SVGFontFaceUriElement.cpp 63 void SVGFontFaceUriElement::parseMappedAttribute(Attribute* attr)
65 const QualifiedName& attrName = attr->name();
69 SVGElement::parseMappedAttribute(attr);
SVGTRefElement.cpp 58 void SVGTRefElement::parseMappedAttribute(Attribute* attr)
60 if (SVGURIReference::parseMappedAttribute(attr)) {
65 SVGTextPositioningElement::parseMappedAttribute(attr);
SVGStyledTransformableElement.cpp 72 void SVGStyledTransformableElement::parseMappedAttribute(Attribute* attr)
74 if (SVGTransformable::isKnownAttribute(attr->name())) {
76 if (!SVGTransformable::parseTransformAttribute(newList, attr->value()))
81 SVGStyledLocatableElement::parseMappedAttribute(attr);
SVGTextElement.cpp 50 void SVGTextElement::parseMappedAttribute(Attribute* attr)
52 if (SVGTransformable::isKnownAttribute(attr->name())) {
54 if (!SVGTransformable::parseTransformAttribute(newList, attr->value()))
60 SVGTextPositioningElement::parseMappedAttribute(attr);
  /external/bluetooth/bluez/cups/
sdp.c 89 uint16_t attr; local
98 attr = SDP_ATTR_PROTO_DESC_LIST;
99 attrs = sdp_list_append(NULL, &attr);
  /external/skia/src/ports/
SkOSEvent_android.cpp 141 pthread_attr_t attr; local
143 status = pthread_attr_init(&attr);
145 status = pthread_create(&gTimerThread, &attr, timer_event_thread_proc, 0);
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_dev_attr.c 312 struct wps_parse_attr *attr)
314 if (wps_process_manufacturer(dev, attr->manufacturer,
315 attr->manufacturer_len) ||
316 wps_process_model_name(dev, attr->model_name,
317 attr->model_name_len) ||
318 wps_process_model_number(dev, attr->model_number,
319 attr->model_number_len) ||
320 wps_process_serial_number(dev, attr->serial_number,
321 attr->serial_number_len) ||
322 wps_process_primary_dev_type(dev, attr->primary_dev_type) |
    [all...]
wps_dev_attr.h 26 struct wps_parse_attr *attr);
  /frameworks/base/media/libstagefright/httplive/
M3UParser.cpp 319 AString attr(line, offset, end - offset);
320 attr.trim();
324 ssize_t equalPos = attr.find("=");
329 AString key(attr, 0, equalPos);
332 AString val(attr, equalPos + 1, attr.size() - equalPos - 1);
397 AString attr(line, offset, end - offset);
398 attr.trim();
402 ssize_t equalPos = attr.find("=");
407 AString key(attr, 0, equalPos)
    [all...]
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
namednodemapsetnameditemns03.java 85 Attr attr; local
97 attr = (Attr) attributesAlt.getNamedItemNS(nullNS, "street");
103 newNode = attributes.setNamedItemNS(attr);
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
XmlParserUtils.java 122 Node attr = archiveNode.getAttributes().getNamedItem(attrName); local
123 if (attr != null) {
124 String found = attr.getNodeValue();
  /external/libxml2/
xmlschemas.c 519 xmlSchemaAttributeUsePtr next; /* The next attr. use. */
521 * The attr. decl. OR a QName-ref. to an attr. decl. OR
1652 xmlSchemaAttributePtr attr; local
5889 xmlAttrPtr attr; local
5975 xmlAttrPtr attr; local
5999 xmlAttrPtr attr; local
6064 xmlAttrPtr attr; local
6362 xmlAttrPtr attr; local
6496 xmlAttrPtr attr; local
6713 xmlAttrPtr attr; local
6878 xmlAttrPtr attr; local
7016 xmlAttrPtr attr; local
7090 xmlAttrPtr attr; local
7480 xmlAttrPtr attr; local
7632 xmlAttrPtr attr; local
7764 xmlAttrPtr attr; local
8195 xmlAttrPtr attr; local
8293 xmlAttrPtr attr; local
8442 xmlAttrPtr attr, nameAttr; local
8838 xmlAttrPtr attr; local
9007 xmlAttrPtr attr; local
9119 xmlAttrPtr attr; local
9333 xmlAttrPtr attr; local
9435 xmlAttrPtr attr; local
9614 xmlAttrPtr attr; local
10681 xmlAttrPtr attr; local
10828 xmlAttrPtr attr; local
11186 xmlAttrPtr attr; local
11450 xmlAttrPtr attr; local
11754 xmlAttrPtr attr; local
11890 xmlAttrPtr attr; local
11980 xmlAttrPtr attr; local
12075 xmlAttrPtr attr; local
23864 xmlSchemaAttrInfoPtr attr; local
25058 xmlSchemaAttrInfoPtr attr; local
27534 xmlSchemaAttrInfoPtr attr; local
27709 xmlAttrPtr attr; local
    [all...]
  /bionic/libc/stdio/
flockfile.c 125 pthread_mutexattr_t attr; local
136 pthread_mutexattr_init(&attr);
137 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
138 pthread_mutex_init( &lock->mutex, &attr );
  /external/libnl-headers/netlink/genl/
genl.h 17 #include <netlink/attr.h>
mngt.h 16 #include <netlink/attr.h>
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodesetuserdata05.js 86 Invoke setUserData on a new Attr to set its UserData to two Document nodes
104 var attr;
119 attr = doc.createAttributeNS("http://www.w3.org/XML/1998/namespace","lang");
121 attr.setUserData("Key1", doc, null);
123 attr.setUserData("Key1", doc, nullHandler.handle);
126 attr.setUserData("Key2", doc2, null);
128 attr.setUserData("Key2", doc2, nullHandler.handle);
130 returned1 = attr.getUserData("Key1");
131 returned2 = attr.getUserData("Key2");
  /external/webkit/Source/WebCore/html/
HTMLDetailsElement.cpp 125 void HTMLDetailsElement::parseMappedAttribute(Attribute* attr)
127 if (attr->name() == openAttr) {
129 m_isOpen = !attr->value().isNull();
135 HTMLElement::parseMappedAttribute(attr);
  /external/webkit/Source/WebCore/wml/
WMLTimerElement.cpp 50 void WMLTimerElement::parseMappedAttribute(Attribute* attr)
52 if (attr->name() == HTMLNames::nameAttr)
53 m_name = parseValueForbiddingVariableReferences(attr->value());
55 WMLElement::parseMappedAttribute(attr);

Completed in 1583 milliseconds

<<11121314151617181920>>