Searched refs:commit (Results 1 - 25 of 196) sorted by relevance

12345678

/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/speculation/
H A Derr.D_AGG_COMM.AggAftCommit.d31 * A clause cannot contain a commit() followed by an aggregating action.
38 commit(1);
H A Dtst.negcommit.d31 commit(-1);
H A Dtst.CommitAfterDiscard.d31 * Call to commit() on a buffer after it has been discarded is silently
44 self->commit = 0;
64 commit(var1);
65 self->commit++;
69 /self->commit/
77 /!self->commit/
79 printf("Couldnt commit a discarded buffer\n");
H A Dtst.SpeculationCommit.d30 * ASSERTION: Test the normal behavior of speculate() and commit().
45 self->commit = 0;
59 commit(self->var);
60 self->commit++;
64 /(1 == self->commit)/
66 printf("Succesfully tested buffer commit\n");
71 /(0 == self->commit)/
73 printf("Failed to commit buffer\n");
H A Derr.D_COMM_COMM.DisjointCommit.d31 * A clause cannot contain multiple commit() calls to disjoint buffers.
43 self->commit = 0;
80 commit(var1);
81 commit(var2);
82 self->commit++;
86 /self->commit/
93 /!self->commit/
95 printf("Couldnt commit both buffers");
H A Derr.D_COMM_DREC.CommitAftDataRec.d49 commit(self->spec);
H A Dtst.DiscardAftCommit.d43 self->commit = 0;
61 commit(var1);
62 self->commit++;
H A Derr.D_COMM_COMM.CommitAftCommit.d31 * A clause cannot contain multiple commit() calls to same buffer.
68 commit(var1);
69 commit(var1);
H A Derr.D_DREC_COMM.DataRecAftCommit.d31 * Data recording actions may not follow commit.
61 commit(self->spec);
62 printf("Data recording after commit\n");
H A Derr.D_DREC_COMM.ExitAfterCommit.d30 * ASSERTION: Exit after commit should throw a D_DREC_COMM.
54 commit(self->spec);
/freebsd-13-stable/contrib/jemalloc/src/
H A Dextent_mmap.c23 bool *commit) {
25 void *ret = pages_map(new_addr, size, alignment, commit);
30 if (*commit) {
22 extent_alloc_mmap(void *new_addr, size_t size, size_t alignment, bool *zero, bool *commit) argument
/freebsd-13-stable/tools/tools/git/
H A Dimportgit30 echo "Usage: importgit <-c commit | -r c1..c2> -g /path/to/git/repo [-n]" >&2
53 unset git_repo range commit dry_run
125 $GIT log --format=%H $range | tail -r | while read -r commit
127 echo "Applying `$GIT show -s --oneline $commit`"
129 if [ -n "$($GIT show --diff-filter=CDRTUXB $commit)" ]
134 if [ "$($GIT show -s --format=%P $commit | wc -w)" -ne 1 ]
140 ${commit}~..$commit | while read -r newfile
161 $GIT show $commit | patch -p 1 -s || \
165 ${commit}~
[all...]
H A Darcgit29 # commit is submitted as a separate review. For each review, this script will
32 # review_D2185 branch, commit your change with "git commit --fixup HEAD". To\
38 # commit that they fixed. Now you have a clean series of patches to commit to
43 echo "Usage: arcgit <-c commit | -r commit1~..commit2> [-R reviewer] " >&2
57 local commit phab_id arc_dir
59 commit=$1
63 echo "Create review for '`git show $commit -s --oneline`'"
70 git checkout $commit > /de
[all...]
/freebsd-13-stable/tools/tools/git/hooks/
H A Dprepare-commit-msg3 # prepare-commit-msg: Prepare a commit message upon `git commit` for the
9 # cp tools/tools/git/hooks/prepare-commit-msg .git/hooks/
12 commit|message)
26 outfile=$(mktemp /tmp/freebsd-git-commit.XXXXXXXX)
28 # Create a commit message template from three parts:
36 # line to the end of the file) which lists files staged for commit, files
48 # Approved by: <If you needed approval for this commit.>
59 # Phabricator URL. The commit autho
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Edit/
H A DRewriters.h26 const NSAPI &NS, Commit &commit);
29 const NSAPI &NS, Commit &commit,
33 const NSAPI &NS, Commit &commit);
/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dextent_mmap.h7 bool *zero, bool *commit);
H A Dextent_dss.h21 size_t size, size_t alignment, bool *zero, bool *commit);
/freebsd-13-stable/contrib/kyua/utils/sqlite/
H A Dtransaction.hpp61 void commit(void);
H A Dtransaction.cpp86 commit(void) function in struct:utils::sqlite::transaction::impl
129 sqlite::transaction::commit(void) function in class:sqlite::transaction
131 _pimpl->commit();
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/buffering/
H A Dtst.resize3.d67 commit(spec);
H A Derr.resize3.d56 commit(spec);
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/drops/
H A Ddrp.DTRACEDROP_SPEC.d42 commit(spec);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp59 const NSAPI &NS, Commit &commit) {
85 commit.replaceWithInner(Msg->getSourceRange(),
173 static void maybePutParensOnReceiver(const Expr *Receiver, Commit &commit) { argument
176 commit.insertWrap("(", RecRange, ")");
181 Commit &commit) {
192 commit.replaceWithInner(CharSourceRange::getCharRange(MsgRange.getBegin(),
195 commit.replaceWithInner(SourceRange(ArgRange.getBegin(), MsgRange.getEnd()),
197 commit.insertWrap("[", ArgRange, "]");
198 maybePutParensOnReceiver(Rec, commit);
205 Commit &commit) {
58 rewriteObjCRedundantCallWithLiteral(const ObjCMessageExpr *Msg, const NSAPI &NS, Commit &commit) argument
180 rewriteToSubscriptGetCommon(const ObjCMessageExpr *Msg, Commit &commit) argument
202 rewriteToArraySubscriptGet(const ObjCInterfaceDecl *IFace, const ObjCMessageExpr *Msg, const NSAPI &NS, Commit &commit) argument
212 rewriteToDictionarySubscriptGet(const ObjCInterfaceDecl *IFace, const ObjCMessageExpr *Msg, const NSAPI &NS, Commit &commit) argument
222 rewriteToArraySubscriptSet(const ObjCInterfaceDecl *IFace, const ObjCMessageExpr *Msg, const NSAPI &NS, Commit &commit) argument
256 rewriteToDictionarySubscriptSet(const ObjCInterfaceDecl *IFace, const ObjCMessageExpr *Msg, const NSAPI &NS, Commit &commit) argument
289 rewriteToObjCSubscriptSyntax(const ObjCMessageExpr *Msg, const NSAPI &NS, Commit &commit) argument
338 rewriteToObjCLiteralSyntax(const ObjCMessageExpr *Msg, const NSAPI &NS, Commit &commit, const ParentMap *PMap) argument
377 rewriteToArrayLiteral(const ObjCMessageExpr *Msg, const NSAPI &NS, Commit &commit, const ParentMap *PMap) argument
489 rewriteToDictionaryLiteral(const ObjCMessageExpr *Msg, const NSAPI &NS, Commit &commit) argument
642 rewriteToCharLiteral(const ObjCMessageExpr *Msg, const CharacterLiteral *Arg, const NSAPI &NS, Commit &commit) argument
658 rewriteToBoolLiteral(const ObjCMessageExpr *Msg, const Expr *Arg, const NSAPI &NS, Commit &commit) argument
752 rewriteToNumberLiteral(const ObjCMessageExpr *Msg, const NSAPI &NS, Commit &commit) argument
942 objectifyExpr(const Expr *E, Commit &commit) argument
975 rewriteToNumericBoxedExpression(const ObjCMessageExpr *Msg, const NSAPI &NS, Commit &commit) argument
1121 doRewriteToUTF8StringBoxedExpressionHelper( const ObjCMessageExpr *Msg, const NSAPI &NS, Commit &commit) argument
1160 rewriteToStringBoxedExpression(const ObjCMessageExpr *Msg, const NSAPI &NS, Commit &commit) argument
[all...]
/freebsd-13-stable/contrib/xz/src/liblzma/api/lzma/
H A Dversion.h76 #define LZMA_VERSION_STRING_C_(major, minor, patch, stability, commit) \
77 #major "." #minor "." #patch stability commit
79 #define LZMA_VERSION_STRING_C(major, minor, patch, stability, commit) \
80 LZMA_VERSION_STRING_C_(major, minor, patch, stability, commit)
89 * "4.999.8beta-21-g1d92". The commit ID won't be available in numeric form
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugSymbolRVASubsection.cpp29 Error DebugSymbolRVASubsection::commit(BinaryStreamWriter &Writer) const { function in class:DebugSymbolRVASubsection

Completed in 198 milliseconds

12345678