Searched refs:exit_code (Results 151 - 175 of 332) sorted by relevance

1234567891011>>

/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
H A Dperf_profiler.py111 exit_code = self._proc.wait()
113 if exit_code == 128:
119 elif exit_code not in (0, -2):
121 'perf failed with exit code %d. Output:\n%s' % (exit_code,
/external/chromium_org/tools/
H A Dupdate_reference_build.py92 exit_code = p.returncode
96 return (exit_code, stdout)
143 exit_code = BuildUpdater._GetCmdStatusAndOutput(
145 return not exit_code
/external/chromium_org/ui/views_content_client/
H A Dviews_content_main_delegate.cc42 bool ViewsContentMainDelegate::BasicStartupComplete(int* exit_code) { argument
/external/chromium_org/v8/test/fuzz-natives/
H A Dtestcfg.py28 if output.exit_code != 0:
/external/compiler-rt/include/sanitizer/
H A Dasan_interface.h73 int __asan_set_error_exit_code(int exit_code);
H A Dmsan_interface.h59 void __msan_set_exit_code(int exit_code);
/external/gtest/include/gtest/
H A Dgtest-death-test.h94 // bool KilledBySIGHUP(int exit_code) {
95 // return WIFSIGNALED(exit_code) && WTERMSIG(exit_code) == SIGHUP;
192 explicit ExitedWithCode(int exit_code);
/external/kernel-headers/original/uapi/linux/
H A Dcn_proc.h123 __u32 exit_code, exit_signal; member in struct:proc_event::__anon22924::exit_proc_event
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-death-test.h83 // bool KilledBySIGHUP(int exit_code) {
84 // return WIFSIGNALED(exit_code) && WTERMSIG(exit_code) == SIGHUP;
181 explicit ExitedWithCode(int exit_code);
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest-death-test.h83 // bool KilledBySIGHUP(int exit_code) {
84 // return WIFSIGNALED(exit_code) && WTERMSIG(exit_code) == SIGHUP;
181 explicit ExitedWithCode(int exit_code);
/external/protobuf/gtest/include/gtest/
H A Dgtest-death-test.h83 // bool KilledBySIGHUP(int exit_code) {
84 // return WIFSIGNALED(exit_code) && WTERMSIG(exit_code) == SIGHUP;
181 explicit ExitedWithCode(int exit_code);
/external/protobuf/gtest/src/
H A Dgtest-death-test.cc111 ExitedWithCode::ExitedWithCode(int exit_code) : exit_code_(exit_code) { argument
140 static String ExitSummary(int exit_code) { argument
143 m << "Exited with exit status " << exit_code; local
145 if (WIFEXITED(exit_code)) {
146 m << "Exited with exit status " << WEXITSTATUS(exit_code);
147 } else if (WIFSIGNALED(exit_code)) {
148 m << "Terminated by signal " << WTERMSIG(exit_code);
151 if (WCOREDUMP(exit_code)) {
/external/chromium_org/base/test/launcher/
H A Dunit_test_launcher.cc239 int exit_code,
249 exit_code,
268 int exit_code,
279 exit_code,
306 int exit_code,
384 if (!has_non_success_test && exit_code != 0) {
238 GTestCallback(const GTestCallbackState& callback_state, int exit_code, const TimeDelta& elapsed_time, bool was_timeout, const std::string& output) argument
266 SerialGTestCallback(const GTestCallbackState& callback_state, const std::vector<std::string>& test_names, int exit_code, const TimeDelta& elapsed_time, bool was_timeout, const std::string& output) argument
301 ProcessTestResults( TestLauncher* test_launcher, const std::vector<std::string>& test_names, const base::FilePath& output_file, const std::string& output, int exit_code, bool was_timeout, std::vector<std::string>* tests_to_relaunch) argument
/external/chromium_org/v8/tools/
H A Drun-deopt-fuzzer.py294 exit_code = 0
324 exit_code = exit_code or code
327 return exit_code
424 exit_code = runner.Run(options.j)
472 return exit_code or code
H A Dnacl-run.py53 exit_code = process.wait()
62 return exit_code or Check(output, errors)
/external/chromium_org/chrome/installer/setup/
H A Dsetup_main.cc976 int* exit_code) {
978 // only determine the |exit_code| from |status| at the end (this will allow
1013 *exit_code = InstallUtil::GetInstallReturnCode(status);
1014 if (*exit_code) {
1026 *exit_code = ShowEULADialog(inner_frame);
1028 if (installer::EULA_REJECTED != *exit_code) {
1054 *exit_code = InstallUtil::GetInstallReturnCode(status);
1058 *exit_code = InstallUtil::GetInstallReturnCode(status);
1106 *exit_code = InstallUtil::GetInstallReturnCode(status);
1110 *exit_code
972 HandleNonInstallCmdLineOptions(const InstallationState& original_state, const base::FilePath& setup_exe, const CommandLine& cmd_line, InstallerState* installer_state, int* exit_code) argument
1762 int exit_code = 0; local
1782 DWORD exit_code = installer::UNKNOWN_STATUS; local
[all...]
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dchrome_desktop_impl.cc54 int exit_code; local
55 return base::GetTerminationStatus(process_id, &exit_code) !=
/external/compiler-rt/lib/msan/
H A Dmsan.cc117 ParseFlag(str, &f->exit_code, "exit_code", "");
118 if (f->exit_code < 0 || f->exit_code > 127) {
119 Printf("Exit code not in [0, 128) range: %d\n", f->exit_code);
174 f->exit_code = 77;
419 void __msan_set_exit_code(int exit_code) { argument
420 flags()->exit_code = exit_code;
/external/chromium_org/build/android/pylib/base/
H A Dtest_dispatcher.py252 exit_code = 0
275 exit_code = constants.WARNING_EXIT_CODE
287 exit_code = constants.ERROR_EXIT_CODE
288 return (run_results, exit_code)
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dzip_file_creator.cc66 void ZipFileCreator::OnProcessCrashed(int exit_code) { argument
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dsafe_audio_video_checker.cc76 void SafeAudioVideoChecker::OnProcessCrashed(int exit_code) { argument
/external/chromium_org/chrome/installer/util/
H A Dproduct.h90 // The status of Chrome at the return of the function is given by exit_code.
95 int32* exit_code) const;
/external/chromium_org/chromecast/shell/app/
H A Dcast_main_delegate.cc29 bool CastMainDelegate::BasicStartupComplete(int* exit_code) { argument
/external/chromium_org/components/nacl/loader/
H A Dnacl_helper_linux.cc219 int exit_code; local
222 status = base::GetKnownDeadTerminationStatus(child_to_wait, &exit_code);
224 status = base::GetTerminationStatus(child_to_wait, &exit_code);
226 output_pickle->WriteInt(exit_code);
/external/chromium_org/content/zygote/
H A Dzygote_linux.h69 // status in |status| and the exit code in |exit_code|.
72 int* exit_code);

Completed in 6982 milliseconds

1234567891011>>