Searched defs:attrs (Results 1 - 25 of 59) sorted by relevance

123

/external/kernel-headers/original/linux/
H A Dattribute_container.h21 struct class_device_attribute **attrs; member in struct:attribute_container
H A Dsysfs.h26 struct attribute ** attrs; member in struct:attribute_group
/external/webkit/WebCore/bindings/js/
H A DJSHTMLCanvasElementCustom.cpp56 RefPtr<CanvasContextAttributes> attrs; local
59 attrs = WebGLContextAttributes::create();
60 WebGLContextAttributes* webGLAttrs = static_cast<WebGLContextAttributes*>(attrs.get());
81 return toJS(exec, globalObject(), WTF::getPtr(canvas->getContext(contextId, attrs.get())));
/external/webkit/WebCore/bindings/v8/custom/
H A DV8HTMLCanvasElementCustom.cpp52 RefPtr<CanvasContextAttributes> attrs; local
55 attrs = WebGLContextAttributes::create();
56 WebGLContextAttributes* webGLAttrs = static_cast<WebGLContextAttributes*>(attrs.get());
77 CanvasRenderingContext* result = imp->getContext(contextId, attrs.get());
/external/bluetooth/bluez/cups/
H A Dsdp.c42 sdp_list_t *srch, *attrs, *rsp; local
54 attrs = sdp_list_append(NULL, &attr1);
56 attrs = sdp_list_append(attrs, &attr2);
58 err = sdp_service_search_attr_req(sdp, srch, SDP_ATTR_REQ_INDIVIDUAL, attrs, &rsp);
87 sdp_list_t *srch, *attrs, *rsp; local
99 attrs = sdp_list_append(NULL, &attr);
101 err = sdp_service_search_attr_req(sdp, srch, SDP_ATTR_REQ_INDIVIDUAL, attrs, &rsp);
/external/bluetooth/glib/tests/
H A Dgio-ls.c66 const gchar *attrs; local
69 attrs = long_attrs;
71 attrs = short_attrs;
78 GFileEnumerator *enumerator = g_file_enumerate_children (top, attrs,
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DIElement.java33 public static IElement create (final Tag tag, final AttributeSet attrs) argument
35 return new ElementImpl (tag, attrs);
110 ElementImpl (final Tag tag, final AttributeSet attrs) argument
112 super (tag, attrs);
H A DISimpleElement.java33 public static ISimpleElement create (final Tag tag, final AttributeSet attrs) argument
35 return new SimpleElementImpl (tag, attrs);
79 SimpleElementImpl (final Tag tag, final AttributeSet attrs) argument
82 if ($assert.ENABLED) $assert.ASSERT (attrs != null, "attrs = null");
85 m_attrs = attrs;
/external/clearsilver/util/
H A Dwdb.h53 dictCtx attrs; member in struct:_wdb
/external/dbus/tools/
H A Ddbus-monitor.c69 struct timeval *t, ProfileAttributeFlags attrs)
73 if (attrs & PROFILE_ATTRIBUTE_FLAG_SERIAL)
76 if (attrs & PROFILE_ATTRIBUTE_FLAG_REPLY_SERIAL)
79 if (attrs & PROFILE_ATTRIBUTE_FLAG_SENDER)
82 if (attrs & PROFILE_ATTRIBUTE_FLAG_DESTINATION)
85 if (attrs & PROFILE_ATTRIBUTE_FLAG_PATH)
88 if (attrs & PROFILE_ATTRIBUTE_FLAG_INTERFACE)
91 if (attrs & PROFILE_ATTRIBUTE_FLAG_MEMBER)
94 if (attrs & PROFILE_ATTRIBUTE_FLAG_ERROR_NAME)
68 profile_print_with_attrs(const char *type, DBusMessage *message, struct timeval *t, ProfileAttributeFlags attrs) argument
/external/elfutils/tests/
H A Dshow-die-info.c83 } attrs[] = variable in typeref:struct:__anon1040
171 #define nattrs (sizeof (attrs) / sizeof (attrs[0]))
216 if (dwarf_hasattr (die, attrs[cnt].code))
217 printf (" %s", attrs[cnt].name);
/external/quake/src/com/android/quake/
H A DQuakeView.java60 public QuakeView(Context context, AttributeSet attrs) { argument
61 super(context, attrs);
/external/webkit/WebCore/html/
H A DHTMLViewSourceDocument.cpp80 RefPtr<NamedMappedAttrMap> attrs = NamedMappedAttrMap::create(); local
81 attrs->addAttribute(MappedAttribute::create(classAttr, "webkit-line-gutter-backdrop"));
82 div->setAttributeMap(attrs.release());
143 if (token->attrs && currAttr < token->attrs->length())
144 attr = token->attrs->attributeItem(currAttr++);
213 RefPtr<NamedMappedAttrMap> attrs = NamedMappedAttrMap::create(); local
214 attrs->addAttribute(MappedAttribute::create(classAttr, className));
215 span->setAttributeMap(attrs.release());
230 RefPtr<NamedMappedAttrMap> attrs local
296 RefPtr<NamedMappedAttrMap> attrs = NamedMappedAttrMap::create(); local
[all...]
H A DHTMLCanvasElement.cpp152 CanvasRenderingContext* HTMLCanvasElement::getContext(const String& type, CanvasContextAttributes* attrs) argument
179 m_context = WebGLRenderingContext::create(this, static_cast<WebGLContextAttributes*>(attrs));
189 UNUSED_PARAM(attrs);
/external/webkit/WebCore/xml/
H A DXPathStep.cpp346 NamedNodeMap* attrs = context->attributes(); local
347 if (!attrs)
350 for (unsigned i = 0; i < attrs->length(); ++i) {
351 RefPtr<Attr> attr = attrs->attributeItem(i)->createAttrIfNeeded(static_cast<Element*>(context));
/external/webkit/WebKit/win/
H A DDefaultPolicyDelegate.cpp165 WIN32_FILE_ATTRIBUTE_DATA attrs; local
166 if (GetFileAttributesEx(url, GetFileExInfoStandard, &attrs))
167 isDirectory = !!(attrs.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY);
/external/bluetooth/bluez/tools/
H A Dciptool.c94 sdp_list_t *srch, *attrs, *rsp; local
106 attrs = sdp_list_append(NULL, &attr);
108 err = sdp_service_search_attr_req(s, srch, SDP_ATTR_REQ_INDIVIDUAL, attrs, &rsp);
/external/iproute2/genl/
H A Dctrl.c79 struct rtattr *attrs; local
99 attrs = (struct rtattr *) ((char *) ghdr + GENL_HDRLEN);
100 parse_rtattr(tb, CTRL_ATTR_MAX, attrs, len);
186 struct rtattr *attrs; local
212 attrs = (struct rtattr *) ((char *) ghdr + GENL_HDRLEN);
213 parse_rtattr(tb, CTRL_ATTR_MAX, attrs, len);
/external/kernel-headers/original/linux/nfsd/
H A Dxdr.h20 struct iattr attrs; member in struct:nfsd_sattrargs
49 struct iattr attrs; member in struct:nfsd_createargs
79 struct iattr attrs; member in struct:nfsd_symlinkargs
/external/openssl/crypto/store/
H A Dstr_mem.c222 STORE_ATTR_INFO *attrs = NULL; local
238 while((attrs = STORE_parse_attrs_next(attribute_context)))
251 sk_push(context->search_attributes,(char *)attrs);
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
H A DSAX1ParserAdapter.java169 Attributes attrs)
176 mAttrWrapper.setAttributes(attrs);
193 Attributes attrs; field in class:SAX1ParserAdapter.AttributesWrapper
198 attrs = a;
203 return attrs.getLength();
208 String n = attrs.getQName(i);
209 return (n == null) ? attrs.getLocalName(i) : n;
214 return attrs.getType(i);
219 return attrs.getType(name);
224 return attrs
168 startElement(String uri, String localName, String qName, Attributes attrs) argument
[all...]
/external/webkit/WebCore/dom/
H A DProcessingInstruction.cpp112 const HashMap<String, String> attrs = parseAttributes(m_data, attrsOk); local
115 HashMap<String, String>::const_iterator i = attrs.find("type");
117 if (i != attrs.end())
130 String href = attrs.get("href");
131 String alternate = attrs.get("alternate");
133 m_title = attrs.get("title");
134 m_media = attrs.get("media");
166 String charset = attrs.get("charset");
/external/webkit/WebCore/platform/chromium/
H A DClipboardChromium.cpp257 NamedNodeMap* attrs = element->attributes(); local
258 unsigned length = attrs->length();
260 Attribute* attr = attrs->attributeItem(i);
/external/bluetooth/bluez/test/
H A Drctest.c97 sdp_list_t *srch, *attrs, *rsp; local
114 attrs = sdp_list_append(NULL, &attr);
117 SDP_ATTR_REQ_INDIVIDUAL, attrs, &rsp);
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
H A Dwps_enrollee.c701 struct wpabuf *attrs)
730 cred.cred_attr = wpabuf_head(attrs);
731 cred.cred_attr_len = wpabuf_len(attrs);
699 wps_process_ap_settings_e(struct wps_data *wps, struct wps_parse_attr *attr, struct wpabuf *attrs) argument

Completed in 184 milliseconds

123