HomeSort by relevance Sort by last modified time
    Searched refs:addAttributes (Results 1 - 25 of 32) sorted by null

1 2

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/
ExplodeRenderingHelperTest.java 116 linear1.addAttributes(SdkConstants.NS_RESOURCES, "id", "@+id/linear1");
120 linear2.addAttributes(SdkConstants.NS_RESOURCES, "id", "@+id/linear2");
123 linear2.addAttributes(SdkConstants.NS_RESOURCES, "layout_below", "@+id/linear1");
149 linear1.addAttributes(SdkConstants.NS_RESOURCES, "id", "@+id/linear1");
153 linear2.addAttributes(SdkConstants.NS_RESOURCES, "id", "@+id/linear2");
156 linear2.addAttributes(SdkConstants.NS_RESOURCES, "layout_above", "@+id/linear1");
184 button1.addAttributes(SdkConstants.NS_RESOURCES, "id", "@+id/button1");
187 button2.addAttributes(SdkConstants.NS_RESOURCES, "id", "@+id/button2");
191 linear1.addAttributes(SdkConstants.NS_RESOURCES, "id", "@+id/linear1");
195 linear2.addAttributes(SdkConstants.NS_RESOURCES, "id", "@+id/linear2")
    [all...]
UiElementPullParserTest.java 113 button1.addAttributes(SdkConstants.NS_RESOURCES, "name", "button1");
114 button1.addAttributes(SdkConstants.NS_RESOURCES, "text", "button1text");
126 button2.addAttributes(SdkConstants.NS_RESOURCES, "name", "button2");
127 button2.addAttributes(SdkConstants.NS_RESOURCES, "text", "button2text");
135 text.addAttributes(SdkConstants.NS_RESOURCES, "name", "text1");
136 text.addAttributes(SdkConstants.NS_RESOURCES, "text", "text1text");
144 relative.addAttributes(SdkConstants.NS_RESOURCES, "orientation", "toto");
148 linear.addAttributes(SdkConstants.NS_RESOURCES, "orientation", "vertical");
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
ClonerToResultTree.java 76 // m_rth.addAttributes(node);
167 SerializerUtils.addAttributes(rth, node);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ExtendedContentHandler.java 38 * addAttributes(atts)
72 public void addAttributes(org.xml.sax.Attributes atts)
ToUnknownStream.java 497 /* we don't want to call our own addAttributes, which
500 * addAttributes() In this case m_attributes is only used for the
505 super.addAttributes(atts);
    [all...]
ToXMLSAXHandler.java 673 addAttributes(atts);
SerializerBase.java 481 public void addAttributes(Attributes atts) throws SAXException
    [all...]
ToHTMLStream.java 861 addAttributes(atts);
    [all...]
ToStream.java     [all...]
  /libcore/luni/src/test/java/libcore/java/text/
OldAttributedStringTest.java 351 * java.text.AttributedString#addAttributes(Map<? extends
353 * method java.text.AttributedString#addAttributes(Map<? extends
371 as.addAttributes(whm, 0, 3);
378 as.addAttributes(null, 0, 3);
387 as.addAttributes(whm, 0, 0);
458 attrString.addAttributes(hm, 2, 4);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
BaseLayoutRuleTest.java 175 layout.addAttributes(newNode, oldElement, idMap, filter);
202 layout.addAttributes(newNode, oldElement, idMap, filter);
  /external/apache-xml/src/main/java/org/apache/xalan/serialize/
SerializerUtils.java 93 public static void addAttributes(SerializationHandler handler, int src)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
FrameLayoutRule.java 151 addAttributes(newChild, element, idMap, DEFAULT_ATTR_FILTER);
GridLayoutRule.java 310 addAttributes(newChild, element, idMap, DEFAULT_ATTR_FILTER);
568 addAttributes(newChild, element, idMap, DEFAULT_ATTR_FILTER);
AbsoluteLayoutRule.java 171 addAttributes(newChild, element, idMap, DEFAULT_ATTR_FILTER);
BaseLayoutRule.java 445 * For use by {@link BaseLayoutRule#addAttributes} A filter should return a
512 protected static void addAttributes(INode newNode, IDragElement oldElement,
569 * Attributes are adjusted by calling addAttributes with idMap as necessary,
579 addAttributes(childNode, element, idMap, null /* filter */);
618 addAttributes(newChild, element, idMap, DEFAULT_ATTR_FILTER);
    [all...]
RelativeLayoutRule.java 209 addAttributes(newChild, element, idMap, BaseLayoutRule.DEFAULT_ATTR_FILTER);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/
MockXmlNode.java 94 public void addAttributes(String namespaceURI, String localName, String value) {
  /external/webkit/Source/WebKit2/Shared/mac/
ArgumentCodersMac.mm 222 [resultString.get() addAttributes:attributes.get() range:NSMakeRange(rangeLocation, rangeLength)];
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java     [all...]
  /libcore/luni/src/main/java/java/text/
AttributedString.java 706 public void addAttributes(
  /external/clang/include/clang/Sema/
DeclSpec.h 616 /// AddAttributes - contatenates two attribute lists.
628 void addAttributes(AttributeList *AL) {
    [all...]
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilt/sdk/10/
android.jar 

Completed in 892 milliseconds

1 2