HomeSort by relevance Sort by last modified time
    Searched refs:attribute (Results 751 - 775 of 2398) sorted by null

<<31323334353637383940>>

  /external/deqp/executor/
xeXMLWriter.cpp 127 Writer& Writer::operator<< (const Attribute& attribute)
132 m_rawDst << " " << attribute.name << "=\"" << attribute.value << "\"";
  /external/llvm/test/MC/ARM/
directive-eabi_attribute-diagnostics.s 8 @ CHECK: error: attribute name not recognised: Tag_unknown_name
33 @ CHECK: error: attribute name not recognised: Tag_MPextension_use_old
directive-eabi_attribute.s 4 @ CHECK: Name: .ARM.attribute
22 @ <attribute>*
  /external/mesa3d/src/gallium/state_trackers/egl/common/
native_wayland_bufmgr.h 47 int attribute, int *value);
  /external/proguard/src/proguard/classfile/instruction/visitor/
InstructionCounter.java 24 import proguard.classfile.attribute.CodeAttribute;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
ObsoleteLayoutParamsFix.java 58 Attr attribute = (Attr) attributes.item(i); local
59 if (attribute instanceof IndexedRegion) {
60 IndexedRegion region = (IndexedRegion) attribute;
62 element.removeAttribute(attribute.getName());
72 return "Remove attribute";
  /external/chromium_org/third_party/WebKit/Source/core/editing/
MarkupAccumulator.cpp 199 void MarkupAccumulator::appendAttributeValue(StringBuilder& result, const String& attribute, bool documentIsHTML)
201 appendCharactersReplacingEntities(result, attribute, 0, attribute.length(),
209 void MarkupAccumulator::appendQuotedURLAttributeValue(StringBuilder& result, const Element& element, const Attribute& attribute)
211 ASSERT(element.isURLAttribute(attribute));
212 const String resolvedURLString = resolveURLIfNeeded(element, attribute.value());
237 // Don't add namespace attribute if it is already defined for this elem.
250 bool MarkupAccumulator::shouldAddNamespaceAttribute(const Attribute& attribute, const Element& element
    [all...]
  /libcore/luni/src/main/java/java/text/
AttributedString.java 20 import java.text.AttributedCharacterIterator.Attribute;
39 Map<AttributedCharacterIterator.Attribute, List<Range>> attributeMap;
61 private HashSet<Attribute> attributesAllowed;
71 AttributedCharacterIterator.Attribute[] attributes, int begin,
81 HashSet<Attribute> set = new HashSet<Attribute>(
103 clone.attributesAllowed = (HashSet<Attribute>) attributesAllowed
181 * @return a set of attribute keys that may be empty.
183 public Set<AttributedIterator.Attribute> getAllAttributeKeys() {
189 Set<AttributedIterator.Attribute> result = new HashSet<Attribute>
288 AttributedCharacterIterator.Attribute attribute = it.next(); local
336 AttributedCharacterIterator.Attribute attribute = it.next(); local
408 AttributedCharacterIterator.Attribute attribute = it.next(); local
445 AttributedCharacterIterator.Attribute attribute = it.next(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLBaseElement.cpp 27 #include "core/dom/Attribute.h"
66 bool HTMLBaseElement::isURLAttribute(const Attribute& attribute) const
68 return attribute.name().localName() == hrefAttr || HTMLElement::isURLAttribute(attribute);
  /external/proguard/src/proguard/classfile/attribute/preverification/
ObjectType.java 21 package proguard.classfile.attribute.preverification;
24 import proguard.classfile.attribute.CodeAttribute;
25 import proguard.classfile.attribute.preverification.visitor.VerificationTypeVisitor;
SameOneFrame.java 21 package proguard.classfile.attribute.preverification;
24 import proguard.classfile.attribute.CodeAttribute;
25 import proguard.classfile.attribute.preverification.visitor.*;
UninitializedType.java 21 package proguard.classfile.attribute.preverification;
24 import proguard.classfile.attribute.CodeAttribute;
25 import proguard.classfile.attribute.preverification.visitor.VerificationTypeVisitor;
  /external/proguard/src/proguard/classfile/attribute/visitor/
AllAttributeVisitor.java 21 package proguard.classfile.attribute.visitor;
24 import proguard.classfile.attribute.*;
30 * AttributeVisitor visit all Attribute objects of the program classes,
110 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {}
  /external/proguard/src/proguard/classfile/constant/visitor/
BootstrapMethodHandleTraveler.java 24 import proguard.classfile.attribute.*;
25 import proguard.classfile.attribute.visitor.*;
80 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {}
  /external/proguard/src/proguard/classfile/editor/
AttributeSorter.java 24 import proguard.classfile.attribute.*;
25 import proguard.classfile.attribute.visitor.AttributeVisitor;
68 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {}
82 Attribute attribute1 = (Attribute)object1;
83 Attribute attribute2 = (Attribute)object2;
VariableEditor.java 24 import proguard.classfile.attribute.*;
25 import proguard.classfile.attribute.visitor.AttributeVisitor;
94 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {}
VariableSizeUpdater.java 24 import proguard.classfile.attribute.*;
25 import proguard.classfile.attribute.visitor.AttributeVisitor;
54 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {}
  /external/proguard/src/proguard/obfuscate/
AttributeShrinker.java 24 import proguard.classfile.attribute.*;
25 import proguard.classfile.attribute.visitor.AttributeVisitor;
83 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {}
ParameterNameMarker.java 24 import proguard.classfile.attribute.*;
25 import proguard.classfile.attribute.visitor.AttributeVisitor;
55 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {}
  /external/proguard/src/proguard/optimize/
BootstrapMethodArgumentShrinker.java 24 import proguard.classfile.attribute.*;
25 import proguard.classfile.attribute.annotation.*;
26 import proguard.classfile.attribute.visitor.*;
  /external/proguard/src/proguard/optimize/info/
VariableUsageMarker.java 24 import proguard.classfile.attribute.*;
25 import proguard.classfile.attribute.visitor.AttributeVisitor;
57 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {}
  /external/proguard/src/proguard/optimize/peephole/
PeepholeOptimizer.java 24 import proguard.classfile.attribute.*;
25 import proguard.classfile.attribute.visitor.AttributeVisitor;
33 * (optional) branch target finder and code attribute editor.
48 * @param codeAttributeEditor the code attribute editor that will be reset
52 * attribute editor.
65 * @param codeAttributeEditor the code attribute editor that will be reset
69 * attribute editor.
83 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {}
94 // Set up the code attribute editor
    [all...]
  /external/proguard/src/proguard/shrink/
SignatureUsageMarker.java 25 import proguard.classfile.attribute.*;
26 import proguard.classfile.attribute.visitor.*;
65 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {}
  /frameworks/base/tools/layoutlib/bridge/src/android/util/
BridgeXmlPullAttributes.java 50 * the name of the attribute.
55 // get the attribute name.
58 // get the attribute namespace
70 // this is not an attribute in the android namespace, we query the customviewloader, if
83 public int getAttributeListValue(String namespace, String attribute,
85 String value = getAttributeValue(namespace, attribute);
100 public boolean getAttributeBooleanValue(String namespace, String attribute,
102 String value = getAttributeValue(namespace, attribute);
117 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) {
118 String value = getAttributeValue(namespace, attribute);
    [all...]
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
elementremoveattributerestoredefaultvalue.java 32 * specified attribute node and restores any default values.
75 String attribute; local
82 attribute = testEmployee.getAttribute("street");
83 assertEquals("streetYes", "Yes", attribute);

Completed in 1698 milliseconds

<<31323334353637383940>>