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

1 2

  /external/chromium/net/base/
cert_verifier.h 20 // verify a single certificate at a time, so if you need to verify multiple
57 int Verify(X509Certificate* cert, const std::string& hostname,
cert_verifier.cc 40 error_ = cert_->Verify(hostname_, flags_, &result_);
103 // Only used on the origin thread (where Verify was called).
127 int CertVerifier::Verify(X509Certificate* cert,
137 int rv = cert->Verify(hostname, flags, &result);
x509_certificate_unittest.cc 14 // properly verify the EV-ness of a cert, we need to check for its revocation
126 EXPECT_EQ(OK, google_cert->Verify("www.google.com", flags, &verify_result));
182 EXPECT_EQ(OK, webkit_cert->Verify("webkit.org", flags, &verify_result));
238 EXPECT_EQ(OK, thawte_cert->Verify("www.thawte.com", flags, &verify_result));
243 EXPECT_EQ(OK, thawte_cert->Verify("www.thawte.com", flags, &verify_result));
263 int error = paypal_null_cert->Verify("www.paypal.com", flags,
291 int error = unosoft_hu_cert->Verify("www.unosoft.hu", flags,
x509_certificate.h 240 int Verify(const std::string& hostname,
  /external/chromium/third_party/icu/source/test/intltest/
tsdcfmsy.h 30 void Verify(double value, const UnicodeString& pattern, DecimalFormatSymbols sym, const UnicodeString& expected);
tsdcfmsy.cpp 204 Verify(34.5, (UnicodeString)"00.00", sym, (UnicodeString)"34.50");
206 Verify(34.5, (UnicodeString)"00.00", sym, (UnicodeString)"34S50");
208 Verify(34.5, (UnicodeString)"00 %", sym, (UnicodeString)"3450 P");
210 Verify(34.5, CharsToUnicodeString("\\u00a4##.##"), sym, (UnicodeString)"D34.5");
212 Verify(3456.5, (UnicodeString)"0,000.##", sym, (UnicodeString)"3|456S5");
216 void IntlTestDecimalFormatSymbols::Verify(double value, const UnicodeString& pattern, DecimalFormatSymbols sym, const UnicodeString& expected){
  /external/icu4c/test/intltest/
tsdcfmsy.h 30 void Verify(double value, const UnicodeString& pattern, DecimalFormatSymbols sym, const UnicodeString& expected);
tsdcfmsy.cpp 204 Verify(34.5, (UnicodeString)"00.00", sym, (UnicodeString)"34.50");
206 Verify(34.5, (UnicodeString)"00.00", sym, (UnicodeString)"34S50");
208 Verify(34.5, (UnicodeString)"00 %", sym, (UnicodeString)"3450 P");
210 Verify(34.5, CharsToUnicodeString("\\u00a4##.##"), sym, (UnicodeString)"D34.5");
212 Verify(3456.5, (UnicodeString)"0,000.##", sym, (UnicodeString)"3|456S5");
216 void IntlTestDecimalFormatSymbols::Verify(double value, const UnicodeString& pattern, DecimalFormatSymbols sym, const UnicodeString& expected){
  /external/chromium/net/ftp/
ftp_network_transaction_unittest.cc 62 return Verify("USER anonymous\r\n", data, PRE_PASSWD,
68 return Verify("PASS chrome@example.com\r\n", data, PRE_SYST,
72 return Verify("SYST\r\n", data, PRE_PWD, "215 UNIX\r\n");
74 return Verify("PWD\r\n", data, PRE_TYPE,
77 return Verify("TYPE I\r\n", data, PRE_PASV,
80 return Verify("PASV\r\n", data, PRE_SIZE,
84 return Verify("PASV\r\n", data, PRE_CWD,
87 return Verify("QUIT\r\n", data, QUIT, "221 Goodbye.\r\n");
133 MockWriteResult Verify(const std::string& expected,
168 return Verify("SIZE /\r\n", data, PRE_MDTM
    [all...]
  /external/webkit/LayoutTests/storage/domstorage/events/script-tests/
case-sensitive.js 1 description("Verify that storage events fire even when only the case of the value changes.");
18 debug("Verify storage events are case sensitive");
  /external/libpng/contrib/pngminus/
makevms.com 55 $ V = 'F$Verify(0)
86 $ VV=F$VERIFY(0)
89 $ VV='F$Verify(VV)
91 $ If V Then Set Verify
  /external/libpng/scripts/
makevms.com 105 $ V = 'F$Verify(0)
136 $ VV=F$VERIFY(0)
139 $ VV='F$Verify(VV)
141 $ If V Then Set Verify
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
verify.h 0 // verify.h
29 bool Verify(const Fst<Arc> &fst) {
46 LOG(ERROR) << "Verify: Fst start state ID unset";
49 LOG(ERROR) << "Verify: Fst start state ID exceeds number of states";
63 LOG(ERROR) << "Verify: Fst input label ID of arc at position "
67 LOG(ERROR) << "Verify: Fst input label ID " << arc.ilabel
73 LOG(ERROR) << "Verify: Fst output label ID of arc at position "
77 LOG(ERROR) << "Verify: Fst output label ID " << arc.olabel
83 LOG(ERROR) << "Verify: Fst weight of arc at position "
87 LOG(ERROR) << "Verify: Fst destination state ID of arc at position
    [all...]
  /external/libpng/contrib/gregbook/
makevms.com 95 $ V = 'F$Verify(0)
126 $ VV=F$VERIFY(0)
129 $ VV='F$Verify(VV)
131 $ If V Then Set Verify
  /external/webkit/LayoutTests/storage/domstorage/script-tests/
quota.js 34 debug("Verify that data was never inserted.");
  /external/v8/src/
heap-inl.h 381 // Verify() is inline to avoid ifdef-s around its calls in release
383 void ExternalStringTable::Verify() {
406 Verify();
spaces.h 685 void Verify();
    [all...]
objects-debug.cc 60 void Object::Verify() {
287 Name::cast(this)->Name##Verify(); \
661 e->Verify();
872 it.rinfo()->Verify();
    [all...]
spaces.cc 80 Verify();
98 Verify();
105 void HeapObjectIterator::Verify() {
127 // Verify that the cached last page in the space is actually the
935 void PagedSpace::Verify(ObjectVisitor* visitor) {
976 object->Verify();
    [all...]
heap.cc 309 Verify();
342 Verify();
716 // Visitor class to verify pointers in code or data space do not point into
731 // Verify that there are no pointers to new space in spaces where we
837 ExternalStringTable::Verify();
    [all...]
assembler.h 233 void Verify();
builtins.cc 75 void Verify() {
92 void BuiltinArguments<NEEDS_CALLED_FUNCTION>::Verify() {
127 args.Verify(); \
    [all...]
  /external/chromium/third_party/libevent/
event_rpcgen.py 426 def Verify(self):
523 def Verify(self):
529 Entry.Verify(self)
    [all...]
  /external/chromium/sdch/open-vcdiff/vsprojects/
vcdiff_test.bat 58 rem vcdiff with all three arguments. Verify that output file matches target file
80 rem vcdiff using stdin/stdout. Verify that output file matches target file
  /external/v8/benchmarks/
splay.js 96 // Verify that the splay tree has the right size.
102 // Verify that the splay tree has sorted, unique keys.

Completed in 407 milliseconds

1 2