HomeSort by relevance Sort by last modified time
    Searched defs:setAttributes (Results 1 - 25 of 100) sorted by null

1 2 3 4

  /external/chromium_org/chrome/installer/mac/
pkg-dmg 293 sub setAttributes($@);
597 setAttributes($tempRoot, @attributes);
    [all...]
  /hardware/qcom/display/msm8084/libvirtual/
virtual.cpp 70 setAttributes();
161 void VirtualDisplay::setAttributes() {
  /hardware/qcom/display/msm8226/libvirtual/
virtual.cpp 71 setAttributes();
173 void VirtualDisplay::setAttributes() {
  /libcore/luni/src/main/java/java/util/jar/
JarEntry.java 156 void setAttributes(Attributes attrib) {
  /libcore/luni/src/main/java/org/xml/sax/ext/
Attributes2Impl.java 194 * @see AttributesImpl#setAttributes
196 public void setAttributes (Attributes atts)
200 super.setAttributes (atts);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
ViewClassInfo.java 74 public void setAttributes(AttributeInfo[] attributes) {
145 public void setAttributes(AttributeInfo[] attributes) {
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
AttributesImplSerializer.java 189 * @see org.xml.sax.helpers.AttributesImpl#setAttributes(Attributes)
192 public final void setAttributes(Attributes atts)
195 super.setAttributes(atts);
  /external/smack/src/org/jivesoftware/smack/packet/
Registration.java 93 public void setAttributes(Map<String, String> attributes) {
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
AttributesImpl.java 84 setAttributes(atts);
356 public void setAttributes (Attributes atts)
  /libcore/luni/src/main/java/org/xml/sax/helpers/
AttributesImpl.java 76 setAttributes(atts);
348 public void setAttributes (Attributes atts)
XMLReaderAdapter.java 334 qAtts.setAttributes(atts);
458 void setAttributes (Attributes attributes)
  /external/llvm/include/llvm/IR/
CallSite.h 196 /// getAttributes/setAttributes - get or set the parameter attributes of
201 void setAttributes(const AttributeSet &PAL) {
202 CALLSITE_DELEGATE_SETTER(setAttributes(PAL));
Function.h 173 void setAttributes(AttributeSet attrs) { AttributeSets = attrs; }
177 setAttributes(AttributeSets.addAttribute(getContext(),
183 setAttributes(AttributeSets.removeAttribute(
189 setAttributes(
194 setAttributes(
Instructions.h     [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
SAX1ParserAdapter.java 176 mAttrWrapper.setAttributes(attrs);
197 public void setAttributes(Attributes a) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/ext/
Attributes2ImplTest.java 69 attrs.setAttributes(empty);
72 attrs.setAttributes(multi);
83 attrs.setAttributes(empty);
87 attrs.setAttributes(new AttributesImpl(multi));
101 attrs.setAttributes(new AttributesImpl(cdata));
108 attrs.setAttributes(null);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
ElementDescriptor.java 91 setAttributes(attributes != null ? attributes : new AttributeDescriptor[]{});
119 setAttributes(attributes != null ? attributes : new AttributeDescriptor[]{});
300 public void setAttributes(AttributeDescriptor[] attributes) {
  /frameworks/base/core/java/android/print/
PrintJobInfo.java 478 public void setAttributes(PrintAttributes attributes) {
700 public void setAttributes(PrintAttributes attributes) {
  /hardware/qcom/display/msm8084/libexternal/
external.cpp 66 setAttributes();
579 void ExternalDisplay::setAttributes() {
  /hardware/qcom/display/msm8226/libexternal/
external.cpp 67 setAttributes();
580 void ExternalDisplay::setAttributes() {
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLConstructionSite.cpp 61 static inline void setAttributes(Element* element, AtomicHTMLToken* token, ParserContentPolicy parserContentPolicy)
394 setAttributes(element.get(), token, m_parserContentPolicy);
656 setAttributes(element.get(), token, m_parserContentPolicy);
735 setAttributes(element.get(), token, m_parserContentPolicy);
756 setAttributes(element.get(), token, m_parserContentPolicy);
    [all...]
  /external/chromium_org/third_party/icu/source/tools/dumpce/
dumpce.cpp 441 void setAttributes(UCollator *collator, UErrorCode *error)
507 setAttributes(COLLATOR_, &error);
536 setAttributes(COLLATOR_, &error);
619 setAttributes(COLLATOR_, &error);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLDocumentParser.cpp 534 static inline void setAttributes(Element* element, Vector<Attribute>& attributeVector, ParserContentPolicy parserContentPolicy)
981 setAttributes(newElement.get(), prefixedAttributes, parserContentPolicy());
987 setAttributes(newElement.get(), prefixedAttributes, parserContentPolicy())
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 70 void TargetLowering::ArgListEntry::setAttributes(ImmutableCallSite *CS,
    [all...]
  /frameworks/base/core/java/android/view/
Window.java 851 public void setAttributes(WindowManager.LayoutParams a)
    [all...]

Completed in 486 milliseconds

1 2 3 4