Searched refs:reason (Results 1 - 25 of 1265) 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/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/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
H A Dcrypto_module_password_dialog.h27 // An enum to describe the reason for the password request.
40 // |module|. |reason| describes the purpose of the authentication and
45 CryptoModulePasswordReason reason,
53 CryptoModulePasswordReason reason,
60 browser::CryptoModulePasswordReason reason,
68 browser::CryptoModulePasswordReason reason,
/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;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/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;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/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;
/external/dhcpcd/
H A Dconfigure.h39 #define run_script(ifp) run_script_reason(ifp, (ifp)->state->reason);
/external/jmonkeyengine/engine/src/networking/com/jme3/network/
H A DClientStateListener.java65 public String reason; field in class:ClientStateListener.DisconnectInfo
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DRpcController.java91 * Causes {@code failed()} to return true on the client side. {@code reason}
97 void setFailed(String reason); argument
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Math/
H A D15.8.2.14.js58 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 ";

Completed in 523 milliseconds

1234567891011>>