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

123

/external/chromium_org/third_party/cython/src/Cython/
H A DStringIOTree.py30 def commit(self): member in class:StringIOTree
45 self.commit()
59 self.commit()
/external/chromium_org/third_party/libvpx/source/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/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/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
H A DSQLiteTransaction.cpp65 void SQLiteTransaction::commit() function in class:blink::SQLiteTransaction
99 // the auto-commit flag should be off in the middle of a transaction
/external/iptables/include/libiptc/
H A Dxtcshared.h9 int (*commit)(struct xtc_handle *); member in struct:xtc_ops
/external/chromium_org/chrome/browser/google/
H A Dgoogle_search_counter.cc50 const content::LoadCommittedDetails* commit = local
52 return google_util::IsGoogleSearchUrl(commit->entry->GetURL());
68 const content::LoadCommittedDetails* commit = local
70 const content::NavigationEntry& entry = *commit->entry;
/external/llvm/lib/Support/
H A DFileOutputBuffer.cpp88 std::error_code FileOutputBuffer::commit(int64_t NewSmallerSize) { function in class:llvm::FileOutputBuffer
92 // If requested, resize file as part of commit.
/external/smack/src/org/apache/harmony/javax/security/auth/spi/
H A DLoginModule.java33 boolean commit() throws LoginException; method in interface:LoginModule
/external/chromium_org/base/test/android/javatests/src/org/chromium/base/test/util/
H A DInMemorySharedPreferences.java17 * It keeps all state in memory, and there is no difference between apply() and commit().
206 public boolean commit() { method in class:InMemorySharedPreferences.InMemoryEditor
/external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/
H A DInvalidationPreferences.java33 * Finally, call {@link #commit(EditContext)} to save the changes to stable storage.
98 public boolean commit(EditContext editContext) { method in class:InvalidationPreferences
99 if (!editContext.mEditor.commit()) {
100 Log.w(TAG, "Failed to commit invalidation preferences");
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
H A DLineWidth.cpp102 void LineWidth::commit() function in class:blink::LineWidth
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_winsys.h113 (*commit)(struct svga_winsys_context *swc); member in struct:svga_winsys_context
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_winsys.h113 (*commit)(struct svga_winsys_context *swc); member in struct:svga_winsys_context
/external/chromium_org/content/child/indexed_db/
H A Dwebidbdatabase_impl.cc270 void WebIDBDatabaseImpl::commit(long long transaction_id) { function in class:content::WebIDBDatabaseImpl
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebIDBDatabase.h57 virtual void commit(long long transactionId) { BLINK_ASSERT_NOT_REACHED(); } function in class:blink::WebIDBDatabase
/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) {
/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/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/chromium_org/chrome/renderer/
H A Dpage_load_histograms.cc470 Time commit = document_state->commit_load_time(); local
473 if (start.is_null() || commit.is_null() || navigation_start.is_null())
503 TimeDelta start_to_commit = commit - start;
515 PLT_HISTOGRAM("PLT.CommitToFinishDoc", finish_doc - commit);
517 PLT_HISTOGRAM("PLT.BeginToCommit", commit - begin);
523 PLT_HISTOGRAM("PLT.CommitToFinish", finish_all_loads - commit);
541 if (commit <= first_paint) {
542 commit_to_first_paint.reset(new TimeDelta(first_paint - commit));
559 if (commit <= first_paint_after_load) {
561 first_paint_after_load - commit);
[all...]
/external/chromium_org/sync/test/fake_server/
H A Dfake_server.cc246 success = HandleCommitRequest(message.commit(),
413 const sync_pb::CommitMessage& commit,
417 string guid = commit.cache_guid();
422 for (it = commit.entries().begin(); it != commit.entries().end(); ++it) {
412 HandleCommitRequest( const sync_pb::CommitMessage& commit, const std::string& invalidator_client_id, sync_pb::CommitResponse* response) argument
/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/jemalloc/include/jemalloc/internal/
H A Dprof.h266 bool prof_sample_accum_update(size_t size, bool commit,
334 prof_sample_accum_update(size_t size, bool commit, argument
352 if (commit)
357 if (commit)
/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/chromium_org/chrome/browser/ui/webui/options/
H A Dpreferences_browsertest.cc344 bool commit,
346 scoped_ptr<base::Value> commit_ptr(new base::FundamentalValue(commit));
361 bool commit) {
362 if (commit)
367 SetPref(name, type, value, commit, &observed_json);
368 VerifyObservedPref(observed_json, name, value, std::string(), false, !commit);
374 bool commit) {
375 if (commit)
379 scoped_ptr<base::Value> commit_ptr(new base::FundamentalValue(commit));
390 VerifyObservedPref(observed_json, name, value, "recommended", false, !commit);
341 SetPref(const std::string& name, const std::string& type, const base::Value* value, bool commit, std::string* observed_json) argument
358 VerifySetPref(const std::string& name, const std::string& type, const base::Value* value, bool commit) argument
372 VerifyClearPref(const std::string& name, const base::Value* value, bool commit) argument
[all...]
/external/chromium_org/third_party/skia/experimental/LightSymbolsUtil/Callstacker/Callstacker/
H A DCallstacker.cpp109 void commit() { function in class:SkSourceDb
634 //source_db->commit();
659 source_db->commit();

Completed in 2353 milliseconds

123