HomeSort by relevance Sort by last modified time
    Searched full:newattrs (Results 1 - 11 of 11) 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,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
expatreader.py 320 newattrs = {}
337 newattrs[apair] = value
341 AttributesNSImpl(newattrs, qnames))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
expatreader.py 320 newattrs = {}
337 newattrs[apair] = value
341 AttributesNSImpl(newattrs, qnames))
  /packages/experimental/PrintApp/src/foo/bar/permission2/
PrintActivity.java 107 + "newAttrs:" + newAttributes + "\n"
  /external/llvm/lib/Analysis/
StratifiedSets.h 444 void noteAttributes(const T &Main, const StratifiedAttrs &NewAttrs) {
448 Link.setAttrs(NewAttrs);
CFLAliasAnalysis.cpp 475 auto NewAttrs = SubAttrs | MainAttrs;
476 Output.push_back(Edge(MainVal, SubVal, EdgeType::Assign, NewAttrs));
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 94 AttributeSet NewAttrs = NewFunc->getAttributes();
96 NewFunc->setAttributes(NewAttrs);
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.16/
nekohtml-1.9.16.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.20/
nekohtml-1.9.20.jar 

Completed in 1117 milliseconds