Searched refs:exitstatus (Results 1 – 10 of 10) sorted by relevance
/external/vulkan-validation-layers/tests/ |
D | _vkvalidatelayerdoc.ps1 | 24 $exitstatus = 0 variable 29 $exitstatus = 1 variable 33 exit $exitstatus variable
|
/external/lldb/test/pexpect-2.4/examples/ |
D | rippy.py | 308 (command_output, exitstatus) = run(cmd) 356 …(command_output, exitstatus) = pexpect.run(cmd, events={pexpect.TIMEOUT:progress_callback}, timeou… 357 if exitstatus != 0: 358 print "RUN FAILED. RETURNED EXIT STATUS:", exitstatus 359 print >>GLOBAL_LOGFILE, "RUN FAILED. RETURNED EXIT STATUS:", exitstatus 360 return (command_output, exitstatus) 419 (command_output, exitstatus) = run(cmd) 444 (command_output, exitstatus) = run(cmd) 454 (command_output, exitstatus) = run(cmd) 489 (command_output, exitstatus) = run(cmd) [all …]
|
/external/bison/m4/ |
D | posix_spawn.m4 | 159 int exitstatus; 215 exitstatus = WEXITSTATUS (status); 216 if (exitstatus != 127) 218 fprintf (stderr, "subprocess terminated with unexpected exit status %d\n", exitstatus); 284 int exitstatus; 326 exitstatus = WEXITSTATUS (status); 327 if (exitstatus != 0) 329 fprintf (stderr, "subprocess terminated with unexpected exit status %d\n", exitstatus); 362 int exitstatus; 373 exitstatus = parent_main (); [all …]
|
/external/autotest/client/common_lib/ |
D | pexpect.py | 258 return (child_result, child.exitstatus) 391 self.exitstatus = None 465 s.append('exitstatus: ' + str(self.exitstatus)) 1097 self.exitstatus = os.WEXITSTATUS(status) 1100 self.exitstatus = os.WEXITSTATUS(status) 1105 self.exitstatus = None 1110 return self.exitstatus 1163 self.exitstatus = os.WEXITSTATUS(status) 1168 self.exitstatus = None
|
/external/lldb/test/pexpect-2.4/ |
D | pexpect.py | 259 return (child_result, child.exitstatus) 392 self.exitstatus = None 466 s.append('exitstatus: ' + str(self.exitstatus)) 1102 self.exitstatus = os.WEXITSTATUS(status) 1105 self.exitstatus = os.WEXITSTATUS(status) 1110 self.exitstatus = None 1115 return self.exitstatus 1168 self.exitstatus = os.WEXITSTATUS(status) 1173 self.exitstatus = None
|
/external/autotest/client/tools/ |
D | boottool | 2477 ) or pod2usage(-verbose => 1, -exitstatus => 0); 2479 pod2usage(-verbose => 2, -exitstatus => 0) if ($params{man}); 2480 pod2usage(-verbose => 1, -exitstatus => 0) if ($params{help}); 2481 pod2usage(-verbose => 0, -exitstatus => 0) if ! %params;
|
/external/v8/build/android/ |
D | lighttpd_server.py | 250 print 'Server exit code:', server.process.exitstatus
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/ |
D | grammar.rb | 181 case status = $?.exitstatus
|
/external/mksh/src/ |
D | jobs.c | 1567 int exitstatus = (WEXITSTATUS(p->status)) & 255; in j_print() local 1571 else if (exitstatus == 0) in j_print() 1575 exitstatus); in j_print()
|
/external/bison/ |
D | configure | 18489 int exitstatus; 18545 exitstatus = WEXITSTATUS (status); 18546 if (exitstatus != 127) 18548 fprintf (stderr, "subprocess terminated with unexpected exit status %d\n", exitstatus); 18628 int exitstatus; 18670 exitstatus = WEXITSTATUS (status); 18671 if (exitstatus != 0) 18673 fprintf (stderr, "subprocess terminated with unexpected exit status %d\n", exitstatus); 18706 int exitstatus; 18717 exitstatus = parent_main (); [all …]
|