Searched refs:replace (Results 126 - 150 of 265) sorted by relevance

1234567891011

/freebsd-13-stable/contrib/kyua/utils/format/
H A Dformatter.cpp271 return replace(_oss->str());
280 /// replaced by arg and is ready to replace the next item.
285 format::formatter::replace(const std::string& arg) const function in class:format::formatter
/freebsd-13-stable/contrib/googletest/googletest/test/
H A Dgoogletest-output-test.py88 return s.replace('\r\n', '\n').replace('\r', '\n')
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DInternals.h67 void replace(SourceRange range, StringRef text);
68 void replace(SourceRange range, SourceRange replacementRange);
H A DTransformActions.cpp137 void replace(SourceRange range, StringRef text);
138 void replace(SourceRange range, SourceRange replacementRange);
322 void TransformActionsImpl::replace(SourceRange range, StringRef text) { function in class:TransformActionsImpl
329 void TransformActionsImpl::replace(SourceRange range, function in class:TransformActionsImpl
646 void TransformActions::replace(SourceRange range, StringRef text) { function in class:TransformActions
647 static_cast<TransformActionsImpl*>(Impl)->replace(range, text);
650 void TransformActions::replace(SourceRange range, function in class:TransformActions
652 static_cast<TransformActionsImpl*>(Impl)->replace(range, replacementRange);
H A DTransUnbridgedCasts.cpp276 Pass.TA.replace(callE->getSourceRange(), callE->getArg(0)->getSourceRange());
298 Pass.TA.replace(OuterRange, InnerRange);
318 Pass.TA.replace(OuterRange, InnerRange);
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redundancy/
H A Dredundancy_draid.ksh131 log_must zpool replace -fw $pool $dir/dev-$i
156 log_must zpool replace -fw $pool $dir/dev-$i
H A Dredundancy_raidz.ksh131 log_must zpool replace -fw $pool $dir/dev-$i
156 log_must zpool replace -fw $pool $dir/dev-$i
H A Dredundancy_draid_damaged.ksh88 log_must zpool replace -fsw $pool $dir/dev-$i $spare
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp114 static void replace(Module &M, GlobalVariable *Old, GlobalVariable *New) { function
186 // replace with the current one. If the current is externally visible
187 // it cannot be replace, but can be the canonical constant we merge with.
207 // We can only replace constant with local linkage.
226 LLVM_DEBUG(dbgs() << "Will replace: @" << GV->getName() << " -> @"
237 replace(M, Old, New);
/freebsd-13-stable/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_group_add.py79 self.wpas_dbus_interface.replace(".","/")
H A Dp2p_invite.py76 self.wpas_dbus_interface.replace(".","/")
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dposix1.mk44 # ${VAR:s1=s2}: replace s1, if found, with s2 at end of each word in
82 # if they work. Add, remove and replace things.
H A Dvarmod-subst.mk26 . warning The :S modifier does not replace every first match per word.
30 . warning The :S modifier flag 'g' does not replace every occurrence.
50 . warning The :S modifier fails to replace one occurrence per word.
/freebsd-13-stable/contrib/llvm-project/lldb/utils/TableGen/
H A DLLDBOptionDefEmitter.cpp160 std::replace(ID.begin(), ID.end(), ' ', '_');
/freebsd-13-stable/contrib/kyua/drivers/
H A Dreport_junit.cpp59 std::replace(classname.begin(), classname.end(), '/', '.');
/freebsd-13-stable/contrib/kyua/store/
H A Dlayout.cpp260 std::replace(test_suite.begin(), test_suite.end(), '/', '_');
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/
H A DExtract.cpp186 auto Err = Change.replace(
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DLookup.h661 void replace(NamedDecl *D) { function in class:clang::LookupResult::Filter
662 Results.Decls.replace(I-1, D);
667 void replace(NamedDecl *D, AccessSpecifier AS) { function in class:clang::LookupResult::Filter
668 Results.Decls.replace(I-1, D, AS);
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dimport_rewind_device_replaced.ksh81 log_note "$0: pool '$poolcreate', replace $replacevdev by $replaceby."
106 log_must zpool replace $TESTPOOL1 $replacevdev $replaceby
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/replacement/
H A Dresilver_restart_001.ksh147 log_must zpool replace $TESTPOOL1 $VDEV_REPLACE
/freebsd-13-stable/tests/sys/cddl/zfs/tests/redundancy/
H A Dredundancy.kshlib158 # Create and replace the same name virtual device files
171 log_must $ZPOOL replace -f $pool $vdev $vdev
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp208 std::replace(body.begin(), body.end(), '\n', ' ');
209 std::replace(body.begin(), body.end(), '\r', ' ');
/freebsd-13-stable/crypto/heimdal/lib/hdb/
H A Ddb.c205 DB__put(krb5_context context, HDB *db, int replace, argument
219 code = (*d->put)(d, &k, &v, replace ? 0 : R_NOOVERWRITE);
/freebsd-13-stable/sys/contrib/openzfs/man/
H A DMakefile.am90 man8/zpool-replace.8 \
/freebsd-13-stable/share/mk/
H A Dsrc.sys.env.mk72 # If we were found via .../share/mk we need to replace that

Completed in 282 milliseconds

1234567891011