/external/dhcpcd/dhcpcd-hooks/ |
01-test | 3 if [ "${reason}" = "TEST" ]; then 4 set | grep "^\(interface\|metric\|pid\|reason\|skip_hooks\)=" | sort
|
95-configured | 6 setprop dhcp.${interface}.reason "${reason}" 8 case "${reason}" in
|
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
AlertException.java | 30 private final SSLException reason; field in class:AlertException 38 * @param reason The SSLException to be thrown to application side after alert processing 42 protected AlertException(byte description, SSLException reason) { 43 super(reason); 44 this.reason = reason; 49 * Returns the reason of alert. This reason should be rethrown after alert processing. 51 * @return the reason of alert. 54 return reason; [all...] |
Message.java | 59 * @param reason 61 protected void fatalAlert(byte description, String reason) { 62 throw new AlertException(description, new SSLHandshakeException(reason)); 68 * @param reason 71 protected void fatalAlert(byte description, String reason, Throwable cause) { 72 throw new AlertException(description, new SSLException(reason, cause));
|
/dalvik/libcore/luni/src/main/java/java/net/ |
URISyntaxException.java | 41 * @param reason 42 * the reason why the exception occurred. 46 * if one of the arguments {@code input} or {@code reason} is 51 public URISyntaxException(String input, String reason, int index) { 52 super(reason); 54 if (input == null || reason == null) { 72 * @param reason 73 * the reason why the exception occurred. 75 * if one of the arguments {@code input} or {@code reason} is 78 public URISyntaxException(String input, String reason) { 127 String reason = super.getMessage(); local [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/ |
10.1.5-2.js | 51 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 += " parseInt == null"; }' [all...] |
10.1.5-3.js | 54 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 += " Infinity == null" [all...] |
10.1.5-1.js | 52 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 += " Infinity == null" [all...] |
10.1.5-4.js | 51 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 += " parseInt == null"; }' [all...] |
/external/proguard/src/proguard/shrink/ |
ShortestUsageMark.java | 39 private final String reason; field in class:ShortestUsageMark 47 * @param reason the reason for this mark. 49 public ShortestUsageMark(String reason) 52 this.reason = reason; 60 * @param reason the reason for this mark. 64 String reason, 68 this(previousUsageMark, reason, cost, clazz, null) [all...] |
/external/icu4c/samples/ucnv/ |
flagcb.c | 35 UConverterCallbackReason reason, 38 /* First step - based on the reason code, take action */ 40 if(reason == UCNV_UNASSIGNED) { /* whatever set should be trapped here */ 44 if(reason == UCNV_CLONE) { 94 length, codePoint, reason, err); 113 reason != UCNV_CLONE) { 119 reason, 124 if(reason == UCNV_CLOSE) { 177 UConverterCallbackReason reason, 184 printf("debugCB_fromU: Context %p:%d called, reason %d on cnv %p [err=%s]\n", ctx, ctx->serial, reason, fromUArgs->converter, u_errorName(*err)) [all...] |
flagcb.h | 37 UConverterCallbackReason reason, 55 UConverterCallbackReason reason,
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
CallForwardInfo.java | 28 public int reason; /* from TS 27.007 7.11 "reason" */ field in class:CallForwardInfo 36 + " reason: " + reason
|
PhoneNotifier.java | 36 public void notifyDataConnection(Phone sender, String reason); 38 public void notifyDataConnectionFailed(Phone sender, String reason);
|
/dalvik/libcore/sql/src/main/java/java/sql/ |
SQLWarning.java | 32 * Creates an {@code SQLWarning} object. The reason string is set to {@code 41 * Creates an {@code SQLWarning} object. The reason string is set to the 42 * given reason string, the {@code SQLState} string is set to {@code null} 46 * the reason why this warning is issued. 53 * Creates an {@code SQLWarning} object. The reason string is set to the 54 * given reason string, the {@code SQLState} string is set to the given 58 * the reason why this warning is issued. 67 * Creates an {@code SQLWarning} object. The reason string is set to the 68 * given reason string, the {@code SQLState} string is set to the given 73 * the reason why this warning is issued [all...] |
/dalvik/libcore/x-net/src/main/java/javax/net/ssl/ |
SSLException.java | 29 * Creates a new {@code SSLException} with the specified reason. 31 * @param reason 32 * the reason for the exception. 34 public SSLException(String reason) { 35 super(reason);
|
/external/apache-http/src/org/apache/http/message/ |
BasicHttpResponse.java | 67 * @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) { [all...] |
/external/webkit/JavaScriptCore/wtf/ |
RefCountedLeakCounter.cpp | 47 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/webkit/WebCore/bindings/objc/ |
ExceptionHandlers.mm | 63 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/apache-http/src/org/apache/http/ |
HttpResponse.java | 68 * 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); 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 [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
CdmaDataConnectionTracker.java | 93 private static final String INTENT_RECONNECT_ALARM_EXTRA_REASON = "reason"; 137 String reason = intent.getStringExtra(INTENT_RECONNECT_ALARM_EXTRA_REASON); 139 cleanUpConnection(false, reason); 141 trySetupData(reason); 313 private boolean trySetupData(String reason) { 314 if (DBG) log("***trySetupData due to " + (reason == null ? "(unspecified)" : reason)); 320 phone.notifyDataConnection(reason); 341 return setupData(reason); 371 * @param reason reason for the clean up 720 String reason = null; local 746 String reason = null; local 779 String reason = null; local [all...] |
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/ |
V2TBSCertListGenerator.java | 101 public void addCRLEntry(DERInteger userCertificate, DERUTCTime revocationDate, int reason) 103 addCRLEntry(userCertificate, new Time(revocationDate), reason); 106 public void addCRLEntry(DERInteger userCertificate, Time revocationDate, int reason) 108 addCRLEntry(userCertificate, revocationDate, reason, null); 111 public void addCRLEntry(DERInteger userCertificate, Time revocationDate, int reason, DERGeneralizedTime invalidityDate) 116 if (reason != 0) 118 CRLReason crlReason = new CRLReason(reason); 127 throw new IllegalArgumentException("error encoding reason: " + e);
|
CRLReason.java | 78 int reason) 80 super(reason); 84 DEREnumerated reason) 86 super(reason.getValue().intValue());
|
/external/clearsilver/python/ |
upload.py | 35 except Exception, Reason: 36 log ("Python Exception: %s" % (str(repr(Reason))))
|
/frameworks/base/core/java/android/os/ |
ParcelFormatException.java | 28 public ParcelFormatException(String reason) { 29 super(reason);
|