/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_cmd_line.py | 19 def exit_code(self, *args): member in class:CmdLineTest 23 self.assertNotEqual(self.exit_code('.'), 0) 24 self.assertNotEqual(self.exit_code('< .'), 0) 54 self.assertNotEqual(self.exit_code('-m'), 0) 57 self.exit_code('-m', 'fnord43520xyz'), 62 self.exit_code('-m', 'runpy', 'fnord43520xyz'), 66 self.exit_code('-m', 'timeit', '-n', '1'), 83 self.assertNotEqual(self.exit_code('-c'), 0) 86 self.exit_code('-c', 'raise Exception'), 90 self.exit_code('-c', 'pass') [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_cmd_line.py | 19 def exit_code(self, *args): member in class:CmdLineTest 23 self.assertNotEqual(self.exit_code('.'), 0) 24 self.assertNotEqual(self.exit_code('< .'), 0) 54 self.assertNotEqual(self.exit_code('-m'), 0) 57 self.exit_code('-m', 'fnord43520xyz'), 62 self.exit_code('-m', 'runpy', 'fnord43520xyz'), 66 self.exit_code('-m', 'timeit', '-n', '1'), 83 self.assertNotEqual(self.exit_code('-c'), 0) 86 self.exit_code('-c', 'raise Exception'), 90 self.exit_code('-c', 'pass') [all...] |
/external/chromium/chrome/browser/first_run/ |
upgrade_util_win.cc | 50 DWORD exit_code; local 51 ::GetExitCodeProcess(handle, &exit_code); 53 if (exit_code == installer::RENAME_SUCCESSFUL) 101 DWORD exit_code; local 102 ::GetExitCodeProcess(handle, &exit_code); 104 if (exit_code == installer::RENAME_SUCCESSFUL)
|
/external/chromium_org/base/win/ |
scoped_process_information_unittest.cc | 139 int exit_code = 0; local 141 &exit_code)); 142 ASSERT_EQ(7, exit_code); 144 exit_code = 0; 146 &exit_code)); 147 ASSERT_EQ(7, exit_code);
|
/external/chromium_org/build/android/pylib/perf/ |
test_runner.py | 81 return persisted_result['exit_code'] 185 output, exit_code = pexpect.run( 193 if exit_code is None: 194 exit_code = -1 195 logging.info('%s : exit_code=%d in %d secs at %s', 196 test_name, exit_code, (end_time - start_time).seconds, 199 if exit_code == 0: 201 actual_exit_code = exit_code 203 # The exit_code is used at the second stage when printing the 207 exit_code = [all...] |
/external/chromium_org/chrome_frame/ |
update_launcher.cc | 26 DWORD exit_code = 0; local 28 ::GetExitCodeProcess(handle, &exit_code)) ? 29 exit_code : kLaunchFailureExitCode;
|
test_utils.cc | 92 int exit_code = -1; local 115 process_handle.Get(), &exit_code, 123 if (exit_code != 0) { 126 << "DLL registration failed (exit code: 0x" << std::hex << exit_code 132 << "DLL unregistration failed (exit code: 0x" << std::hex << exit_code 185 HRESULT exit_code = 0; local 188 exit_code = HRESULT_FROM_WIN32(ERROR_PROC_NOT_FOUND); 196 exit_code = HRESULT_FROM_WIN32(::GetLastError()); 203 exit_code = HRESULT_FROM_WIN32(::GetLastError()); 205 exit_code = register_func() [all...] |
/system/media/camera/docs/ |
metadata-parser-sanity-check | 37 exit_code=$? 40 if [[ $exit_code -ne 0 ]] 47 exit $exit_code
|
/external/chromium_org/content/public/browser/ |
browser_child_process_host_delegate.h | 27 // Called if the process crashed. |exit_code| is the status returned when the 30 virtual void OnProcessCrashed(int exit_code) {}
|
browser_child_process_host.h | 60 // Returns the termination status of a child. |exit_code| is the 63 // GetExitCodeProcess()). |exit_code| may be NULL. 68 bool known_dead, int* exit_code) = 0;
|
/external/chromium_org/build/android/pylib/ |
forwarder.py | 95 (exit_code, output) = cmd_helper.GetCmdStatusAndOutput( 102 if exit_code != 0: 104 instance._host_forwarder_path, exit_code, '\n'.join(output))) 222 (exit_code, output) = cmd_helper.GetCmdStatusAndOutput( 224 if exit_code != 0: 226 instance._host_forwarder_path, exit_code, '\n'.join(output))) 285 (exit_code, output) = adb.GetShellCommandStatusAndOutput( 288 if exit_code != 0: 299 (exit_code, output) = cmd_helper.GetCmdStatusAndOutput( 301 if exit_code != 0 [all...] |
/external/chromium/testing/gmock/test/ |
gmock_test_utils.py | 76 def GetExitStatus(exit_code): 80 exit_code: the result value of os.system(command). 86 return exit_code 90 if os.WIFEXITED(exit_code): 91 return os.WEXITSTATUS(exit_code)
|
/external/chromium_org/base/process/ |
kill_posix.cc | 88 int* exit_code) { 94 if (exit_code) 95 *exit_code = 0; 99 if (exit_code) 100 *exit_code = 0; 104 if (exit_code) 105 *exit_code = status; 133 // entry structure. Ignores specified exit_code; posix can't force that. 135 bool KillProcess(ProcessHandle process_id, int exit_code, bool wait) { 194 TerminationStatus GetTerminationStatus(ProcessHandle handle, int* exit_code) { [all...] |
process_util_unittest.cc | 99 int* exit_code) { 105 status = base::GetTerminationStatus(handle, exit_code); 181 int exit_code = 42; local 183 base::GetTerminationStatus(handle, &exit_code)); 184 EXPECT_EQ(kExpectedStillRunningExitCode, exit_code); 187 exit_code = 42; 189 WaitForChildTermination(handle, &exit_code); 191 EXPECT_EQ(0, exit_code); 250 int exit_code = 42; local 252 base::GetTerminationStatus(handle, &exit_code)); 298 int exit_code = 42; local 781 int exit_code; local [all...] |
/external/chromium_org/v8/tools/ |
fuzz-harness.sh | 86 exit_code=$(cat w* | grep " looking good" -c) 87 exit_code=$((100-exit_code)) 91 echo "Total failures: $exit_code" 92 exit $exit_code
|
/external/protobuf/gtest/test/ |
gtest_help_test.py | 84 return child.exit_code, child.output 94 exit_code, output = RunWithFlag(flag) 95 self.assertEquals(0, exit_code) 120 exit_code, output = RunWithFlag(None) 121 self.assert_(exit_code != 0)
|
/external/chromium_org/chrome/installer/setup/ |
setup_util.cc | 41 // waits indefinitely for it to exit and populates |exit_code| as expected. On 42 // the off chance that waiting itself fails, |exit_code| is set to 46 int* exit_code) { 47 DCHECK(exit_code); 77 if (!base::WaitForExitCode(handle, exit_code)) { 79 *exit_code = WAIT_FOR_EXISTING_FAILED; 81 VLOG(1) << "Existing installer returned exit code " << *exit_code; 109 const int exit_code = (patch_status != courgette::C_OK) ? local 112 LOG_IF(ERROR, exit_code) 115 << ". err=" << exit_code; 131 const int exit_code = patch_status != OK ? local 301 int exit_code = 0; local [all...] |
/external/chromium_org/chrome/browser/component_updater/test/ |
component_patcher_unittest.cc | 46 int exit_code; local 48 exit_code = courgette::ApplyEnsemblePatch(input_file.value().c_str(), 51 if (exit_code == courgette::C_OK) 53 *error = exit_code + kCourgetteErrorOffset; 55 exit_code = courgette::ApplyBinaryPatch(input_file, 58 if (exit_code == courgette::OK) 60 *error = exit_code + kBsdiffErrorOffset;
|
/external/chromium_org/content/shell/browser/ |
shell_browser_main.cc | 131 int exit_code = main_runner->Initialize(parameters); local 132 DCHECK_LT(exit_code, 0) 135 if (exit_code >= 0) 136 return exit_code; 213 exit_code = 0; 218 exit_code = main_runner->Run(); 223 return exit_code;
|
/external/chromium_org/v8/tools/testrunner/local/ |
commands.py | 92 exit_code = None 95 while exit_code is None: 99 exit_code = process.wait() 102 exit_code = process.poll() 107 return (exit_code, timed_out) 138 (exit_code, timed_out) = RunProcess( 153 return output.Output(exit_code, timed_out, out, errors)
|
/external/chromium_org/build/linux/unbundle/ |
remove_bundled_libraries.py | 70 exit_code = 0 77 exit_code = 1 83 return exit_code
|
/external/chromium_org/chrome/browser/nacl_host/test/ |
gdb_debug_stub_browsertest.cc | 62 int exit_code; local 63 base::WaitForExitCode(test_script, &exit_code); 64 EXPECT_EQ(0, exit_code);
|
/external/chromium_org/content/browser/ |
child_process_launcher.h | 66 // |exit_code| is the exit code of the process if it exited (e.g. status from 67 // waitpid if on posix, from GetExitCodeProcess on Windows). |exit_code| may 70 int* exit_code);
|
/external/chromium_org/sandbox/linux/services/ |
init_process_reaper.cc | 72 int exit_code = 0; local 75 exit_code = reaped_child_info.si_status; 79 _exit(exit_code);
|
/external/chromium_org/sandbox/win/tests/integration_tests/ |
integration_tests_test.cc | 175 DWORD exit_code; local 176 ASSERT_TRUE(::GetExitCodeProcess(runner.process(), &exit_code)); 177 ASSERT_EQ(STILL_ACTIVE, exit_code); 199 DWORD exit_code; local 202 ASSERT_TRUE(::GetExitCodeProcess(runner2.process(), &exit_code)); 203 ASSERT_EQ(STILL_ACTIVE, exit_code); 225 DWORD exit_code; local 228 ASSERT_TRUE(::GetExitCodeProcess(runner2.process(), &exit_code)); 229 ASSERT_EQ(STILL_ACTIVE, exit_code); 253 DWORD exit_code; local [all...] |