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

1 2

  /external/chromium/chrome/browser/ui/
browser_init.h 37 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,
browser_init.cc 523 int* return_code) {
551 if (return_code)
552 *return_code = ResultCodes::INVALID_CMDLINE_URL;
    [all...]
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
stochastic_linear_ranker.cpp 104 int return_code; local
106 return_code = 1;
119 return_code = -1;
122 return_code = 2;
124 return_code = 1;
129 return return_code;
  /external/webrtc/src/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;
  /hardware/samsung_slsi/exynos5/libsecurepath/
tlwvdrm_api.h 59 uint32_t return_code; member in struct:__anon21249
content_protect.cpp 117 if (tci->resp.return_code != RET_TL_WV_DRM_OK) {
118 LOG_E("Trustlet did not send a valid return code: %d", tci->resp.return_code);
181 if (tci->resp.return_code != RET_TL_WV_DRM_OK) {
182 LOG_E("Trustlet did not send a valid return code: %d", tci->resp.return_code);
  /external/chromium/chrome/browser/chromeos/login/
owner_manager.h 38 // |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);
owner_manager.cc 99 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>()));
owner_manager_unittest.h 90 void OnKeyOpComplete(const OwnerManager::KeyOpCode return_code,
92 EXPECT_EQ(expected_, return_code);
127 void OnKeyOpComplete(const OwnerManager::KeyOpCode return_code,
129 EXPECT_EQ(expected_code_, return_code);
signed_settings.cc 77 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, payload))
    [all...]
cryptohome_op.cc 26 void CryptohomeOp::OnComplete(bool success, int return_code) {
31 success, return_code));
34 void CryptohomeOp::TriggerResolve(bool success, int return_code) {
36 attempt_->RecordCryptohomeStatus(success, return_code);
cryptohome_op.h 45 virtual void OnComplete(bool success, int return_code);
signed_settings.h 102 void OnKeyOpComplete(const OwnerManager::KeyOpCode return_code,
signed_settings_unittest.cc 192 void FailingStorePropertyOp(const OwnerManager::KeyOpCode return_code) {
196 d.expect_failure(SignedSettings::MapKeyOpCode(return_code));
210 s->OnKeyOpComplete(return_code, std::vector<uint8>());
214 void FailingStorePolicyOp(const OwnerManager::KeyOpCode return_code) {
216 d.expect_failure(SignedSettings::MapKeyOpCode(return_code));
231 s->OnKeyOpComplete(return_code, std::vector<uint8>());
login_utils.cc 589 int return_code; local
594 &return_code); local
user_manager.cc 179 void OnComplete(bool success, int return_code) {
183 << " failed, return code: " << return_code; local
  /external/tcpdump/
print-lspping.c 71 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/webrtc/test/testsupport/metrics/
video_metrics.cc 137 int return_code = 0; local
142 return_code = -3;
151 return return_code;
  /ndk/sources/host-tools/sed-4.2.1/sed/
sed.c 206 int return_code; local
349 return_code = process_files(the_program, argv+optind);
354 return return_code;
  /external/chromium/chrome/browser/chromeos/cros/
cryptohome_library.h 23 // This will be called back on the UI thread. Consult |return_code| for
25 virtual void OnComplete(bool success, int return_code) = 0;
  /external/grub/netboot/
pci.c 100 unsigned char return_code; /* %al */ local
113 : "=a" (return_code),
122 switch (return_code) {
130 service, return_code);
  /external/chromium/chrome/browser/first_run/
first_run.cc 81 int return_code = true; local
85 return_code = ImportFromFile(profile, cmdline);
89 return_code = ImportFromBrowser(profile, cmdline);
94 return return_code;
  /external/e2fsprogs/ext2ed/
dir_com.c 102 int return_code, next; local
110 *status=return_code=action (&info); /* Call the client function to test */
112 if (return_code==ABORT || return_code==FOUND)
  /external/chromium/net/http/
http_auth_handler_factory_unittest.cc 20 explicit MockHttpAuthHandlerFactory(int return_code) :
21 return_code_(return_code) {}
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_prm.c 306 UINT8 return_code = NFC_HAL_PRM_COMPLETE_EVT; local
386 return_code = NFC_HAL_PRM_ABORT_INVALID_PATCH_EVT;
400 return_code = NFC_HAL_PRM_COMPLETE_EVT;
421 return_code = NFC_HAL_PRM_ABORT_INVALID_PATCH_EVT;
475 nfc_hal_prm_spd_handle_download_complete (return_code);
    [all...]

Completed in 1477 milliseconds

1 2