Searched refs:attrs (Results 101 - 125 of 209) sorted by relevance

123456789

/external/webkit/Source/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));
H A DXPathFunctions.cpp594 NamedNodeMap* attrs = node->attributes(); local
595 if (attrs)
596 languageAttribute = attrs->getAttributeItem(XMLNames::langAttr);
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
H A DDOM2DTM.java145 NamedNodeMap attrs=m_root.getAttributes();
146 int attrsize=(attrs==null) ? 0 : attrs.getLength();
155 attrIndex=addNode(attrs.item(i),0,attrIndex,NULL);
158 // Terminate list of attrs, and make sure they aren't
163 } // if attrs exist
533 NamedNodeMap attrs=next.getAttributes();
534 int attrsize=(attrs==null) ? 0 : attrs.getLength();
542 attrIndex=addNode(attrs
[all...]
/external/chromium/chrome/browser/password_manager/
H A Dnative_backend_gnome_x.cc146 PasswordForm* FormFromAttributes(GnomeKeyringAttributeList* attrs) { argument
150 for (guint i = 0; i < attrs->len; ++i) {
151 GnomeKeyringAttribute attr = gnome_keyring_attribute_list_index(attrs, i);
190 GnomeKeyringAttributeList* attrs = data->attributes; local
192 PasswordForm* form = FormFromAttributes(attrs);
303 GnomeKeyringAttributeList* attrs,
579 GnomeKeyringAttributeList* attrs,
583 // |attrs| will be freed after this callback returns, so convert it now.
585 method->form_.reset(FormFromAttributes(attrs));
578 OnOperationGetAttrs(GnomeKeyringResult result, GnomeKeyringAttributeList* attrs, gpointer data) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-trax.jar ... $Factory$Attribute attr java.util.Enumeration attrs org.apache.tools.ant.taskdefs. ...
H A Dant-jsch.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/expat/amiga/
H A Dexpat_68k_handler_stubs.c57 void _68k_startelementhandler(void *userdata, const char *name, const char **attrs) { argument
59 call_68k_code(p->IExec, p->startelementhandler, 3, p->handlerarg, name, attrs);
/external/llvm/include/llvm/
H A DFunction.h169 void setAttributes(const AttrListPtr &attrs) { AttributeList = attrs; } argument
/external/webkit/Tools/iExploder/iexploder-1.7.2/tools/
H A Dupdate_html_tags_from_sources.sh31 egrep -v "^namespace\w*=" > ${tmp_prefix}.html-attrs
52 | cut -d\" -f2 > ${tmp_prefix}.html-attrs
55 | cut -d\" -f2 >> ${tmp_prefix}.html-attrs
86 grep "_get_attr(html" $src_dir/src/html.cc | grep '"' | cut -d\" -f2 > ${tmp_prefix}.html-attrs
87 grep 'a_Html_get_attr(html.*"' $src_dir/src/*.cc | cut -d\" -f2 >> ${tmp_prefix}.html-attrs
99 grep "html_element_get_attr" $src_dir/gtkhtml/*.c | cut -d\" -f2 > ${tmp_prefix}.html-attrs
100 grep -r "g_ascii_strncasecmp" $src_dir/gtkhtml/*.c | cut -d\" -f2 | grep -v ":" | cut -d"=" -f1 | grep "^[a-z]" > ${tmp_prefix}.html-attrs
109 types="css-properties css-values html-attrs html-tags html-values protocols headers mime-types css-pseudo css-atrules"
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DViewfinderView.java61 public ViewfinderView(Context context, AttributeSet attrs) { argument
62 super(context, attrs);
/external/clang/lib/ARCMigrate/
H A DTransProperties.cpp385 attrs = props[0].PropD->getPropertyAttributesAsWritten(); local
389 assert(attrs == I->PropD->getPropertyAttributesAsWritten());
392 return attrs;
/external/webkit/Source/WebCore/html/
H A DHTMLCanvasElement.cpp159 CanvasRenderingContext* HTMLCanvasElement::getContext(const String& type, CanvasContextAttributes* attrs) argument
202 m_context = WebGLRenderingContext::create(this, static_cast<WebGLContextAttributes*>(attrs));
212 UNUSED_PARAM(attrs);
/external/libxml2/
H A Drelaxng.c164 xmlRelaxNGDefinePtr attrs; /* list of attributes for elements */ member in struct:_xmlRelaxNGDefine
272 xmlRelaxNGDefinePtr *attrs; /* the array of attributes definitions */ member in struct:_xmlRelaxNGInterleaveGroup
305 int maxAttrs; /* the size of attrs */
309 xmlAttrPtr *attrs; /* the array of attributes */ member in struct:_xmlRelaxNGValidState
948 if (group->attrs != NULL)
949 xmlFree(group->attrs);
974 if ((define->type == XML_RELAXNG_VALUE) && (define->attrs != NULL)) {
979 lib->freef(lib->data, (void *) define->attrs);
1186 xmlAttrPtr attrs[MAX_ATTR]; local
1198 attrs[nbAttr
1282 xmlAttrPtr *attrs; local
[all...]
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DTestAttributes.java156 List<Attribute> attrs = parameters.getAttributes();
157 assertEquals("attribute mismatch","String[] ick",attrs.get(0).decl.toString());
158 assertEquals("parameter name mismatch","ick",attrs.get(0).name);
159 assertEquals("declarator mismatch", "String[]", attrs.get(0).type);
161 assertEquals("attribute mismatch","int i",attrs.get(1).decl.toString());
162 assertEquals("parameter name mismatch","i",attrs.get(1).name);
163 assertEquals("declarator mismatch", "int", attrs.get(1).type);
268 List<Attribute> attrs = ra.parameterScope.getAttributes();
269 assertEquals("attribute mismatch","HashMap<String,String> foo",attrs.get(0).decl.toString());
270 assertEquals("parameter name mismatch","foo",attrs
[all...]
/external/kernel-headers/original/linux/
H A Dsysfs.h26 struct attribute ** attrs; member in struct:attribute_group
/external/libxslt/libxslt/
H A Dtemplates.c600 * @attrs: the first attribute
617 xmlNodePtr target, xmlAttrPtr attrs)
625 if ((ctxt == NULL) || (target == NULL) || (attrs == NULL))
641 attr = attrs;
780 attr = attrs;
616 xsltAttrListTemplateProcess(xsltTransformContextPtr ctxt, xmlNodePtr target, xmlAttrPtr attrs) argument
/external/v8/src/
H A Dplatform-freebsd.cc564 pthread_mutexattr_t attrs; local
565 int result = pthread_mutexattr_init(&attrs);
567 result = pthread_mutexattr_settype(&attrs, PTHREAD_MUTEX_RECURSIVE);
569 result = pthread_mutex_init(&mutex_, &attrs);
/external/webkit/Source/WebCore/dom/
H A DNode.cpp1937 NamedNodeMap* attrs = elem->attributes(); local
1939 for (unsigned i = 0; i < attrs->length(); i++) {
1940 Attribute* attr = attrs->attributeItem(i);
2023 NamedNodeMap *attrs = elem->attributes(); local
2025 for (unsigned i = 0; i < attrs->length(); i++) {
2026 Attribute *attr = attrs->attributeItem(i);
2078 NamedNodeMap *attrs = attributes(); local
2080 for (unsigned i = 0; i < attrs->length(); i++) {
2081 Attribute *attr = attrs->attributeItem(i);
2353 String attrs local
[all...]
/external/webkit/Source/WebCore/plugins/win/
H A DPluginViewWin.cpp844 WIN32_FILE_ATTRIBUTE_DATA attrs; local
845 if (GetFileAttributesExW(filename.charactersWithNullTermination(), GetFileExInfoStandard, &attrs) == 0)
848 if (attrs.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY)
856 buffer.resize(attrs.nFileSizeLow);
859 int retval = ReadFile(fileHandle, buffer.data(), attrs.nFileSizeLow, &bytesRead, 0);
863 if (retval == 0 || bytesRead != attrs.nFileSizeLow)
/external/webkit/Source/WebKit/chromium/src/
H A DGraphicsContext3DChromium.cpp103 bool GraphicsContext3DInternal::initialize(GraphicsContext3D::Attributes attrs, HostWindow* hostWindow, bool renderDirectlyToHostWindow) argument
106 webAttributes.alpha = attrs.alpha;
107 webAttributes.depth = attrs.depth;
108 webAttributes.stencil = attrs.stencil;
109 webAttributes.antialias = attrs.antialias;
110 webAttributes.premultipliedAlpha = attrs.premultipliedAlpha;
111 webAttributes.canRecoverFromContextLoss = attrs.canRecoverFromContextLoss;
937 PassRefPtr<GraphicsContext3D> GraphicsContext3D::create(GraphicsContext3D::Attributes attrs, HostWindow* hostWindow, GraphicsContext3D::RenderStyle renderStyle) argument
940 if (!internal->initialize(attrs, hostWindow, renderStyle == RenderDirectlyToHostWindow)) {
943 RefPtr<GraphicsContext3D> result = adoptRef(new GraphicsContext3D(attrs, hostWindo
[all...]
/external/clang/include/clang/Sema/
H A DDeclSpec.h674 void takeAttributesFrom(ParsedAttributes &attrs) { argument
675 Attrs.takeAllFrom(attrs);
1751 ParsedAttributes &attrs,
1754 DeclTypeInfo.back().getAttrListRef() = attrs.getList();
1755 getAttributePool().takeAllFrom(attrs.getPool());
1873 void takeAttributes(ParsedAttributes &attrs, SourceLocation lastLoc) {
1874 Attrs.takeAllFrom(attrs);
1750 AddTypeInfo(const DeclaratorChunk &TI, ParsedAttributes &attrs, SourceLocation EndLoc) argument
/external/clang/lib/Sema/
H A DSemaType.cpp255 assert(cur && cur->getNext() && "ran out of attrs?");
273 AttributeList *attrs);
497 assert(state.getDeclarator().getAttributes() && "declarator has no attrs!");
920 if (AttributeList *attrs = DS.getAttributes().getList())
921 processTypeAttrs(state, Result, true, attrs);
1816 if (AttributeList *attrs = D.getDeclSpec().getAttributes().getList())
1817 processTypeAttrs(state, T, true, attrs);
2634 if (AttributeList *attrs = const_cast<AttributeList*>(DeclType.getAttrs()))
2635 processTypeAttrs(state, T, false, attrs);
2731 if (AttributeList *attrs
2994 fillAttributedTypeLoc(AttributedTypeLoc TL, const AttributeList *attrs) argument
4122 processTypeAttrs(TypeProcessingState &state, QualType &type, bool isDeclSpec, AttributeList *attrs) argument
[all...]
H A DDeclSpec.cpp778 AttributeList* attrs = getAttributes().getList(); local
779 while (attrs) {
780 if (attrs->getKind() == AttributeList::AT_Mode) {
784 attrs = attrs->getNext();
/external/webkit/Source/WebKit/mac/Carbon/
H A DHIWebView.mm606 WindowAttributes attrs;
631 GetWindowAttributes( newWindow, &attrs );
632 view->fIsComposited = ( ( attrs & kWindowCompositingAttribute ) != 0 );
1396 UInt32 attrs;
1399 sizeof( UInt32 ), NULL, &attrs );
1405 BoundsChanged( view, attrs, &prevRect, &currRect );
/external/icu4c/test/cintltst/
H A Dcallcoll.c635 void genericRulesStarterWithOptionsAndResult(const char *rules, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize, UCollationResult result) { argument
648 ucol_setAttribute(coll, attrs[i], values[i], &status);
658 void genericLocaleStarterWithOptionsAndResult(const char *locale, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize, UCollationResult result) { argument
670 ucol_setAttribute(coll, attrs[i], values[i], &status);
680 void genericLocaleStarterWithOptions(const char *locale, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize) { argument
681 genericLocaleStarterWithOptionsAndResult(locale, s, size, attrs, values, attsize, UCOL_LESS);

Completed in 529 milliseconds

123456789