HomeSort by relevance Sort by last modified time
    Searched refs:RETRY (Results 1 - 15 of 15) sorted by null

  /external/ltp/testcases/kernel/io/disktest/
defs.h 103 WRITER,READER,NONE,RETRY
childmain.c 359 target.oper = RETRY;
402 if ((target.oper == NONE) || (target.oper == RETRY)) ;
433 * we must retry, as we can't start the read, since the write
436 target.oper = RETRY;
447 target.oper = RETRY;
702 /* this thread has to retry, so give up the reset of my time slice */
703 if (target.oper == RETRY) {
706 } while ((env->bContinue) && (target.oper == RETRY)); /* we failed to get an action, and were asked to retry */
769 if (retries-- > 1) { /* request to retry on error, decrement retry *
    [all...]
  /external/python/cpython2/Lib/lib-tk/
tkMessageBox.py 46 RETRY = "retry"
119 return s == RETRY
  /external/python/cpython3/Lib/tkinter/
messagebox.py 46 RETRY = "retry"
119 return s == RETRY
  /external/autotest/client/cros/cellular/pseudomodem/
pm_errors.py 73 RETRY = 12
91 self.RETRY : '.Retry',
  /external/ipsec-tools/src/racoon/
cfparse.h 105 RETRY = 321,
270 #define RETRY 321
cfparse.y 207 %token RETRY RETRY_COUNTER RETRY_INTERVAL RETRY_PERSEND
1076 : RETRY BOC timer_stmts EOC
    [all...]
cftoken.l 267 <S_INI>timer { BEGIN S_RTRY; YYDB; return(RETRY); }
  /external/v8/src/regexp/
regexp-macro-assembler.cc 182 return_value = js_has_overflowed ? EXCEPTION : RETRY;
206 return_value = RETRY;
298 DCHECK(result >= RETRY);
regexp-macro-assembler.h 204 // RETRY: Something significant changed during execution, and the matching
212 enum Result { RETRY = -2, EXCEPTION = -1, FAILURE = 0, SUCCESS = 1 };
jsregexp.cc 462 if (res != NativeRegExpMacroAssembler::RETRY) {
473 // If result is RETRY, the string has changed representation, and we
    [all...]
  /external/toybox/toys/pending/
crontab.c 288 RETRY:
321 "Do you want to retry the same edit? ");
326 goto RETRY;
  /external/toolchain-utils/cros_utils/
buildbot_json.py 66 SUCCESS, WARNINGS, FAILURE, SKIPPED, EXCEPTION, RETRY = range(6)
655 elif result in (FAILURE, EXCEPTION, RETRY):
785 elif result in (FAILURE, EXCEPTION, RETRY):
    [all...]
  /external/python/cpython3/Lib/test/
test_enum.py     [all...]
  /external/v8/src/builtins/
builtins-regexp-gen.cc 548 IntPtrConstant(NativeRegExpMacroAssembler::RETRY)));
    [all...]

Completed in 238 milliseconds