/packages/apps/Exchange/src/com/android/exchange/service/ |
EasServerConnection.java | 416 // callers can equate IOException with "this POST got killed for some reason". 446 * @param reason The reason for requesting a stop. This should be one of the STOPPED_REASON_* 452 public synchronized void stop(final int reason) { 454 if (reason >= STOPPED_REASON_ABORT && reason <= STOPPED_REASON_RESTART) { 456 LogUtils.i(TAG, "%s with reason %d", (isMidPost ? "Interrupt" : "Stop next"), reason); 457 mStoppedReason = reason; 467 * @return The reason supplied to the last call to {@link #stop}, o [all...] |
/art/dex2oat/ |
dex2oat.cc | 448 message += reason; \ 460 const char* reason = "dex2oat watch dog thread startup"; local 461 CHECK_WATCH_DOG_PTHREAD_CALL(pthread_mutex_init, (&mutex_, NULL), reason); 462 CHECK_WATCH_DOG_PTHREAD_CALL(pthread_cond_init, (&cond_, NULL), reason); 463 CHECK_WATCH_DOG_PTHREAD_CALL(pthread_attr_init, (&attr_), reason); 464 CHECK_WATCH_DOG_PTHREAD_CALL(pthread_create, (&pthread_, &attr_, &CallBack, this), reason); 465 CHECK_WATCH_DOG_PTHREAD_CALL(pthread_attr_destroy, (&attr_), reason); 471 const char* reason = "dex2oat watch dog thread shutdown"; local 472 CHECK_WATCH_DOG_PTHREAD_CALL(pthread_mutex_lock, (&mutex_), reason); 474 CHECK_WATCH_DOG_PTHREAD_CALL(pthread_cond_signal, (&cond_), reason); 521 const char* reason = "dex2oat watch dog thread waiting"; local [all...] |
/external/bluetooth/bluedroid/stack/l2cap/ |
l2c_ble.c | 223 ** Description This function returns the disconnect reason code. 225 ** Returns disconnect reason 231 UINT16 reason = 0; local 234 reason = p_lcb->disc_reason; 236 L2CAP_TRACE_DEBUG1 ("L2CA_GetDisconnectReason=%d ",reason); 238 return reason;
|
/external/chromium_org/content/child/npapi/ |
plugin_instance.cc | 193 const GURL& url, NPReason reason, int notify_id) { 202 NPP_URLNotify(url.spec().c_str(), reason, notify_data); 274 NPError PluginInstance::NPP_DestroyStream(NPStream *stream, NPReason reason) { 282 NPError result = npp_functions_->destroystream(npp_, stream, reason); 325 NPReason reason, 330 npp_functions_->urlnotify(npp_, url, reason, notifyData);
|
/external/chromium_org/net/test/android/javatests/src/org/chromium/net/test/util/ |
TestWebServer.java | 384 String reason = null; local 395 // Fill in error reason. Avoid use of the ReasonPhraseCatalog, which is 397 reason = sReasons.get(status); 400 if (reason != null) { 402 buf.append(reason); 404 buf.append(reason);
|
/external/chromium_org/net/tools/flip_server/ |
balsa_frame_test.cc | 165 const char* reason = NULL; local 183 SaveArg<6>(&reason), 202 ASSERT_EQ("OK", StringPiece(reason, reason_length)); 220 const char* reason = NULL; local 242 SaveArg<6>(&reason), 270 ASSERT_EQ("OK", StringPiece(reason, reason_length));
|
/external/chromium_org/third_party/openssl/openssl/crypto/ec/ |
ec_ameth.c | 432 int ret=0, reason=ERR_R_BIO_LIB; local 441 reason = ERR_R_PASSED_NULL_PARAMETER; 448 reason = ERR_R_MALLOC_FAILURE; 458 reason = ERR_R_EC_LIB; 479 reason = ERR_R_MALLOC_FAILURE; 510 ECerr(EC_F_DO_EC_KEY_PRINT, reason);
|
/external/libnfc-nci/src/nfc/include/ |
llcp_api.h | 35 #define LLCP_STATUS_FAIL 1 /* Failed without specific reason */ 90 typedef void (tLLCP_LINK_CBACK) (UINT8 event, UINT8 reason); 151 UINT8 reason; /* Reason of DM PDU if not timeout */ member in struct:__anon22583 475 ** reason : LLCP_SAP_DM_REASON_APP_REJECTED 487 UINT8 reason);
|
/external/openssl/crypto/ec/ |
ec_ameth.c | 432 int ret=0, reason=ERR_R_BIO_LIB; local 441 reason = ERR_R_PASSED_NULL_PARAMETER; 448 reason = ERR_R_MALLOC_FAILURE; 458 reason = ERR_R_EC_LIB; 479 reason = ERR_R_MALLOC_FAILURE; 510 ECerr(EC_F_DO_EC_KEY_PRINT, reason);
|
/packages/apps/ContactsCommon/res/values/ |
strings.xml | 437 <!-- The failed reason which should not be shown but it may in some buggy condition. [CHAR LIMIT=40] --> 440 <!-- The failed reason shown when vCard importer/exporter could not open the file 444 <!-- The failed reason shown when contacts exporter fails to be initialized. 445 Some exact reason must follow this. [CHAR LIMIT=NONE]--> 448 <!-- The failed reason shown when there's no contact which is allowed to be exported. 453 <!-- The failed reason shown when some error happend during contacts export. 454 Some exact reason must follow this. [CHAR LIMIT=NONE] --> 457 <!-- The failed reason shown when the given file name is too long for the system. 462 <!-- The failed reason shown when vCard exporter could not create a file for the vCard since 465 <!-- The failed reason shown when vCard exporter could not create a file for the vCard sinc [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/ |
functions.h | 214 // For performance reason, as the iterator range has been validated, check on 249 // For performance reason, as the iterator range has been validated, check on 365 // For performance reason, as the iterator range has been validated, check on 408 // For performance reason, as the iterator range has been validated, check on 449 // For performance reason, as the iterator range has been validated, check on 493 // For performance reason, as the iterator range has been validated, check on
|
/development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/ |
WiFiDirectActivity.java | 187 public void onFailure(int reason) { 203 Log.d(TAG, "Disconnect failed. Reason :" + reasonCode); 258 "Connect abort request failed. Reason Code: " + reasonCode,
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
AMutableDictionary.m | 107 reason:[NSString stringWithFormat:@"What kind of key is this? %@", aKey] 138 reason:[NSString stringWithFormat:@"What kind of key is this? %@", aKey] 152 @throw [NSException exceptionWithName:NSInvalidArgumentException reason:@"key alreadyExists" userInfo:nil];
|
/external/chromium/base/threading/ |
thread_local_storage_win.cc | 154 void NTAPI OnThreadExit(PVOID module, DWORD reason, PVOID reserved) { 157 if (DLL_THREAD_DETACH == reason || DLL_PROCESS_DETACH == reason)
|
/external/chromium/chrome/browser/chromeos/login/ |
online_attempt_unittest.cc | 145 state_.online_outcome().reason()); 173 EXPECT_EQ(LoginFailure::LOGIN_TIMED_OUT, state_.online_outcome().reason()); 203 local_state.online_outcome().reason());
|
/external/chromium/chrome/browser/sync/ |
profile_sync_service_harness.h | 65 bool AwaitSyncCycleCompletion(const std::string& reason); 70 ProfileSyncServiceHarness* partner, const std::string& reason); 185 const std::string& reason);
|
/external/chromium/chrome/browser/ui/views/ |
accessible_pane_view.cc | 212 views::FocusManager::FocusChangeReason reason = 216 reason == views::FocusManager::kReasonFocusTraversal) { 225 reason == views::FocusManager::kReasonDirectFocusChange) {
|
/external/chromium/googleurl/base/ |
scoped_ptr.h | 112 // no reason to use these: each scoped_ptr should have its own object 197 // no reason to use these: each scoped_array should have its own object 295 // no reason to use these: each scoped_ptr_malloc should have its own object
|
/external/chromium_org/chrome/browser/chromeos/login/ |
login_performer.cc | 69 UMA_HISTOGRAM_ENUMERATION("Login.FailureReason", failure.reason(), 72 DVLOG(1) << "failure.reason " << failure.reason();
|
/external/chromium_org/chrome/browser/extensions/activity_log/ |
activity_actions.cc | 164 // TODO(mvrable): details->reason isn't filled in; fix this after 166 // BlockedChromeActivityDetail::Reason. 167 details->reason = BlockedChromeActivityDetail::REASON_NONE;
|
/external/chromium_org/chrome/browser/extensions/api/management/ |
management_api_browsertest.cc | 253 std::string reason; local 254 EXPECT_TRUE(dict->GetStringASCII(keys::kDisabledReasonKey, &reason)); 255 EXPECT_EQ(reason, std::string(keys::kDisabledReasonPermissionsIncrease));
|
/external/chromium_org/chrome/browser/resources/file_manager/js/photo/ |
importing_dialog.js | 183 switch (event.reason) { 218 console.error('Unknown "copy-progress" event reason: ' + event.reason);
|
/external/chromium_org/chrome/browser/sync/ |
profile_sync_service_harness.cc | 588 const std::string& reason) { 600 AwaitStatusChangeWithTimeout(kLiveSyncOperationTimeoutMs, reason); 611 const std::string& reason) { 625 AwaitStatusChangeWithTimeout(kLiveSyncOperationTimeoutMs, reason); 635 bool ProfileSyncServiceHarness::AwaitSyncDisabled(const std::string& reason) { 639 AwaitStatusChangeWithTimeout(kLiveSyncOperationTimeoutMs, reason); 755 ProfileSyncServiceHarness* partner, const std::string& reason) { 772 AwaitStatusChangeWithTimeout(kLiveSyncOperationTimeoutMs, reason); 780 const std::string& reason) { 787 new StateChangeTimeoutEvent(this, reason)); 1119 std::string reason = "Waiting for encryption."; local [all...] |
/external/chromium_org/chrome/browser/ui/search/ |
instant_controller.h | 70 // |reason|. If |focus_state| is FOCUS_NONE, |view_gaining_focus| is set to 73 OmniboxFocusChangeReason reason, 215 // The reason for the most recent omnibox focus change.
|
/external/chromium_org/net/tools/quic/ |
spdy_utils.cc | 215 // The reason phrase should match regexp [\d\d\d [^\r\n]+]. If not, we will 234 StringPiece reason(status_and_reason.data() + 4, 237 headers->SetResponseReasonPhrase(reason);
|