Home
last modified time | relevance | path

Searched defs:rollback (Results 1 – 25 of 43) sorted by relevance

12

/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/utilities/
Dexception_guard.pass.cpp25 auto rollback = [&] { rolled_back = true; }; in test() local
36 auto rollback = [&] { rolled_back = true; }; in test() local
50 auto rollback = [&] { ++rollbacks; }; in test() local
61 auto rollback = [&] { ++rollbacks; }; in test() local
106 auto rollback = [&] { rolled_back = true; }; in test_exceptions() local
118 auto rollback = [&] { rolled_back = true; }; in test_exceptions() local
134 auto rollback = [this]{ x_ = true; }; in test_exceptions() local
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_split_tmp.h67 const unsigned rollback = first - incr; in FUNC() local
/external/selinux/libselinux/utils/
Dtogglesebool.c13 static __attribute__ ((__noreturn__)) void rollback(int argc, char **argv) in rollback() function
/external/python/cpython2/Lib/sqlite3/test/
Dpy25tests.py31 def rollback(self): member in MyConnection
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DTestHelper_Connection1.java155 public void rollback() throws SQLException { in rollback() method in TestHelper_Connection1
158 public void rollback(Savepoint savepoint) throws SQLException { in rollback() method in TestHelper_Connection1
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
DTokenRewriteStream.as105 public function rollback(instructionIndex:int, programName:String = DEFAULT_PROGRAM_NAME):void { method in org.antlr.runtime.TokenRewriteStream
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/
DTokenRewriteStream.js150 rollback: function() { method
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCConnection.java306 public void rollback() throws SQLException { in rollback() method in JDBCConnection
413 public void rollback(Savepoint x) throws SQLException { in rollback() method in JDBCConnection
/external/tensorflow/tensorflow/core/lib/db/
Dsqlite.cc130 sqlite3_stmt* rollback = PrepareRawOrDie(sqlite, "ROLLBACK"); in Open() local
Dsqlite.h123 sqlite3_stmt* rollback) noexcept in Sqlite()
/external/autotest/server/cros/faft/
Dcr50_test.py405 def _retry_cr50_update(self, image, retries, rollback): argument
975 def cr50_update(self, path, rollback=False, expect_rollback=False): argument
/external/rust/crates/quiche/src/recovery/
Dreno.rs150 fn rollback(_r: &mut Recovery) -> bool { in rollback() function
Dcubic.rs405 fn rollback(r: &mut Recovery) -> bool { in rollback() function
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
DTokenRewriteStream.java191 public void rollback(int instructionIndex) { in rollback() method in TokenRewriteStream
199 public void rollback(String programName, int instructionIndex) { in rollback() method in TokenRewriteStream
/external/rust/crates/rusqlite/src/
Dtransaction.rs199 pub fn rollback(mut self) -> Result<()> { in rollback() method
333 pub fn rollback(&mut self) -> Result<()> { in rollback() method
/external/selinux/libselinux/src/
Dbooleans.c325 static void rollback(SELboolean * boollist, int end) in rollback() function
/external/erofs-utils/lib/
Dcache.c419 bool rollback = false; in erofs_bdrop() local
/external/autotest/tko/
Ddb.py257 def rollback(self): member in db_sql
/external/rust/crates/quiche/src/recovery/bbr/
Dmod.rs343 fn rollback(_r: &mut Recovery) -> bool { in rollback() function
/external/icu/android_icu4j/src/main/java/android/icu/text/
DTransliterator.java1004 boolean rollback) { in filteredTransliterate()
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DTransliterator.java1051 boolean rollback) { in filteredTransliterate()
/external/antlr/runtime/Python3/antlr3/
Dstreams.py1039 def rollback(self, *args): member in TokenRewriteStream
/external/autotest/server/cros/servo/
Dchrome_cr50.py662 def rollback(self): member in ChromeCr50
/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DPeerConnectionEndToEndTest.java1555 SessionDescription rollback = new SessionDescription(SessionDescription.Type.ROLLBACK, ""); in testRollback() local
/external/antlr/runtime/Python/antlr3/
Dstreams.py1094 def rollback(self, *args): member in TokenRewriteStream

12