Home
last modified time | relevance | path

Searched refs:RETRY (Results 1 - 10 of 10) sorted by relevance

/third_party/python/Lib/tkinter/
H A Dmessagebox.py50 RETRY = "retry" variable
131 return s == RETRY
/third_party/node/deps/v8/src/regexp/
H A Dregexp-interpreter.h23 RETRY = RegExp::kInternalRegExpRetry, enumerator
36 // RETRY is returned if a retry through the runtime is needed (e.g. when
H A Dregexp-macro-assembler.cc313 return RETRY; in CheckStackGuardState()
356 return_value = RETRY; in CheckStackGuardState()
H A Dregexp-macro-assembler.h274 // RETRY: Something significant changed during execution, and the matching
288 RETRY = RegExp::kInternalRegExpRetry, enumerator
H A Dregexp-interpreter.cc272 return IrregexpInterpreter::RETRY; in HandleInterrupts()
300 return IrregexpInterpreter::RETRY; in HandleInterrupts()
1136 // Returning RETRY will re-enter through runtime, where actual recompilation in MatchForCallFromJs()
1138 return IrregexpInterpreter::RETRY; in MatchForCallFromJs()
H A Dregexp.cc677 if (res != NativeRegExpMacroAssembler::RETRY) { in IrregexpExecRaw()
688 // If result is RETRY, the string has changed representation, and we in IrregexpExecRaw()
713 case IrregexpInterpreter::RETRY: in IrregexpExecRaw()
/third_party/toybox/toys/pending/
H A Dcrontab.c291 RETRY: in do_edit()
329 goto RETRY; in do_edit()
/third_party/backends/backend/
H A Davision.c3796 RETRY: in get_accessories_info()
3845 goto RETRY; in get_accessories_info()
/third_party/python/Lib/test/
H A Dtest_enum.py2381 RETRY = "RETRY" variable in TestSpecial.test_multiple_inherited_mixin.Decision1
2388 RETRY = "RETRY" variable in TestSpecial.test_multiple_inherited_mixin.Decision2
/third_party/mbedtls/tests/
H A Dssl-opt.sh957 outcome="RETRY(resend)"
1353 # * $TIMES_LEFT: if nonzero, a RETRY outcome is allowed
1356 # * $outcome: one of PASS/RETRY*/FAIL
1363 outcome="RETRY(client-timeout)"
1717 RETRY*) printf "$outcome ";;

Completed in 47 milliseconds