/external/guava/src/com/google/common/collect/ |
D | ConstrainedMap.java | 37 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/ |
D | CertPathReviewerMessages.properties | 14 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/ |
D | PKIXNameConstraintValidator.java | 609 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 …]
|
D | RFC3280CertPathUtilities.java | 1594 … 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/ |
D | qgraphicswebview.h | 88 virtual QSizeF sizeHint(Qt::SizeHint which, const QSizeF& constraint) const;
|
D | qgraphicswebview.cpp | 499 QSizeF QGraphicsWebView::sizeHint(Qt::SizeHint which, const QSizeF& constraint) const in sizeHint() 503 return QGraphicsWidget::sizeHint(which, constraint); in sizeHint()
|
/external/sqlite/dist/ |
D | sqlite3.h.orig | 373 #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 …]
|
D | sqlite3.c.orig | 897 #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 …]
|
D | sqlite3.c | 109999 goto constraint; 110008 goto constraint; 110022 goto constraint; 110041 constraint:
|
/external/qemu/tcg/ |
D | README | 399 operation uses a constant input constraint which does not allow all
|
/external/webkit/WebKit/gtk/po/ |
D | it.po | 386 # Mac OS X at font sizes of 9 point and above. The constraint assures that web content will always
|
/external/dropbear/libtomcrypt/ |
D | Doxyfile | 1112 # 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/ |
D | rfc1951.txt | 368 This constraint complicates the algorithm for computing code
|
/external/dnsmasq/ |
D | FAQ | 344 constraint: if you configure multiple MAC addresses and violate
|
/external/v8/ |
D | ChangeLog | 168 Fixed the implementation of the resource constraint API so it
|
/external/bluetooth/glib/docs/reference/glib/ |
D | regex-syntax.sgml | 1464 this constraint by setting the <varname>G_REGEX_DUPNAMES</varname> option at
|
/external/webkit/WebCore/ |
D | ChangeLog | 4478 Fix a bug that changes for some constraint attributes doesn't
|
D | ChangeLog-2003-10-25 | 116 successful. However, other browsers do not impose this constraint. 8716 to fit the maxlength criteria. Matches the way we enforce this constraint
|
D | ChangeLog-2009-06-16 | 5634 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
|
D | ChangeLog-2008-08-10 | 80283 * page/inspector/inspector.js: Change the constraint logic to only enforce a 100px min-width
|
D | ChangeLog-2010-01-29 | 80747 assembly, because with "g" constraint, wrong assembly code generated.
|
/external/e2fsprogs/ |
D | RELEASE-NOTES | 1504 Fixed two potential ordering constraint problems in e2fsck which might
|
/external/webkit/WebKit/mac/ |
D | ChangeLog-2006-02-09 | 571 (-[WebInspector window]): removes the maximum size constraint 30400 Removed unnecessary constraint that new or old UUID had
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2008-08-10 | 23418 Use less strict memory operand constraint on inline asm generation.
|
D | ChangeLog-2009-06-16 | 39640 but that's really our only option, given the size constraint.)
|