HomeSort by relevance Sort by last modified time
    Searched full:newattrs (Results 1 - 20 of 20) sorted by null

  /external/llvm/include/llvm/CodeGen/
CommandFlags.h 340 AttributeSet Attrs = F.getAttributes(), NewAttrs;
343 NewAttrs = NewAttrs.addAttribute(Ctx, AttributeSet::FunctionIndex,
347 NewAttrs = NewAttrs.addAttribute(Ctx, AttributeSet::FunctionIndex,
351 NewAttrs = NewAttrs.addAttribute(Ctx, AttributeSet::FunctionIndex,
356 NewAttrs = NewAttrs.addAttribute(Ctx, AttributeSet::FunctionIndex,
361 NewAttrs = NewAttrs.addAttribute(Ctx, AttributeSet::FunctionIndex
    [all...]
  /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/dng_sdk/source/
dng_pthread.cpp 257 dng_pthread_attr_impl *newAttrs;
259 newAttrs = new (std::nothrow) dng_pthread_attr_impl;
260 if (newAttrs == NULL)
263 newAttrs->stacksize = 0;
265 *attr = newAttrs;
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/sax/
expatreader.py 320 newattrs = {}
337 newattrs[apair] = value
341 AttributesNSImpl(newattrs, qnames))
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/sax/
expatreader.py 320 newattrs = {}
337 newattrs[apair] = value
341 AttributesNSImpl(newattrs, qnames))
  /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 109 + "newAttrs:" + newAttributes + "\n"
  /external/opencv3/3rdparty/libjasper/
jas_icc.c 744 jas_iccattr_t *newattrs; local
746 newattrs = jas_realloc2(tab->attrs, maxents, sizeof(jas_iccattr_t));
747 if (!newattrs)
749 tab->attrs = newattrs;
    [all...]
  /external/llvm/lib/Analysis/
StratifiedSets.h 444 void noteAttributes(const T &Main, const StratifiedAttrs &NewAttrs) {
448 Link.setAttrs(NewAttrs);
CFLAliasAnalysis.cpp 369 auto NewAttrs = SubAttrs | MainAttrs;
370 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);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /prebuilts/tools/common/m2/repository/nekohtml/nekohtml/1.9.6.2/
nekohtml-1.9.6.2.jar 
  /external/guice/extensions/struts2/lib/
xwork-core-2.2.1.jar 
  /external/guice/lib/build/
felix-2.0.5.jar 
  /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 299 milliseconds