Searched refs:attrs (Results 151 - 175 of 209) sorted by relevance

123456789

/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius.c1557 u8 radius_msg_find_unlisted_attr(struct radius_msg *msg, u8 *attrs) argument
1565 for (j = 0; attrs[j]; j++) {
1566 if (attr->type == attrs[j])
1570 if (attrs[j] == 0)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/webkit/Source/WebCore/dom/
H A Dxml_expat_tokenizer.cpp315 if (NamedAttrMap* attrs = element->attributes()) {
316 for (unsigned i = 0; i < attrs->length(); i++) {
317 Attribute* attr = attrs->attributeItem(i);
990 if (strcmp(name, "attrs") != 0)
1016 String input = "<?xml version=\"1.0\"?><attrs " + string.deprecatedString() + " />";
H A DXMLDocumentParserLibxml2.cpp614 if (NamedNodeMap* attrs = element->attributes()) {
615 for (unsigned i = 0; i < attrs->length(); i++) {
616 Attribute* attr = attrs->attributeItem(i);
1488 if (strcmp(reinterpret_cast<const char*>(xmlLocalName), "attrs") != 0)
1518 String parseString = "<?xml version=\"1.0\"?><attrs " + string + " />";
/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
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp477 Attributes attrs = PAL.getSlot(i).Attrs; local
480 if (attrs & Attribute::X) \
482 attrs &= ~Attribute::X;
509 if (attrs & Attribute::StackAlignment)
511 << Attribute::getStackAlignmentFromAttrs(attrs)
513 attrs &= ~Attribute::StackAlignment;
514 assert(attrs == 0 && "Unhandled attribute!");
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContext3DQt.cpp158 GraphicsContext3DInternal(GraphicsContext3D::Attributes attrs, HostWindow* hostWindow);
294 GraphicsContext3DInternal::GraphicsContext3DInternal(GraphicsContext3D::Attributes attrs, HostWindow* hostWindow) argument
295 : m_attrs(attrs)
607 PassRefPtr<GraphicsContext3D> GraphicsContext3D::create(GraphicsContext3D::Attributes attrs, HostWindow* hostWindow, GraphicsContext3D::RenderStyle renderStyle) argument
612 RefPtr<GraphicsContext3D> context = adoptRef(new GraphicsContext3D(attrs, hostWindow, false));
616 GraphicsContext3D::GraphicsContext3D(GraphicsContext3D::Attributes attrs, HostWindow* hostWindow, bool) argument
617 : m_internal(new GraphicsContext3DInternal(attrs, hostWindow))
/external/webkit/Source/WebCore/html/parser/
H A DHTMLTreeBuilder.cpp659 QualifiedName** attrs = getAttrs(&length); local
660 mapLoweredLocalNameToName(caseMap, attrs, length);
702 QualifiedName** attrs = XLinkNames::getXLinkAttrs(&length); local
703 addNamesWithPrefix(map, "xlink", attrs, length);
705 attrs = XMLNames::getXMLAttrs(&length);
706 addNamesWithPrefix(map, "xml", attrs, length);
/external/linux-tools-perf/util/
H A Dheader.c542 .attrs = {
905 nr_attrs = f_header.attrs.size / sizeof(f_attr);
906 lseek(fd, f_header.attrs.offset, SEEK_SET);
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_enrollee.c764 struct wpabuf *attrs, int wps2)
847 cred.cred_attr = wpabuf_head(attrs);
848 cred.cred_attr_len = wpabuf_len(attrs);
762 wps_process_ap_settings_e(struct wps_data *wps, struct wps_parse_attr *attr, struct wpabuf *attrs, int wps2) argument
/external/wpa_supplicant_8/src/wps/
H A Dwps_enrollee.c764 struct wpabuf *attrs, int wps2)
847 cred.cred_attr = wpabuf_head(attrs);
848 cred.cred_attr_len = wpabuf_len(attrs);
762 wps_process_ap_settings_e(struct wps_data *wps, struct wps_parse_attr *attr, struct wpabuf *attrs, int wps2) argument
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_enrollee.c764 struct wpabuf *attrs, int wps2)
847 cred.cred_attr = wpabuf_head(attrs);
848 cred.cred_attr_len = wpabuf_len(attrs);
762 wps_process_ap_settings_e(struct wps_data *wps, struct wps_parse_attr *attr, struct wpabuf *attrs, int wps2) argument
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCConnection.java506 public Struct createStruct(String type, Object[] attrs) argument
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DStylesheetHandler.java1644 * @param attrs list of attributes that were passed to startElement.
1646 void pushSpaceHandling(Attributes attrs) argument
1649 String value = attrs.getValue("xml:space");
/external/chromium/chrome/browser/sync/syncable/
H A Ddirectory_backing_store.cc218 const DWORD attrs = GetFileAttributes(backing_filepath_.value().c_str()); local
221 attrs | FILE_ATTRIBUTE_NOT_CONTENT_INDEXED);
/external/clang/lib/AST/
H A DDeclBase.cpp551 void Decl::setAttrsImpl(const AttrVec &attrs, ASTContext &Ctx) { argument
552 assert(!HasAttrs && "Decl already contains attrs.");
557 AttrBlank = attrs;
569 assert(HasAttrs && "No attrs to get!");
577 // Usually, neither decl has attrs, nothing to do.
580 // If 'this' has no attrs, swap the other way.
586 // Handle the case when both decls have attrs.
/external/qemu/hw/
H A Dbt-sdp.c768 #define SERVICE(name, attrs) \
770 .attributes = { attrs { .data = LAST } }, \
/external/replicaisland/src/com/replica/replicaisland/
H A DGLSurfaceView.java202 public GLSurfaceView(Context context, AttributeSet attrs) { argument
203 super(context, attrs);
/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
H A Dbugzilla.py98 result_count_text = BeautifulSoup(results_page).find(attrs={'class': 'bz_result_count'}).string
267 flag = element.find('flag', attrs={'name': flag_name})
/external/clang/lib/Parse/
H A DParseTentative.cpp1455 ParsedAttributes attrs(AttrFactory);
1456 MaybeParseMicrosoftAttributes(attrs);
/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp39 ObjCPropertyDecl::PropertyAttributeKind attrs,
43 if (attrs & (ObjCPropertyDecl::OBJC_PR_retain |
47 } else if (attrs & ObjCPropertyDecl::OBJC_PR_weak) {
49 } else if (attrs & ObjCPropertyDecl::OBJC_PR_unsafe_unretained) {
55 if (attrs & ObjCPropertyDecl::OBJC_PR_assign &&
38 getImpliedARCOwnership( ObjCPropertyDecl::PropertyAttributeKind attrs, QualType type) argument
/external/libvpx/examples/includes/geshi/
H A Dgeshi.php3735 $attrs = array(); variable
3749 $attrs['class'][] = 'li2';
3753 $attrs['style'][] = $this->line_style2;
3762 $attrs['class'][] = 'li1';
3766 $attrs['style'][] = $this->line_style1;
3785 $attrs['id'][] = "$this->overall_id-$i";
3792 $attrs['class'][] = "lx$i";
3794 $attrs['class'][] = "ln-xtra";
3797 array_push($attrs['style'], $this->get_line_style($i));
3803 foreach ($attrs a
3822 $attrs = ' class="ln"'; variable
3824 $attrs = ' style="'. $this->table_linenumber_style .'"'; variable
[all...]
/external/webkit/Source/WebCore/
H A DAndroid.derived.v8bindings.mk746 $(GEN): PRIVATE_CUSTOM_TOOL = perl -I $(PRIVATE_PATH)/bindings/scripts $< --tags $(PRIVATE_PATH)/html/HTMLTagNames.in --attrs $(PRIVATE_PATH)/html/HTMLAttributeNames.in --factory --wrapperFactoryV8 --output $(dir $@)
764 $(GEN): PRIVATE_CUSTOM_TOOL = perl -I $(PRIVATE_PATH)/bindings/scripts $< --tags $(PRIVATE_PATH)/svg/svgtags.in --attrs $(PRIVATE_PATH)/svg/svgattrs.in --extraDefines "$(SVG_FLAGS)" --factory --wrapperFactoryV8 --output $(dir $@)
777 $(GEN): PRIVATE_CUSTOM_TOOL = perl -I $(PRIVATE_PATH)/bindings/scripts $< --tags $(PRIVATE_PATH)/mathml/mathtags.in --attrs $(PRIVATE_PATH)/mathml/mathattrs.in --factory --wrapperFactoryV8 --output $(dir $@)
/external/webkit/Source/WebKit/chromium/src/
H A DGraphicsContext3DInternal.h54 bool initialize(GraphicsContext3D::Attributes attrs, HostWindow* hostWindow, bool renderDirectlyToHostWindow);
/external/webkit/Tools/DumpRenderTree/mac/
H A DAccessibilityUIElementMac.mm930 NSDictionary* attrs = [string attributesAtIndex:0 effectiveRange:nil];
931 if([[attrs objectForKey:NSAccessibilityMisspelledTextAttribute] boolValue])

Completed in 635 milliseconds

123456789