Searched refs:stop_status (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_version_unittest.cc211 ServiceWorkerStatusCode stop_status = SERVICE_WORKER_ERROR_FAILED; local
212 version_->StopWorker(CreateReceiverOnCurrentThread(&stop_status));
216 EXPECT_EQ(SERVICE_WORKER_OK, stop_status);
235 ServiceWorkerStatusCode stop_status = SERVICE_WORKER_ERROR_FAILED; local
236 version_->StopWorker(CreateReceiverOnCurrentThread(&stop_status));
240 EXPECT_EQ(SERVICE_WORKER_OK, stop_status);
/external/srec/srec/test/SRecTestAudio/src/
H A DSRecTestAudio.c2373 int stop_status; local
2376 stop_status = 0;
2385 stop_status = -1;
2388 return ( stop_status );

Completed in 1697 milliseconds