HomeSort by relevance Sort by last modified time
    Searched refs:commit (Results 201 - 225 of 372) sorted by null

1 2 3 4 5 6 7 891011>>

  /packages/apps/MusicFX/src/com/android/musicfx/
ControlPanelEffect.java 303 editor.commit();
487 editor.commit();
    [all...]
  /external/chromium/net/tools/testserver/
chromiumsync.py 495 """Preserve immutable fields by copying pre-commit state.
509 Clients are only allowed to commit if they report having seen the most
557 A commit batch sent by a client may contain new items for which the
558 server has not generated IDs yet. And within a commit batch, later
566 commit request.
586 """Attempt to commit one entry to the user's account.
595 during commit, the change will be recorded here.
597 A SyncEntity reflecting the post-commit value of the entry, or None
608 # Clients are not allowed to commit unless they indicate that they've seen
620 # At this point, the commit is definitely going to happen
    [all...]
  /external/wpa_supplicant_8/src/ap/
ap_drv_ops.c 506 if (hapd->driver == NULL || hapd->driver->commit == NULL)
508 return hapd->driver->commit(hapd->drv_priv);
  /libcore/luni/src/main/java/libcore/net/http/
HttpResponseCache.java 195 editor.commit();
283 editor.commit();
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
FolderSyncParser.java 202 commit(); method
491 // Clear the parent key; it will be fixed up after the commit
526 // Commit the mailboxes
589 // On initial sync, we commit what we have every 20 mailboxes
603 // Commit the sync key and mailboxes
652 public void commit() throws IOException { method in class:FolderSyncParser
  /packages/apps/Phone/src/com/android/phone/sip/
SipEditor.java 398 mPrimaryAccountSelector.commit(newProfile);
584 void commit(SipProfile profile) { method in class:SipEditor.PrimaryAccountSelector
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageVolumePreferenceCategory.java 318 mUsageBarPreference.commit();
353 mUsageBarPreference.commit();
  /external/webkit/Source/WebCore/platform/graphics/gpu/
DrawingBuffer.cpp 271 void DrawingBuffer::commit(long x, long y, long width, long height) function in class:WebCore::DrawingBuffer
  /external/webkit/Source/WebKit/android/WebCoreSupport/
GeolocationPermissions.cpp 387 transaction.commit();
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
scm.py 564 # git-commit and force are not used by SVN.
565 svn_commit_args = ["svn", "commit"]
581 # Return a string which looks like a commit so that things which parse this output will succeed.
582 return "Dry run, no commit.\nCommitted revision 0."
727 # --pretty="format:" makes git show not print the commit log header,
778 # git svn find-rev always exits 0, even when the revision or commit is not found.
792 raise ScriptError(message='Failed to find git commit for revision %s, your checkout likely needs an (…)
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 200 status_t HWComposer::commit() const { function in class:android::HWComposer
  /packages/apps/Calendar/src/com/android/calendar/
GeneralPreferences.java 310 prefs.edit().remove(KEY_ALERTS_TYPE).commit();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filebuffers_3.5.100.v20100520-0800.jar 
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 
  /external/webkit/Source/WebCore/storage/
IDBSQLiteBackingStore.cpp 64 transaction.commit();
1004 virtual void commit() { m_transaction.commit(); } function in class:WebCore::__anon14924::TransactionImpl
    [all...]
  /external/webkit/Tools/Scripts/
prepare-ChangeLog 46 # Add SVN version numbers for commit (can't do that until
122 "git-commit|g:s" => \$gitCommit,
130 print STDERR basename($0) . " [-b|--bug=<bugid>] [-d|--diff] [-h|--help] [-o|--open] [-g|--git-commit=<committish>] [--git-reviewer=<name>] [svndir1 [svndir2 ...]]\n";
135 print STDERR " -g|--git-commit Populate the ChangeLogs from the specified git commit\n";
137 print STDERR " --git-reviewer When populating the ChangeLogs from a git commit claim that the spcified name reviewed the change.\n";
138 print STDERR " This option is useful when the git commit lacks a Signed-Off-By: line\n";
147 die "--git-commit and --git-index are incompatible." if ($gitIndex && $gitCommit);
477 # Silently allow --git-commit to win, we could warn if $nameFromArgs is defined.
486 # Silently allow --git-commit to win, we could warn if $emailAddressFromArgs is defined
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderBlockLineLayout.cpp 1713 void commit() function in class:LineWidth
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnJAJP.java 132 /** Bit flag for English auto commit mode (ON) */
134 /** Bit flag for English auto commit mode (OFF) */
136 /** Bit flag for English auto commit mode (symbol list) */
349 /** Auto commit state (in English mode) */
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/
LoginContext1Test.java 493 * See javax.security.auth.spi.LoginModule.commit()
495 public boolean commit() throws LoginException { method in class:LoginContext1Test.TestLoginModule
566 * A special-purpose LoginModule whose commit() method throws
573 "commit: test runtime exception."
954 * If a module fails during it's ctor/init/commit - it must be processed
1986 public boolean commit() throws LoginException { method in class:LoginContext1Test.TestLoginModule_Contexted
    [all...]
  /bionic/libc/kernel/common/linux/
nfs_xdr.h 600 int (*commit) (struct nfs_write_data *); member in struct:nfs_rpc_ops
  /development/ndk/platforms/android-3/include/linux/
nfs_xdr.h 516 int (*commit) (struct nfs_write_data *); member in struct:nfs_rpc_ops
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderCustom.java 74 fm.beginTransaction().add(android.R.id.content, list).commit();
LoaderThrottle.java 379 fm.beginTransaction().add(android.R.id.content, list).commit();
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderCustomSupport.java 77 fm.beginTransaction().add(android.R.id.content, list).commit();
LoaderThrottleSupport.java 380 fm.beginTransaction().add(android.R.id.content, list).commit();

Completed in 821 milliseconds

1 2 3 4 5 6 7 891011>>