Searched refs:reason (Results 101 - 125 of 1523) sorted by relevance

1234567891011>>

/external/openssl/crypto/buffer/
H A Dbuf_err.c58 * only reason strings will be preserved.
69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_BUF,0,reason)
/external/openssl/crypto/comp/
H A Dcomp_err.c58 * only reason strings will be preserved.
69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_COMP,0,reason)
/external/openssl/crypto/ecdh/
H A Dech_err.c58 * only reason strings will be preserved.
69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_ECDH,0,reason)
/external/openssl/crypto/objects/
H A Dobj_err.c58 * only reason strings will be preserved.
69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_OBJ,0,reason)
/external/openssl/crypto/rand/
H A Drand_err.c58 * only reason strings will be preserved.
69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_RAND,0,reason)
/external/smack/src/org/jivesoftware/smackx/workgroup/packet/
H A DRoomInvitation.java65 * Text provided by the inviter explaining the reason why the invitee is invited.
67 private String reason; field in class:RoomInvitation
69 public RoomInvitation(Type type, String invitee, String sessionID, String reason) { argument
73 this.reason = reason;
96 return reason;
115 if (reason != null) {
116 buf.append("<reason>").append(reason).append("</reason>");
[all...]
H A DRoomTransfer.java65 * Text provided by the inviter explaining the reason why the invitee is invited.
67 private String reason; field in class:RoomTransfer
69 public RoomTransfer(RoomTransfer.Type type, String invitee, String sessionID, String reason) { argument
73 this.reason = reason;
96 return reason;
115 if (reason != null) {
116 buf.append("<reason>").append(reason).append("</reason>");
[all...]
/external/bluetooth/bluedroid/embdrv/sbc/decoder/include/
H A Doi_assert.h47 void OI_AssertFail(char* file, int line, char* reason);
/external/chromium_org/ash/wm/dock/
H A Ddocked_window_layout_manager_observer.h31 Reason reason) = 0;
/external/chromium_org/cc/base/
H A Dlatency_info_swap_promise.h20 virtual void DidNotSwap(DidNotSwapReason reason) OVERRIDE;
H A Dswap_promise.h45 virtual void DidNotSwap(DidNotSwapReason reason) = 0;
/external/chromium_org/chrome/browser/chromeos/system/
H A Dautomatic_reboot_manager_observer.h20 virtual void OnRebootScheduled(Reason reason) = 0;
/external/chromium_org/chrome/browser/ui/
H A Dcrypto_module_password_dialog.h15 // An enum to describe the reason for the password request.
28 // |module|. |reason| describes the purpose of the authentication and
34 CryptoModulePasswordReason reason,
/external/chromium_org/content/browser/
H A Dpower_save_blocker_chromeos.cc23 Delegate(PowerSaveBlockerType type, const std::string& reason) argument
25 reason_(reason),
70 const std::string& reason)
71 : delegate_(new Delegate(type, reason)) {
69 PowerSaveBlockerImpl(PowerSaveBlockerType type, const std::string& reason) argument
H A Dpower_save_blocker_impl.h16 PowerSaveBlockerImpl(PowerSaveBlockerType type, const std::string& reason);
H A Dpower_save_blocker_ozone.cc27 const std::string& reason)
26 PowerSaveBlockerImpl(PowerSaveBlockerType type, const std::string& reason) argument
/external/chromium_org/content/browser/renderer_host/
H A Dmemory_benchmark_message_filter.h22 void OnHeapProfilerDump(const std::string& reason);
/external/chromium_org/content/public/browser/
H A Ddownload_destination_observer.h30 virtual void DestinationError(DownloadInterruptReason reason) = 0;
H A Dpower_save_blocker.h39 // |reason| may be provided to the underlying system APIs on some platforms.
41 const std::string& reason);
/external/chromium_org/jingle/notifier/listener/
H A Dpush_client_observer.h34 // Called when notifications are disabled, with the reason (not
35 // equal to NO_ERROR) in |reason|.
37 NotificationsDisabledReason reason) = 0;
/external/chromium_org/sandbox/win/src/
H A Dprocess_mitigations_win32k_interception.cc12 DWORD reason) {
9 TargetGdiDllInitialize( GdiDllInitializeFunction orig_gdi_dll_initialize, HANDLE dll, DWORD reason) argument
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DApplicationCacheErrorEvent.h19 String reason; member in struct:WebCore::ApplicationCacheErrorEventInit
34 static PassRefPtrWillBeRawPtr<ApplicationCacheErrorEvent> create(blink::WebApplicationCacheHost::ErrorReason reason, const String& url, int status, const String& message) argument
36 return adoptRefWillBeNoop(new ApplicationCacheErrorEvent(reason, url, status, message));
44 const String& reason() const { return m_reason; } function in class:WebCore::FINAL
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternalProfilers.h50 void dumpHeapProfiling(const String& reason);
/external/chromium_org/third_party/cld/base/
H A Dcrash.h31 // Stores "reason" as an explanation for why the process is about to
32 // crash. The reason and its contents must remain live for the life
33 // of the process. Only the first reason is kept.
34 void SetCrashReason(const CrashReason* reason);
36 // Returns first reason passed to SetCrashReason(), or NULL.
/external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
H A Dheap-profiler.h89 * memory leaks. Will include the reason in the logged message
91 PERFTOOLS_DLL_DECL void HeapProfilerDump(const char *reason);

Completed in 1461 milliseconds

1234567891011>>