HomeSort by relevance Sort by last modified time
    Searched defs:commit (Results 176 - 200 of 313) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowPackageInstallerTest.java 94 session.commit(new IntentSender(ReflectionHelpers.createNullProxy(IIntentSender.class)));
104 session.commit(new IntentSender(ReflectionHelpers.createNullProxy(IIntentSender.class)));
138 session.commit(new IntentSender(ReflectionHelpers.createNullProxy(IIntentSender.class)));
  /external/tensorflow/tensorflow/core/lib/db/
sqlite.cc 129 sqlite3_stmt* commit = PrepareRawOrDie(sqlite, "COMMIT"); local
131 *db = new Sqlite(sqlite, begin, commit, rollback);
270 Status SqliteTransaction::Commit() {
273 return PrintfStatus(rc, "COMMIT failed: [%d] %s", rc,
  /external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
SettingsFragment.java 96 ft.commit();
  /frameworks/av/media/libeffects/testlibs/
AudioEqualizer.cpp 101 commit(true);
216 void AudioEqualizer::commit(bool immediate) { function in class:android::AudioEqualizer
217 ALOGV("AudioEqualizer::commit(immediate=%d)", immediate);
218 mpLowShelf->commit(immediate);
220 mpPeakingFilters[i].commit(immediate);
222 mpHighShelf->commit(immediate);
  /cts/tests/tests/content/src/android/content/cts/
SharedPreferencesTest.java 58 prefs.edit().clear().commit();
81 prefs.edit().putString("foo", "bar").commit(); method
101 prefs.edit().putString("test-key", "test-value").commit(); method
106 editor.commit();
113 // Do some initial operation on editor. No commit needed.
117 // No commit needed.
131 prefs.edit().commit();
136 editor.commit();
147 editor.commit();
229 prefs.edit().putString("foo", "bar").commit(); method
240 prefs.edit().putString("foo", "bar").commit(); method
365 prefs.edit().putString("test-key", "test-value").commit(); method
370 prefs.edit().remove("test-key").commit(); method
    [all...]
  /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/libs/rollback/src/com/android/cts/rollback/lib/
Install.java 125 public void commit() throws IOException, InterruptedException { method in class:Install
140 session.commit(LocalIntentSender.getIntentSender());
  /cts/tests/fragment/src/android/fragment/cts/
FragmentExecuteTests.java 63 .commit();
106 .commit();
128 .commit();
149 .commit();
155 .commit();
161 .commit();
180 .commit();
186 .commit();
215 .commit(); method
221 .commit(); method
227 .commit(); method
246 .commit(); method
252 .commit(); method
    [all...]
  /developers/build/prebuilts/gradle/NavigationDrawer/Application/src/main/java/com/example/android/navigationdrawer/
NavigationDrawerActivity.java 179 ft.commit();
  /developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/edgecases/
AbstractMultipleStepsActivity.java 140 afm.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/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 239 """Private method for function commit to call for retry.
241 return self.con.commit()
244 def commit(self): member in class:db_sql
245 """Commit the sql transaction."""
379 def _exec_sql_with_commit(self, sql, values, commit):
384 self.con.commit()
389 if commit:
390 self.con.commit()
393 def insert(self, table, data, commit=None):
402 @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/guice/extensions/persist/lib/
jta.jar 
  /external/jemalloc_new/src/
base.c 35 bool commit = true; local
41 addr = extent_alloc_mmap(NULL, size, alignment, &zero, &commit);
47 &zero, &commit, ind);
large.c 160 bool commit = true; local
165 CACHELINE, false, NSIZES, &is_zeroed_trail, &commit)) != NULL
168 CACHELINE, false, NSIZES, &is_zeroed_trail, &commit)) != NULL) {
175 NSIZES, &is_zeroed_trail, &commit)) == NULL) {
  /external/llvm/lib/DebugInfo/PDB/Raw/
DbiStream.cpp 439 Error DbiStream::commit() { return Error::success(); } function in class:DbiStream

Completed in 968 milliseconds

1 2 3 4 5 6 78 91011>>