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

1 2 3 4

  /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 17 * reasons [1] ReasonFlags OPTIONAL,
26 ReasonFlags reasons; field in class:DistributionPoint
64 reasons = new ReasonFlags(DERBitString.getInstance(t, false));
74 ReasonFlags reasons,
78 this.reasons = reasons;
89 return reasons;
109 if (reasons != null)
111 v.add(new DERTaggedObject(false, 1, reasons));
132 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/mips32r6/
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/mips64r6/
valid-xfail.s 1 # Instructions that should be valid but currently fail for known reasons (e.g.
  /external/chromium_org/content/renderer/media/
cache_util.cc 28 uint32 reasons = 0; local
37 reasons |= kNoData;
39 reasons |= kPre11PartialResponse;
46 reasons |= kNoStrongValidatorOnPartialResponse;
53 reasons |= kNoCache;
55 reasons |= kNoStore;
57 reasons |= kHasMustRevalidate;
71 reasons |= kShortMaxAge;
81 reasons |= kExpiresTooSoon;
84 return reasons;
    [all...]
  /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/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...]
  /external/chromium_org/chrome/installer/gcapi_mac/
gcapi.h 20 // If the return value is 0, |reasons| explains why. If you don't care for the
21 // reason, you can pass NULL for |reasons|.
22 int GoogleChromeCompatibilityCheck(unsigned* reasons);
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
DistributionPoint.java 45 * reasons [1] ReasonFlags OPTIONAL,
69 private final ReasonFlags reasons; field in class:DistributionPoint
73 ReasonFlags reasons, GeneralNames cRLIssuer) {
74 if ((reasons != null) && (distributionPoint == null) && (cRLIssuer == null)) {
75 throw new IllegalArgumentException("DistributionPoint MUST NOT consist of only the reasons field");
78 this.reasons = reasons;
88 if (reasons != null) {
89 reasons.dumpValue(sb, prefix + " ");
125 values[1] = dp.reasons;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayerDebugInfo.h 54 void setCompositingReasons(CompositingReasons reasons) { m_compositingReasons = reasons; }
CompositingReasons.h 16 // Intrinsic reasons that can be known right away by the layer
33 // Overlap reasons that require knowing what's behind you in paint-order before knowing the answer
47 // Subtree reasons that require knowing what the status of your subtree is before knowing the answer
64 // CompositedLayerMapping internal hierarchy reasons
81 // Various combinations of compositing reasons are defined here also, for more intutive and faster bitwise logic.
136 // Any reasons other than overlap or assumed overlap will require the layer to be separately compositing.
137 inline bool requiresCompositing(CompositingReasons reasons)
139 return reasons & ~CompositingReasonComboSquashableReasons;
142 // If the layer has overlap or assumed overlap, but no other reasons, then it should be squashed.
143 inline bool requiresSquashing(CompositingReasons reasons)
    [all...]
  /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);
  /ndk/tests/device/test-gnustl-full/jni/
Android.mk 17 # This test enters an infinit loop for unknown reasons!
  /packages/apps/Email/src/com/android/email/
SecurityPolicy.java 132 // This can never be supported at this time. It exists only for historic reasons where
249 int reasons = getInactiveReasons(policy); local
250 if (MailActivityEmail.DEBUG && (reasons != 0)) {
253 if ((reasons & INACTIVE_NEED_ACTIVATION) != 0) {
256 if ((reasons & INACTIVE_NEED_CONFIGURATION) != 0) {
259 if ((reasons & INACTIVE_NEED_PASSWORD) != 0) {
262 if ((reasons & INACTIVE_NEED_ENCRYPTION) != 0) {
265 if ((reasons & INACTIVE_PROTOCOL_POLICIES) != 0) {
270 return reasons == 0;
327 int reasons = 0 local
    [all...]
  /external/chromium_org/chrome/browser/extensions/
content_verifier_browsertest.cc 127 int reasons = prefs->GetDisableReasons(id_); local
128 EXPECT_TRUE(reasons & Extension::DISABLE_CORRUPTED);
  /ndk/tests/device/test-stlport/jni/
Android.mk 17 # This test enters an infinit loop for unknown reasons!
  /external/chromium_org/chrome/installer/gcapi/
gcapi.h 51 // If the return is FALSE, the |reasons| DWORD explains why. If you don't care
52 // for the reason, you can pass NULL for |reasons|.
62 DWORD* reasons);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositingRequirementsUpdater.cpp 157 static bool requiresCompositingOrSquashing(CompositingReasons reasons)
160 bool fastAnswer = reasons != CompositingReasonNone;
161 bool slowAnswer = requiresCompositing(reasons) || requiresSquashing(reasons);
164 return reasons != CompositingReasonNone;
264 // Next, accumulate reasons related to overlap.
381 // Now that the subtree has been traversed, we can check for compositing reasons that depended on the state of the subtree.
413 // Now check for reasons to become composited that depend on the state of descendant layers.
450 // At this point we have finished collecting all reasons to composite this layer.

Completed in 821 milliseconds

1 2 3 4