/external/chromium_org/content/browser/ |
power_save_blocker_impl.h | 16 PowerSaveBlockerImpl(PowerSaveBlockerType type, const std::string& reason);
|
power_save_blocker_ozone.cc | 27 const std::string& reason)
|
/external/chromium_org/jingle/notifier/listener/ |
fake_push_client_observer.h | 22 NotificationsDisabledReason reason) OVERRIDE;
|
/external/chromium_org/sandbox/win/src/ |
process_mitigations_win32k_interception.cc | 12 DWORD reason) {
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
ApplicationCacheErrorEvent.h | 19 String reason; member in struct:WebCore::ApplicationCacheErrorEventInit 34 static PassRefPtrWillBeRawPtr<ApplicationCacheErrorEvent> create(blink::WebApplicationCacheHost::ErrorReason reason, const String& url, int status, const String& message) 36 return adoptRefWillBeNoop(new ApplicationCacheErrorEvent(reason, url, status, message)); 44 const String& reason() const { return m_reason; } function in class:WebCore::FINAL
|
ApplicationCacheErrorEvent.cpp | 10 static const String& errorReasonToString(blink::WebApplicationCacheHost::ErrorReason reason) 21 switch (reason) { 53 ApplicationCacheErrorEvent::ApplicationCacheErrorEvent(blink::WebApplicationCacheHost::ErrorReason reason, const String& url, int status, const String& message) 55 , m_reason(errorReasonToString(reason)) 65 , m_reason(initializer.reason)
|
/external/chromium_org/third_party/WebKit/Source/core/testing/ |
InternalProfilers.h | 50 void dumpHeapProfiling(const String& reason);
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebSocketHandle.h | 65 virtual void close(unsigned short code, const WebString& reason) = 0;
|
/external/chromium_org/third_party/angle/src/compiler/translator/ |
ValidateOutputs.h | 32 void error(TSourceLoc loc, const char *reason, const char* token);
|
/external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/ |
heap-profiler.h | 89 * memory leaks. Will include the reason in the logged message 91 PERFTOOLS_DLL_DECL void HeapProfilerDump(const char *reason);
|
/external/chromium_org/ui/views/examples/ |
slider_example.h | 31 SliderChangeReason reason) OVERRIDE;
|
/external/chromium_org/v8/src/ |
runtime-profiler.h | 29 void Optimize(JSFunction* function, const char* reason);
|
/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/samples/echo/ |
DebugWebSocket.java | 39 protected void onClose(WebSocketFrame.CloseCode code, String reason, boolean initiatedByRemote) { 43 (reason != null && !reason.isEmpty() ? ": " + reason : ""));
|
/external/smack/src/org/jivesoftware/smackx/muc/ |
InvitationListener.java | 42 * @param reason the reason why the inviter sent the invitation. 46 public abstract void invitationReceived(Connection conn, String room, String inviter, String reason,
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/ |
TokenMgrError.java | 46 * Indicates the reason why the exception is thrown. It will have 140 public TokenMgrError(String message, int reason) { 142 errorCode = reason; 145 public TokenMgrError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar, int reason) { 146 this(LexicalError(EOFSeen, lexState, errorLine, errorColumn, errorAfter, curChar), reason);
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/ |
TokenMgrError.java | 46 * Indicates the reason why the exception is thrown. It will have 140 public TokenMgrError(String message, int reason) { 142 errorCode = reason; 145 public TokenMgrError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar, int reason) { 146 this(LexicalError(EOFSeen, lexState, errorLine, errorColumn, errorAfter, curChar), reason);
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/ |
TokenMgrError.java | 46 * Indicates the reason why the exception is thrown. It will have 140 public TokenMgrError(String message, int reason) { 142 errorCode = reason; 145 public TokenMgrError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar, int reason) { 146 this(LexicalError(EOFSeen, lexState, errorLine, errorColumn, errorAfter, curChar), reason);
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRRuntimeException.h | 41 + (ANTLRRuntimeException *) newException:(NSString *)aName reason:(NSString *)aReason; 42 + (ANTLRRuntimeException *) newException:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo; 47 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason; 48 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo; 98 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo; 107 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason; 108 - (id) initWithName:(NSString *)aMsg reason:(NSString *)aCause userInfo:(NSDictionary *)userInfo;
|
/external/chromium_org/chrome/browser/ui/ |
crypto_module_password_dialog_nss.cc | 31 chrome::CryptoModulePasswordReason reason, 52 chrome::CryptoModulePasswordReason reason, 58 reason_(reason), 126 chrome::CryptoModulePasswordReason reason, 133 (new SlotUnlocker(modules, reason, server, parent, callback))->Start(); 141 chrome::CryptoModulePasswordReason reason, 148 UnlockSlotsIfNecessary(modules, reason, server, parent, callback);
|
/libcore/luni/src/main/java/java/security/cert/ |
CertificateRevokedException.java | 42 private final CRLReason reason; field in class:CertificateRevokedException 51 * @param reason reason the certificate was revoked if available 55 public CertificateRevokedException(Date revocationDate, CRLReason reason, 58 this.reason = reason; 107 if (reason != null) { 108 sb.append(" due to ").append(reason); 121 * Returns the reason the certificate was revoked if available. 124 return reason; [all...] |
/cts/tests/tests/tv/src/android/media/tv/cts/ |
BundledTvInputServiceTest.java | 69 public void onVideoUnavailable(String inputId, int reason) { 71 mVideoUnavailableReasonMap.put(inputId, reason); 147 Integer reason = mCallback.getVideoUnavailableReason(info.getId()); local 148 return reason != null 149 && reason != TvInputManager.VIDEO_UNAVAILABLE_REASON_TUNING 150 && reason != TvInputManager.VIDEO_UNAVAILABLE_REASON_BUFFERING; 177 Integer reason = mCallback.getVideoUnavailableReason(info.getId()); local 178 return reason != null 179 && reason != TvInputManager.VIDEO_UNAVAILABLE_REASON_TUNING 180 && reason != TvInputManager.VIDEO_UNAVAILABLE_REASON_BUFFERING [all...] |
/external/smack/src/org/jivesoftware/smackx/packet/ |
MUCOwner.java | 113 private String reason; field in class:MUCOwner.Item 138 * Returns the reason for the item child. The reason is optional and could be used to 139 * explain the reason why a user (occupant) was kicked or banned. 141 * @return the reason for the item child. 144 return reason; 201 * Sets the reason for the item child. The reason is optional and could be used to 202 * explain the reason why a user (occupant) was kicked or banned. 204 * @param reason the reason why a user (occupant) was kicked or banned 282 private String reason; field in class:MUCOwner.Destroy [all...] |
/frameworks/base/telecomm/java/android/telecom/ |
DisconnectCause.java | 31 * reason for the the disconnect, which is intended for logging and not for display to the user. 37 /** Disconnected because of an unknown or unspecified reason. */ 61 /** Disconnected for reason not described by other disconnect codes. */ 83 * @param reason The reason for the disconnect. 85 public DisconnectCause(int code, String reason) { 86 this(code, null, null, reason, ToneGenerator.TONE_UNKNOWN); 94 * @param reason The reason for the disconnect. 96 public DisconnectCause(int code, CharSequence label, CharSequence description, String reason) { 256 String reason = mDisconnectReason == null ? "" : mDisconnectReason; local [all...] |
/external/chromium_org/content/browser/download/ |
download_file_impl.cc | 117 DownloadInterruptReason reason = file_.Rename(new_path); local 118 if (reason != DOWNLOAD_INTERRUPT_REASON_NONE) { 131 base::Bind(callback, reason, new_path)); 141 DownloadInterruptReason reason = DOWNLOAD_INTERRUPT_REASON_NONE; local 144 reason = file_.Rename(new_path); 146 if (reason == DOWNLOAD_INTERRUPT_REASON_NONE) { 153 reason = file_.AnnotateWithSourceInformation(); 156 if (reason != DOWNLOAD_INTERRUPT_REASON_NONE) { 169 base::Bind(callback, reason, new_path)); 212 DownloadInterruptReason reason = DOWNLOAD_INTERRUPT_REASON_NONE local [all...] |
/external/chromium_org/extensions/browser/ |
content_verify_job.cc | 56 FailureReason reason = local 58 if (reason != NONE) 59 return DispatchFailureCallback(reason); 102 FailureReason reason = local 104 if (reason != NONE) { 105 DispatchFailureCallback(reason); 156 void ContentVerifyJob::DispatchFailureCallback(FailureReason reason) { 162 << " reason:" << reason; 163 failure_callback_.Run(reason); [all...] |