HomeSort by relevance Sort by last modified time
    Searched defs:REASON (Results 1 - 15 of 15) sorted by null

  /libcore/ojluni/src/main/java/sun/security/x509/
CRLReasonCodeExtension.java 37 * the reason for the certificate revocation.
50 public static final String REASON = "reason";
67 * Create a CRLReasonCodeExtension with the passed in reason.
70 * @param reason the enumerated value for the reason code.
72 public CRLReasonCodeExtension(int reason) throws IOException {
73 this(false, reason);
77 * Create a CRLReasonCodeExtension with the passed in reason.
80 * @param reason the enumerated value for the reason code
    [all...]
  /tools/loganalysis/src/com/android/loganalysis/parser/
AnrParser.java 40 * Matches: Reason: reason
42 private static final Pattern REASON = Pattern.compile("^Reason: (.*)$");
81 m = REASON.matcher(line);
  /tools/loganalysis/src/com/android/loganalysis/item/
AnrItem.java 50 public static final String REASON = "REASON";
62 ACTIVITY, REASON, TRACE));
115 * Get the reason for the ANR.
118 return (String) getAttribute(REASON);
122 * Set the reason for the ANR.
124 public void setReason(String reason) {
125 setAttribute(REASON, reason);
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPHeaderNames.java 103 public static final String REASON = ReasonHeader.NAME; //47
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenTypes.java 96 public static final int REASON = START + 59;
Lexer.java 126 TokenTypes.REASON);
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 157 milliseconds