Home
last modified time | relevance | path

Searched refs:exit_status (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dspawn.py135 exit_status = os.WEXITSTATUS(status)
136 if exit_status == 0:
141 (cmd[0], exit_status)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dthread_sgi.h19 static int exit_status; variable
191 dprintf(("really exit (%d)\n", exit_status)); in PyThread_exit_thread()
192 exit(exit_status); in PyThread_exit_thread()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dcompileall.py226 exit_status = int(not main()) variable
227 sys.exit(exit_status)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dcompileall.py213 exit_status = int(not main()) variable
214 sys.exit(exit_status)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_optparse.py32 exit_status=None, argument
35 self.exit_status = exit_status
43 raise InterceptedError(exit_status=status, exit_message=msg)
178 self.assertEqual(err.exit_status, expected_status)