| /external/mtpd/ |
| mtpd.h | 51 enum exit_code { enum
|
| /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/utils/sym_check/sym_check/ |
| extract.py | 49 out, _, exit_code = util.execute_command_verbose(cmd) 50 if exit_code != 0: 132 out, _, exit_code = util.execute_command_verbose(cmd) 133 if exit_code != 0:
|
| /system/update_engine/ |
| hardware_chromeos.cc | 170 int exit_code = 0; local 173 bool success = Subprocess::SynchronousExec(cmd, &exit_code, &input_line); 174 if (!success || exit_code) { 175 LOG(ERROR) << "Unable to read ec info from mosys (" << exit_code << ")";
|
| /external/libchrome/base/test/ |
| multiprocess_test_android.cc | 76 int32_t exit_code = 0; member in struct:base::__anon22671::WaitProcessResponse 103 int* exit_code); 293 int exit_code = -1; local 294 bool success = process.WaitForExitWithTimeout(timeout, &exit_code); 297 resp.exit_code = exit_code; 348 const Process& process, TimeDelta timeout, int* exit_code) { 365 *exit_code = response.exit_code; 386 const Process& process, TimeDelta timeout, int* exit_code) { [all...] |
| /external/libcxx/utils/ |
| sym_diff.py | 69 exit_code = 1 if is_break or (args.strict and is_different) else 0 70 sys.exit(exit_code)
|
| /system/core/debuggerd/ |
| debuggerd.cpp | 35 static void usage(int exit_code) { 39 _exit(exit_code);
|
| /external/autotest/server/site_tests/telemetry_Crosperf/ |
| telemetry_Crosperf.py | 124 exit_code = result.exit_status 129 logging.debug('command return value: %d', exit_code) 130 return exit_code 174 exit_code = result.exit_status 177 exit_code = e.result_obj.exit_status 186 '\nstdout:%s\nstderr:%s', exit_code,
|
| /external/libchrome/sandbox/linux/services/ |
| namespace_sandbox_unittest.cc | 66 int exit_code = kDummyExitCode; local 67 EXPECT_TRUE(process.WaitForExit(&exit_code)); 68 EXPECT_EQ(0, exit_code); 137 int exit_code = kDummyExitCode; local 138 CHECK(process.WaitForExit(&exit_code)); 139 CHECK_EQ(0, exit_code);
|
| /development/python-packages/adb/ |
| device.py | 41 def __init__(self, cmd, stdout, stderr, exit_code): 43 '`{0}` exited with code {1}'.format(cmd, exit_code)) 47 self.exit_code = exit_code 304 An (exit_code, output_string) tuple. The output string is 343 exit_code, stdout, stderr = self.shell_nocheck(cmd) 344 if exit_code != 0: 345 raise ShellError(cmd, stdout, stderr, exit_code) 355 An (exit_code, stdout, stderr) tuple. Stderr may be combined 364 exit_code = p.returncod [all...] |
| /external/google-breakpad/src/testing/gtest/test/ |
| gtest_test_utils.py | 172 def GetExitStatus(exit_code): 176 exit_code: the result value of os.system(command). 182 return exit_code 186 if os.WIFEXITED(exit_code): 187 return os.WEXITSTATUS(exit_code) 212 exit_code The code with which the child process exited. 288 self.exit_code = self._return_code
|
| /external/googletest/googletest/test/ |
| gtest_test_utils.py | 187 def GetExitStatus(exit_code): 191 exit_code: the result value of os.system(command). 197 return exit_code 201 if os.WIFEXITED(exit_code): 202 return os.WEXITSTATUS(exit_code) 227 exit_code The code with which the child process exited. 303 self.exit_code = self._return_code
|
| /external/protobuf/gtest/test/ |
| gtest_test_utils.py | 176 def GetExitStatus(exit_code): 180 exit_code: the result value of os.system(command). 186 return exit_code 190 if os.WIFEXITED(exit_code): 191 return os.WEXITSTATUS(exit_code) 216 exit_code The code with which the child process exited. 292 self.exit_code = self._return_code
|
| /external/v8/testing/gtest/test/ |
| gtest_test_utils.py | 187 def GetExitStatus(exit_code): 191 exit_code: the result value of os.system(command). 197 return exit_code 201 if os.WIFEXITED(exit_code): 202 return os.WEXITSTATUS(exit_code) 227 exit_code The code with which the child process exited. 303 self.exit_code = self._return_code
|
| /external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
| gtest_test_utils.py | 187 def GetExitStatus(exit_code): 191 exit_code: the result value of os.system(command). 197 return exit_code 201 if os.WIFEXITED(exit_code): 202 return os.WEXITSTATUS(exit_code) 227 exit_code The code with which the child process exited. 303 self.exit_code = self._return_code
|
| /prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/ |
| gtest_test_utils.py | 172 def GetExitStatus(exit_code): 176 exit_code: the result value of os.system(command). 182 return exit_code 186 if os.WIFEXITED(exit_code): 187 return os.WEXITSTATUS(exit_code) 212 exit_code The code with which the child process exited. 288 self.exit_code = self._return_code
|
| /prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/ |
| gtest_test_utils.py | 172 def GetExitStatus(exit_code): 176 exit_code: the result value of os.system(command). 182 return exit_code 186 if os.WIFEXITED(exit_code): 187 return os.WEXITSTATUS(exit_code) 212 exit_code The code with which the child process exited. 288 self.exit_code = self._return_code
|
| /external/autotest/cli/ |
| cli_mock.py | 148 def run_cmd(self, argv, rpcs=[], exit_code=None, 158 @param exit_code: Expected exit code of the command (if not 0). 174 if exit_code is not None: 175 sys.exit.expect_call(exit_code).and_raises(ExitException)
|
| /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/ |
| tcpdump_profiler.py | 81 exit_code = self._proc.wait() 83 if exit_code: 86 (exit_code, self._GetStdOut()))
|
| /external/libchrome/base/process/ |
| launch_posix.cc | 527 // success, the application exit code will be returned in |*exit_code|, which 535 int* exit_code) { 538 // exit_code must be supplied so calling function can determine success. 539 DCHECK(exit_code); 540 *exit_code = EXIT_FAILURE; 627 return process.WaitForExit(exit_code); 638 int exit_code; local 640 GetAppOutputInternal(argv, nullptr, false, output, true, &exit_code); 641 return result && exit_code == EXIT_SUCCESS; 646 int exit_code; local [all...] |
| /system/media/brillo/audio/audioservice/ |
| audio_daemon.cpp | 138 int exit_code = Daemon::OnInit(); local 139 if (exit_code != EX_OK) return exit_code;
|
| /external/v8/tools/clang/scripts/ |
| package.py | 51 exit_code = proc.wait() 52 if exit_code != 0 and fail_hard: 104 exit_code = RunGsutil(gsutil_args) 105 if exit_code != 0: 106 print "gsutil failed, exit_code: %s" % exit_code 107 os.exit(exit_code)
|
| /external/jsoncpp/test/ |
| rununittests.py | 70 exit_code = runAllTests( args[0], use_valgrind=options.valgrind ) 71 sys.exit( exit_code )
|
| /external/v8/tools/ |
| android-run.py | 58 exit_code = process.wait() 67 return exit_code or Check(output, errors)
|
| /system/tpm/tpm_manager/client/ |
| main.cc | 164 int exit_code = ClientLoopBase::OnInit(); variable 165 if (exit_code != EX_OK) { 167 return exit_code; 194 exit_code = ScheduleCommand(); 195 if (exit_code == EX_USAGE) { 198 return exit_code; 201 void OnShutdown(int* exit_code) override { 204 ClientLoopBase::OnShutdown(exit_code);
|
| /bionic/libc/kernel/uapi/linux/ |
| cn_proc.h | 106 __u32 exit_code, exit_signal; member in struct:proc_event::__anon495::exit_proc_event
|