Searched refs:reason (Results 1 - 25 of 1136) 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...]
H A D10.1.5-4.js51 var EVAL_STRING = 'if ( Object == null ) { testcases[0].reason += " Object == null" ; }' +
52 'if ( Function == null ) { testcases[0].reason += " Function == null"; }' +
53 'if ( String == null ) { testcases[0].reason += " String == null"; }' +
54 'if ( Array == null ) { testcases[0].reason += " Array == null"; }' +
55 'if ( Number == null ) { testcases[0].reason += " Function == null";}' +
56 'if ( Math == null ) { testcases[0].reason += " Math == null"; }' +
57 'if ( Boolean == null ) { testcases[0].reason += " Boolean == null"; }' +
58 'if ( Date == null ) { testcases[0].reason += " Date == null"; }' +
59 'if ( eval == null ) { testcases[0].reason += " eval == null"; }' +
60 'if ( parseInt == null ) { testcases[0].reason
[all...]
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
H A DCRLReason.java86 int reason)
88 super(reason);
92 DEREnumerated reason)
94 super(reason.getValue().intValue());
100 int reason = getValue().intValue();
101 if (reason < 0 || reason > 10)
107 str = reasonString[reason];
85 CRLReason( int reason) argument
91 CRLReason( DEREnumerated reason) argument
/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/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/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/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 ";
/external/apache-http/src/org/apache/http/
H A DHttpResponse.java68 * The reason phrase will be determined based on the current
77 * Sets the status line of this response with a reason phrase.
81 * @param reason the reason phrase, or <code>null</code> to omit
83 void setStatusLine(ProtocolVersion ver, int code, String reason); argument
90 * The reason phrase will be updated according to the new status code,
107 * Updates the status line of this response with a new reason phrase.
111 * @param reason the new reason phrase as a single-line string, or
112 * <code>null</code> to unset the reason phras
120 setReasonPhrase(String reason) argument
[all...]
/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/chromium/chrome/browser/chromeos/login/
H A Dlogin_status_consumer.h32 explicit LoginFailure(FailureReason reason) argument
33 : reason_(reason),
35 DCHECK(reason != NETWORK_AUTH_FAILED);
83 const FailureReason& reason() const { return reason_; } function in class:chromeos::LoginFailure
86 LoginFailure(FailureReason reason, GoogleServiceAuthError error) argument
87 : reason_(reason),
/external/apache-http/src/org/apache/http/message/
H A DBasicHttpResponse.java67 * @param catalog the reason phrase catalog, or
69 * reason phrase lookup
70 * @param locale the locale for looking up reason phrases, or
87 * The response will not have a reason phrase catalog and
98 * The response will not have a reason phrase catalog and
103 * @param reason the reason phrase to the status code, or
108 final String reason) {
109 this(new BasicStatusLine(ver, code, reason), null, null);
149 final String reason) {
106 BasicHttpResponse(final ProtocolVersion ver, final int code, final String reason) argument
148 setStatusLine(final ProtocolVersion ver, final int code, final String reason) argument
162 setReasonPhrase(String reason) argument
[all...]
/external/webkit/Source/JavaScriptCore/wtf/
H A DRefCountedLeakCounter.cpp47 void RefCountedLeakCounter::suppressMessages(const char* reason)
51 leakMessageSuppressionReasons->add(reason);
54 void RefCountedLeakCounter::cancelMessageSuppression(const char* reason)
57 ASSERT(leakMessageSuppressionReasons->contains(reason));
58 leakMessageSuppressionReasons->remove(reason);
73 // This logs only one reason. Later we could change it so we log all the reasons.
/external/wpa_supplicant/tests/
H A Dtest_x509v3.c29 int i, reason; local
62 if (x509_certificate_chain_validate(last, certs, &reason) < 0) {
63 printf("\nCertificate chain validation failed: %d\n", reason);
/external/wpa_supplicant_6/wpa_supplicant/tests/
H A Dtest_x509v3.c29 int i, reason; local
62 if (x509_certificate_chain_validate(last, certs, &reason) < 0) {
63 printf("\nCertificate chain validation failed: %d\n", reason);

Completed in 546 milliseconds

1234567891011>>