Searched defs:attributes (Results 1 - 25 of 270) sorted by relevance

1234567891011

/external/webkit/LayoutTests/fast/dom/Attr/script-tests/
H A Daccess-after-element-destruction.js15 var attributes = element.attributes; variable
20 shouldBe("attributes.length", "1");
21 shouldBe("attributes[0]", "attributes.item(0)");
22 shouldBe("attributes.getNamedItem('a')", "attributes.item(0)");
24 shouldBe("attributes.item(0).name", "'a'");
25 shouldBe("attributes.item(0).specified", "true");
26 shouldBe("attributes
[all...]
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DSimpleAttributeTableGenerator.java13 private final AttributeTable attributes; field in class:SimpleAttributeTableGenerator
16 AttributeTable attributes)
18 this.attributes = attributes;
23 return attributes;
15 SimpleAttributeTableGenerator( AttributeTable attributes) argument
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
H A DSFTPv3DirectoryEntry.java29 * attempt to parse the longname field for file attributes; they SHOULD
38 * The attributes of this entry.
40 public SFTPv3FileAttributes attributes; field in class:SFTPv3DirectoryEntry
/external/webkit/Source/WebCore/html/parser/
H A DTextDocumentParser.cpp64 RefPtr<NamedNodeMap> attributes = NamedNodeMap::create(); local
65 attributes->insertAttribute(styleAttribute.release(), false);
66 AtomicHTMLToken fakePre(HTMLToken::StartTag, preTag.localName(), attributes.release());
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DProcessorAttributeSet.java51 * @param attributes The attributes attached to the element. If
52 * there are no attributes, it shall be an empty
61 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
78 setPropertiesFromAttributes(handler, rawName, attributes, eat);
92 * @param attributes The specified or defaulted attributes.
60 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
H A DProcessorDecimalFormat.java51 * @param attributes The attributes attached to the element. If
52 * there are no attributes, it shall be an empty
61 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
70 setPropertiesFromAttributes(handler, rawName, attributes, dfp);
60 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
H A DProcessorExsltFuncResult.java46 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
51 super.startElement(handler, uri, localName, rawName, attributes);
45 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
H A DProcessorKey.java60 * @param attributes The attributes attached to the element. If
61 * there are no attributes, it shall be an empty
65 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
73 setPropertiesFromAttributes(handler, rawName, attributes, kd);
83 * @param attributes The list of attributes.
87 StylesheetHandler handler, String rawName, Attributes attributes,
97 int nAttrs = attributes.getLength();
101 String attrUri = attributes
64 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
86 setPropertiesFromAttributes( StylesheetHandler handler, String rawName, Attributes attributes, org.apache.xalan.templates.ElemTemplateElement target) argument
[all...]
H A DProcessorLRE.java66 * @param attributes The specified or defaulted attributes.
69 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
119 int n = attributes.getLength();
123 String attrLocalName = attributes.getLocalName(i);
124 String attrUri = attributes.getURI(i);
125 String value = attributes.getValue(i);
130 attributes.getType(i),
131 attributes.getValue(i));
142 attributes
68 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
[all...]
H A DProcessorNamespaceAlias.java57 * @param attributes The attributes attached to the element. If
58 * there are no attributes, it shall be an empty
62 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
68 setPropertiesFromAttributes(handler, rawName, attributes, na);
61 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
H A DProcessorPreserveSpace.java54 * @param attributes The attributes attached to the element. If
55 * there are no attributes, it shall be an empty
60 Attributes attributes)
65 setPropertiesFromAttributes(handler, rawName, attributes, paths);
58 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
H A DProcessorStripSpace.java54 * @param attributes The attributes attached to the element. If
55 * there are no attributes, it shall be an empty
59 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
64 setPropertiesFromAttributes(handler, rawName, attributes, paths);
58 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
H A DProcessorStylesheetElement.java55 * @param attributes The attributes attached to the element. If
56 * there are no attributes, it shall be an empty
60 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
64 super.startElement(handler, uri, localName, rawName, attributes);
106 setPropertiesFromAttributes(handler, rawName, attributes,
59 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
H A DProcessorTemplateElem.java46 * @param attributes The specified or defaulted attributes.
49 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
53 super.startElement(handler, uri, localName, rawName, attributes);
78 setPropertiesFromAttributes(handler, rawName, attributes, elem);
48 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
H A DAttributes.java12 private ASN1Set attributes; field in class:Attributes
16 attributes = set;
21 attributes = new BERSet(v);
47 return attributes;
/external/emma/core/java12/com/vladium/jcd/cls/
H A DAbstractClassDefVisitor.java33 public Object visit (final IAttributeCollection attributes, final Object ctx) argument
H A DIClassDefVisitor.java25 Object visit (IAttributeCollection attributes, Object ctx); argument
/external/proguard/src/proguard/classfile/
H A DProgramField.java58 Attribute[] attributes,
61 super(u2accessFlags, u2nameIndex, u2descriptorIndex, u2attributesCount, attributes);
79 attributes[index].accept(programClass, this, attributeVisitor);
54 ProgramField(int u2accessFlags, int u2nameIndex, int u2descriptorIndex, int u2attributesCount, Attribute[] attributes, Clazz referencedClass) argument
H A DProgramMethod.java58 Attribute[] attributes,
61 super(u2accessFlags, u2nameIndex, u2descriptorIndex, u2attributesCount, attributes);
79 attributes[index].accept(programClass, this, attributeVisitor);
54 ProgramMethod(int u2accessFlags, int u2nameIndex, int u2descriptorIndex, int u2attributesCount, Attribute[] attributes, Clazz[] referencedClasses) argument
/external/proguard/src/proguard/classfile/editor/
H A DAttributesEditor.java27 * This class can add and delete attributes to and from classes, fields,
28 * methods, and code attributes. Attributes to be added must be filled out
30 * attributes of the same type are always replaced.
43 * Creates a new AttributeAdder that will edit attributes in the given
54 * Creates a new AttributeAdder that will edit attributes in the given
66 * Creates a new AttributeAdder that will edit attributes in the given
92 targetAttribute.attributes,
96 targetAttribute.attributes =
98 targetAttribute.attributes,
109 targetMember.attributes,
177 replaceAttribute(int attributesCount, Attribute[] attributes, Attribute attribute) argument
200 addAttribute(int attributesCount, Attribute[] attributes, Attribute attribute) argument
226 deleteAttribute(int attributesCount, Attribute[] attributes, String attributeName) argument
255 findAttribute(int attributesCount, Attribute[] attributes, String attributeName) argument
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
H A DSDL_macgl.c37 GLint attributes [ 26 ]; /* 26 is max possible in this setup */ local
48 attributes[i++] = AGL_RGBA;
52 attributes[i++] = AGL_RED_SIZE;
53 attributes[i++] = this->gl_config.red_size;
54 attributes[i++] = AGL_GREEN_SIZE;
55 attributes[i++] = this->gl_config.green_size;
56 attributes[i++] = AGL_BLUE_SIZE;
57 attributes[i++] = this->gl_config.blue_size;
58 attributes[i++] = AGL_ALPHA_SIZE;
59 attributes[
[all...]
/external/webkit/Source/JavaScriptCore/runtime/
H A DJSStaticScopeObject.cpp57 void JSStaticScopeObject::putWithAttributes(ExecState* exec, const Identifier& propertyName, JSValue value, unsigned attributes) argument
59 if (symbolTablePutWithAttributes(exec->globalData(), propertyName, value, attributes))
H A DJSStaticScopeObject.h35 JSStaticScopeObject(ExecState* exec, const Identifier& ident, JSValue value, unsigned attributes) argument
39 symbolTable().add(ident.impl(), SymbolTableEntry(-1, attributes));
48 void putWithAttributes(ExecState*, const Identifier&, JSValue, unsigned attributes);
/external/webkit/Source/WebCore/platform/graphics/gtk/
H A DGraphicsContext3DGtk.cpp40 PassRefPtr<GraphicsContext3D> GraphicsContext3D::create(GraphicsContext3D::Attributes attributes, HostWindow* hostWindow, GraphicsContext3D::RenderStyle renderStyle) argument
50 RefPtr<GraphicsContext3D> context = adoptRef(new GraphicsContext3D(attributes, hostWindow, false));
55 GraphicsContext3D::GraphicsContext3D(GraphicsContext3D::Attributes attributes, HostWindow*, bool) argument
58 , m_attrs(attributes)
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/
H A DJSWrapper.h49 inline void setProperty(JSContextRef context, JSObjectRef object, const char* propertyName, JSWrappable* value, JSPropertyAttributes attributes, JSValueRef* exception) argument
52 JSObjectSetProperty(context, object, propertyNameString.get(), JSWrapper::wrap(context, value), attributes, exception);

Completed in 345 milliseconds

1234567891011