Searched refs:return_code (Results 1 - 25 of 64) sorted by relevance

123

/external/chromium_org/chrome/app/
H A Dchrome_exe_main_gtk.cc45 int return_code = ChromeMain(argc, argv); local
53 return return_code;
H A Dclient_util.h53 virtual int OnBeforeExit(int return_code, const string16& dll_path) { argument
54 return return_code;
H A Dclient_util.cc332 virtual int OnBeforeExit(int return_code, const string16& dll_path) { argument
336 if (chrome::RESULT_CODE_NORMAL_EXIT_CANCEL == return_code) {
339 return return_code;
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Devent_listener.cc92 int return_code; local
94 return_code = pthread_cond_timedwait(&signal_cond_,
98 return_code = pthread_cond_wait(&signal_cond_,
103 return_code = EINTR;
106 if (return_code != 0) {
108 return Error(return_code);
154 int return_code = 0; local
160 return_code = pthread_cond_timedwait(&signal_cond_,
164 return_code = pthread_cond_wait(&signal_cond_,
168 if (return_code !
[all...]
/external/chromium/chrome/browser/ui/
H A Dbrowser_init.h37 Profile* profile, int* return_code) {
38 return ProcessCmdLineImpl(cmd_line, cur_dir, true, profile, return_code,
50 Profile* profile, int* return_code) {
52 return_code, NULL);
69 int* return_code);
218 Profile* profile, int* return_code,
36 Start(const CommandLine& cmd_line, const FilePath& cur_dir, Profile* profile, int* return_code) argument
48 ProcessCommandLine(const CommandLine& cmd_line, const FilePath& cur_dir, bool process_startup, Profile* profile, int* return_code) argument
/external/chromium_org/tools/
H A Drun-bisect-manual-test.py71 return_code = subprocess.call(cmd)
73 if return_code:
75 return_code
78 return return_code
H A Dbisect-perf-regression.py336 (output, return_code) = RunGit(command, cwd=cwd)
338 assert not return_code, 'An error occurred while running'\
377 return_code = RunProcess(cmd)
379 return not return_code
390 return_code = RunProcess(cmd)
392 return not return_code
404 return_code = RunProcess(cmd)
406 return not return_code
558 return_code = RunProcess(cmd)
559 return not return_code
[all...]
H A Drun-bisect-perf-regression.py346 return_code = subprocess.call(cmd)
348 if return_code:
350 return_code
353 return return_code
/external/webrtc/src/system_wrappers/source/
H A Ddata_log_c_helpers_unittest.c37 int return_code = 0; local
39 return_code = -1;
42 return_code = -2;
45 return return_code;
/external/chromium/chrome/browser/chromeos/login/
H A Downer_manager.h38 // |return_code| indicates what happened, |payload| will be used to pass
41 virtual void OnKeyOpComplete(const KeyOpCode return_code,
103 const KeyOpCode return_code,
105 d->OnKeyOpComplete(return_code, payload);
102 CallDelegate(Delegate* d, const KeyOpCode return_code, const std::vector<uint8>& payload) argument
H A Downer_manager.cc99 KeyOpCode return_code = SUCCESS; local
102 return_code = OPERATION_FAILED;
109 d, return_code, signature));
131 KeyOpCode return_code = SUCCESS; local
133 return_code = OPERATION_FAILED;
139 d, return_code, std::vector<uint8>()));
H A Downer_manager_unittest.h90 void OnKeyOpComplete(const OwnerManager::KeyOpCode return_code, argument
92 EXPECT_EQ(expected_, return_code);
127 void OnKeyOpComplete(const OwnerManager::KeyOpCode return_code, argument
129 EXPECT_EQ(expected_code_, return_code);
H A Dsigned_settings.cc77 OwnerManager::KeyOpCode return_code) {
78 return (return_code == OwnerManager::KEY_UNAVAILABLE ?
111 void OnKeyOpComplete(const OwnerManager::KeyOpCode return_code,
137 void OnKeyOpComplete(const OwnerManager::KeyOpCode return_code,
170 void OnKeyOpComplete(const OwnerManager::KeyOpCode return_code,
201 void OnKeyOpComplete(const OwnerManager::KeyOpCode return_code,
229 void OnKeyOpComplete(const OwnerManager::KeyOpCode return_code,
255 void OnKeyOpComplete(const OwnerManager::KeyOpCode return_code,
378 const OwnerManager::KeyOpCode return_code,
387 return_code, payloa
76 MapKeyOpCode( OwnerManager::KeyOpCode return_code) argument
377 OnKeyOpComplete( const OwnerManager::KeyOpCode return_code, const std::vector<uint8>& payload) argument
459 OnKeyOpComplete(const OwnerManager::KeyOpCode return_code, const std::vector<uint8>& sig) argument
572 OnKeyOpComplete(const OwnerManager::KeyOpCode return_code, const std::vector<uint8>& sig) argument
699 OnKeyOpComplete( const OwnerManager::KeyOpCode return_code, const std::vector<uint8>& sig) argument
812 OnKeyOpComplete(const OwnerManager::KeyOpCode return_code, const std::vector<uint8>& payload) argument
885 OnKeyOpComplete( const OwnerManager::KeyOpCode return_code, const std::vector<uint8>& payload) argument
[all...]
H A Dcryptohome_op.cc26 void CryptohomeOp::OnComplete(bool success, int return_code) { argument
31 success, return_code));
34 void CryptohomeOp::TriggerResolve(bool success, int return_code) { argument
36 attempt_->RecordCryptohomeStatus(success, return_code);
H A Dcryptohome_op.h45 virtual void OnComplete(bool success, int return_code);
/external/chromium_org/chrome/browser/ui/startup/
H A Dstartup_browser_creator.h44 int* return_code) {
46 last_opened_profiles, return_code, this);
80 int* return_code);
133 int* return_code,
40 Start(const CommandLine& cmd_line, const base::FilePath& cur_dir, Profile* last_used_profile, const Profiles& last_opened_profiles, int* return_code) argument
H A Dstartup_browser_creator_interactive_uitest.cc63 int return_code; local
71 last_opened_profiles, &return_code);
/external/tcpdump/
H A Dprint-lspping.c71 u_int8_t return_code; member in struct:lspping_common_header
531 if (lspping_com_header->return_code == 3 ||
532 lspping_com_header->return_code == 4 ||
533 lspping_com_header->return_code == 8 ||
534 lspping_com_header->return_code == 10 ||
535 lspping_com_header->return_code == 11 ||
536 lspping_com_header->return_code == 12 )
538 tok2str(lspping_return_code_values, "unknown",lspping_com_header->return_code),
540 lspping_com_header->return_code,
544 tok2str(lspping_return_code_values, "unknown",lspping_com_header->return_code),
[all...]
/external/chromium_org/base/win/
H A Diat_patch_function.cc22 DWORD return_code; member in struct:base::win::__anon4084::InterceptFunctionInformation
113 intercept_information->return_code =
174 return intercept_information.return_code;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
H A Dgardeningserver.py113 return_code, output, error = self._run_webkit_patch(command, json_input)
115 if return_code:
116 _log.error("rebaseline-json failed: %d, output='%s'" % (return_code, output))
/external/webrtc/test/testsupport/metrics/
H A Dvideo_metrics.cc137 int return_code = 0; local
142 return_code = -3;
151 return return_code;
/external/chromium_org/chromeos/cryptohome/
H A Dmock_async_method_caller.cc26 void MockAsyncMethodCaller::SetUp(bool success, MountError return_code) { argument
28 return_code_ = return_code;
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_window.cc119 int return_code;
122 process_startup, is_first_run, &return_code);
/external/chromium_org/chrome/browser/chromeos/login/managed/
H A Dmanaged_user_authenticator.cc31 cryptohome::MountError return_code) {
33 attempt->RecordCryptohomeStatus(success, return_code);
53 cryptohome::MountError return_code) {
55 TriggerResolve(attempt, resolver, success, return_code);
28 TriggerResolve(ManagedUserAuthenticator::AuthAttempt* attempt, scoped_refptr<ManagedUserAuthenticator> resolver, bool success, cryptohome::MountError return_code) argument
48 TriggerResolveWithLoginTimeMarker( const std::string& marker_name, ManagedUserAuthenticator::AuthAttempt* attempt, scoped_refptr<ManagedUserAuthenticator> resolver, bool success, cryptohome::MountError return_code) argument
/external/grub/netboot/
H A Dpci.c100 unsigned char return_code; /* %al */ local
113 : "=a" (return_code),
122 switch (return_code) {
130 service, return_code);

Completed in 522 milliseconds

123