/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");
|
/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);
|
/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/ |
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...] |
ExtendedContentHandler.java | 38 * addAttributes(atts) 72 public void addAttributes(org.xml.sax.Attributes atts)
|
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...] |
/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);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
FrameLayoutRule.java | 151 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...] |
AbsoluteLayoutRule.java | 171 addAttributes(newChild, element, idMap, DEFAULT_ATTR_FILTER);
|
RelativeLayoutRule.java | 209 addAttributes(newChild, element, idMap, BaseLayoutRule.DEFAULT_ATTR_FILTER);
|
GridLayoutRule.java | 297 addAttributes(newChild, element, idMap, DEFAULT_ATTR_FILTER);
|
/external/apache-xml/src/main/java/org/apache/xalan/serialize/ |
SerializerUtils.java | 93 public static void addAttributes(SerializationHandler handler, int src)
|
/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.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/ |
MockXmlNode.java | 94 public void addAttributes(String namespaceURI, String localName, String value) {
|
/external/chromium/chrome/browser/ui/cocoa/infobars/ |
infobar_controller.mm | 319 [infoText.get() addAttributes:linkAttributes
|
/libcore/luni/src/main/java/java/text/ |
AttributedString.java | 706 public void addAttributes(
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
UiElementNode.java | [all...] |
/external/clang/include/clang/Sema/ |
DeclSpec.h | 609 /// AddAttributes - contatenates two attribute lists. 621 void addAttributes(AttributeList *AL) { [all...] |
/prebuilt/common/ecj/ |
ecj.jar | |
/prebuilt/common/jfreechart/ |
jcommon-1.0.12.jar | |