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

123

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Devent_listener.cc90 int return_code; local
92 return_code = pthread_cond_timedwait(&signal_cond_,
96 return_code = pthread_cond_wait(&signal_cond_,
101 return_code = EINTR;
104 if (return_code != 0) {
106 return Error(return_code);
150 int return_code = 0; local
156 return_code = pthread_cond_timedwait(&signal_cond_,
160 return_code = pthread_cond_wait(&signal_cond_,
164 if (return_code !
[all...]
/external/chromium_org/chrome/browser/chromeos/login/easy_unlock/
H A Deasy_unlock_get_keys_operation.cc48 cryptohome::MountError return_code,
53 if (return_code == cryptohome::MOUNT_ERROR_NONE ||
54 return_code == cryptohome::MOUNT_ERROR_KEY_FAILURE) {
59 LOG(ERROR) << "Easy unlock failed to get key data, code=" << return_code;
46 OnGetKeyData( bool success, cryptohome::MountError return_code, const std::vector<cryptohome::KeyDefinition>& key_definitions) argument
H A Deasy_unlock_remove_keys_operation.cc67 cryptohome::MountError return_code) {
76 if (return_code == cryptohome::MOUNT_ERROR_KEY_FAILURE) {
80 << return_code;
65 OnKeyRemoved( bool success, cryptohome::MountError return_code) argument
H A Deasy_unlock_get_keys_operation.h33 cryptohome::MountError return_code,
H A Deasy_unlock_remove_keys_operation.h35 void OnKeyRemoved(bool success, cryptohome::MountError return_code);
H A Deasy_unlock_create_keys_operation.h45 cryptohome::MountError return_code);
/external/chromium_org/third_party/webrtc/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_org/tools/
H A Drun-bisect-manual-test.py84 return_code = subprocess.call(cmd)
86 if return_code:
87 print 'Error: bisect_perf_regression.py had exit code %d.' % return_code
90 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_org/chromeos/cryptohome/
H A Dhomedir_methods.h26 typedef base::Callback<void(bool success, MountError return_code)> Callback;
29 MountError return_code,
32 void(bool success, MountError return_code, const std::string& mount_hash)>
H A Dmock_homedir_methods.cc23 void MockHomedirMethods::SetUp(bool success, MountError return_code) { argument
25 return_code_ = return_code;
H A Dhomedir_methods_unittest.cc60 MountError return_code,
109 MountError return_code,
112 return_code_ = return_code;
107 StoreGetKeyDataExResult( bool success, MountError return_code, const std::vector<KeyDefinition>& key_definitions) argument
/external/chromium_org/chromeos/login/auth/
H A Dextended_authenticator_impl.cc300 cryptohome::MountError return_code,
305 if (return_code == cryptohome::MOUNT_ERROR_NONE) {
313 if (return_code == cryptohome::MOUNT_ERROR_TPM_COMM_ERROR ||
314 return_code == cryptohome::MOUNT_ERROR_TPM_DEFEND_LOCK ||
315 return_code == cryptohome::MOUNT_ERROR_TPM_NEEDS_REBOOT) {
318 if (return_code == cryptohome::MOUNT_ERROR_USER_DOES_NOT_EXIST) {
334 cryptohome::MountError return_code) {
336 if (return_code == cryptohome::MOUNT_ERROR_NONE) {
344 LOG(ERROR) << "Supervised user cryptohome error, code: " << return_code;
348 if (return_code
295 OnMountComplete( const std::string& time_marker, const UserContext& user_context, const ResultCallback& success_callback, bool success, cryptohome::MountError return_code, const std::string& mount_hash) argument
329 OnOperationComplete( const std::string& time_marker, const UserContext& user_context, const base::Closure& success_callback, bool success, cryptohome::MountError return_code) argument
[all...]
/external/chromium_org/tools/auto_bisect/
H A Dbuilder.py223 return_code = bisect_utils.RunProcess(cmd)
224 return not return_code
252 return_code = bisect_utils.RunProcess(cmd)
254 return not return_code
281 return_code = bisect_utils.RunProcess(cmd)
283 return not return_code
367 return_code = bisect_utils.RunProcess(cmd)
368 return not return_code
377 return_code = bisect_utils.RunProcess(cmd)
378 return not return_code
[all...]
H A DPRESUBMIT.py80 return_code = subprocess.call(['python', test_runner])
81 if return_code:
H A Dsource_control.py161 (log_output, return_code) = bisect_utils.RunGit(cmd, cwd=cwd)
163 assert not return_code, 'An error occurred while running'\
166 if not return_code:
/external/chromium_org/chrome/app/
H A Dclient_util.h54 virtual int OnBeforeExit(int return_code, const base::string16& dll_path) = 0;
H A Dclient_util.cc343 virtual int OnBeforeExit(int return_code, const base::string16& dll_path) { argument
347 if (chrome::RESULT_CODE_NORMAL_EXIT_CANCEL == return_code) {
350 return return_code;
360 virtual int OnBeforeExit(int return_code,
362 return return_code;
/external/chromium_org/chrome/browser/ui/startup/
H A Dstartup_browser_creator.h47 int* return_code) {
49 last_opened_profiles, return_code, this);
78 int* return_code);
131 int* return_code,
43 Start(const base::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/chromium_org/third_party/closure_compiler/
H A Dcompiler_customization_test.py46 return_code, output = self._runChecker(source_code)
48 self.assertTrue(return_code == 0,
50 return_code, output))
/external/tcpdump/
H A Dprint-lspping.c72 u_int8_t return_code; member in struct:lspping_common_header
539 if (lspping_com_header->return_code == 3 ||
540 lspping_com_header->return_code == 4 ||
541 lspping_com_header->return_code == 8 ||
542 lspping_com_header->return_code == 10 ||
543 lspping_com_header->return_code == 11 ||
544 lspping_com_header->return_code == 12 )
546 tok2str(lspping_return_code_values, "unknown",lspping_com_header->return_code),
548 lspping_com_header->return_code,
552 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::__anon2604::InterceptFunctionInformation
74 intercept_information->return_code =
135 return intercept_information.return_code;
/external/webrtc/src/modules/audio_processing/test/testsupport/metrics/
H A Dvideo_metrics.cc137 int return_code = 0; local
142 return_code = -3;
151 return return_code;
/external/webrtc/test/testsupport/metrics/
H A Dvideo_metrics.cc137 int return_code = 0; local
142 return_code = -3;
151 return return_code;

Completed in 6994 milliseconds

123