HomeSort by relevance Sort by last modified time
    Searched defs:reason (Results 276 - 300 of 504) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/openssl/openssl/crypto/x509/
x509.h 441 /* Revocation reason */
442 int reason; member in struct:x509_revoked_st
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
x509.h 441 /* Revocation reason */
442 int reason; member in struct:x509_revoked_st
    [all...]
  /external/libpng/contrib/tools/
pngfix.c 948 const char *reason; local
953 case LIBPNG_WARNING_CODE: reason = "libpng warning:"; break;
954 case LIBPNG_ERROR_CODE: reason = "libpng error:"; break;
955 case ZLIB_ERROR_CODE: reason = "zlib error:"; break;
956 case INVALID_ERROR_CODE: reason = "invalid"; break;
957 case READ_ERROR_CODE: reason = "read failure:";
960 case WRITE_ERROR_CODE: reason = "write error";
963 case UNEXPECTED_ERROR_CODE: reason = "unexpected error:";
968 default: reason = "INVALID (internal error):"; break;
972 fprintf(stderr, "%s: %s %s [%s]\n", file->file_name, reason, what
2074 const char *reason = zlib->z.msg; local
2097 const char *reason; local
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/include/
svga_reg.h 486 * before 3D_CAPS, needs to reason about something other than
596 * - The value written to SYNC is recorded as a "reason", for
649 * 3. Write a reason to SVGA_REG_SYNC. This will send an
1023 uint32 reason; member in struct:__anon31284
    [all...]
  /external/openssl/crypto/x509/
x509.h 441 /* Revocation reason */
442 int reason; member in struct:x509_revoked_st
    [all...]
  /external/openssl/include/openssl/
x509.h 441 /* Revocation reason */
442 int reason; member in struct:x509_revoked_st
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c 303 const HChar* reason = "munmap"; local
319 reason);
930 debuginfo for this mapping for whatever reason, go no
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataConnection.java 155 DisconnectParams(ApnContext apnContext, String reason, Message onCompletedMsg) {
157 mReason = reason;
592 private void notifyAllWithEvent(ApnContext alreadySent, int event, String reason) {
593 mNetworkInfo.setDetailedState(mNetworkInfo.getDetailedState(), reason, local
597 if (reason != null) apnContext.setReason(reason);
604 private void notifyAllOfConnected(String reason) {
605 notifyAllWithEvent(null, DctConstants.EVENT_DATA_SETUP_COMPLETE, reason);
608 private void notifyAllOfDisconnectDcRetrying(String reason) {
609 notifyAllWithEvent(null, DctConstants.EVENT_DISCONNECT_DC_RETRYING, reason);
671 String reason = null; local
    [all...]
DcTracker.java 835 String reason = ""; local
1495 String reason = apnContext.getReason(); local
2062 String reason = ""; local
    [all...]
DcTrackerBase.java 478 String reason = intent.getStringExtra(INTENT_RECONNECT_ALARM_EXTRA_REASON); local
496 log("onActionIntentReconnectAlarm: mState=" + mState + " reason=" + reason +
502 apnContext.setReason(reason);
748 protected abstract void gotoIdleAndNotifyDataConnection(String reason);
750 protected abstract boolean onTrySetupData(String reason);
761 protected abstract void onCleanUpConnection(boolean tearDown, int apnId, String reason);
787 String reason = null; local
1256 String reason = null; local
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bcmevent.h 60 uint32 reason; /* Reason code (if applicable) */ member in struct:__anon39249
74 uint32 reason; /* Reason code (if applicable) */ member in struct:__anon39250
113 #define WLC_E_ROAM 19 /* roam attempt occurred: indicate status & reason */
117 #define WLC_E_PRUNE 23 /* AP was pruned from join list for reason */
250 /* roam reason codes */
268 /* prune reason codes */
285 /* WPA failure reason codes carried in the WLC_E_PSK_SUP event */
286 #define WLC_E_SUP_OTHER 0 /* Other reason */
    [all...]
bt_amp_hci.h 101 uint8 reason; member in struct:dis_phy_link_cmd_parms
261 uint8 reason; member in struct:disc_log_link_evt_parms
283 uint8 reason; member in struct:dis_phy_link_evt_parms
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.cpp 107 void WebGLRenderingContextBase::forciblyLoseOldestContext(const String& reason)
117 candidate->printWarningToConsole(reason);
210 void forciblyLoseOldestContext(const String& reason) {
211 WebGLRenderingContextBase::forciblyLoseOldestContext(reason);
1265 const char* reason = "framebuffer incomplete"; local
1283 const char* reason = "framebuffer incomplete"; local
1437 const char* reason = "framebuffer incomplete"; local
1480 const char* reason = "framebuffer incomplete"; local
3077 const char* reason = "framebuffer incomplete"; local
5294 const char* reason = "framebuffer incomplete"; local
5346 const char* reason = "framebuffer incomplete"; local
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_output.c 6973 int num_out = 0, reason = 0, now_filled = 0; local
    [all...]
  /external/libnfc-nci/src/nfa/include/
nfa_api.h 374 UINT8 reason; /* reason of deactivation */ member in struct:__anon27797
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.c 423 const char *reason; local
465 reason = " reason=REQUESTED";
468 reason = " reason=FORMATION_FAILED";
471 reason = " reason=IDLE";
474 reason = " reason=UNAVAILABLE";
477 reason = " reason=GO_ENDING_SESSION"
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActiveServices.java 374 String reason = proc.makeAdjReason(); local
375 if (reason != null) {
377 sb.append(reason);
    [all...]
  /frameworks/base/services/core/java/com/android/server/content/
SyncStorageEngine.java 163 final int reason; field in class:SyncStorageEngine.PendingOperation
173 PendingOperation(AuthorityInfo authority, int reason, int source,
177 this.reason = reason;
184 this.reason = other.reason;
385 int reason; field in class:SyncStorageEngine.SyncHistoryItem
403 public void onSyncRequest(EndPoint info, int reason, Bundle extras);
2474 int reason = Integer.valueOf(parser.getAttributeValue( local
    [all...]
  /frameworks/native/services/inputflinger/
InputDispatcher.cpp 503 const char* reason; local
509 reason = "inbound event was dropped because the policy consumed it";
513 reason = "inbound event was dropped because input dispatch is disabled";
517 reason = "inbound event was dropped because of pending overdue app switch";
522 reason = "inbound event was dropped because the current application is not responding "
527 reason = "inbound event was dropped because it is stale";
536 CancelationOptions options(CancelationOptions::CANCEL_NON_POINTER_EVENTS, reason);
543 CancelationOptions options(CancelationOptions::CANCEL_POINTER_EVENTS, reason);
546 CancelationOptions options(CancelationOptions::CANCEL_NON_POINTER_EVENTS, reason);
1067 String8 reason; local
1423 String8 reason = checkWindowReadyForMoreInputLocked(currentTime, local
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConfigStore.java 1843 String reason = key.replace(SUPPLICANT_DISABLE_REASON_KEY, ""); local
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationViewFragment.java 178 * this is the reason we are waiting. This flag should be cleared once it's okay to load
591 final int reason; local
596 reason = LOAD_NOW;
607 reason = LOAD_WAIT_UNTIL_VISIBLE;
610 reason = LOAD_WAIT_FOR_INITIAL_CONVERSATION;
615 "SHOWCONV: CVF is not visible, but no reason to wait. loading now. (%s)",
617 reason = LOAD_NOW;
621 mLoadWaitReason = reason;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.services_3.2.100.v20100503.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.sat4j.core_2.3.5.v201308161310.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.sat4j.core_2.3.5.v20130525.jar 
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp 349 static void printNavigationErrorMessage(const LocalFrame& frame, const KURL& activeURL, const char* reason)
351 String message = "Unsafe JavaScript attempt to initiate navigation for frame with URL '" + frame.document()->url().string() + "' from frame with URL '" + activeURL.string() + "'. " + reason + "\n";
598 // as well as Node. See a comment on TreeScope.h for the reason.
2938 const char* reason = "The frame attempting navigation is sandboxed, and is therefore disallowed from navigating its ancestors."; local
2942 printNavigationErrorMessage(toLocalFrameTemporary(targetFrame), url(), reason); local
    [all...]

Completed in 1153 milliseconds

<<11121314151617181920>>