Searched refs:IN_PROGRESS (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/libauto-186/auto_tester/
H A DTLC.m68 if ([self result]==IN_PROGRESS)
H A DTestCase.h41 IN_PROGRESS, enumerator in enum:__anon9177
H A DTestCase.m184 if (_completionCallback && !_testThread && _outputCompleteCalled && _result != IN_PROGRESS) {
222 if (result != IN_PROGRESS && result != SKIPPED)
225 case IN_PROGRESS:
361 [self setTestResult:IN_PROGRESS message:nil];
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/libtelnet/
H A Denc_des.c63 #define IN_PROGRESS (NO_SEND_IV|NO_RECV_IV|NO_KEYID) macro
189 state = IN_PROGRESS;
195 state = IN_PROGRESS;
290 state = fbp->state[DIR_DECRYPT-1] = IN_PROGRESS;
349 state = IN_PROGRESS;
437 state = IN_PROGRESS;
/macosx-10.10.1/libtelnet-13/
H A Denc_des.c70 #define IN_PROGRESS (NO_SEND_IV|NO_RECV_IV|NO_KEYID) macro
198 state = IN_PROGRESS;
204 state = IN_PROGRESS;
294 state = fbp->state[DIR_DECRYPT-1] = IN_PROGRESS;
354 state = IN_PROGRESS;
448 state = IN_PROGRESS;
/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/
H A Dgtest-death-test.cc202 // returned control by throwing an exception. IN_PROGRESS means the test
206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enumerator in enum:testing::internal::DeathTestOutcome
329 outcome_(IN_PROGRESS),
529 case IN_PROGRESS:

Completed in 220 milliseconds