Searched refs:attrs (Results 1 - 25 of 209) sorted by relevance

123456789

/external/clang/test/CodeGen/
H A Dpacked-union.c6 } __attribute__((__packed__)) attrs; typedef in typeref:struct:_attrs
10 attrs file_attrs;
/external/harfbuzz/tests/linebreaking/
H A Dmain.cpp37 QVector<HB_CharAttributes> attrs(str.length());
44 attrs.data());
45 return attrs;
149 QVector<HB_CharAttributes> attrs = getCharAttributes(str); local
154 if ( (attrs[i].lineBreakType != HB_NoBreak) != (bool)b->breaks[i] ) {
155 qDebug("test case \"%s\" failed at char %d; break type: %d", b->utf8, i, attrs[i].lineBreakType);
156 QCOMPARE( (attrs[i].lineBreakType != HB_NoBreak), (bool)b->breaks[i] );
159 QVERIFY(attrs[i].lineBreakType == HB_ForcedBreak);
171 QVector<HB_CharAttributes> attrs = getCharAttributes(txt); local
172 QVERIFY(attrs[
182 QVector<HB_CharAttributes> attrs = getCharAttributes(txt); local
197 QVector<HB_CharAttributes> attrs = getCharAttributes(txt, HB_Script_Thai); local
[all...]
/external/chromium/chrome/browser/metrics/
H A Dmetrics_response.cc23 const xmlChar** attrs) {
24 if (!name || !attrs)
30 for (int i = 0; attrs[i] && attrs[i + i]; i += 2) {
31 if (strcmp(Char(attrs[i]), "interval") == 0) {
32 state->interval = atoi(Char(attrs[i + 1]));
37 for (int i = 0; attrs[i] && attrs[i + 1]; i += 2) {
38 if (strcmp(Char(attrs[i]), "events") == 0) {
39 state->events = atoi(Char(attrs[
21 SAXStartElement(void* user_data, const xmlChar* name, const xmlChar** attrs) argument
[all...]
/external/chromium/chrome/browser/resources/
H A Dmenu.js49 * @param {Object} attrs JSON object that represents this menu items
54 init: function(menu, attrs, model) {
58 this.attrs = attrs;
59 var attrs = this.attrs;
60 if (attrs.type == 'separator') {
62 } else if (attrs.type == 'command' ||
63 attrs.type == 'submenu' ||
64 attrs
[all...]
H A Dnetwork_menu.js146 if (this.attrs.remembered) {
147 sendConnect(index, this.attrs.passphrase, '', this.attrs.auto_connect);
238 this.autoConnectCheckbox.checked = this.attrs.auto_connect;
258 var attrs = this.attrs;
259 this.classList.add(attrs.type);
264 this.label_.textContent = attrs.label;
266 if (attrs.network_type == NetworkOther) {
270 } else if (attrs
[all...]
H A Dwrench_menu.js53 init: function(menu, attrs, model) {
55 this.attrs = attrs;
56 if (this.attrs.font) {
57 this.style.font = attrs.font;
60 if (attrs.command_id == menu.config_.IDC_COPY) {
126 if (this.attrs.font) {
127 this.label_.style.font = this.attrs.font;
128 this.cut_.style.font = this.attrs.font;
149 init: function(menu, attrs, mode
[all...]
/external/chromium/chrome/browser/autofill/
H A Dautofill_xml_parser.cc43 const char** attrs) {
53 // |attrs| is a NULL-terminated list of (attribute, value) pairs.
54 while (*attrs) {
55 buzz::QName attribute_qname = context->ResolveQName(attrs[0], true);
58 if (strcmp(attrs[1], "true") == 0)
60 else if (strcmp(attrs[1], "false") == 0)
63 *experiment_id_ = attrs[1];
67 attrs += 2;
70 if (!attrs[0]) {
79 buzz::QName attribute_qname = context->ResolveQName(attrs[
41 StartElement(buzz::XmlParseContext* context, const char* name, const char** attrs) argument
115 StartElement(buzz::XmlParseContext* context, const char* name, const char** attrs) argument
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DYesNoDialogPreference.java30 public YesNoDialogPreference(Context context, AttributeSet attrs) { argument
31 this(context, attrs, android.R.attr.yesNoPreferenceStyle);
35 public YesNoDialogPreference(Context context, AttributeSet attrs, argument
37 super(context, attrs, defStyle);
H A DSliderPreference.java43 public SliderPreference(Context context, AttributeSet attrs) { argument
44 this(context, attrs, android.R.attr.preferenceStyle);
49 public SliderPreference(Context context, AttributeSet attrs, int defStyle) { argument
50 super(context, attrs, defStyle);
52 TypedArray a = context.obtainStyledAttributes(attrs,
/external/emma/core/java12/com/vladium/emma/report/html/doc/
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;
H A DHTMLTable.java36 final AttributeSet attrs = getAttributes ();
38 if (width != null) attrs.set (Attribute.WIDTH, width);
39 if (border != null) attrs.set (Attribute.BORDER, border);
40 if (cellpadding != null) attrs.set (Attribute.CELLPADDING, cellpadding);
41 if (cellspacing != null) attrs.set (Attribute.CELLSPACING, cellspacing);
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);
/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/freetype/src/cache/
H A Dftcbasic.c93 FTC_BasicAttrRec attrs; member in struct:FTC_BasicQueryRec_
101 FTC_BasicAttrRec attrs; member in struct:FTC_BasicFamilyRec_
114 return FTC_BASIC_ATTR_COMPARE( &family->attrs, &query->attrs );
129 family->attrs = query->attrs;
144 error = FTC_Manager_LookupFace( manager, family->attrs.scaler.face_id,
174 error = FTC_Manager_LookupSize( manager, &family->attrs.scaler, &size );
181 family->attrs.load_flags | FT_LOAD_RENDER );
198 FTC_Scaler scaler = &family->attrs
[all...]
/external/openssl/crypto/pkcs12/
H A Dp12_attr.c121 ASN1_TYPE *PKCS12_get_attr_gen(STACK_OF(X509_ATTRIBUTE) *attrs, int attr_nid)
125 if (!attrs) return NULL;
126 for (i = 0; i < sk_X509_ATTRIBUTE_num (attrs); i++) {
127 attrib = sk_X509_ATTRIBUTE_value (attrs, i);
/external/webkit/Source/WebCore/html/
H A DHTMLViewSourceDocument.cpp85 RefPtr<NamedNodeMap> attrs = NamedNodeMap::create(); local
86 attrs->addAttribute(Attribute::createMapped(classAttr, "webkit-line-gutter-backdrop"));
87 div->setAttributeMap(attrs.release());
191 RefPtr<NamedNodeMap> attrs = NamedNodeMap::create(); local
192 attrs->addAttribute(Attribute::createMapped(classAttr, className));
193 span->setAttributeMap(attrs.release());
208 RefPtr<NamedNodeMap> attrs = NamedNodeMap::create(); local
209 attrs->addAttribute(Attribute::createMapped(classAttr, "webkit-line-number"));
210 td->setAttributeMap(attrs.release());
216 attrs
304 RefPtr<NamedNodeMap> attrs = NamedNodeMap::create(); local
[all...]
/external/openssl/crypto/store/
H A Dstr_lib.c1285 static void STORE_ATTR_INFO_attr_free(STORE_ATTR_INFO *attrs, argument
1288 if (ATTR_IS_SET(attrs,code))
1295 STORE_ATTR_INFO_modify_cstr(attrs, code, NULL, 0);
1302 STORE_ATTR_INFO_modify_sha1str(attrs, code, NULL, 0);
1306 STORE_ATTR_INFO_modify_dn(attrs, code, NULL);
1309 STORE_ATTR_INFO_modify_number(attrs, code, NULL);
1316 int STORE_ATTR_INFO_free(STORE_ATTR_INFO *attrs) argument
1318 if (attrs)
1322 STORE_ATTR_INFO_attr_free(attrs, i);
1323 OPENSSL_free(attrs);
1327 STORE_ATTR_INFO_get0_cstr(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code) argument
1341 STORE_ATTR_INFO_get0_sha1str(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code) argument
1356 STORE_ATTR_INFO_get0_dn(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code) argument
1370 STORE_ATTR_INFO_get0_number(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code) argument
1384 STORE_ATTR_INFO_set_cstr(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, char *cstr, size_t cstr_size) argument
1404 STORE_ATTR_INFO_set_sha1str(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, unsigned char *sha1str, size_t sha1str_size) argument
1426 STORE_ATTR_INFO_set_dn(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, X509_NAME *dn) argument
1446 STORE_ATTR_INFO_set_number(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, BIGNUM *number) argument
1466 STORE_ATTR_INFO_modify_cstr(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, char *cstr, size_t cstr_size) argument
1483 STORE_ATTR_INFO_modify_sha1str(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, unsigned char *sha1str, size_t sha1str_size) argument
1500 STORE_ATTR_INFO_modify_dn(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, X509_NAME *dn) argument
1517 STORE_ATTR_INFO_modify_number(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, BIGNUM *number) argument
1561 STORE_ATTR_INFO *attrs = NULL; local
[all...]
/external/chromium/chrome/browser/resources/shared/js/
H A Dparse_html_subset.js63 var attrs = node.attributes;
64 for (var i = 0; i < attrs.length; i++) {
65 assertAttribute(attrs[i], node);
/external/icu4c/test/cintltst/
H A Dcallcoll.h51 void genericLocaleStarterWithOptions(const char *locale, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize);
52 void genericLocaleStarterWithOptionsAndResult(const char *locale, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize, UCollationResult result);
55 void genericRulesStarterWithOptionsAndResult(const char *rules, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize, UCollationResult result);
/external/webkit/Tools/Scripts/webkitpy/thirdparty/
H A DBeautifulSoup.py244 def findNext(self, name=None, attrs={}, text=None, **kwargs):
247 return self._findOne(self.findAllNext, name, attrs, text, **kwargs)
249 def findAllNext(self, name=None, attrs={}, text=None, limit=None,
253 return self._findAll(name, attrs, text, limit, self.nextGenerator,
256 def findNextSibling(self, name=None, attrs={}, text=None, **kwargs):
259 return self._findOne(self.findNextSiblings, name, attrs, text,
262 def findNextSiblings(self, name=None, attrs={}, text=None, limit=None,
266 return self._findAll(name, attrs, text, limit,
270 def findPrevious(self, name=None, attrs={}, text=None, **kwargs):
273 return self._findOne(self.findAllPrevious, name, attrs, tex
[all...]
/external/libnl-headers/netlink/genl/
H A Dmngt.h31 struct nlattr ** attrs; member in struct:genl_info
/external/webkit/Source/WebCore/bindings/js/
H A DJSHTMLCanvasElementCustom.cpp57 RefPtr<CanvasContextAttributes> attrs; local
60 attrs = WebGLContextAttributes::create();
61 WebGLContextAttributes* webGLAttrs = static_cast<WebGLContextAttributes*>(attrs.get());
85 CanvasRenderingContext* context = canvas->getContext(ustringToString(contextId), attrs.get());
/external/dbus/tools/
H A Ddbus-monitor.c115 struct timeval *t, ProfileAttributeFlags attrs)
119 if (attrs & PROFILE_ATTRIBUTE_FLAG_SERIAL)
122 if (attrs & PROFILE_ATTRIBUTE_FLAG_REPLY_SERIAL)
125 if (attrs & PROFILE_ATTRIBUTE_FLAG_SENDER)
128 if (attrs & PROFILE_ATTRIBUTE_FLAG_DESTINATION)
131 if (attrs & PROFILE_ATTRIBUTE_FLAG_PATH)
134 if (attrs & PROFILE_ATTRIBUTE_FLAG_INTERFACE)
137 if (attrs & PROFILE_ATTRIBUTE_FLAG_MEMBER)
140 if (attrs & PROFILE_ATTRIBUTE_FLAG_ERROR_NAME)
114 profile_print_with_attrs(const char *type, DBusMessage *message, struct timeval *t, ProfileAttributeFlags attrs) argument
/external/webkit/Source/WebCore/inspector/front-end/
H A DTextEditorModel.js228 var attrs = this._attributes[line];
229 if (!attrs) {
230 attrs = {};
231 this._attributes[line] = attrs;
233 attrs[name] = value;
238 var attrs = this._attributes[line];
239 return attrs ? attrs[name] : null;
244 var attrs = this._attributes[line];
245 if (attrs)
[all...]
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_das.c54 struct radius_das_attrs attrs; local
71 os_memset(&attrs, 0, sizeof(attrs));
85 attrs.sta_addr = sta_addr;
90 attrs.user_name = buf;
91 attrs.user_name_len = len;
96 attrs.acct_session_id = buf;
97 attrs.acct_session_id_len = len;
102 attrs.cui = buf;
103 attrs
[all...]

Completed in 621 milliseconds

123456789