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

1 2 3 4 5 6 7 8

  /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/v8/src/x64/
lithium-gap-resolver-x64.h 63 // Verify the move list before performing moves.
64 void Verify();
  /external/chromium/net/ftp/
ftp_network_transaction_unittest.cc 65 return Verify("USER anonymous\r\n", data, PRE_PASSWD,
71 return Verify("PASS chrome@example.com\r\n", data, PRE_SYST,
75 return Verify("SYST\r\n", data, PRE_PWD, "215 UNIX\r\n");
77 return Verify("PWD\r\n", data, PRE_TYPE,
80 return Verify(std::string("TYPE ") + data_type_ + "\r\n", data,
83 return Verify("EPSV\r\n", data, PRE_SIZE,
88 return Verify("PASV\r\n", data, PRE_QUIT,
91 return Verify("QUIT\r\n", data, QUIT, "221 Goodbye.\r\n");
141 MockWriteResult Verify(const std::string& expected,
155 MockWriteResult Verify(const std::string& expected
    [all...]
  /external/v8/src/arm/
lithium-gap-resolver-arm.h 69 // Verify the move list before performing moves.
70 void Verify();
  /external/chromium/net/base/
cert_verifier_unittest.cc 56 error = verifier.Verify(google_cert, "www.example.com", 0, &verify_result,
66 error = verifier.Verify(google_cert, "www.example.com", 0, &verify_result,
97 error = verifier.Verify(google_cert, "www.example.com", 0, &verify_result,
101 error = verifier.Verify(google_cert, "www.example.com", 0, &verify_result2,
131 error = verifier.Verify(google_cert, "www.example.com", 0, &verify_result,
142 error = verifier.Verify(google_cert, "www.example.com", 0, &verify_result,
156 error = verifier.Verify(google_cert, "www.example.com", 0, &verify_result,
185 error = verifier.Verify(google_cert, "www.example.com", 0, &verify_result,
199 error = verifier.Verify(google_cert, hostname, 0, &verify_result,
213 error = verifier.Verify(google_cert, "www999.example.com", 0, &verify_result
    [all...]
cert_verifier.h 36 int error; // The return value of CertVerifier::Verify.
37 CertVerifyResult result; // The output of CertVerifier::Verify.
46 // request the RequestHandle that was returned by Verify() needs to be
101 int Verify(X509Certificate* cert,
108 // Cancels the specified request. |req| is the handle returned by Verify().
181 // CertVerifier to verify only a single certificate at a time and cancels this
194 // upon success. See CertVerifier::Verify() for details.
195 int Verify(X509Certificate* cert,
x509_certificate_openssl_android.cc 15 int X509Certificate::Verify(const std::string& hostname,
22 LOG(ERROR) << "Rejecting verify as no net library installed";
cert_verifier.cc 28 // Verify()
59 // On a cache hit, CertVerifier::Verify() returns synchronously without
157 error_ = cert_->Verify(hostname_, flags_, &verify_result_);
306 int CertVerifier::Verify(X509Certificate* cert,
463 int SingleRequestCertVerifier::Verify(X509Certificate* cert,
473 return cert->Verify(hostname, flags, verify_result);
479 int rv = cert_verifier_->Verify(
  /external/v8/src/ia32/
lithium-gap-resolver-ia32.h 87 // Verify that the state is the initial one, ready to resolve a single
91 // Verify the move list before performing moves.
92 void Verify();
  /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/chromium/chrome/browser/chromeos/login/
mock_owner_key_utils.h 27 MOCK_METHOD3(Verify, bool(const std::string& data,
owner_key_utils.h 55 virtual bool Verify(const std::string& data,
owner_manager_unittest.cc 170 &OwnerManager::Verify,
186 EXPECT_CALL(*mock_, Verify(Eq(data), Eq(sig), Eq(fake_public_key_)))
196 &OwnerManager::Verify,
219 EXPECT_CALL(*mock_, Verify(Eq(data), Eq(sig), Eq(fake_public_key_)))
228 &OwnerManager::Verify,
owner_manager.h 80 // need, then does the verify.
86 void Verify(const BrowserThread::ID thread_id,
owner_key_utils.cc 45 bool Verify(const std::string& data,
134 bool OwnerKeyUtilsImpl::Verify(const std::string& data,
owner_manager.cc 113 void OwnerManager::Verify(const BrowserThread::ID thread_id,
130 VLOG(1) << "Starting verify attempt";
132 if (!utils_->Verify(data, signature, public_key_)) {
  /external/chromium/chrome/browser/extensions/
extension_prefs_unittest.cc 78 virtual void Verify() = 0;
89 Verify();
91 // Reset ExtensionPrefs, and re-verify.
94 Verify();
124 virtual void Verify() {
153 virtual void Verify() {
175 virtual void Verify() {
192 virtual void Verify() {
279 virtual void Verify() {
314 virtual void Verify() {
    [all...]
  /external/llvm/lib/Analysis/
DebugInfo.cpp 352 if (DTy.Verify())
356 if (BTy.Verify()) {
365 /// Verify - Verify that a compile unit is well formed.
366 bool DICompileUnit::Verify() const {
376 /// Verify - Verify that a type descriptor is well formed.
377 bool DIType::Verify() const {
380 if (getContext() && !getContext().Verify())
394 /// Verify - Verify that a basic type descriptor is well formed
    [all...]
  /external/llvm/include/llvm/Analysis/
DebugInfo.h 93 bool Verify() const { return DbgNode != 0; }
193 /// Verify - Verify that a compile unit is well formed.
194 bool Verify() const;
241 /// Verify - Verify that a type descriptor is well formed.
242 bool Verify() const;
328 /// Verify - Verify that a basic type descriptor is well formed.
329 bool Verify() const
    [all...]
PHITransAddr.h 88 /// Verify - Check internal consistency of this data structure. If the
91 bool Verify() const;
  /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/v8/src/
liveobjectlist-inl.h 50 Verify();
hydrogen-instructions.cc 121 Verify();
168 Verify();
178 Verify();
192 void Range::Verify() const {
205 Verify();
538 void HInstruction::Verify() {
539 // Verify that input operands are defined before use.
560 // Verify that instructions that may have side-effects are followed
566 // Verify that instructions that can be eliminated by GVN have overridden
    [all...]
objects-debug.cc 40 void MaybeObject::Verify() {
167 Name::cast(this)->Name##Verify(); \
287 e->Verify();
405 it.rinfo()->Verify();
680 JSFunction::cast(get(kFactoryIndex))->Verify();
695 get(i)->Verify();
699 get(i)->Verify();
706 FixedArray::cast(this)->Verify();

Completed in 534 milliseconds

1 2 3 4 5 6 7 8