HomeSort by relevance Sort by last modified time
    Searched refs:newAttrs (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/otherxml/descriptors/
OtherXmlDescriptors.java 315 AttributeDescriptor[] newAttrs = new AttributeDescriptor[attrs.length + 1];
316 System.arraycopy(attrs, 0, newAttrs, 0, attrs.length);
317 newAttrs[attrs.length] = xmlns;
323 newAttrs,
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]

Completed in 68 milliseconds