HomeSort by relevance Sort by last modified time
    Searched refs:return_code (Results 1 - 25 of 66) sorted by null

1 2 3

  /device/moto/shamu/dataservices/rmnetctl/src/
librmnetctl.c 97 int bytes_read = -1, return_code = RMNETCTL_API_ERR_HNDL_INVALID; local
107 return_code = RMNETCTL_API_ERR_REQUEST_NULL;
111 return_code = RMNETCTL_API_ERR_RESPONSE_NULL;
116 return_code = RMNETCTL_API_ERR_REQUEST_NULL;
123 return_code = RMNETCTL_API_ERR_RESPONSE_NULL;
150 return_code = RMNETCTL_API_ERR_MESSAGE_SEND;
163 return_code = RMNETCTL_API_ERR_MESSAGE_RECEIVE;
172 return_code = RMNETCTL_API_ERR_RESPONSE_NULL;
179 return_code = RMNETCTL_API_ERR_MESSAGE_TYPE;
184 return_code = RMNETCTL_SUCCESS
198 int return_code = RMNETCTL_INVALID_ARG; local
219 int return_code = RMNETCTL_LIB_ERR; local
239 int return_code = RMNETCTL_LIB_ERR; local
259 int return_code = RMNETCTL_LIB_ERR; local
281 int return_code = RMNETCTL_KERNEL_ERR; local
294 int pid = -1, netlink_fd = -1, return_code = RMNETCTL_LIB_ERR; local
364 int str_len = -1, return_code = RMNETCTL_LIB_ERR; local
398 int str_len = -1, return_code = RMNETCTL_LIB_ERR; local
433 int str_len = -1, return_code = RMNETCTL_LIB_ERR; local
473 int str_len = -1, return_code = RMNETCTL_LIB_ERR; local
510 int str_len = -1, return_code = RMNETCTL_LIB_ERR; local
547 int str_len = -1, return_code = RMNETCTL_LIB_ERR; local
589 int str_len = -1, return_code = RMNETCTL_LIB_ERR; local
632 int str_len = -1, return_code = RMNETCTL_LIB_ERR; local
672 int str_len = -1, return_code = RMNETCTL_LIB_ERR; local
716 int return_code = RMNETCTL_LIB_ERR; local
771 int return_code = RMNETCTL_LIB_ERR; local
809 int return_code = RMNETCTL_LIB_ERR; local
    [all...]
  /device/moto/shamu/dataservices/rmnetctl/cli/
rmnetcli.c 227 static void print_rmnet_api_status(int return_code, uint16_t error_number)
229 if (return_code == RMNETCTL_SUCCESS)
231 else if (return_code == RMNETCTL_LIB_ERR)
233 else if (return_code == RMNETCTL_KERNEL_ERR)
235 else if (return_code == RMNETCTL_INVALID_ARG)
238 if (return_code == RMNETCTL_LIB_ERR) {
262 int return_code = RMNETCTL_LIB_ERR; local
273 return_code = rmnetctl_init(&handle, &error_number);
274 if (return_code!= RMNETCTL_SUCCESS) {
275 print_rmnet_api_status(return_code, error_number)
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
event_listener.cc 90 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 != 0
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/easy_unlock/
easy_unlock_get_keys_operation.cc 48 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;
easy_unlock_remove_keys_operation.h 35 void OnKeyRemoved(bool success, cryptohome::MountError return_code);
easy_unlock_remove_keys_operation.cc 67 cryptohome::MountError return_code) {
76 if (return_code == cryptohome::MOUNT_ERROR_KEY_FAILURE) {
80 << return_code;
easy_unlock_get_keys_operation.h 33 cryptohome::MountError return_code,
easy_unlock_create_keys_operation.h 45 cryptohome::MountError return_code);
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator.h 47 int* return_code) {
49 last_opened_profiles, return_code, this);
78 int* return_code);
131 int* return_code,
startup_browser_creator_interactive_uitest.cc 63 int return_code; local
71 last_opened_profiles, &return_code);
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
data_log_c_helpers_unittest.c 37 int return_code = 0; local
39 return_code = -1;
42 return_code = -2;
45 return return_code;
  /external/chromium_org/chromeos/cryptohome/
homedir_methods.h 26 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)>
mock_homedir_methods.cc 23 void MockHomedirMethods::SetUp(bool success, MountError return_code) {
25 return_code_ = return_code;
homedir_methods_unittest.cc 60 MountError return_code,
109 MountError return_code,
112 return_code_ = return_code;
mock_async_method_caller.cc 26 void MockAsyncMethodCaller::SetUp(bool success, MountError return_code) {
28 return_code_ = return_code;
  /external/chromium_org/chromeos/login/auth/
extended_authenticator_impl.cc 300 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 == cryptohome::MOUNT_ERROR_TPM_COMM_ERROR |
    [all...]
extended_authenticator_impl.h 83 cryptohome::MountError return_code,
89 cryptohome::MountError return_code);
  /external/chromium_org/tools/auto_bisect/
builder.py 223 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...]
source_control.py 161 (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/
client_util.h 54 virtual int OnBeforeExit(int return_code, const base::string16& dll_path) = 0;
client_util.cc 343 virtual int OnBeforeExit(int return_code, const base::string16& dll_path) {
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/tools/
run-bisect-manual-test.py 84 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/chromium_org/third_party/closure_compiler/
compiler_customization_test.py 46 return_code, output = self._runChecker(source_code)
48 self.assertTrue(return_code == 0,
50 return_code, output))
  /external/chromium_org/base/win/
iat_patch_function.cc 22 DWORD return_code; member in struct:base::win::__anon7229::InterceptFunctionInformation
74 intercept_information->return_code =
135 return intercept_information.return_code;
  /external/chromium_org/net/url_request/
url_request_context_builder_unittest.cc 44 explicit MockHttpAuthHandlerFactory(int return_code) :
45 return_code_(return_code) {}

Completed in 1477 milliseconds

1 2 3