HomeSort by relevance Sort by last modified time
    Searched refs:reasons (Results 1 - 25 of 182) sorted by null

1 2 3 4 5 6 7 8

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
ReasonFlags.java 71 * @param reasons - the bitwise OR of the Key Reason flags giving the
75 int reasons)
77 super(getBytes(reasons), getPadBits(reasons));
81 DERBitString reasons)
83 super(reasons.getBytes(), reasons.getPadBits());
DistributionPoint.java 18 * reasons [1] ReasonFlags OPTIONAL,
27 ReasonFlags reasons; field in class:DistributionPoint
65 reasons = new ReasonFlags(DERBitString.getInstance(t, false));
78 ReasonFlags reasons,
82 this.reasons = reasons;
93 return reasons;
113 if (reasons != null)
115 v.add(new DERTaggedObject(false, 1, reasons));
136 if (reasons != null
    [all...]
  /external/llvm/test/MC/Mips/mips1/
valid-xfail.s 1 # Instructions that should be valid but currently fail for known reasons (e.g.
  /external/llvm/test/MC/Mips/mips32/
valid-xfail.s 1 # Instructions that should be valid but currently fail for known reasons (e.g.
  /external/llvm/test/MC/Mips/mips32r2/
valid-xfail.s 1 # Instructions that should be valid but currently fail for known reasons (e.g.
  /external/llvm/test/MC/Mips/mips32r3/
valid-xfail.s 1 # Instructions that should be valid but currently fail for known reasons (e.g.
  /external/llvm/test/MC/Mips/mips32r5/
valid-xfail.s 1 # Instructions that should be valid but currently fail for known reasons (e.g.
  /external/llvm/test/MC/Mips/mips4/
valid-xfail.s 1 # Instructions that should be valid but currently fail for known reasons (e.g.
  /external/llvm/test/MC/Mips/mips5/
valid-xfail.s 1 # Instructions that should be valid but currently fail for known reasons (e.g.
  /external/llvm/test/MC/Mips/mips64/
valid-xfail.s 1 # Instructions that should be valid but currently fail for known reasons (e.g.
  /external/llvm/test/MC/Mips/mips64r2/
valid-xfail.s 1 # Instructions that should be valid but currently fail for known reasons (e.g.
  /external/llvm/test/MC/Mips/mips64r3/
valid-xfail.s 1 # Instructions that should be valid but currently fail for known reasons (e.g.
  /external/llvm/test/MC/Mips/mips64r5/
valid-xfail.s 1 # Instructions that should be valid but currently fail for known reasons (e.g.
  /libcore/luni/src/test/java/libcore/java/security/cert/
CRLReasonTest.java 39 CRLReason[] reasons = CRLReason.values(); local
40 assertEquals(11, reasons.length);
41 assertEquals(CRLReason.UNSPECIFIED, reasons[0]);
42 assertEquals(CRLReason.KEY_COMPROMISE, reasons[1]);
43 assertEquals(CRLReason.CA_COMPROMISE, reasons[2]);
44 assertEquals(CRLReason.AFFILIATION_CHANGED, reasons[3]);
45 assertEquals(CRLReason.SUPERSEDED, reasons[4]);
46 assertEquals(CRLReason.CESSATION_OF_OPERATION, reasons[5]);
47 assertEquals(CRLReason.CERTIFICATE_HOLD, reasons[6]);
48 assertEquals(CRLReason.UNUSED, reasons[7])
    [all...]
  /external/libmicrohttpd/src/microhttpd/
reason_phrase.c 116 "Unavailable For Legal Reasons"
142 static const struct MHD_Reason_Block reasons[] = { variable in typeref:struct:MHD_Reason_Block
157 (reasons[code / 100].max > (code % 100)) )
158 return reasons[code / 100].data[code % 100];
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
ReasonsMask.java 6 * This class helps to handle CRL revocation reasons mask. Each CRL handles a
7 * certain set of revocation reasons.
14 * Constructs are reason mask with the reasons.
16 * @param reasons The reasons.
18 ReasonsMask(ReasonFlags reasons)
20 _reasons = reasons.intValue();
23 private ReasonsMask(int reasons)
25 _reasons = reasons;
38 * A mask with all revocation reasons
    [all...]
  /libcore/ojluni/src/main/java/sun/security/x509/
ReasonFlags.java 59 * Reasons
122 * @param reasons the bits to be set for the ReasonFlags.
124 public ReasonFlags(byte[] reasons) {
125 bitString = new BitArray(reasons.length*8, reasons).toBooleanArray();
131 * @param reasons the bits to be set for the ReasonFlags.
133 public ReasonFlags(boolean[] reasons) {
134 this.bitString = reasons;
140 * @param reasons the bits to be set for the ReasonFlags.
142 public ReasonFlags(BitArray reasons) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataConnectionReasons.java 22 * The class to describe the reasons of allowing or disallowing to establish a data connection.
38 // Adding an allowed reason will clean up the disallowed reasons because they are
53 reasonStr.append("Data disallowed, reasons:");
64 void copyFrom(DataConnectionReasons reasons) {
65 this.mDataDisallowedReasonSet = reasons.mDataDisallowedReasonSet;
66 this.mDataAllowedReason = reasons.mDataAllowedReason;
100 // Disallowed reasons. There could be multiple reasons if data connection is not allowed.
102 // Soft failure reasons. Normally the reasons from users or policy settings
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
ResourceManagerStubActivity.java 115 String failMessage = "The potential reasons for the failure:\n";
116 StringBuilder reasons = new StringBuilder(); local
117 reasons.append(ERROR_INSUFFICIENT_RESOURCES);
119 reasons.append(ERROR_SUPPORTS_SECURE_WITH_NON_SECURE_CODEC);
123 reasons.append(ERROR_SUPPORTS_MULTIPLE_SECURE_CODECS);
125 Assert.assertTrue(failMessage + reasons.toString(), result);
  /external/autotest/client/cros/
chrome_binary_test.py 65 reasons = {}
77 reasons[testname] = failure.attrib['message']
87 if testname not in reasons:
88 reasons[testname] = reason
90 if reasons:
91 message = '%d failures' % len(reasons)
92 for testname, reason in sorted(reasons.items()):
  /external/autotest/tko/
reason_qualifier.py 23 ## if/when some categories of reasons choose to keep their numbers,
30 # of | - separated reasons.
33 reasons = reasons_txt.split('|')
35 for reason in reasons:
41 continue # ignore empty reasons
  /prebuilts/misc/common/swig/include/2.0.11/d/
wrapperloader.swg 76 this(in string[] libNames, in string[] reasons) {
80 if(i < reasons.length)
81 msg ~= reasons[i];
224 string[] reasons;
230 reasons ~= swigGetErrorStr();
238 throw new SwigSwigSharedLibLoadException(failedLibs, reasons);
  /external/boringssl/src/util/
make_errors.go 63 reasons, err := parseHeader(prefix, headerFile)
70 for key, value := range reasons {
75 reasons = newReasons
117 if err := addReasons(reasons, name, prefix); err != nil {
122 assignNewValues(reasons, reservedReasonCode)
136 if err := writeHeaderFile(newHeaderFile, headerFile, prefix, reasons); err != nil {
151 outputStrings(dataFile, lib, reasons)
230 func writeHeaderFile(w io.Writer, headerFile io.Reader, lib string, reasons map[string]int) error {
262 outputAssignments(w, reasons)
344 func addReasons(reasons map[string]int, filename, prefix string) error
    [all...]
  /external/v8/tools/
trace-maps-processor.py 16 "count Count most frequent transition reasons\n" % sys.argv[0])
159 reasons = {} variable
163 if reason not in reasons:
164 reasons[reason] = 1
166 reasons[reason] += 1
168 for r in reasons:
169 reasons_list.append("%8d %s" % (reasons[r], r))
  /packages/apps/Email/provider_src/com/android/email/
SecurityPolicy.java 133 // This can never be supported at this time. It exists only for historic reasons where
250 int reasons = getInactiveReasons(policy); local
251 if (DebugUtils.DEBUG && (reasons != 0)) {
254 if ((reasons & INACTIVE_NEED_ACTIVATION) != 0) {
257 if ((reasons & INACTIVE_NEED_CONFIGURATION) != 0) {
260 if ((reasons & INACTIVE_NEED_PASSWORD) != 0) {
263 if ((reasons & INACTIVE_NEED_ENCRYPTION) != 0) {
266 if ((reasons & INACTIVE_PROTOCOL_POLICIES) != 0) {
271 return reasons == 0;
328 int reasons = 0 local
    [all...]

Completed in 299 milliseconds

1 2 3 4 5 6 7 8