HomeSort by relevance Sort by last modified time
    Searched defs:commit (Results 326 - 350 of 658) sorted by null

<<11121314151617181920>>

  /packages/experimental/LoaderApp/src/com/android/loaderapp/
HomeGroupsXLarge.java 62 xact.commit();
101 // commit is actually async, so add in details at largePane, which will be correct
105 xact.commit();
109 xact.commit();
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsUpgradeReceiver.java 77 editor.commit();
SearchIndexManager.java 123 public void commit() { method in class:SearchIndexManager.IndexBuilder
384 mIndexBuilder.commit();
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/job/
JobSchedulerFragment.java 161 editor.commit();
  /prebuilts/go/darwin-x86/src/html/template/
escape.go 38 tmpl.esc.commit()
94 // xxxNodeEdits are the accumulated edits to apply during commit.
786 // editActionNode records a change to an action pipeline for later commit.
794 // editTemplateNode records a change to a {{template}} callee for later commit.
802 // editTextNode records a change to a text node for later commit.
810 // commit applies changes to actions and template calls needed to contextually
812 func (e *escaper) commit() { func
833 // Reset state that is specific to this commit so that the same changes are
834 // not re-applied to the template on subsequent calls to commit.
  /prebuilts/go/linux-x86/src/html/template/
escape.go 38 tmpl.esc.commit()
94 // xxxNodeEdits are the accumulated edits to apply during commit.
786 // editActionNode records a change to an action pipeline for later commit.
794 // editTemplateNode records a change to a {{template}} callee for later commit.
802 // editTextNode records a change to a text node for later commit.
810 // commit applies changes to actions and template calls needed to contextually
812 func (e *escaper) commit() { func
833 // Reset state that is specific to this commit so that the same changes are
834 // not re-applied to the template on subsequent calls to commit.
  /prebuilts/jdk/jdk8/darwin-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/
XmlConfigUtils.java 124 commit(file,f); method
329 // // commit won't be called...
332 // commit(tmp,basename)
356 // Commit the temporary file by renaming <basename> to <baesname>~
358 private static File commit(String basename, File tmpFile) method in class:XmlConfigUtils
390 return commit(basename,newXmlTmpFile(basename));
  /prebuilts/jdk/jdk8/linux-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/
XmlConfigUtils.java 124 commit(file,f); method
329 // // commit won't be called...
332 // commit(tmp,basename)
356 // Commit the temporary file by renaming <basename> to <baesname>~
358 private static File commit(String basename, File tmpFile) method in class:XmlConfigUtils
390 return commit(basename,newXmlTmpFile(basename));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
AbstractPropertiesFieldsPart.java 85 // This will force a commit() operation to store the data in the model.
122 public void commit(boolean onSave) { method in class:AbstractPropertiesFieldsPart
137 super.commit(onSave);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
UiElementPart.java 259 * instructs it to commit the new (modified) data back into the model.
262 * indicates if commit is called during 'save' operation or for
268 public void commit(boolean onSave) { method in class:UiElementPart
274 ui_attr.commit();
280 // We need to call super's commit after we synchronized the nodes to make sure we
282 super.commit(onSave);
  /system/libufdt/utils/src/
mkdtboimg.py 377 committed to the output file until commit() is called.
426 def commit(self): member in class:Dtbo
707 dtbo.commit()
764 dtbo.commit()
    [all...]
  /test/vti/dashboard/src/main/java/com/android/vts/api/
UserFavoriteRestServlet.java 100 txn.commit();
143 txn.commit();
  /test/vti/dashboard/src/main/java/com/android/vts/job/
VtsCoverageAlertJobServlet.java 334 txn.commit();
  /tools/loganalysis/src/com/android/loganalysis/parser/
KernelLogParser.java 101 commit(); method
117 commit(); method
206 private void commit() { method in class:KernelLogParser
  /tools/tradefederation/core/util-apps/WifiUtil/src/com/android/tradefed/utils/wifi/
WifiConnector.java 385 editor.commit();
  /frameworks/base/core/java/android/preference/
PreferenceManager.java 103 * If in no-commit mode, the shared editor to give out (which will be
104 * committed when exiting no-commit mode).
660 editor.commit();
668 * <p>Do NOT commit unless {@link #shouldCommit()} returns true.
691 * Whether it is the client's responsibility to commit on the
697 * @return Whether the client should commit.
711 mEditor.commit();
    [all...]
  /cts/hostsidetests/backup/includeexcludeapp/src/android/cts/backup/includeexcludeapp/
IncludeExcludeTest.java 255 editor.commit();
260 editor.commit();
274 editor.commit();
278 editor.commit();
  /cts/tests/autofillservice/src/android/autofillservice/cts/
FieldsClassificationTest.java 191 mAfm.commit();
233 mAfm.commit();
277 mAfm.commit();
325 mAfm.commit();
380 mAfm.commit();
421 mAfm.commit();
450 mAfm.commit();
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageFetcher.java 216 editor.commit();
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageFetcher.java 216 editor.commit();
  /development/samples/ApiDemos/src/com/example/android/apis/content/
ChangedContacts.java 150 editor.commit();
  /development/samples/KeyChainDemo/src/com/example/android/keychain/
KeyChainDemoActivity.java 195 editor.commit();
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
ImageFetcher.java 216 editor.commit();
  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoThumbnailFragment.java 217 localFragmentTransaction.commit();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/
faqwiz.py 719 self.error("Commit version conflict!")
731 self.error("Commit version conflict!")
739 if self.ui.commit:
743 self.commit(entry)
752 emit(COMMIT)
776 def commit(self, entry): member in class:FaqWizard

Completed in 1838 milliseconds

<<11121314151617181920>>