HomeSort by relevance Sort by last modified time
    Searched defs:validity (Results 1 - 25 of 35) sorted by null

1 2

  /external/v8/src/base/
safe_math.h 57 : state_(rhs.ValueUnsafe(), rhs.validity()) {}
60 CheckedNumeric(Src value, RangeConstraint validity)
61 : state_(value, validity) {}
73 bool IsValid() const { return validity() == RANGE_VALID; }
89 // ValueFloating() - Since floating point values include their validity state,
98 // validity() - DO NOT USE THIS IN EXTERNAL CODE - It is public right now for
101 // Returns: current validity state (i.e. valid, overflow, underflow, nan).
105 RangeConstraint validity() const { return state_.validity(); } function in class:v8::base::internal::CheckedNumeric
124 RangeConstraint validity; local
135 RangeConstraint validity; local
    [all...]
safe_math_impl.h 145 CheckedAdd(T x, T y, RangeConstraint* validity) {
156 *validity = RANGE_VALID;
158 *validity = HasSignBit(uresult) ? RANGE_OVERFLOW : RANGE_UNDERFLOW;
161 *validity = BinaryComplement(x) >= y ? RANGE_VALID : RANGE_OVERFLOW;
168 CheckedSub(T x, T y, RangeConstraint* validity) {
179 *validity = RANGE_VALID;
181 *validity = HasSignBit(uresult) ? RANGE_OVERFLOW : RANGE_UNDERFLOW;
184 *validity = x >= y ? RANGE_VALID : RANGE_UNDERFLOW;
197 CheckedMul(T x, T y, RangeConstraint* validity) {
201 *validity = DstRangeRelationToSrcRange<T>(tmp)
415 RangeConstraint validity() const { return validity_; } function in class:v8::base::internal::CheckedNumericState
467 RangeConstraint validity() const { function in class:v8::base::internal::CheckedNumericState
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
V1TBSCertificateGenerator.java 18 * validity Validity,
131 ASN1EncodableVector validity = new ASN1EncodableVector(); local
133 validity.add(startDate);
134 validity.add(endDate);
136 seq.add(new DERSequence(validity));
V3TBSCertificateGenerator.java 19 * validity Validity,
177 ASN1EncodableVector validity = new ASN1EncodableVector(); local
179 validity.add(startDate);
180 validity.add(endDate);
182 v.add(new DERSequence(validity));
  /external/libchrome/base/numerics/
safe_math.h 62 : state_(rhs.ValueUnsafe(), rhs.validity()) {}
65 CheckedNumeric(Src value, RangeConstraint validity)
66 : state_(value, validity) {}
85 bool IsValid() const { return validity() == RANGE_VALID; }
101 // ValueFloating() - Since floating point values include their validity state,
109 // validity() - DO NOT USE THIS IN EXTERNAL CODE - It is public right now for
112 // Returns: current validity state (i.e. valid, overflow, underflow, nan).
116 RangeConstraint validity() const { return state_.validity(); } function in class:base::internal::CheckedNumeric
135 RangeConstraint validity; local
146 RangeConstraint validity; local
    [all...]
safe_math_impl.h 136 CheckedAdd(T x, T y, RangeConstraint* validity) {
148 *validity = RANGE_VALID;
150 *validity = HasSignBit(uresult) ? RANGE_OVERFLOW : RANGE_UNDERFLOW;
153 *validity = BinaryComplement(x) >= y ? RANGE_VALID : RANGE_OVERFLOW;
160 CheckedSub(T x, T y, RangeConstraint* validity) {
172 *validity = RANGE_VALID;
174 *validity = HasSignBit(uresult) ? RANGE_OVERFLOW : RANGE_UNDERFLOW;
177 *validity = x >= y ? RANGE_VALID : RANGE_UNDERFLOW;
190 CheckedMul(T x, T y, RangeConstraint* validity) {
194 *validity = DstRangeRelationToSrcRange<T>(tmp)
429 RangeConstraint validity() const { return validity_; } function in class:base::internal::CheckedNumericState
485 RangeConstraint validity() const { function in class:base::internal::CheckedNumericState
    [all...]
  /external/libxml2/
runsuite.c 780 xmlChar *validity = NULL; local
810 validity = getString(cur,
811 "string(ts:expected/@validity)");
812 if (validity == NULL) {
813 fprintf(stderr, "instanceDocument line %ld misses expected validity\n",
834 if (xmlStrEqual(validity, BAD_CAST "valid")) {
845 } else if (xmlStrEqual(validity, BAD_CAST "invalid")) {
852 test_log("instanceDocument line %ld has unexpected validity value%s\n",
853 xmlGetLineNo(cur), validity);
861 if (validity != NULL) xmlFree(validity)
877 xmlChar *validity = NULL; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/webkit/
WebViewUpdater.java 575 int validity = validityResult(provider, systemUserPackageInfo); local
581 if (validity == VALIDITY_OK) {
593 getInvalidityReason(validity)));
609 return "Unexcepted validity-reason";
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeyCheckPage.java 179 int validity = mWizard.getValidity(); local
182 validity));
184 if (validity < REQUIRED_YEARS) {
  /external/ImageMagick/MagickCore/
distort.c 2327 validity; \/* how mathematically valid is this the mapping *\/ local
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/x509/
x509.go 132 Validity validity
150 type validity struct { type
643 NotBefore, NotAfter time.Time // Validity bounds.
    [all...]
  /prebuilts/go/linux-x86/src/crypto/x509/
x509.go 132 Validity validity
150 type validity struct { type
643 NotBefore, NotAfter time.Time // Validity bounds.
    [all...]
  /external/boringssl/src/include/openssl/
x509.h 218 X509_VAL *validity; member in struct:x509_cinf_st
543 #define X509_get_notBefore(x) ((x)->cert_info->validity->notBefore)
544 #define X509_get_notAfter(x) ((x)->cert_info->validity->notAfter)
    [all...]
  /external/google-breakpad/src/google_breakpad/common/
minidump_format.h 873 uint32_t validity; member in struct:__anon19463
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiServiceImpl.java 2444 String validity = checkValidity(config); local
    [all...]
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /prebuilts/misc/common/robolectric/lib/
bcprov-jdk16-1.46.jar 
ant-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk16/1.46/
bcprov-jdk16-1.46.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 587 milliseconds

1 2