/external/chromium_org/v8/tools/testrunner/local/ |
testsuite.py | 185 return output.exit_code != 0 234 if output.exit_code != 0:
|
/external/iproute2/misc/ |
lnstat.c | 53 static int usage(char *name, int exit_code) 75 exit(exit_code);
|
/external/valgrind/main/tests/ |
vg_regtest | 345 my $exit_code = system($_[0]); 346 ($exit_code == 2) and exit 1; # 2 is SIGINT 347 return $exit_code;
|
vg_regtest.in | 345 my $exit_code = system($_[0]); 346 ($exit_code == 2) and exit 1; # 2 is SIGINT 347 return $exit_code;
|
/ndk/sources/host-tools/make-3.81/w32/subproc/ |
sub_proc.c | 44 int exit_code; member in struct:sub_process_t 97 if (fake_exits_pending && proc_array[i]->exit_code) 210 return (((sub_process *)proc)->exit_code); 797 pproc->exit_code = ierr; 895 pproc->exit_code = ierr; 1245 ((sub_process*) hProcess)->exit_code = process_last_err(hProcess);
|
/external/chromium_org/components/nacl/browser/ |
nacl_process_host.cc | 288 int exit_code = 0; local 289 process_->GetTerminationStatus(false /* known_dead */, &exit_code); 292 exit_code, exit_code); 293 if (exit_code == 0) { [all...] |
/external/chromium_org/content/browser/gpu/ |
gpu_process_host.cc | 455 int exit_code; local 457 false /* known_dead */, &exit_code); 465 exit_code, 476 exit_code); 817 void GpuProcessHost::OnProcessCrashed(int exit_code) { [all...] |
gpu_data_manager_impl_private.h | 85 void ProcessCrashed(base::TerminationStatus exit_code);
|
/external/qemu/target-i386/ |
svm_helper.c | 57 uint32_t exit_code, uint64_t exit_info_1) 483 /* Note: currently only 32 bits of exit_code are used */ 485 uint32_t exit_code, uint64_t exit_info_1) 490 exit_code, exit_info_1, 582 stq_phys(env->vm_vmcb + offsetof(struct vmcb, control.exit_code), exit_code);
|
/external/chromium_org/base/memory/ |
shared_memory_unittest.cc | 685 int exit_code = 0; local 687 EXPECT_TRUE(WaitForExitCode(handles[index], &exit_code)); 688 EXPECT_EQ(0, exit_code);
|
/external/chromium_org/chrome/browser/printing/cloud_print/test/ |
cloud_print_proxy_process_browsertest.cc | 484 int exit_code = -100; local 486 base::WaitForExitCodeWithTimeout(handle, &exit_code, 489 EXPECT_EQ(exit_code, 0);
|
/external/chromium_org/chrome/installer/util/ |
install_util.cc | 163 bool InstallUtil::ExecuteExeAsAdmin(const CommandLine& cmd, DWORD* exit_code) { 197 if (exit_code) 198 *exit_code = ret_val;
|
/external/chromium_org/chrome/tools/build/win/ |
create_installer_archive.py | 185 exit_code = subprocess.call(cmd, **kw) 186 if (exit_code != 0): 187 raise Exception("Error while running cmd: %s, exit_code: %s" % 188 (cmd, exit_code))
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/ |
perftestsrunner.py | 213 exit_code = self._generate_results() 214 if exit_code: 215 return exit_code
|
/external/chromium_org/chrome/browser/printing/ |
pdf_to_emf_converter.cc | 106 virtual void OnProcessCrashed(int exit_code) OVERRIDE; 419 void PdfToEmfUtilityProcessHostClient::OnProcessCrashed(int exit_code) {
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
base.py | 382 local_error.exit_code = script_error.exit_code 385 if local_error.exit_code: 499 exit_code = self._executive.run_command(comand, return_exit_code=True) 500 if exit_code == 0: 503 elif exit_code == 1: 506 err_str = "Image diff returned an exit code of %s. See http://crbug.com/278596" % exit_code [all...] |
/external/chromium_org/v8/samples/ |
shell.cc | 225 int exit_code = args[0]->Int32Value(); local 228 exit(exit_code);
|
/external/chromium_org/v8/src/ |
d8.h | 166 void ExitShell(int exit_code); 265 static void Exit(int exit_code);
|
/external/chromium_org/chrome/browser/chromeos/login/ |
wizard_controller.h | 239 virtual void OnExit(ExitCodes exit_code) OVERRIDE;
|
wizard_controller_browsertest.cc | 457 void OnExit(ScreenObserver::ExitCodes exit_code) { 458 WizardController::default_controller()->OnExit(exit_code); [all...] |
/external/chromium_org/chrome/browser/importer/ |
external_process_importer_client.cc | 64 void ExternalProcessImporterClient::OnProcessCrashed(int exit_code) {
|
/external/chromium_org/chrome/test/chromedriver/ |
chrome_launcher.cc | 339 int exit_code; local 341 base::GetTerminationStatus(process, &exit_code); 365 int exit_code; local 366 if (base::GetTerminationStatus(process, &exit_code) ==
|
/external/chromium_org/extensions/browser/guest_view/ |
guest_view_base.h | 235 int exit_code) OVERRIDE;
|
/external/chromium_org/v8/test/promises-aplus/ |
testcfg.py | 95 if output.exit_code != 0:
|
/external/chromium_org/v8/test/test262-es6/ |
testcfg.py | 127 if output.exit_code != 0:
|