HomeSort by relevance Sort by last modified time
    Searched refs:attr (Results 251 - 275 of 828) sorted by null

<<11121314151617181920>>

  /libcore/luni/src/main/java/org/apache/xpath/jaxp/
JAXPPrefixResolver.java 104 Node attr = nnm.item(i); local
105 String aname = attr.getNodeName();
113 namespace = attr.getNodeValue();
  /ndk/build/awk/
xml.awk 94 return 1; # now return, XML_TYPE/TAG/ATTR/RPATH are set
163 for (attr in XML_ATTR) {
164 printf " %s='%s'", attr, XML_ATTR[attr];
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_registrar.c 685 struct wps_parse_attr attr; local
692 if (wps_parse_msg(wps_data, &attr) < 0)
694 if (!wps_version_supported(attr.version)) {
696 "version 0x%x", attr.version ? *attr.version : 0);
700 if (attr.config_methods == NULL) {
706 methods = WPA_GET_BE16(attr.config_methods);
712 if (attr.uuid_e == NULL) {
718 wps_registrar_add_pbc_session(reg, addr, attr.uuid_e);
719 if (wps_registrar_pbc_overlap(reg, addr, attr.uuid_e))
2166 struct wps_parse_attr attr; local
2243 struct wps_parse_attr attr; local
2316 struct wps_parse_attr attr; local
2398 struct wps_parse_attr attr; local
2519 struct wps_parse_attr attr; local
2530 struct wps_parse_attr attr; local
2605 struct wps_parse_attr attr; local
    [all...]
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...]
  /frameworks/base/include/utils/
threads.h 264 pthread_mutexattr_t attr; local
265 pthread_mutexattr_init(&attr);
266 pthread_mutexattr_setpshared(&attr, PTHREAD_PROCESS_SHARED);
267 pthread_mutex_init(&mMutex, &attr);
268 pthread_mutexattr_destroy(&attr);
356 pthread_rwlockattr_t attr; local
357 pthread_rwlockattr_init(&attr);
358 pthread_rwlockattr_setpshared(&attr, PTHREAD_PROCESS_SHARED);
359 pthread_rwlock_init(&mRWLock, &attr);
360 pthread_rwlockattr_destroy(&attr);
430 pthread_condattr_t attr; local
    [all...]
  /external/webkit/WebCore/html/
HTMLMapElement.cpp 98 void HTMLMapElement::parseMappedAttribute(MappedAttribute* attr)
100 const QualifiedName& attrName = attr->name();
105 HTMLElement::parseMappedAttribute(attr);
110 String mapName = attr->value();
116 HTMLElement::parseMappedAttribute(attr);
HTMLAreaElement.cpp 53 void HTMLAreaElement::parseMappedAttribute(MappedAttribute* attr)
55 if (attr->name() == shapeAttr) {
56 if (equalIgnoringCase(attr->value(), "default"))
58 else if (equalIgnoringCase(attr->value(), "circle"))
60 else if (equalIgnoringCase(attr->value(), "poly"))
62 else if (equalIgnoringCase(attr->value(), "rect"))
64 } else if (attr->name() == coordsAttr) {
65 m_coords.set(newCoordsArray(attr->value().string(), m_coordsLen));
66 } else if (attr->name() == altAttr || attr->name() == accesskeyAttr)
    [all...]
  /external/webkit/WebCore/platform/sql/chromium/
SQLiteFileSystemChromiumPosix.cpp 120 int attr = static_cast<int>(ChromiumBridge::databaseGetFileAttributes(fileName)); local
121 if (attr < 0) {
128 *res = 1; // if the file doesn't exist, attr < 0
131 *res = (attr & W_OK) && (attr & R_OK);
134 *res = (attr & R_OK);
SQLiteFileSystemChromiumWin.cpp 96 DWORD attr = ChromiumBridge::databaseGetFileAttributes(fileName); local
100 *res = (attr != INVALID_FILE_ATTRIBUTES);
103 *res = ((attr & FILE_ATTRIBUTE_READONLY) == 0);
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_sake.c 153 struct eap_sake_parse_attr attr; local
163 if (eap_sake_parse_attributes(payload, payload_len, &attr))
166 if (!attr.perm_id_req && !attr.any_id_req) {
197 struct eap_sake_parse_attr attr; local
213 if (eap_sake_parse_attributes(payload, payload_len, &attr))
216 if (!attr.rand_s) {
222 os_memcpy(data->rand_s, attr.rand_s, EAP_SAKE_RAND_LEN);
236 if (attr.serverid) {
238 attr.serverid, attr.serverid_len)
297 struct eap_sake_parse_attr attr; local
    [all...]
  /libcore/luni/src/main/java/org/apache/xalan/transformer/
TreeWalker2Result.java 135 for (int attr = dtm.getFirstAttribute(node);
136 DTM.NULL != attr; attr = dtm.getNextAttribute(attr))
138 SerializerUtils.addAttribute(m_handler, attr);
  /external/libxml2/
valid.c 509 xmlGenericError(xmlGenericErrorContext, "?attr? ");
5994 xmlAttributePtr attr; local
6420 xmlAttrPtr attr; local
6485 xmlAttrPtr attr; local
    [all...]
  /external/elfutils/libdw/
dwarf_getloclist.c 52 dwarf_getloclist (attr, llbuf, listlen)
53 Dwarf_Attribute *attr;
58 if (attr->code != DW_AT_location
59 && attr->code != DW_AT_data_member_location
60 && attr->code != DW_AT_vtable_elem_location
61 && attr->code != DW_AT_string_length
62 && attr->code != DW_AT_use_location
63 && attr->code != DW_AT_return_addr)
69 struct Dwarf_CU *cu = attr->cu;
74 if (dwarf_formblock (attr, &block) != 0
    [all...]
  /external/webkit/WebCore/svg/
SVGLinearGradientElement.cpp 55 void SVGLinearGradientElement::parseMappedAttribute(MappedAttribute* attr)
57 if (attr->name() == SVGNames::x1Attr)
58 setX1BaseValue(SVGLength(LengthModeWidth, attr->value()));
59 else if (attr->name() == SVGNames::y1Attr)
60 setY1BaseValue(SVGLength(LengthModeHeight, attr->value()));
61 else if (attr->name() == SVGNames::x2Attr)
62 setX2BaseValue(SVGLength(LengthModeWidth, attr->value()));
63 else if (attr->name() == SVGNames::y2Attr)
64 setY2BaseValue(SVGLength(LengthModeHeight, attr->value()));
66 SVGGradientElement::parseMappedAttribute(attr);
    [all...]
SVGPathElement.cpp 170 void SVGPathElement::parseMappedAttribute(MappedAttribute* attr)
172 if (attr->name() == SVGNames::dAttr) {
175 if (!pathSegListFromSVGData(pathSegList(), attr->value(), true))
176 document()->accessSVGExtensions()->reportError("Problem parsing d=\"" + attr->value() + "\"");
177 } else if (attr->name() == SVGNames::pathLengthAttr) {
178 setPathLengthBaseValue(attr->value().toFloat());
182 if (SVGTests::parseMappedAttribute(attr))
184 if (SVGLangSpace::parseMappedAttribute(attr))
186 if (SVGExternalResourcesRequired::parseMappedAttribute(attr))
188 SVGStyledTransformableElement::parseMappedAttribute(attr);
    [all...]
  /external/webkit/WebCore/wml/
WMLCardElement.cpp 212 void WMLCardElement::parseMappedAttribute(MappedAttribute* attr)
216 if (attr->name() == onenterforwardAttr)
218 else if (attr->name() == onenterbackwardAttr)
220 else if (attr->name() == ontimerAttr)
222 else if (attr->name() == newcontextAttr)
223 m_isNewContext = (attr->value() == "true");
224 else if (attr->name() == orderedAttr)
225 m_isOrdered = (attr->value() == "true");
227 WMLElement::parseMappedAttribute(attr);
235 RefPtr<WMLIntrinsicEvent> event = WMLIntrinsicEvent::create(document(), attr->value())
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/gscripts/
android.widget.RelativeLayout.groovy 110 // of type list(map(rect:Rect, attr:[String]))
251 for (attr in node.getAttributes()) {
252 def attrInfo = node.getAttributeInfo(attr.getUri(), attr.getName());
260 def id = attr.getValue();
305 String attr = null;
309 attr = "alignParentLeft";
313 attr = "alignParentRight";
317 attr = "alignParentTop";
321 attr = "alignParentBottom"
    [all...]
  /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/ipsec-tools/src/racoon/
isakmp_xauth.c 124 struct isakmp_pl_attr *attr; local
146 tlen = sizeof(*attr) +
156 attr = (struct isakmp_pl_attr *)buffer->v;
157 memset(attr, 0, tlen);
159 attr->h.len = htons(tlen);
160 attr->type = ISAKMP_CFG_REQUEST;
161 attr->id = htons(eay_random());
163 typeattr = (struct isakmp_data *)(attr + 1);
186 xauth_attr_reply(iph1, attr, id)
188 struct isakmp_data *attr;
417 struct isakmp_pl_attr *attr; local
    [all...]
  /external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 66 function smarty_modifier_smartypants($text, $attr = NULL) { variable
67 return SmartyPants($text, $attr);
72 function SmartyPants($text, $attr = NULL, $ctx = NULL) { variable
76 $attr; # value of the smart_quotes="" attribute
78 if ($attr == NULL) $attr = $smartypants_attr; variable
99 if ($attr == "0") {
103 else if ($attr == "1") {
110 else if ($attr == "2") {
117 else if ($attr == "3")
223 function SmartQuotes($text, $attr = NULL, $ctx = NULL) { variable
229 if ($attr == NULL) $attr = $smartypants_attr; variable
317 function SmartDashes($text, $attr = NULL, $ctx = NULL) { variable
323 if ($attr == NULL) $attr = $smartypants_attr; variable
366 function SmartEllipses($text, $attr = NULL, $ctx = NULL) { variable
371 if ($attr == NULL) $attr = $smartypants_attr; variable
    [all...]
  /external/oprofile/libop/
op_xml_out.c 136 void init_xml_int_attr(tag_t attr, int value, char * buffer)
138 char const * attr_name = xml_tag_name(attr);
156 void init_xml_dbl_attr(tag_t attr, double value, char * buffer)
158 char const * attr_name = xml_tag_name(attr);
217 void init_xml_str_attr(tag_t attr, char const * str, char * buffer)
221 char const * attr_name = xml_tag_name(attr);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java 40 import org.w3c.dom.Attr;
207 String attr = _Element_getAttributeNS(elem, local
210 if (attr == null || attr.length() == 0) {
211 attr = _Element_getAttributeNS(elem,
215 if (attr == null || attr.length() == 0) {
216 attr = _Element_getAttributeNS(elem,
220 if (attr == null || attr.length() == 0)
848 Attr attr = doc.createAttributeNS(XmlnsAttributeDescriptor.XMLNS_URI, local
1282 Attr attr = doc.createAttributeNS(attrNsUri, attrLocalName); local
1367 Node attr = attrs.item(n); local
1398 Attr attr = doc.createAttributeNS(XmlnsAttributeDescriptor.XMLNS_URI, prefix); local
    [all...]
  /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);
  /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);

Completed in 843 milliseconds

<<11121314151617181920>>