Home
last modified time | relevance | path

Searched refs:rollback (Results 1 - 20 of 20) sorted by relevance

/third_party/selinux/libselinux/utils/
H A Dtogglesebool.c11 /* Attempt to rollback the transaction. No need to check error
13 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/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_split_tmp.h67 const unsigned rollback = first - incr; in FUNC() local
73 * seg_start = N * (seg_max - rollback) = N' * incr, in FUNC()
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/python/Lib/test/test_sqlite3/
H A Dtest_transactions.py128 # NO self.con2.rollback() HERE!!!
132 """Check that cursors behave correctly after rollback."""
139 con.rollback()
183 """bpo-44092: sqlite3 now leaves it to SQLite to resolve rollback issues"""
195 self.con.rollback()
247 self.con.rollback()
256 self.con.rollback()
265 self.con.rollback()
H A Dtest_dbapi.py377 self.cx.rollback()
381 A rollback should also work when no changes were made to the database.
383 self.cx.rollback()
384 self.cx.rollback()
1507 lambda: self.con.rollback(),
1676 con.rollback()
1846 # bpo-27334: ctx manager does not rollback if commit fails
1864 rollback;
1869 rollback;
H A Dtest_regression.py58 # reset before a rollback, but only those that are still in the
69 con.rollback()
95 con.execute("create table foo(x, unique(x) on conflict rollback)")
/third_party/selinux/libselinux/src/
H A Dbooleans.c325 static void rollback(SELboolean * boollist, int end) in rollback() function
343 rollback(boollist, i); in security_set_boolean_list()
/third_party/backends/backend/pixma/
H A Dpixma_common.c808 goto rollback; in pixma_open()
816 goto rollback; in pixma_open()
819 goto rollback; in pixma_open()
823 rollback: in pixma_open()
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DTransliterator.java1023 * non-incremental transliteration, and rollback. All transliteration
1024 * public API methods eventually call this method with a rollback argument
1025 * of true. Other entities may call this method but rollback should be
1032 * <p>In incremental mode, if rollback is true, perform a special
1043 * @param rollback if true and if incremental is true, then perform special
1051 boolean rollback) { in filteredTransliterate()
1054 if (filter == null && !rollback) { in filteredTransliterate()
1137 // Implement rollback. To understand the need for rollback, in filteredTransliterate()
1165 if (rollback in filteredTransliterate()
1048 filteredTransliterate(Replaceable text, Position index, boolean incremental, boolean rollback) filteredTransliterate() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DTransliterator.java1000 * non-incremental transliteration, and rollback. All transliteration
1001 * public API methods eventually call this method with a rollback argument
1002 * of TRUE. Other entities may call this method but rollback should be
1009 * <p>In incremental mode, if rollback is TRUE, perform a special
1020 * @param rollback if TRUE and if incremental is TRUE, then perform special
1028 boolean rollback) { in filteredTransliterate()
1031 if (filter == null && !rollback) { in filteredTransliterate()
1114 // Implement rollback. To understand the need for rollback, in filteredTransliterate()
1142 if (rollback in filteredTransliterate()
1025 filteredTransliterate(Replaceable text, Position index, boolean incremental, boolean rollback) filteredTransliterate() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dtranslit.h896 * non-incremental transliteration, and rollback. All transliteration
897 * public API methods eventually call this method with a rollback argument
898 * of true. Other entities may call this method but rollback should be
905 * <p>In incremental mode, if rollback is true, perform a special
916 * @param rollback if true and if incremental is true, then perform special
924 UBool rollback) const;
/third_party/node/deps/npm/node_modules/node-gyp/lib/
H A Dinstall.js65 return rollback(err)
90 return rollback(err)
106 return rollback(err)
118 return rollback(err)
358 async function rollback (err) {
/third_party/icu/icu4c/source/i18n/unicode/
H A Dtranslit.h896 * non-incremental transliteration, and rollback. All transliteration
897 * public API methods eventually call this method with a rollback argument
898 * of true. Other entities may call this method but rollback should be
905 * <p>In incremental mode, if rollback is true, perform a special
916 * @param rollback if true and if incremental is true, then perform special
924 UBool rollback) const;
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dtranslit.h896 * non-incremental transliteration, and rollback. All transliteration
897 * public API methods eventually call this method with a rollback argument
898 * of true. Other entities may call this method but rollback should be
905 * <p>In incremental mode, if rollback is true, perform a special
916 * @param rollback if true and if incremental is true, then perform special
924 UBool rollback) const;
/third_party/icu/icu4c/source/i18n/
H A Dtranslit.cpp431 UBool rollback) const { in filteredTransliterate()
434 if (filter == 0 && !rollback) { in filteredTransliterate()
513 // Implement rollback. To understand the need for rollback, in filteredTransliterate()
541 if (rollback && isIncrementalRun) { in filteredTransliterate()
547 // Make a rollback copy at the end of the string in filteredTransliterate()
554 // advanced past rollback text that corresponds to committed in filteredTransliterate()
603 // Copy the rollback text back in filteredTransliterate()
638 // Delete the rollback copy in filteredTransliterate()
/third_party/ntfs-3g/libntfs-3g/
H A Dinode.c1207 goto rollback; in ntfs_inode_add_attrlist()
1216 goto rollback; in ntfs_inode_add_attrlist()
1253 rollback: in ntfs_inode_add_attrlist()
H A Dattrib.c4426 // FIXME: We need rollback here.
5255 // FIXME: Eeek! We need rollback! (AIA)
5259 "FIXME: Need to rollback instead!\n", errno);
6651 goto rollback;
6662 goto rollback;
6673 goto rollback;
6699 rollback:
/third_party/node/deps/icu-small/source/i18n/
H A Dtranslit.cpp431 UBool rollback) const { in filteredTransliterate()
434 if (filter == 0 && !rollback) { in filteredTransliterate()
513 // Implement rollback. To understand the need for rollback, in filteredTransliterate()
541 if (rollback && isIncrementalRun) { in filteredTransliterate()
547 // Make a rollback copy at the end of the string in filteredTransliterate()
554 // advanced past rollback text that corresponds to committed in filteredTransliterate()
603 // Copy the rollback text back in filteredTransliterate()
638 // Delete the rollback copy in filteredTransliterate()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dtranslit.cpp431 UBool rollback) const { in filteredTransliterate()
434 if (filter == 0 && !rollback) { in filteredTransliterate()
513 // Implement rollback. To understand the need for rollback, in filteredTransliterate()
541 if (rollback && isIncrementalRun) { in filteredTransliterate()
547 // Make a rollback copy at the end of the string in filteredTransliterate()
554 // advanced past rollback text that corresponds to committed in filteredTransliterate()
603 // Copy the rollback text back in filteredTransliterate()
638 // Delete the rollback copy in filteredTransliterate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2356 /// can be undone (rollback) until commit is called.
2728 void rollback(ConstRestorationPt Point);
2733 /// \name API for IR modification with state keeping to support rollback.
2838 void TypePromotionTransaction::rollback( in rollback() function in TypePromotionTransaction
4210 TPT.rollback(LastKnownGood); in matchOperationAddr()
4220 TPT.rollback(LastKnownGood); in matchOperationAddr()
4404 LLVM_DEBUG(dbgs() << "Sign extension does not pay off: rollback\n"); in matchOperationAddr()
4405 TPT.rollback(LastKnownGood); in matchOperationAddr()
4420 // Start a transaction at this point that we will rollback if the matching in matchAddr()
4462 TPT.rollback(LastKnownGoo in matchAddr()
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 41 milliseconds