Searched refs:reason (Results 1 - 25 of 1303) sorted by relevance

1234567891011>>

/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/
H A D10.1.5-3.js54 testcases[0].reason += " Object == null" ;
57 testcases[0].reason += " Function == null";
60 testcases[0].reason += " String == null";
63 testcases[0].reason += " Array == null";
66 testcases[0].reason += " Function == null";
69 testcases[0].reason += " Math == null";
72 testcases[0].reason += " Boolean == null";
75 testcases[0].reason += " Date == null";
79 testcases[0].reason += " NaN == null";
82 testcases[0].reason
[all...]
H A D10.1.5-1.js52 testcases[0].reason += " Object == null" ;
55 testcases[0].reason += " Function == null";
58 testcases[0].reason += " String == null";
61 testcases[0].reason += " Array == null";
64 testcases[0].reason += " Function == null";
67 testcases[0].reason += " Math == null";
70 testcases[0].reason += " Boolean == null";
73 testcases[0].reason += " Date == null";
77 testcases[0].reason += " NaN == null";
80 testcases[0].reason
[all...]
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
H A DConnectionMonitor.java34 * @param reason Includes an indication why the socket was closed.
36 public void connectionLost(Throwable reason); argument
/external/smack/src/org/jivesoftware/smackx/workgroup/agent/
H A DInvitationRequest.java31 private String reason; field in class:InvitationRequest
33 public InvitationRequest(String inviter, String room, String reason) { argument
36 this.reason = reason;
48 return reason;
H A DTransferRequest.java31 private String reason; field in class:TransferRequest
33 public TransferRequest(String inviter, String room, String reason) { argument
36 this.reason = reason;
48 return reason;
H A DRevokedOffer.java26 * the reason, the workgroup, the userJID, and the timestamp which the message was received.<br>
36 private String reason; field in class:RevokedOffer
45 * @param reason the server issued message as to why this revocation was issued.
49 String reason, Date timestamp) {
56 this.reason = reason;
89 return this.reason;
48 RevokedOffer(String userJID, String userID, String workgroupName, String sessionID, String reason, Date timestamp) argument
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/
H A Dclose_wsh.py45 code, reason = line.split(' ', 1)
46 if code is None or reason is None:
48 request.ws_stream.close_connection(int(code), reason)
50 # and reason. If you want to send a broken close frame for a test,
52 # > data = struct.pack('!H', int(code)) + reason.encode('UTF-8')
60 code, reason = request.ws_close_code, request.ws_close_reason
65 reason = ''
66 return code, reason
/external/proguard/src/proguard/shrink/
H A DShortestUsageMark.java39 private final String reason; field in class:ShortestUsageMark
47 * @param reason the reason for this mark.
49 public ShortestUsageMark(String reason) argument
52 this.reason = reason;
60 * @param reason the reason for this mark.
64 String reason,
68 this(previousUsageMark, reason, cos
63 ShortestUsageMark(ShortestUsageMark previousUsageMark, String reason, int cost, Clazz clazz) argument
80 ShortestUsageMark(ShortestUsageMark previousUsageMark, String reason, int cost, Clazz clazz, Member member) argument
[all...]
/external/smack/src/org/jivesoftware/smackx/muc/
H A DInvitationRejectionListener.java34 * @param reason the reason why the invitee declined the invitation.
36 public abstract void invitationDeclined(String invitee, String reason); argument
H A DDefaultUserStatusListener.java34 public void kicked(String actor, String reason) { argument
43 public void banned(String actor, String reason) { argument
H A DUserStatusListener.java36 * @param reason the reason provided by the actor to kick you from the room.
38 public abstract void kicked(String actor, String reason); argument
61 * @param reason the reason provided by the administrator to banned you.
63 public abstract void banned(String actor, String reason); argument
/external/antlr/antlr-3.4/runtime/Python/unittests/
H A Dtestbase.py5 name, reason = self.args
7 (self.__class__.__name__, name, reason))
10 def broken(reason, *exceptions):
20 raise BrokenTest(test_method.__name__, reason)
23 replacement.todo = reason
/external/javassist/src/main/javassist/compiler/
H A DCompileError.java23 private String reason; field in class:CompileError
26 reason = s;
31 reason = s;
46 return reason;
50 return "compile error: " + reason;
/external/jmonkeyengine/engine/src/networking/com/jme3/network/message/
H A DDisconnectMessage.java50 private String reason; field in class:DisconnectMessage
54 return reason;
57 public void setReason(String reason) { argument
58 this.reason = reason;
/external/icu4c/tools/icuinfo/
H A Dtestplug.c30 #define DECLARE_PLUGIN(x) U_CAPI UPlugTokenReturn U_EXPORT2 x (UPlugData *data, UPlugReason reason, UErrorCode *status)
47 UPlugReason reason,
50 fprintf(stderr,"MyPlugin: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugReason,(int32_t)reason), u_errorName(*status));
52 if(reason==UPLUG_REASON_QUERY) {
64 UPlugReason reason,
66 fprintf(stderr,"MyPluginLow: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugReason,(int32_t)reason), u_errorName(*status));
68 if(reason==UPLUG_REASON_QUERY) {
82 UPlugReason reason,
45 myPlugin( UPlugData *data, UPlugReason reason, UErrorCode *status) argument
62 myPluginLow( UPlugData *data, UPlugReason reason, UErrorCode *status) argument
80 myPluginFailQuery( UPlugData *data, UPlugReason reason, UErrorCode *status) argument
95 myPluginFailToken( UPlugData *data, UPlugReason reason, UErrorCode *status) argument
115 myPluginBad( UPlugData *data, UPlugReason reason, UErrorCode *status) argument
140 myPluginHigh( UPlugData *data, UPlugReason reason, UErrorCode *status) argument
185 debugMemoryPlugin( UPlugData *data, UPlugReason reason, UErrorCode *status) argument
[all...]
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DReasonParser.java46 * @param reason the header to parse
48 public ReasonParser(String reason) { argument
49 super(reason);
74 Reason reason = new Reason();
79 reason.setProtocol(value);
80 super.parse(reason);
81 reasonList.add(reason);
/external/qemu/
H A Dcpus.h28 void vm_state_notify(int running, int reason);
/external/chromium/chrome/browser/ui/
H A Dcrypto_module_password_dialog_openssl.cc12 browser::CryptoModulePasswordReason reason,
20 browser::CryptoModulePasswordReason reason,
11 UnlockSlotsIfNecessary(const net::CryptoModuleList& modules, browser::CryptoModulePasswordReason reason, const std::string& host, Callback0::Type* callback) argument
19 UnlockCertSlotIfNecessary(net::X509Certificate* cert, browser::CryptoModulePasswordReason reason, const std::string& host, Callback0::Type* callback) argument
/external/smack/src/org/jivesoftware/smackx/packet/
H A DDelayInformation.java33 * information such as the JID of the entity that originally sent the packet as well as the reason
59 private String reason; field in class:DelayInformation
102 * Returns a natural-language description of the reason for the delay or <tt>null</tt> if
105 * @return a natural-language description of the reason for the delay or <tt>null</tt>.
108 return reason;
112 * Sets a natural-language description of the reason for the delay or <tt>null</tt> if
115 * @param reason a natural-language description of the reason for the delay or <tt>null</tt>.
117 public void setReason(String reason) { argument
118 this.reason
[all...]
/external/webkit/Source/WebCore/platform/mac/
H A DBlockExceptions.mm34 NSLog(@"*** WebKit discarding exception: <%@> %@", [exception name], [exception reason]);
/external/webkit/Source/WebKit/chromium/public/
H A DWebURLError.h44 // A namespace for "reason" to support various layers generating
49 // A numeric error code detailing the reason for this error. A value
53 int reason; member in struct:WebKit::WebURLError
58 WebURLError() : reason(0) { }
/external/llvm/include/llvm/Support/
H A DErrorHandling.h27 const std::string& reason);
76 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const char *reason);
77 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const std::string &reason);
78 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(StringRef reason);
79 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const Twine &reason);
/external/webkit/Source/WebCore/bindings/objc/
H A DExceptionHandlers.mm63 NSString *reason;
65 reason = [[NSString alloc] initWithFormat:@"*** %s: %@ %d", description.name, exceptionName, description.code];
67 reason = [[NSString alloc] initWithFormat:@"*** %@ %d", exceptionName, description.code];
71 NSException *exception = [NSException exceptionWithName:exceptionName reason:reason userInfo:userInfo];
73 [reason release];
/external/webkit/Source/WebKit/chromium/src/
H A DWebURLError.cpp53 reason = error.errorCode();
61 if (!reason)
64 return ResourceError(domain, reason,
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRRuntimeException.h41 + (ANTLRRuntimeException *) newANTLRRuntimeException:(NSString *)aName reason:(NSString *)aReason;
42 + (ANTLRRuntimeException *) newANTLRRuntimeException:(NSString *)aName reason:(NSString *)aReason userInfo:aUserInfo;
47 - (id)initWithName:(NSString *)aName reason:(NSString *)aReason;
48 - (id)initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;

Completed in 627 milliseconds

1234567891011>>