Lines Matching refs:Result
164 fbl::unique_ptr<Result> FuchsiaRunTest(const char* argv[], in FuchsiaRunTest()
225 return fbl::make_unique<Result>(path, FAILED_UNKNOWN, 0); in FuchsiaRunTest()
233 return fbl::make_unique<Result>(path, FAILED_UNKNOWN, 0); in FuchsiaRunTest()
240 return fbl::make_unique<Result>(path, FAILED_UNKNOWN, 0); in FuchsiaRunTest()
245 return fbl::make_unique<Result>(path, FAILED_UNKNOWN, 0); in FuchsiaRunTest()
261 return fbl::make_unique<Result>(path, FAILED_TO_LAUNCH, 0); in FuchsiaRunTest()
278 return fbl::make_unique<Result>(path, FAILED_TO_LAUNCH, 0); in FuchsiaRunTest()
286 return fbl::make_unique<Result>(path, FAILED_TO_LAUNCH, 0); in FuchsiaRunTest()
299 return fbl::make_unique<Result>(path, FAILED_TO_LAUNCH, 0); in FuchsiaRunTest()
307 return fbl::make_unique<Result>(path, FAILED_DURING_IO, 0); in FuchsiaRunTest()
318 return fbl::make_unique<Result>(path, FAILED_DURING_IO, 0); in FuchsiaRunTest()
326 return fbl::make_unique<Result>(path, FAILED_TO_WAIT, 0); in FuchsiaRunTest()
337 return fbl::make_unique<Result>(path, FAILED_TO_RETURN_CODE, 0); in FuchsiaRunTest()
340 fbl::unique_ptr<Result> result; in FuchsiaRunTest()
343 result = fbl::make_unique<Result>(path, SUCCESS, 0); in FuchsiaRunTest()
347 result = fbl::make_unique<Result>(path, FAILED_NONZERO_RETURN_CODE, in FuchsiaRunTest()
464 Result::HashTable::iterator it; in FuchsiaRunTest()