/external/nist-sip/java/gov/nist/javax/sip/ |
DialogTimeoutEvent.java | 34 public enum Reason {AckNotReceived, AckNotSent,ReInviteTimeout}; 42 public DialogTimeoutEvent(Object source, Dialog dialog, Reason reason) { 45 m_reason = reason; 62 * The reason for the Dialog Timeout Event being delivered to the application. 64 * @return the reason for the timeout event. 66 public Reason getReason() { 72 private Reason m_reason = null;
|
/external/openssl/crypto/buffer/ |
buf_err.c | 58 * only reason strings will be preserved. 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_BUF,0,reason)
|
/external/openssl/crypto/comp/ |
comp_err.c | 58 * only reason strings will be preserved. 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_COMP,0,reason)
|
/external/openssl/crypto/ecdh/ |
ech_err.c | 58 * only reason strings will be preserved. 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_ECDH,0,reason)
|
/external/openssl/crypto/objects/ |
obj_err.c | 58 * only reason strings will be preserved. 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_OBJ,0,reason)
|
/external/openssl/crypto/rand/ |
rand_err.c | 58 * 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/ |
RoomInvitation.java | 65 * 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) {
73 this.reason = reason;
96 return reason;
115 if (reason != null) {
116 buf.append("<reason>").append(reason).append("</reason>");
[all...] |
RoomTransfer.java | 65 * 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) {
73 this.reason = reason;
96 return reason;
115 if (reason != null) {
116 buf.append("<reason>").append(reason).append("</reason>");
[all...] |
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
ucnv_err.h | 164 UCNV_RESET = 3, /**< The callback is called with this reason when a 223 * @param reason Defines the reason the callback was invoked 233 UConverterCallbackReason reason, 247 * @param reason Defines the reason the callback was invoked 256 UConverterCallbackReason reason, 273 * @param reason Defines the reason the callback was invoked 284 UConverterCallbackReason reason, [all...] |
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
ucnv_err.h | 164 UCNV_RESET = 3, /**< The callback is called with this reason when a 223 * @param reason Defines the reason the callback was invoked 233 UConverterCallbackReason reason, 247 * @param reason Defines the reason the callback was invoked 256 UConverterCallbackReason reason, 273 * @param reason Defines the reason the callback was invoked 284 UConverterCallbackReason reason, [all...] |
/external/webkit/Source/WebCore/icu/unicode/ |
ucnv_err.h | 164 UCNV_RESET = 3, /**< The callback is called with this reason when a 223 * @param reason Defines the reason the callback was invoked 233 UConverterCallbackReason reason, 247 * @param reason Defines the reason the callback was invoked 256 UConverterCallbackReason reason, 273 * @param reason Defines the reason the callback was invoked 284 UConverterCallbackReason reason, [all...] |
/frameworks/volley/src/com/android/volley/ |
AuthFailureError.java | 46 public AuthFailureError(String message, Exception reason) { 47 super(message, reason);
|
/dalvik/vm/alloc/ |
Heap.h | 30 const char *reason; member in struct:GcSpec
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/ |
HostedConnection.java | 66 * sending the optional reason to the remote client. 68 public void close( String 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,
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Math/ |
15.8.2.14.js | 58 testcases[caseno].reason = Math.random(); 61 if ( ! ( testcases[caseno].reason >= 0) ) { 65 if ( ! (testcases[caseno].reason < 1) ) { 79 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
|
/frameworks/base/core/java/android/os/ |
IPowerManager.aidl | 36 void goToSleep(long time, int reason); 40 void reboot(boolean confirm, String reason, boolean wait);
|
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/ |
KeyguardSecurityView.java | 51 * @param reason the root cause of the event. 53 void onResume(int reason);
|
/packages/apps/Email/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/Email/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/Email/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/chrome/browser/ui/ |
crypto_module_password_dialog_nss.cc | 32 browser::CryptoModulePasswordReason reason, 51 browser::CryptoModulePasswordReason reason, 56 reason_(reason), 136 browser::CryptoModulePasswordReason reason, 142 (new SlotUnlocker(modules, reason, host, callback))->Start(); 150 browser::CryptoModulePasswordReason reason, 156 UnlockSlotsIfNecessary(modules, reason, host, callback);
|
/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...] |
/dalvik/vm/native/ |
java_lang_Runtime.cpp | 94 char* reason = NULL; local 95 bool success = dvmLoadNativeCode(fileName, classLoader, &reason); 97 const char* msg = (reason != NULL) ? reason : "unknown failure"; 102 free(reason);
|