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

  /external/collada/include/dae/
daeElement.h 497 * @param nameSuffix A string to append to the copied element's name, if one exists.
501 daeSmartRef<daeElement> clone( daeString idSuffix = NULL, daeString nameSuffix = NULL );
  /external/collada/src/dae/
daeElement.cpp 410 daeSmartRef<daeElement> daeElement::clone(daeString idSuffix, daeString nameSuffix) {
441 ret->placeElement( children.get(x)->clone( idSuffix, nameSuffix ) );
451 if (nameSuffix) {
454 ret->setAttribute("name", (name + nameSuffix).c_str());
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 36 const Twine &NameSuffix, Function *F,
39 if (BB->hasName()) NewBB->setName(BB->getName()+NameSuffix);
48 NewInst->setName(II->getName()+NameSuffix);
78 const char *NameSuffix, ClonedCodeInfo *CodeInfo) {
79 assert(NameSuffix && "NameSuffix cannot be null!");
115 BasicBlock *CBB = CloneBasicBlock(&BB, VMap, NameSuffix, NewFunc, CodeInfo);
185 const char *NameSuffix;
193 const char *nameSuffix,
198 Returns(returns), NameSuffix(nameSuffix), CodeInfo(codeInfo), TD(td)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java     [all...]

Completed in 752 milliseconds