Home
last modified time | relevance | path

Searched defs:exit_code (Results 1 – 11 of 11) sorted by relevance

/device/google/cuttlefish/host/commands/run_cvd/
Dboot_state_machine.cc54 RunnerExitCodes exit_code; in DaemonizeLauncher() local
266 void SendExitCode(RunnerExitCodes exit_code, SharedFD fd) { in SendExitCode()
/device/generic/vulkan-cereal/third-party/googletest/googlemock/test/
Dgmock_test_utils.py60 def GetExitStatus(exit_code): argument
Dgmock_stress_test.cc235 const int exit_code = RUN_ALL_TESTS(); // Expected to fail. in main() local
/device/google/cuttlefish/host/commands/restart_cvd/
Drestart_cvd.cc136 RunnerExitCodes exit_code; in RestartCvdMain() local
/device/google/cuttlefish/host/commands/powerwash_cvd/
Dpowerwash_cvd.cc136 RunnerExitCodes exit_code; in PowerwashCvdMain() local
/device/generic/vulkan-cereal/third-party/googletest/googletest/test/
Dgtest_premature_exit_test.cc111 const int exit_code = RUN_ALL_TESTS(); in main() local
Dgtest_test_utils.py176 def GetExitStatus(exit_code): argument
Dgoogletest-death-test-test.cc245 static int NormalExitStatus(int exit_code) { in NormalExitStatus()
/device/google/cuttlefish/host/commands/stop/
Dmain.cc112 auto exit_code = 1; // Having to fallback is an error in FallBackStop() local
/device/generic/vulkan-cereal/third-party/googletest/googletest/src/
Dgtest-death-test.cc168 ExitedWithCode::ExitedWithCode(int exit_code) : exit_code_(exit_code) { in ExitedWithCode()
209 static std::string ExitSummary(int exit_code) { in ExitSummary()
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp7911 DWORD exit_code = STILL_ACTIVE; in Wait() local
7980 void Subprocess::KillAndWaitForTermination(int exit_code) { in KillAndWaitForTermination()