Home
last modified time | relevance | path

Searched refs:constraint (Results 1 – 25 of 25) sorted by relevance

/external/guava/src/com/google/common/collect/
DConstrainedMap.java37 final MapConstraint<? super K, ? super V> constraint; field in ConstrainedMap
41 Map<K, V> delegate, MapConstraint<? super K, ? super V> constraint) { in ConstrainedMap() argument
43 this.constraint = checkNotNull(constraint); in ConstrainedMap()
51 entrySet = constrainedEntrySet(delegate.entrySet(), constraint); in entrySet()
56 constraint.checkKeyValue(key, value); in put()
67 final MapConstraint<? super K, ? super V> constraint) { in constrainedEntry() argument
69 checkNotNull(constraint); in constrainedEntry()
75 constraint.checkKeyValue(getKey(), value); in constrainedEntry()
83 MapConstraint<? super K, ? super V> constraint) {
84 return new ConstrainedEntrySet<K, V>(entries, constraint);
[all …]
/external/bouncycastle/src/main/java/org/bouncycastle/x509/
DCertPathReviewerMessages.properties14 CertPathReviewer.notPermittedDN.title = Name constraint error: certificate DN is not permitted
15 CertPathReviewer.notPermittedDN.text = Name constraint error: the certificate DN {0} is not permitt…
16 CertPathReviewer.notPermittedDN.summary = Name constraint error: certificate DN is not permitted.
17 CertPathReviewer.notPermittedDN.details = Name constraint checking error. The certificate DN {0} is…
21 CertPathReviewer.excludedDN.title = Name constraint error: certificate DN is excluded
22 CertPathReviewer.excludedDN.text = Name constraint error: The certificate DN {0} is excluded.
23 CertPathReviewer.excludedDN.summary = Name constraint error: certificate DN is excluded.
24 CertPathReviewer.excludedDN.details = Name constraint checking error. The certificate DN {0} is ins…
28 CertPathReviewer.notPermittedEmail.title = Name constraint error: not permitted email address
29 CertPathReviewer.notPermittedEmail.text = Name constraint error: certificate contains the not permi…
[all …]
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
DPKIXNameConstraintValidator.java609 private boolean isIPConstrained(byte ip[], byte[] constraint) in isIPConstrained() argument
613 if (ipLength != (constraint.length / 2)) in isIPConstrained()
619 System.arraycopy(constraint, ipLength, subnetMask, 0, ipLength); in isIPConstrained()
628 permittedSubnetAddress[i] = (byte)(constraint[i] & subnetMask[i]); in isIPConstrained()
635 private boolean emailIsConstrained(String email, String constraint) in emailIsConstrained() argument
639 if (constraint.indexOf('@') != -1) in emailIsConstrained()
641 if (email.equalsIgnoreCase(constraint)) in emailIsConstrained()
647 else if (!(constraint.charAt(0) == '.')) in emailIsConstrained()
649 if (sub.equalsIgnoreCase(constraint)) in emailIsConstrained()
655 else if (withinDomain(sub, constraint)) in emailIsConstrained()
[all …]
DRFC3280CertPathUtilities.java1594 … ASN1TaggedObject constraint = ASN1TaggedObject.getInstance(policyConstraints.nextElement()); in prepareNextCertI1() local
1595 if (constraint.getTagNo() == 0) in prepareNextCertI1()
1597 tmpInt = DERInteger.getInstance(constraint).getValue().intValue(); in prepareNextCertI1()
1648 … ASN1TaggedObject constraint = ASN1TaggedObject.getInstance(policyConstraints.nextElement()); in prepareNextCertI2() local
1649 if (constraint.getTagNo() == 1) in prepareNextCertI2()
1651 tmpInt = DERInteger.getInstance(constraint).getValue().intValue(); in prepareNextCertI2()
2376 ASN1TaggedObject constraint = (ASN1TaggedObject)policyConstraints.nextElement(); in wrapupCertB() local
2377 switch (constraint.getTagNo()) in wrapupCertB()
2382 tmpInt = DERInteger.getInstance(constraint).getValue().intValue(); in wrapupCertB()
/external/webkit/WebKit/qt/Api/
Dqgraphicswebview.h88 virtual QSizeF sizeHint(Qt::SizeHint which, const QSizeF& constraint) const;
Dqgraphicswebview.cpp499 QSizeF QGraphicsWebView::sizeHint(Qt::SizeHint which, const QSizeF& constraint) const in sizeHint()
503 return QGraphicsWidget::sizeHint(which, constraint); in sizeHint()
/external/sqlite/dist/
Dsqlite3.h.orig373 #define SQLITE_CONSTRAINT 19 /* Abort due to constraint violation */
1328 ** ^An [INSERT] that fails due to a constraint violation is not a
1333 ** encounters a constraint violation, it does not fail. The
1335 ** the constraint problem so INSERT OR REPLACE will always change
1370 ** are changed as side effects of [REPLACE] constraint resolution,
2836 ** ^[SQLITE_ERROR] means that a run-time error (such as a constraint
3824 ** an error or constraint causes an implicit rollback to occur.
3988 ** <tr><td> 7th <td> int <td> True if column has a NOT NULL constraint
4029 int *pNotNull, /* OUTPUT: True if NOT NULL constraint exists */
4197 ** expr on the right-hand side can be evaluated (and thus the constraint
[all …]
Dsqlite3.c.orig897 #define SQLITE_CONSTRAINT 19 /* Abort due to constraint violation */
1852 ** ^An [INSERT] that fails due to a constraint violation is not a
1857 ** encounters a constraint violation, it does not fail. The
1859 ** the constraint problem so INSERT OR REPLACE will always change
1894 ** are changed as side effects of [REPLACE] constraint resolution,
3360 ** ^[SQLITE_ERROR] means that a run-time error (such as a constraint
4348 ** an error or constraint causes an implicit rollback to occur.
4512 ** <tr><td> 7th <td> int <td> True if column has a NOT NULL constraint
4553 int *pNotNull, /* OUTPUT: True if NOT NULL constraint exists */
4721 ** expr on the right-hand side can be evaluated (and thus the constraint
[all …]
Dsqlite3.c109999 goto constraint;
110008 goto constraint;
110022 goto constraint;
110041 constraint:
/external/qemu/tcg/
DREADME399 operation uses a constant input constraint which does not allow all
/external/webkit/WebKit/gtk/po/
Dit.po386 # Mac OS X at font sizes of 9 point and above. The constraint assures that web content will always
/external/dropbear/libtomcrypt/
DDoxyfile1112 # the specified constraint. Beware that most browsers cannot cope with very
1120 # the specified constraint. Beware that most browsers cannot cope with very
/external/zlib/doc/
Drfc1951.txt368 This constraint complicates the algorithm for computing code
/external/dnsmasq/
DFAQ344 constraint: if you configure multiple MAC addresses and violate
/external/v8/
DChangeLog168 Fixed the implementation of the resource constraint API so it
/external/bluetooth/glib/docs/reference/glib/
Dregex-syntax.sgml1464 this constraint by setting the <varname>G_REGEX_DUPNAMES</varname> option at
/external/webkit/WebCore/
DChangeLog4478 Fix a bug that changes for some constraint attributes doesn't
DChangeLog-2003-10-25116 successful. However, other browsers do not impose this constraint.
8716 to fit the maxlength criteria. Matches the way we enforce this constraint
DChangeLog-2009-06-165634 New bottleneck method to fetch corner radiil given a rect, applying the constraint
58742 layout beyond the constraint of the current viewports dynamic size
92909 and the available width constraint is met. (This was the case in the
DChangeLog-2008-08-1080283 * page/inspector/inspector.js: Change the constraint logic to only enforce a 100px min-width
DChangeLog-2010-01-2980747 assembly, because with "g" constraint, wrong assembly code generated.
/external/e2fsprogs/
DRELEASE-NOTES1504 Fixed two potential ordering constraint problems in e2fsck which might
/external/webkit/WebKit/mac/
DChangeLog-2006-02-09571 (-[WebInspector window]): removes the maximum size constraint
30400 Removed unnecessary constraint that new or old UUID had
/external/webkit/JavaScriptCore/
DChangeLog-2008-08-1023418 Use less strict memory operand constraint on inline asm generation.
DChangeLog-2009-06-1639640 but that's really our only option, given the size constraint.)