HomeSort by relevance Sort by last modified time
    Searched full:addattributes (Results 1 - 25 of 30) 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 111 button1.addAttributes(SdkConstants.NS_RESOURCES, "name", "button1");
112 button1.addAttributes(SdkConstants.NS_RESOURCES, "text", "button1text");
124 button2.addAttributes(SdkConstants.NS_RESOURCES, "name", "button2");
125 button2.addAttributes(SdkConstants.NS_RESOURCES, "text", "button2text");
133 text.addAttributes(SdkConstants.NS_RESOURCES, "name", "text1");
134 text.addAttributes(SdkConstants.NS_RESOURCES, "text", "text1text");
142 relative.addAttributes(SdkConstants.NS_RESOURCES, "orientation", "toto");
146 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/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DefineGrammarItemsWalker.g 134 scope.addAttributes($attrs.text, ';');
235 r.parameterScope.addAttributes($args.text, ',');
240 r.returnScope.addAttributes($ret.text, ',');
297 r.ruleScope.addAttributes($attrs.text, ';');
  /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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
BaseLayoutRuleTest.java 175 layout.addAttributes(newNode, oldElement, idMap, filter);
203 layout.addAttributes(newNode, oldElement, idMap, filter);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Attribute.java 59 * AttributeScope.addAttributes takes care of the separation so we are
AttributeScope.java 121 public void addAttributes(String definitions, int separator) {
LeftRecursiveRuleAnalyzer.java 337 returnScope.addAttributes(t.getText(), ',');
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
FrameLayoutRule.java 153 addAttributes(newChild, element, idMap, DEFAULT_ATTR_FILTER);
BaseLayoutRule.java 448 * For use by {@link BaseLayoutRule#addAttributes} A filter should return a
516 protected static void addAttributes(INode newNode, IDragElement oldElement,
544 * Attributes are adjusted by calling addAttributes with idMap as necessary,
554 addAttributes(childNode, element, idMap, null /* filter */);
594 addAttributes(newChild, element, idMap, DEFAULT_ATTR_FILTER);
    [all...]
AbsoluteLayoutRule.java 173 addAttributes(newChild, element, idMap, DEFAULT_ATTR_FILTER);
GridLayoutRule.java 315 addAttributes(newChild, element, idMap, DEFAULT_ATTR_FILTER);
593 addAttributes(newChild, element, idMap, DEFAULT_ATTR_FILTER);
RelativeLayoutRule.java 210 addAttributes(newChild, element, idMap, BaseLayoutRule.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 627 /// AddAttributes - contatenates two attribute lists.
639 void addAttributes(AttributeList *AL) {
    [all...]

Completed in 456 milliseconds

1 2