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

1 2 3 4 5

  /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");
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/config/
ConfigurableProvider.java 54 void addAttributes(String key, Map<String, String> attributeMap);
  /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)
SerializerBase.java 481 public void addAttributes(Attributes atts) throws SAXException
    [all...]
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...]
  /external/apache-xml/src/main/java/org/apache/xalan/serialize/
SerializerUtils.java 93 public static void addAttributes(SerializationHandler handler, int src)
  /external/llvm/lib/CodeGen/AsmPrinter/
DIEHash.cpp 423 void DIEHash::addAttributes(const DIE &Die) {
450 addAttributes(Die);
  /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);
  /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(hm, 0, 3);
378 as.addAttributes(null, 0, 3);
387 as.addAttributes(hm, 0, 0);
458 attrString.addAttributes(hm, 2, 4);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
AttributeScope.java 121 public void addAttributes(String definitions, int separator) {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
BouncyCastleProvider.java 298 public void addAttributes(String key, Map<String, String> attributeMap)
  /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/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
SimpleDateFormatICU.java 121 resstr.addAttributes(jdkAttributes, residx, resend);
DecimalFormatICU.java 124 resstr.addAttributes(jdkAttributes, residx, resend);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseLayoutRule.java 458 * For use by {@link BaseLayoutRule#addAttributes} A filter should return a
526 protected static void addAttributes(INode newNode, IDragElement oldElement,
554 * Attributes are adjusted by calling addAttributes with idMap as necessary,
564 addAttributes(childNode, element, idMap, null /* filter */);
604 addAttributes(newChild, element, idMap, DEFAULT_ATTR_FILTER);
    [all...]
GridLayoutRule.java 335 addAttributes(newChild, element, idMap, DEFAULT_ATTR_FILTER);
658 addAttributes(newChild, element, idMap, DEFAULT_ATTR_FILTER);
  /external/llvm/lib/IR/
Attributes.cpp 854 return addAttributes(C, Index, AttributeSet::get(C, Index, Kind));
861 return addAttributes(C, Index, AttributeSet::get(C, Index, B));
894 AttributeSet AttributeSet::addAttributes(LLVMContext &C, unsigned Index,
    [all...]
Function.cpp 196 getParent()->addAttributes(getArgNo() + 1,
381 void Function::addAttributes(unsigned i, AttributeSet Attrs) {
383 PAL = PAL.addAttributes(getContext(), i, Attrs);
    [all...]
  /libcore/ojluni/src/main/java/java/text/
AttributedString.java 369 public void addAttributes(Map<? extends Attribute, ?> attributes,
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-antrun-plugin/1.3/
maven-antrun-plugin-1.3.jar 
  /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 743 void addAttributes(AttributeList *AL) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
DeclSpec.h 745 void addAttributes(AttributeList *AL) {
    [all...]

Completed in 1049 milliseconds

1 2 3 4 5