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

<<11121314151617181920>>

  /test/vti/dashboard/src/main/java/com/android/vts/api/
TestAcknowledgmentRestServlet.java 101 txn.commit();
  /cts/tests/tests/content/src/android/content/cts/
SharedPreferencesTest.java 56 prefs.edit().clear().commit();
79 prefs.edit().putString("foo", "bar").commit(); method
99 prefs.edit().putString("test-key", "test-value").commit(); method
104 editor.commit();
111 // Do some initial operation on editor. No commit needed.
115 // No commit needed.
129 prefs.edit().commit();
134 editor.commit();
145 editor.commit();
227 prefs.edit().putString("foo", "bar").commit(); method
238 prefs.edit().putString("foo", "bar").commit(); method
    [all...]
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
FragmentManagerTest.java 174 transaction.commit();
180 anotherTransaction.commit();
194 activity.getSupportFragmentManager().beginTransaction().add(CONTAINER_VIEW_ID, fragment).commit();
208 manager.beginTransaction().add(fragment, "fragment1").commit();
209 manager.beginTransaction().add(fragment2, "fragment2").commit();
231 manager.beginTransaction().add(fragment, "tag").commit();
  /tools/loganalysis/src/com/android/loganalysis/parser/
BugreportParser.java 142 commit(); method
161 commit(); method
192 protected void commit() { method in class:BugreportParser
194 super.commit();
  /frameworks/base/core/java/android/content/
UndoManager.java 585 mWorking.commit();
603 * Commit the last finished undo state. This undo state can no longer be
610 * @param owner The optional owner to determine whether to perform the commit.
611 * If this is non-null, the commit will only execute if the current top undo
902 void commit() { method in class:UndoManager.UndoState
905 mRecent.get(i).commit();
  /build/make/tools/
fat16copy.py 183 new_dentry.commit(self.backing)
370 def commit(self, f): member in class:dentry
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
SimpleReaderActivity.java 176 editor.commit();
184 editor.commit();
  /cts/hostsidetests/appsecurity/test-apps/AppWithData/src/com/android/cts/appwithdata/
CreatePrivateDataTest.java 111 editor.commit();
  /cts/tests/fragment/src/android/fragment/cts/
FragmentExecuteTests.java 64 .commit();
107 .commit();
129 .commit();
150 .commit();
156 .commit();
162 .commit();
181 .commit();
187 .commit();
216 .commit(); method
222 .commit(); method
228 .commit(); method
247 .commit(); method
253 .commit(); method
    [all...]
  /developers/build/prebuilts/gradle/NavigationDrawer/Application/src/main/java/com/example/android/navigationdrawer/
NavigationDrawerActivity.java 179 ft.commit();
  /developers/samples/android/ui/views/NavigationDrawer/Application/src/main/java/com/example/android/navigationdrawer/
NavigationDrawerActivity.java 179 ft.commit();
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentTabsFragment.java 187 ft.commit();
211 ft.commit();
  /development/samples/IntentPlayground/src/com/example/android/intentplayground/
BaseActivity.java 75 transaction.commit();
  /development/samples/browseable/NavigationDrawer/src/com.example.android.navigationdrawer/
NavigationDrawerActivity.java 179 ft.commit();
  /development/samples/browseable/WatchFace/Application/src/com.example.android.wearable.watchface/
FitDistanceWatchFaceConfigActivity.java 250 editor.commit();
  /development/samples/training/device-management-policy/src/com/example/training/deviceadmin/
Policy.java 85 editor.commit();
164 prefs.edit().clear().commit();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
rcvs.py 144 def commit(self, message = ""): member in class:MyFile
252 def commit(self, files, message = ""): member in class:RCVS
266 if e.commit(message):
421 """commit [-m message] [file] ..."""
425 self.cvs.commit(files, message)
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TestHelper_Connection1.java 49 public void commit() throws SQLException { method in class:TestHelper_Connection1
  /external/autotest/tko/
db.py 194 """Private method for function commit to call for retry.
196 return self.con.commit()
199 def commit(self): member in class:db_sql
200 """Commit the sql transaction."""
334 def _exec_sql_with_commit(self, sql, values, commit):
339 self.con.commit()
344 if commit:
345 self.con.commit()
348 def insert(self, table, data, commit=None):
357 @param commit: If commit the transaction
    [all...]
  /external/clang/lib/Edit/
EditedSource.cpp 13 #include "clang/Edit/Commit.h"
76 // written by a previous commit for another expansion of the same macro
84 // A commit modified the macro argument 'a' due to the first '(x)'
85 // expansion inside the macro definition, and a subsequent commit tried
87 // second commit will be rejected.
260 bool EditedSource::commit(const Commit &commit) { function in class:EditedSource
261 if (!commit.isCommitable())
274 for (edit::Commit::edit_iterato
    [all...]
  /external/fio/
ioengines.h 17 FIO_Q_BUSY = 2, /* no more room, call ->commit() */
29 int (*commit)(struct thread_data *); member in struct:ioengine_ops
  /external/guice/extensions/persist/lib/
jta.jar 
  /external/llvm/lib/DebugInfo/PDB/Raw/
DbiStream.cpp 439 Error DbiStream::commit() { return Error::success(); } function in class:DbiStream
MappedBlockStream.cpp 152 Error MappedBlockStream::commit() const { return Error::success(); } function in class:MappedBlockStream
PDBFile.cpp 344 Error PDBFile::commit() { function in class:PDBFile
370 if (auto EC = Info->commit())
375 if (auto EC = Dbi->commit())
380 if (auto EC = Symbols->commit())
385 if (auto EC = Publics->commit())
390 if (auto EC = Tpi->commit())
395 if (auto EC = Ipi->commit())
399 return Buffer->commit();

Completed in 468 milliseconds

<<11121314151617181920>>