Searched defs:attributes (Results 76 - 100 of 430) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLEmbedElement.cpp115 AttributeCollection attributes = this->attributes(); local
116 AttributeCollection::iterator end = attributes.end();
117 for (AttributeCollection::iterator it = attributes.begin(); it != end; ++it) {
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLContextAttributes.cpp141 blink::WebGraphicsContext3D::Attributes WebGLContextAttributes::attributes( function in class:blink::WebGLContextAttributes
H A DWebGLRenderingContext.cpp87 blink::WebGraphicsContext3D::Attributes attributes = attrs->attributes(document.topDocument().url().string(), settings, 1); local
88 OwnPtr<blink::WebGraphicsContext3D> context = adoptPtr(blink::Platform::current()->createOffscreenGraphicsContext3D(attributes, 0));
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DAtomicHTMLToken.h74 Vector<Attribute>& attributes() function in class:blink::AtomicHTMLToken
80 const Vector<Attribute>& attributes() const function in class:blink::AtomicHTMLToken
132 initializeAttributes(token.attributes());
164 m_attributes.reserveInitialCapacity(token.attributes().size());
165 for (Vector<CompactHTMLToken::Attribute>::const_iterator it = token.attributes().begin(); it != token.attributes().end(); ++it) {
167 // FIXME: This is N^2 for the number of attributes.
189 AtomicHTMLToken(HTMLToken::Type type, const AtomicString& name, const Vector<Attribute>& attributes = Vector<Attribute>())
193 , m_attributes(attributes)
201 void initializeAttributes(const HTMLToken::AttributeList& attributes);
223 initializeAttributes(const HTMLToken::AttributeList& attributes) argument
[all...]
H A DHTMLFormattingElementList.cpp137 size_t newItemAttributeCount = newItem->attributes().size();
149 if (candidate->attributes().size() != newItemAttributeCount)
173 const Vector<Attribute>& attributes = newItem->attributes(); local
174 for (size_t i = 0; i < attributes.size(); ++i) {
175 const Attribute& attribute = attributes[i];
181 ASSERT(newItem->attributes().size() == candidate->attributes().size());
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGLinearGradientElement.cpp106 static void setGradientAttributes(SVGGradientElement* element, LinearGradientAttributes& attributes, bool isLinear = true) argument
108 if (!attributes.hasSpreadMethod() && element->spreadMethod()->isSpecified())
109 attributes.setSpreadMethod(element->spreadMethod()->currentValue()->enumValue());
111 if (!attributes.hasGradientUnits() && element->gradientUnits()->isSpecified())
112 attributes.setGradientUnits(element->gradientUnits()->currentValue()->enumValue());
114 if (!attributes.hasGradientTransform() && element->gradientTransform()->isSpecified()) {
117 attributes.setGradientTransform(transform);
120 if (!attributes.hasStops()) {
123 attributes.setStops(stops);
129 if (!attributes
143 collectGradientAttributes(LinearGradientAttributes& attributes) argument
[all...]
H A DSVGPatternElement.cpp142 static void setPatternAttributes(const SVGPatternElement* element, PatternAttributes& attributes) argument
144 if (!attributes.hasX() && element->x()->isSpecified())
145 attributes.setX(element->x()->currentValue());
147 if (!attributes.hasY() && element->y()->isSpecified())
148 attributes.setY(element->y()->currentValue());
150 if (!attributes.hasWidth() && element->width()->isSpecified())
151 attributes.setWidth(element->width()->currentValue());
153 if (!attributes.hasHeight() && element->height()->isSpecified())
154 attributes.setHeight(element->height()->currentValue());
156 if (!attributes
[all...]
H A DSVGRadialGradientElement.cpp120 static void setGradientAttributes(SVGGradientElement* element, RadialGradientAttributes& attributes, bool isRadial = true) argument
122 if (!attributes.hasSpreadMethod() && element->spreadMethod()->isSpecified())
123 attributes.setSpreadMethod(element->spreadMethod()->currentValue()->enumValue());
125 if (!attributes.hasGradientUnits() && element->gradientUnits()->isSpecified())
126 attributes.setGradientUnits(element->gradientUnits()->currentValue()->enumValue());
128 if (!attributes.hasGradientTransform() && element->gradientTransform()->isSpecified()) {
131 attributes.setGradientTransform(transform);
134 if (!attributes.hasStops()) {
137 attributes.setStops(stops);
143 if (!attributes
163 collectGradientAttributes(RadialGradientAttributes& attributes) argument
[all...]
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A DVertexDeclarationCache.cpp43 gl::Error VertexDeclarationCache::applyDeclaration(IDirect3DDevice9 *device, TranslatedAttribute attributes[], gl::ProgramBinary *programBinary, GLsizei instances, GLsizei *repeatDraw) argument
54 if (attributes[i].divisor != 0)
69 if (attributes[i].active)
71 if (indexedAttribute == gl::MAX_VERTEX_ATTRIBS && attributes[i].divisor == 0)
75 else if (instancedAttribute == gl::MAX_VERTEX_ATTRIBS && attributes[i].divisor != 0)
97 if (attributes[i].active)
100 ASSERT(attributes[i].storage == NULL);
106 // Due to a bug on ATI cards we can't enable instancing when none of the attributes are instanced.
124 if (attributes[i].divisor == 0)
130 frequency = D3DSTREAMSOURCE_INSTANCEDATA | attributes[
[all...]
/external/chromium_org/third_party/angle/tests/compiler_tests/
H A DCollectVariables_test.cpp121 const std::vector<sh::Attribute> &attributes = mTranslator->getAttributes(); local
122 ASSERT_EQ(1u, attributes.size());
124 const sh::Attribute &attribute = attributes[0];
/external/chromium_org/third_party/icu/source/common/
H A Duset_props.cpp139 uset_closeOver(USet* set, int32_t attributes) { argument
140 ((UnicodeSet*) set)->UnicodeSet::closeOver(attributes);
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_in_process_command_buffer_impl.cc36 const blink::WebGraphicsContext3D::Attributes& attributes,
43 attributes,
52 const blink::WebGraphicsContext3D::Attributes& attributes,
57 attributes,
66 const blink::WebGraphicsContext3D::Attributes& attributes) {
71 attributes,
80 const blink::WebGraphicsContext3D::Attributes& attributes,
84 : share_resources_(attributes.shareResources),
85 webgl_context_(attributes.webGL),
89 ConvertAttributes(attributes,
35 CreateViewContext( const blink::WebGraphicsContext3D::Attributes& attributes, bool lose_context_when_out_of_memory, gfx::AcceleratedWidget window) argument
51 CreateOffscreenContext( const blink::WebGraphicsContext3D::Attributes& attributes, bool lose_context_when_out_of_memory) argument
64 WrapContext( scoped_ptr< ::gpu::GLInProcessContext> context, const blink::WebGraphicsContext3D::Attributes& attributes) argument
78 WebGraphicsContext3DInProcessCommandBufferImpl( scoped_ptr< ::gpu::GLInProcessContext> context, const blink::WebGraphicsContext3D::Attributes& attributes, bool lose_context_when_out_of_memory, bool is_offscreen, gfx::AcceleratedWidget window) argument
[all...]
/external/doclava/src/com/google/doclava/apicheck/
H A DXmlApiFile.java70 public void startElement(String uri, String localName, String qName, Attributes attributes) { argument
73 new PackageInfo(attributes.getValue("name"), SourcePositionInfo.fromXml(attributes
82 SourcePositionInfo position = SourcePositionInfo.fromXml(attributes.getValue("source"));
83 String visibility = attributes.getValue("visibility");
88 boolean isStatic = Boolean.valueOf(attributes.getValue("static"));
90 boolean isAbstract = Boolean.valueOf(attributes.getValue("abstract"));
96 boolean isFinal = Boolean.valueOf(attributes.getValue("final"));
98 String name = attributes.getValue("name");
109 mCurrentClass.setDeprecated("deprecated".equals(attributes
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
H A DCompileErrorCheck.java44 String name, Attributes attributes) throws SAXException {
48 String value = attributes.getValue("errors");
43 startElement(String uri, String localName, String name, Attributes attributes) argument
/external/emma/core/java12/com/vladium/jcd/cls/
H A DField_info.java28 * attribute_info attributes[attributes_count];
45 * Each value of the attributes table must be a variable-length attribute structure.
46 * A field can have any number of attributes associated with it. The only attribute
47 * defined for the attributes table of a field_info structure at the moment
64 final IAttributeCollection attributes)
71 m_attributes = attributes;
62 Field_info(final int access_flags, final int name_index, final int descriptor_index, final IAttributeCollection attributes) argument
/external/emma/core/java12/com/vladium/jcd/parser/
H A DClassDefParser.java128 attributes ();
243 final IAttributeCollection attributes = field_info.getAttributes ();
244 for (int a = 0, aLimit = attributes.size (); a < aLimit; ++ a)
246 final Attribute_info attr_info = attributes.get (a);
281 void attributes () throws IOException method in class:ClassDefParser.classParser
/external/icu/icu4c/source/common/
H A Duset_props.cpp139 uset_closeOver(USet* set, int32_t attributes) { argument
140 ((UnicodeSet*) set)->UnicodeSet::closeOver(attributes);
/external/jdiff/src/jdiff/
H A DCommentsHandler.java58 java.lang.String qName, Attributes attributes) {
63 String commentsName = attributes.getValue("name");
64 String version = attributes.getValue("jdversion"); // Not used yet
81 String id = attributes.getValue("id");
91 addStartTagToText(localName, attributes);
152 public void addStartTagToText(String localName, Attributes attributes) { argument
158 // Now add all the attributes into the current text
159 int len = attributes.getLength();
161 String name = attributes.getLocalName(i);
162 String value = attributes
57 startElement(java.lang.String uri, java.lang.String localName, java.lang.String qName, Attributes attributes) argument
[all...]
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
H A DAttributeContainer.java7 private Vector attributes = new Vector(); field in class:AttributeContainer
16 AttributeInfo p = (AttributeInfo) attributes.elementAt(index);
29 return ((AttributeInfo) attributes.elementAt(index)).getValue();
36 AttributeInfo attributeInfo = (AttributeInfo) attributes.elementAt(index);
95 * Get an attributes' toString value without chance of throwing an
112 for (int i = 0; i < attributes.size(); i++) {
113 if (name.equals(((AttributeInfo) attributes.elementAt(i)).getName())) {
121 * Returns the number of attributes
123 * @return the number of attributes
126 return attributes
[all...]
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAbbreviationDeclaration.cpp102 const DWARFAttribute::collection& attributes = abbr_decl.Attributes(); local
103 const uint32_t num_abbr_decl_attributes = attributes.size();
111 attributes[i].get(attr, form);
127 // Don't add these attributes
152 const DWARFAttribute::collection& attributes = abbr_decl.Attributes(); local
153 const uint32_t num_abbr_decl_attributes = attributes.size();
162 attributes[i].get(attr, form);
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
H A DAbstractTransformTask.java49 protected Attribute[] attributes() { method in class:AbstractTransformTask
90 getClassReader(file), attributes(), getFlags()), t)
228 attributes(), getFlags()), t).generateClass(w);
/external/proguard/src/proguard/classfile/
H A DProgramMember.java39 public Attribute[] attributes; field in class:ProgramMember
62 Attribute[] attributes)
68 this.attributes = attributes;
79 Attribute attribute = attributes[index];
99 * Lets the given attribute info visitor visit all the attributes of
58 ProgramMember(int u2accessFlags, int u2nameIndex, int u2descriptorIndex, int u2attributesCount, Attribute[] attributes) argument
/external/proguard/src/proguard/classfile/attribute/
H A DCodeAttribute.java42 public Attribute[] attributes; field in class:CodeAttribute
64 Attribute[] attributes)
75 this.attributes = attributes;
86 Attribute attribute = attributes[index];
193 * Applies the given attribute visitor to all attributes.
199 attributes[index].accept(clazz, method, this, attributeVisitor);
56 CodeAttribute(int u2attributeNameIndex, int u2maxStack, int u2maxLocals, int u4codeLength, byte[] code, int u2exceptionTableLength, ExceptionInfo[] exceptionTable, int u2attributesCount, Attribute[] attributes) argument
/external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
H A DTestAttributeSetTest.java21 private HashMap<String, String> attributes; field in class:TestAttributeSetTest
26 attributes = new HashMap<String, String>();
35 attributes.put("android:id", "@android:id/text1");
36 TestAttributeSet testAttributeSet = new TestAttributeSet(attributes, resourceExtractor, null, null, false);
42 attributes.put("id", "@id/text1");
43 TestAttributeSet testAttributeSet = new TestAttributeSet(attributes, resourceExtractor, null, null, false);
49 attributes.put("id", "@null");
50 TestAttributeSet testAttributeSet = new TestAttributeSet(attributes, resourceExtractor, null, null, false);
56 attributes.put("android:id", "@+id/text1");
58 TestAttributeSet testAttributeSet = new TestAttributeSet(attributes, resourceExtracto
[all...]
/external/smack/src/com/kenai/jbosh/
H A DBodyParserSAX.java91 final Attributes attributes) {
109 // Read in the attributes, making sure to expand the namespaces
111 for (int idx=0; idx < attributes.getLength(); idx++) {
112 String attrURI = attributes.getURI(idx);
116 String attrLN = attributes.getLocalName(idx);
117 String attrVal = attributes.getValue(idx);
87 startElement( final String uri, final String localName, final String qName, final Attributes attributes) argument

Completed in 600 milliseconds

1234567891011>>