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

12345678

/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/speculation/
H A Dtst.negcommit.d31 commit(-1);
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.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 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 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-current/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-current/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
49 # Approved by: <If you needed approval for this commit.>
51 # Fixes: <Short hash and title line of commit fixe
[all...]
/freebsd-current/contrib/unifdef/scripts/
H A Dsvnup.sh7 case "$(git merge --no-commit git-svn)" in
12 git commit -m 'Merge back from svn'
/freebsd-current/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-current/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-current/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-current/tools/tools/git/
H A Dgit-arc.sh52 create [-l] [-r <reviewer1>[,<reviewer2>...]] [-s subscriber[,...]] [<commit>|<commit range>]
53 list <commit>|<commit range>
55 stage [-b branch] [<commit>|<commit range>]
56 update [-l] [-m message] [<commit>|<commit range>]
62 corresponding commit. In particular, commit summarie
[all...]
H A Darcgit28 # commit is submitted as a separate review. For each review, this script will
31 # review_D2185 branch, commit your change with "git commit --fixup HEAD". To\
37 # commit that they fixed. Now you have a clean series of patches to push to
42 echo "Usage: arcgit <-c commit | -r commit1~..commit2> [-R reviewer] " >&2
56 local commit phab_id arc_dir
58 commit=$1
62 echo "Create review for '`git show $commit -s --oneline`'"
69 git checkout $commit > /dev/null || error "Could not checkout $commit"
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/drops/
H A Ddrp.DTRACEDROP_SPEC.d42 commit(spec);
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/buffering/
H A Dtst.resize3.d67 commit(spec);
H A Derr.resize3.d56 commit(spec);
/freebsd-current/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp60 const NSAPI &NS, Commit &commit) {
86 commit.replaceWithInner(Msg->getSourceRange(),
174 static void maybePutParensOnReceiver(const Expr *Receiver, Commit &commit) { argument
177 commit.insertWrap("(", RecRange, ")");
182 Commit &commit) {
193 commit.replaceWithInner(CharSourceRange::getCharRange(MsgRange.getBegin(),
196 commit.replaceWithInner(SourceRange(ArgRange.getBegin(), MsgRange.getEnd()),
198 commit.insertWrap("[", ArgRange, "]");
199 maybePutParensOnReceiver(Rec, commit);
206 Commit &commit) {
59 rewriteObjCRedundantCallWithLiteral(const ObjCMessageExpr *Msg, const NSAPI &NS, Commit &commit) argument
181 rewriteToSubscriptGetCommon(const ObjCMessageExpr *Msg, Commit &commit) argument
203 rewriteToArraySubscriptGet(const ObjCInterfaceDecl *IFace, const ObjCMessageExpr *Msg, const NSAPI &NS, Commit &commit) argument
213 rewriteToDictionarySubscriptGet(const ObjCInterfaceDecl *IFace, const ObjCMessageExpr *Msg, const NSAPI &NS, Commit &commit) argument
223 rewriteToArraySubscriptSet(const ObjCInterfaceDecl *IFace, const ObjCMessageExpr *Msg, const NSAPI &NS, Commit &commit) argument
257 rewriteToDictionarySubscriptSet(const ObjCInterfaceDecl *IFace, const ObjCMessageExpr *Msg, const NSAPI &NS, Commit &commit) argument
290 rewriteToObjCSubscriptSyntax(const ObjCMessageExpr *Msg, const NSAPI &NS, Commit &commit) argument
339 rewriteToObjCLiteralSyntax(const ObjCMessageExpr *Msg, const NSAPI &NS, Commit &commit, const ParentMap *PMap) argument
378 rewriteToArrayLiteral(const ObjCMessageExpr *Msg, const NSAPI &NS, Commit &commit, const ParentMap *PMap) argument
490 rewriteToDictionaryLiteral(const ObjCMessageExpr *Msg, const NSAPI &NS, Commit &commit) argument
643 rewriteToCharLiteral(const ObjCMessageExpr *Msg, const CharacterLiteral *Arg, const NSAPI &NS, Commit &commit) argument
659 rewriteToBoolLiteral(const ObjCMessageExpr *Msg, const Expr *Arg, const NSAPI &NS, Commit &commit) argument
753 rewriteToNumberLiteral(const ObjCMessageExpr *Msg, const NSAPI &NS, Commit &commit) argument
943 objectifyExpr(const Expr *E, Commit &commit) argument
976 rewriteToNumericBoxedExpression(const ObjCMessageExpr *Msg, const NSAPI &NS, Commit &commit) argument
1125 doRewriteToUTF8StringBoxedExpressionHelper( const ObjCMessageExpr *Msg, const NSAPI &NS, Commit &commit) argument
1164 rewriteToStringBoxedExpression(const ObjCMessageExpr *Msg, const NSAPI &NS, Commit &commit) argument
[all...]
/freebsd-current/contrib/xz/src/liblzma/api/lzma/
H A Dversion.h86 #define LZMA_VERSION_STRING_C_(major, minor, patch, stability, commit) \
87 #major "." #minor "." #patch stability commit
89 #define LZMA_VERSION_STRING_C(major, minor, patch, stability, commit) \
90 LZMA_VERSION_STRING_C_(major, minor, patch, stability, commit)
99 * "4.999.8beta-21-g1d92". The commit ID won't be available in numeric form

Completed in 281 milliseconds

12345678