HomeSort by relevance Sort by last modified time
    Searched full:validity (Results 226 - 250 of 2533) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/python/cpython2/Tools/webchecker/
README 6 validity. The main program is "webchecker.py". See its doc string
  /external/selinux/libsemanage/man/man3/
semanage_bool_set_active.3 22 is invoked, changes will be written permanently into the local store, and will be loaded into policy. Validity of the object being added is checked at commit time.
semanage_modify.3 24 is invoked, changes will be permanently written into the local store, and then loaded into policy. Validity of the object being added is checked at commit time. Adding new objects with respect to policy is allowed, except in the case of booleans. Attempt to add new booleans with respect to policy will fail at commit time.
  /external/tensorflow/tensorflow/core/api_def/base_api/
api_def_SparseTensorDenseMatMul.pbtxt 43 No validity checking is performed on the indices of A. However, the following
  /frameworks/base/keystore/java/android/security/keystore/
KeyExpiredException.java 22 * Indicates that a cryptographic operation failed because the employed key's validity end date
KeyNotYetValidException.java 22 * Indicates that a cryptographic operation failed because the employed key's validity start date
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/
schedule.h 41 __isl_take isl_union_map *validity,
  /external/libxml2/include/libxml/
valid.h 3 * Description: API for the DTD handling and the validity checking
33 * @ctx: usually an xmlValidCtxtPtr to a validity error context,
39 * Callback called when a validity error is found. This is a message
48 * @ctx: usually an xmlValidCtxtPtr to a validity error context,
54 * Callback called when a validity warning is found. This is a message
95 int valid; /* temporary validity check result */
305 * The public function calls related to validity checking.
  /frameworks/base/core/java/android/net/http/
SslCertificate.java 65 * Not-before date from the validity period
70 * Not-after date from the validity period
150 * validity period in ISO 8601 format
152 * validity period in ISO 8601 format
165 * @param validNotBefore The not-before date from the certificate validity period
166 * @param validNotAfter The not-after date from the certificate validity period
199 * @return Not-before date from the certificate validity period or
207 * @return Not-before date from the certificate validity period in
218 * @return Not-after date from the certificate validity period or
226 * @return Not-after date from the certificate validity period i
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/
PKIXExtendedParameters.java 19 * This class extends the PKIXParameters with a validity model parameter.
25 * This is the default PKIX validity model. Actually there are two variants
37 * This model uses the following validity model. Each certificate must have
144 * @param validityModel The validity model to set.
266 * @return Returns the validity model.
  /libcore/ojluni/src/main/java/java/security/cert/
X509Certificate.java 76 * validity Validity,
121 * the current date and time are within the validity period given in the
124 * The validity period consists of two date/time values:
129 * validity Validity
131 * Validity ::= SEQUENCE {
149 * validity period. In other words, this determines whether the
297 * Gets the {@code notBefore} date from the validity period of
301 * validity Validit
    [all...]
  /external/libxml2/
check-xml-test-suite.py 239 print "%s: error: Validity error not detected" % (id)
240 log.write("%s: error: Validity error not detected\n" % (id))
244 print "%s: warning: Validity error not reported" % (id)
245 log.write("%s: warning: Validity error not reported\n" % (id))
275 print "%s: error: Validity check failed" % (id)
276 log.write("%s: error: Validity check failed\n" % (id))
  /libcore/ojluni/src/main/java/com/sun/security/cert/internal/x509/
X509V1CertImpl.java 164 * time is within the specified validity period.
173 * validity period, or basically if the certificate would be
250 * Gets the notBefore date from the validity period of the certificate.
252 * @return the start date of the validity period.
260 * Gets the notAfter date from the validity period of the certificate.
262 * @return the end date of the validity period.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
TBSCertificate.java 20 * validity Validity,
TBSCertificateStructure.java 21 * validity Validity,
  /external/google-breakpad/src/processor/
stackwalker_arm.h 64 // Change the context validity mask of the frame returned by
97 // Validity mask for youngest stack frame. This is always
stackwalker_arm64.h 63 // Change the context validity mask of the frame returned by
94 // Validity mask for youngest stack frame. This is always
  /external/libcxx/docs/DesignDocs/
DebugMode.rst 28 which provides additional assertions about the validity of iterators used by
73 "iterator debugging" which checks the validity of iterators used by the program.
  /external/parameter-framework/upstream/parameter/
FloatingPointParameterType.h 73 * Check value validity against range.
80 * Check value validity against range.
  /frameworks/base/core/java/android/service/oemlock/
OemLockManager.java 49 * Depending on the implementation, the validity of the request might need to be proved. This
56 * @param signature Optional proof of request validity, {@code null} for none.
  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerServiceCompilerMapping.java 52 // Load the property for the given reason and check for validity. This will throw an
88 // Check validity, ignore result.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/util/
SMSDispatcherUtil.java 78 * @param validityPeriod Validity Period of the message in mins.
80 * Validity Period(Minimum) -> 5 mins
81 * Validity Period(Maximum) -> 635040 mins(i.e.63 weeks).
82 * Any Other values included Negative considered as Invalid Validity Period of the message.
121 * @param validityPeriod Validity Period of the message in mins.
123 * Validity Period(Minimum) -> 5 mins
124 * Validity Period(Maximum) -> 635040 mins(i.e.63 weeks).
125 * Any Other values included Negative considered as Invalid Validity Period of the message.
  /libcore/ojluni/src/main/java/sun/security/x509/
CertAttrSet.java 35 * Examples of X.509 certificate attributes are Validity, Issuer_Name, and
63 * @exception CertificateException on encoding or validity errors.
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
configSectionNameDialog.py 12 usedNames - list, list of names already in use for validity check
59 #simple validity check for a sensible
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
configSectionNameDialog.py 12 usedNames - list, list of names already in use for validity check
59 #simple validity check for a sensible

Completed in 1269 milliseconds

1 2 3 4 5 6 7 8 91011>>