Home
last modified time | relevance | path

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

12

/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/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/python/Lib/sqlite3/test/
Dtransactions.py142 con.rollback()
173 self.con.rollback()
182 self.con.rollback()
191 self.con.rollback()
Ddbapi.py124 self.cx.rollback()
130 self.cx.rollback()
131 self.cx.rollback()
604 con.rollback()
803 con.rollback()
Dregression.py65 con.rollback()
247 con.rollback()
/third_party/node/deps/npm/node_modules/node-gyp/lib/
Dinstall.js65 return rollback(err)
90 return rollback(err)
106 return rollback(err)
118 return rollback(err)
358 async function rollback (err) { function
/third_party/typescript/tests/baselines/reference/
DprototypePropertyAssignmentMergeWithInterfaceMethod.types23 rollback(): Promise<void>
24 >rollback : () => Promise<void>
DprototypePropertyAssignmentMergeWithInterfaceMethod.symbols41 rollback(): Promise<void>
42 >rollback : Symbol(Transaction.rollback, Decl(lovefield-ts.d.ts, 6, 70))
DprototypePropertyAssignmentMergeWithInterfaceMethod.errors.txt23 rollback(): Promise<void>
/third_party/typescript/tests/cases/conformance/salsa/
DprototypePropertyAssignmentMergeWithInterfaceMethod.ts12 rollback(): Promise<void> method
/third_party/selinux/libselinux/src/
Dbooleans.c325 static void rollback(SELboolean * boollist, int end) in rollback() function
343 rollback(boollist, i); in security_set_boolean_list()
/third_party/node/lib/internal/readline/
Dpromises.js134 rollback() { method in Readline
/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/node/deps/icu-small/source/i18n/
Dtranslit.cpp431 UBool rollback) const { in filteredTransliterate()
434 if (filter == 0 && !rollback) { in filteredTransliterate()
541 if (rollback && isIncrementalRun) { in filteredTransliterate()
/third_party/icu/icu4c/source/i18n/
Dtranslit.cpp431 UBool rollback) const { in filteredTransliterate()
434 if (filter == 0 && !rollback) { in filteredTransliterate()
541 if (rollback && isIncrementalRun) { in filteredTransliterate()
/third_party/skia/third_party/externals/icu/source/i18n/
Dtranslit.cpp431 UBool rollback) const { in filteredTransliterate()
434 if (filter == 0 && !rollback) { in filteredTransliterate()
541 if (rollback && isIncrementalRun) { in filteredTransliterate()
/third_party/node/deps/icu-small/source/i18n/unicode/
Dtranslit.h924 UBool rollback) const;
/third_party/icu/icu4c/source/i18n/unicode/
Dtranslit.h924 UBool rollback) const;
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dtranslit.h924 UBool rollback) const;
/third_party/ntfs-3g/libntfs-3g/
Dinode.c1207 goto rollback; in ntfs_inode_add_attrlist()
1216 goto rollback; in ntfs_inode_add_attrlist()
1253 rollback: in ntfs_inode_add_attrlist()
/third_party/node/test/parallel/
Dtest-readline-promises-csi.mjs46 await readline.clearScreenDown().rollback();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2728 void rollback(ConstRestorationPt Point);
2838 void TypePromotionTransaction::rollback( in rollback() function in TypePromotionTransaction
4210 TPT.rollback(LastKnownGood); in matchOperationAddr()
4220 TPT.rollback(LastKnownGood); in matchOperationAddr()
4405 TPT.rollback(LastKnownGood); in matchOperationAddr()
4462 TPT.rollback(LastKnownGood); in matchAddr()
4467 TPT.rollback(LastKnownGood); in matchAddr()
4494 TPT.rollback(LastKnownGood); in matchAddr()
4734 TPT.rollback(LastKnownGood); in isProfitableToFoldIntoAddressingMode()
4854 TPT.rollback(LastKnownGood); in optimizeMemoryInst()
[all …]
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
Dreify.js243 for (const [rollback, actions] of steps) {
251 await this[rollback](er)
/third_party/openssl/doc/man3/
DSSL_CTX_set_options.pod310 Disable version rollback attack detection.
318 to the server's answer and violate the version rollback protection.)

12