HomeSort by relevance Sort by last modified time
    Searched refs:exitstatus (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/Scripts/
test-webkitruby 31 $exit_code = 1 if $?.exitstatus != 0
  /external/lldb/test/pexpect-2.4/examples/
rippy.py 308 (command_output, exitstatus) = run(cmd)
356 (command_output, exitstatus) = pexpect.run(cmd, events={pexpect.TIMEOUT:progress_callback}, timeout=5, withexitstatus=True, logfile=GLOBAL_LOGFILE)
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/chromium_org/third_party/pexpect/
pexpect.py 162 exitstatus). If 'withexitstatus' is false then this returns just
194 (command_output, exitstatus) = run('ls -l /bin', withexitstatus=1)
272 return (child_result, child.exitstatus)
385 in self.exitstatus or self.signalstatus. If the child exited normally
386 then exitstatus will store the exit return code and signalstatus will
388 signalstatus will store the signal value and exitstatus will be None.
407 self.exitstatus = None
494 s.append('exitstatus: ' + str(self.exitstatus))
    [all...]
  /external/lldb/test/pexpect-2.4/
pexpect.py 155 exitstatus). If 'withexitstatus' is false then this returns just
187 (command_output, exitstatus) = run ('ls -l /bin', withexitstatus=1)
259 return (child_result, child.exitstatus)
370 in self.exitstatus or self.signalstatus. If the child exited normally
371 then exitstatus will store the exit return code and signalstatus will
373 signalstatus will store the signal value and exitstatus will be None.
392 self.exitstatus = None
466 s.append('exitstatus: ' + str(self.exitstatus))
    [all...]
  /external/chromium_org/third_party/libjpeg_turbo/
jpegut.c 27 int exitstatus=0; variable
28 #define bailout() {exitstatus=-1; goto finally;}
386 return exitstatus;
  /external/chromium_org/build/android/
lighttpd_server.py 250 print 'Server exit code:', server.process.exitstatus
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
grammar.rb 181 case status = $?.exitstatus
  /external/bison/
configure     [all...]

Completed in 380 milliseconds