Searched defs:commit (Results 1 - 25 of 47) sorted by relevance

12

/external/libvpx/libvpx/tools/
H A Dftfy.sh9 This script applies a whitespace transformation to the commit at HEAD. If no
15 --amend Squashes the changes into the commit at HEAD
16 This option will also reformat the commit message.
17 --commit Creates a new commit containing only the whitespace changes
18 --msg-only Reformat the commit message only, ignore the patch itself.
47 commit() { function
50 log "HEAD doesn't have a Change-Id, unable to generate a new commit"
58 # Commit, preserving authorship from the parent commit.
59 git commit
[all...]
/external/selinux/libselinux/utils/
H A Dtogglesebool.c26 int rc, i, commit = 0; local
46 commit++;
56 commit++;
75 if (commit > 0) {
/external/iptables/include/libiptc/
H A Dxtcshared.h9 int (*commit)(struct xtc_handle *); member in struct:xtc_ops
/external/llvm/lib/Support/
H A DFileOutputBuffer.cpp104 std::error_code FileOutputBuffer::commit() { function in class:llvm::FileOutputBuffer
/external/selinux/libsemanage/src/
H A Dpolicy.h33 /* Returns the current policy serial/commit number
47 int (*commit) (struct semanage_handle *); member in struct:semanage_policy_table
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_winsys.h113 (*commit)(struct svga_winsys_context *swc); member in struct:svga_winsys_context
/external/clang/lib/Edit/
H A DEditedSource.cpp218 bool EditedSource::commit(const Commit &commit) { argument
219 if (!commit.isCommitable())
223 I = commit.edit_begin(), E = commit.edit_end(); I != E; ++I) {
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
644 rewriteToCharLiteral(const ObjCMessageExpr *Msg, const CharacterLiteral *Arg, const NSAPI &NS, Commit &commit) argument
660 rewriteToBoolLiteral(const ObjCMessageExpr *Msg, const Expr *Arg, const NSAPI &NS, Commit &commit) argument
754 rewriteToNumberLiteral(const ObjCMessageExpr *Msg, const NSAPI &NS, Commit &commit) argument
940 objectifyExpr(const Expr *E, Commit &commit) argument
973 rewriteToNumericBoxedExpression(const ObjCMessageExpr *Msg, const NSAPI &NS, Commit &commit) argument
1108 doRewriteToUTF8StringBoxedExpressionHelper( const ObjCMessageExpr *Msg, const NSAPI &NS, Commit &commit) argument
1147 rewriteToStringBoxedExpression(const ObjCMessageExpr *Msg, const NSAPI &NS, Commit &commit) argument
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/content/
H A DTestSharedPreferences.java150 public boolean commit() { method in class:TestSharedPreferences.TestSharedPreferencesEditor
172 commit();
/external/selinux/policycoreutils/semodule/
H A Dsemodule.c30 /* list of modes in which one ought to commit afterwards */
135 printf(" -N,-n,--noreload do not reload policy after commit\n");
311 int i, commit = 0; local
323 commit = 1;
585 commit += do_commit[mode];
595 if (commit) {
617 } else if (commit && verbose) {
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DTestHelper_Connection1.java49 public void commit() throws SQLException { method in class:TestHelper_Connection1
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/util/
H A DTestFragmentTransaction.java163 public int commit() { method in class:TestFragmentTransaction
171 return commit();
/external/selinux/policycoreutils/semanage/
H A Dseobject.py97 def commit(self,success): member in class:logger
125 def commit(self,success): member in class:logger
140 def commit(self,success): member in class:nulllogger
256 def commit(self): function in function:semanageRecords.set_reload
263 self.mylog.commit(0)
264 raise ValueError(_("Could not commit semanage transaction"))
265 self.mylog.commit(1)
271 self.commit()
341 self.commit()
359 self.commit()
1711 def commit(self): function in function:fcontextRecords.__init__
[all...]
/external/fio/
H A Dioengine.h127 FIO_Q_BUSY = 2, /* no more room, call ->commit() */
139 int (*commit)(struct thread_data *); member in struct:ioengine_ops
/external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/
H A DDiskLruCache.java71 * Every {@link #edit} call must be matched by a call to {@link Editor#commit}
73 * of values as they were before or after the commit, but never a mix of values.
776 public void commit() throws IOException { method in class:DiskLruCache.Editor
778 // during the write. If there is an error and they call commit
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCConnection.java241 public void commit() throws SQLException { method in class:JDBCConnection
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DDiskLruCache.java74 * Every {@link #edit} call must be matched by a call to {@link Editor#commit}
76 * of values as they were before or after the commit, but never a mix of values.
862 * {@link #commit} is called. The returned output stream does not throw
894 public void commit() throws IOException { method in class:DiskLruCache.Editor
/external/skia/experimental/LightSymbolsUtil/Callstacker/Callstacker/
H A DCallstacker.cpp109 void commit() { function in class:SkSourceDb
634 //source_db->commit();
659 source_db->commit();
/external/selinux/libsepol/src/
H A Dwrite.c101 unsigned merge, unsigned commit, uint32_t * nel)
206 if (commit) {
99 avtab_write_item(policydb_t * p, avtab_ptr_t cur, struct policy_file *fp, unsigned merge, unsigned commit, uint32_t * nel) argument
/external/tinyalsa/
H A Dpcm.c425 int commit; local
432 commit = pcm_mmap_commit(pcm, pcm_offset, frames);
433 if (commit < 0) {
434 oops(pcm, commit, "failed to commit %d frames\n", frames);
435 return commit;
438 offset += commit;
439 count += commit;
440 size -= commit;
/external/bison/
H A Dmaint.mk1334 .PHONY: release-commit
1335 release-commit:
1337 && $(_build-aux)/do-release-commit-and-tag \
1364 define emit-commit-log
1384 submodule-checks ?= no-submodule-changes public-submodule-commit
1386 # Ensure that each sub-module commit we're using is public.
1389 .PHONY: public-submodule-commit
1390 public-submodule-commit:
1396 || { echo '$(ME): found non-public submodule commit' >&2; \
1403 # commit
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.filebuffers_3.5.100.v20100520-0800.jar ... .runtime.jobs.ISchedulingRule computeCommitRule () public abstract void commit (org.eclipse.core.runtime.IProgressMonitor, boolean ...
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jar ... getSample () public java.lang.String getScenarioName () public void commit () org.eclipse.test.internal.performance. ...
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp242 const NSAPI &NS, edit::Commit &commit,
281 commit.insertBefore(receiver->getLocStart(), "(");
287 commit.replace(SpaceRange, PropertyDotString);
290 commit.replace(SourceRange(MsgRange.getBegin(), MsgRange.getBegin()), "");
291 commit.replace(SourceRange(MsgRange.getEnd(), MsgRange.getEnd()), "");
294 commit.insertWrap("(", receiver->getSourceRange(), ")");
312 commit.replace(Range, PropertyDotString);
314 commit.replace(SourceRange(MsgRange.getBegin(), MsgRange.getBegin()), "");
315 commit.replace(SourceRange(MsgRange.getEnd(), MsgRange.getEnd()), "");
334 edit::Commit commit(*Consume
240 rewriteToPropertyDotSyntax(const ObjCMessageExpr *Msg, Preprocessor &PP, const NSAPI &NS, edit::Commit &commit, const ParentMap *PMap) argument
462 rewriteToObjCProperty(const ObjCMethodDecl *Getter, const ObjCMethodDecl *Setter, const NSAPI &NS, edit::Commit &commit, unsigned LengthOfPrefix, bool Atomic, bool UseNsIosOnlyMacro, bool AvailabilityArgsMatch) argument
673 rewriteToObjCInterfaceDecl(const ObjCInterfaceDecl *IDecl, llvm::SmallVectorImpl<ObjCProtocolDecl*> &ConformingProtocols, const NSAPI &NS, edit::Commit &commit) argument
716 rewriteToNSEnumDecl(const EnumDecl *EnumDcl, const TypedefDecl *TypedefDcl, const NSAPI &NS, edit::Commit &commit, StringRef NSIntegerName, bool NSOptions) argument
769 rewriteToNSMacroDecl(ASTContext &Ctx, const EnumDecl *EnumDcl, const TypedefDecl *TypedefDcl, const NSAPI &NS, edit::Commit &commit, bool IsNSIntegerType) argument
[all...]
/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1606 /// can be undone (rollback) until commit is called.
1634 virtual void commit() { function in class:__anon10404::TypePromotionTransaction::TypePromotionAction
1920 void commit() override { delete Inst; }
1939 void commit();
2027 void TypePromotionTransaction::commit() { function in class:__anon10404::TypePromotionTransaction
2030 (*It)->commit();
2151 // It was legal, so commit it.
2163 // If this addressing mode is legal, commit it and remember that we folded
3222 TPT.commit();
3703 TPT.commit();
[all...]

Completed in 1224 milliseconds

12