Home
last modified time | relevance | path

Searched refs:rollback (Results 1 – 25 of 75) sorted by relevance

123

/third_party/selinux/libselinux/utils/
Dtogglesebool.c13 static __attribute__ ((__noreturn__)) void rollback(int argc, char **argv) in rollback() function
50 rollback(i, argv); in main()
60 rollback(i, argv); in main()
70 rollback(i, argv); in main()
/third_party/boost/boost/interprocess/sync/
Dinterprocess_upgradable_mutex.hpp305 exclusive_rollback rollback(this->m_ctrl, this->m_first_gate); in lock() local
311 rollback.release(); in lock()
352 exclusive_rollback rollback(this->m_ctrl, this->m_first_gate); in timed_lock() local
363 rollback.release(); in timed_lock()
582 upgradable_to_exclusive_rollback rollback(m_ctrl); in unlock_upgradable_and_lock() local
587 rollback.release(); in unlock_upgradable_and_lock()
621 upgradable_to_exclusive_rollback rollback(m_ctrl); in timed_unlock_upgradable_and_lock() local
631 rollback.release(); in timed_unlock_upgradable_and_lock()
Dinterprocess_sharable_mutex.hpp193 exclusive_rollback rollback(this->m_ctrl, this->m_first_gate); in lock() local
199 rollback.release(); in lock()
240 exclusive_rollback rollback(this->m_ctrl, this->m_first_gate); in timed_lock() local
253 rollback.release(); in timed_lock()
/third_party/boost/libs/log/src/
Donce_block.cpp89 BOOST_LOG_API void once_block_sentry::rollback() BOOST_NOEXCEPT in rollback() function in boost::aux::once_block_sentry
132 virtual void rollback(once_block_flag& flag) = 0;
216 void rollback(once_block_flag& flag)
270 void rollback(once_block_flag& flag)
375 BOOST_LOG_API void once_block_sentry::rollback() BOOST_NOEXCEPT in rollback() function in boost::aux::once_block_sentry
377 get_once_block_impl()->rollback(m_flag); in rollback()
448 BOOST_LOG_API void once_block_sentry::rollback() BOOST_NOEXCEPT in rollback() function in boost::aux::once_block_sentry
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_split_tmp.h67 const unsigned rollback = first - incr; in FUNC() local
108 seg_start += seg_max - rollback; in FUNC()
130 seg_start += seg_max - rollback; in FUNC()
153 seg_start += seg_max - rollback; in FUNC()
/third_party/libxml2/
Dpattern.c516 goto rollback; in xmlPatMatch()
524 goto rollback; in xmlPatMatch()
527 goto rollback; in xmlPatMatch()
531 goto rollback; in xmlPatMatch()
533 goto rollback; in xmlPatMatch()
538 goto rollback; in xmlPatMatch()
541 goto rollback; in xmlPatMatch()
543 goto rollback; in xmlPatMatch()
555 goto rollback; in xmlPatMatch()
570 goto rollback; in xmlPatMatch()
[all …]
/third_party/gettext/gnulib-local/lib/libxml/
Dpattern.c542 goto rollback; in xmlPatMatch()
550 goto rollback; in xmlPatMatch()
553 goto rollback; in xmlPatMatch()
557 goto rollback; in xmlPatMatch()
559 goto rollback; in xmlPatMatch()
564 goto rollback; in xmlPatMatch()
567 goto rollback; in xmlPatMatch()
569 goto rollback; in xmlPatMatch()
581 goto rollback; in xmlPatMatch()
596 goto rollback; in xmlPatMatch()
[all …]
/third_party/node/deps/npm/lib/install/
Dactions.js39 if (action.rollback) {
40 if (!pkg.rollback) pkg.rollback = []
41 pkg.rollback.unshift(action.rollback)
/third_party/python/Lib/sqlite3/test/
Dtransactions.py142 con.rollback()
173 self.con.rollback()
182 self.con.rollback()
191 self.con.rollback()
Dregression.py65 con.rollback()
247 con.rollback()
Ddbapi.py124 self.cx.rollback()
130 self.cx.rollback()
131 self.cx.rollback()
604 con.rollback()
803 con.rollback()
/third_party/boost/boost/log/utility/
Donce_block.hpp86 rollback(); in ~once_block_sentry()
98 BOOST_LOG_API void rollback() BOOST_NOEXCEPT;
/third_party/typescript/tests/baselines/reference/
DprototypePropertyAssignmentMergeWithInterfaceMethod.types23 rollback(): Promise<void>
24 >rollback : () => Promise<void>
DprototypePropertyAssignmentMergeWithInterfaceMethod.symbols35 rollback(): Promise<void>
36 >rollback : Symbol(Transaction.rollback, Decl(lovefield-ts.d.ts, 6, 70))
DprototypePropertyAssignmentMergeWithInterfaceMethod.errors.txt23 rollback(): Promise<void>
/third_party/boost/boost/container/detail/
Dallocator_version_traits.hpp127 allocate_individual_rollback rollback(a, m); in allocate_individual() local
131 rollback.release(); in allocate_individual()
/third_party/node/deps/npm/lib/
Dinstall.js243 this.rollback = opts.rollback != null ? opts.rollback : npm.config.get('rollback')
570 if (!er || self.rollback) {
579 if (!this.rollback) return cb()
583 return pkg.failed && pkg.rollback
587 return Bluebird.map(pkg.rollback, (rollback) => rollback(top, staging, pkg))
/third_party/typescript/tests/cases/conformance/salsa/
DprototypePropertyAssignmentMergeWithInterfaceMethod.ts12 rollback(): Promise<void> method
/third_party/selinux/libselinux/src/
Dbooleans.c327 static void rollback(SELboolean * boollist, int end) in rollback() function
345 rollback(boollist, i); in security_set_boolean_list()
/third_party/node/deps/npm/lib/config/
Ddefaults.js212 rollback: true, property
348 rollback: Boolean, property
/third_party/boost/boost/intrusive/
Dlist.hpp779 rollback(*this, disposer); in clone_from() local
784 rollback.release(); in clone_from()
806 rollback(*this, disposer); in clone_from() local
811 rollback.release(); in clone_from()
/third_party/node/deps/npm/lib/install/action/
Dfinalize.js93 module.exports.rollback = function (top, staging, pkg) {
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DTransliterator.java1028 boolean rollback) { in filteredTransliterate() argument
1031 if (filter == null && !rollback) { in filteredTransliterate()
1142 if (rollback && isIncrementalRun) { in filteredTransliterate()
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DTransliterator.java1051 boolean rollback) { in filteredTransliterate() argument
1054 if (filter == null && !rollback) { in filteredTransliterate()
1165 if (rollback && isIncrementalRun) { in filteredTransliterate()
/third_party/e2fsprogs/tests/u_compound_rollback/
Dscript8 echo compound e2undo rollback test > $OUT

123