HomeSort by relevance Sort by last modified time
    Searched refs:Verify (Results 51 - 75 of 299) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/extensions/api/preference/
preference_api_prefs_unittest.cc 187 virtual void Verify() OVERRIDE {
209 virtual void Verify() OVERRIDE {
237 virtual void Verify() OVERRIDE {
276 virtual void Verify() OVERRIDE {
356 virtual void Verify() OVERRIDE {
373 virtual void Verify() OVERRIDE {
388 virtual void Verify() OVERRIDE {
436 virtual void Verify() OVERRIDE {
455 virtual void Verify() OVERRIDE {
  /external/chromium/chrome/browser/chromeos/login/
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,
  /external/chromium_org/crypto/
hmac_unittest.cc 220 EXPECT_TRUE(hmac.Verify(
251 TEST(HMACTest, Verify) {
259 EXPECT_TRUE(hmac.Verify(
265 EXPECT_FALSE(hmac.Verify(
272 EXPECT_FALSE(hmac.Verify(
  /external/chromium_org/chrome/browser/extensions/
extension_sorting_unittest.cc 38 virtual void Verify() OVERRIDE {
66 virtual void Verify() OVERRIDE {
76 // Set a new launch ordinal of and verify it comes after.
129 virtual void Verify() OVERRIDE {
133 // Verify the page ordinal.
196 virtual void Verify() OVERRIDE {
240 virtual void Verify() OVERRIDE {
294 virtual void Verify() OVERRIDE {
328 virtual void Verify() OVERRIDE {
387 virtual void Verify() OVERRIDE
    [all...]
extension_prefs_unittest.cc 57 Verify();
59 // Reset ExtensionPrefs, and re-verify.
63 Verify();
82 virtual void Verify() OVERRIDE {
110 virtual void Verify() OVERRIDE {
132 virtual void Verify() OVERRIDE {
148 virtual void Verify() OVERRIDE {
280 virtual void Verify() OVERRIDE {
344 virtual void Verify() OVERRIDE {
366 virtual void Verify() OVERRIDE
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
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_org/v8/test/mjsunit/regress/
setter.js 56 // Verify that the setter was called directly.
60 // Verify that monomorphic prototype failure is triggered in the IC.
64 // Verify that the newly installed IC is correct.
regress-1530.js 34 // Verify that normal assignment of 'prototype' property works properly
44 // Verify that 'prototype' behaves like a data property when it comes to
55 // Verify that the previous redefinition didn't screw up callbacks and
65 // Verify that non-writability of other properties is respected.
  /external/chromium/net/base/
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/chromium_org/chrome/browser/chromeos/policy/
policy_cert_verifier.cc 74 int PolicyCertVerifier::Verify(net::X509Certificate* cert,
85 int error = delegate_->Verify(cert, hostname, flags, crl_set, verify_result,
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
accounts_options_browsertest.js 38 // Verify the overlay is still visible.
  /external/chromium_org/chrome/browser/ui/webui/options/
language_options_dictionary_download_browsertest.js 33 // Verify that dictionary download success shows 'This language is used for
46 // Verify that dictionary download in progress shows 'Downloading spell check
59 // Verify that failure in dictionary download shows 'Dictionary download failed'
91 // Verify that clicking the retry button calls the handler.
  /external/v8/test/mjsunit/regress/
regress-1530.js 34 // Verify that normal assignment of 'prototype' property works properly
44 // Verify that 'prototype' behaves like a data property when it comes to
55 // Verify that the previous redefinition didn't screw up callbacks and
65 // Verify that non-writability of other properties is respected.
  /external/chromium_org/chrome/browser/net/
proxy_browsertest.cc 33 // Verify kPACScript is installed as the PAC script.
37 // Verify we get the ERR_PROXY_CONNECTION_FAILED screen.
172 IN_PROC_BROWSER_TEST_F(HttpProxyScriptBrowserTest, Verify) {
193 IN_PROC_BROWSER_TEST_F(FileProxyScriptBrowserTest, Verify) {
225 IN_PROC_BROWSER_TEST_F(FtpProxyScriptBrowserTest, Verify) {
250 IN_PROC_BROWSER_TEST_F(DataProxyScriptBrowserTest, Verify) {
  /external/chromium_org/net/cert/
mock_cert_verifier.cc 39 int MockCertVerifier::Verify(X509Certificate* cert,
nss_cert_database_unittest.cc 521 // Need to import intermediate cert for the verify of google cert, otherwise
550 int error = verify_proc->Verify(goog_cert.get(),
581 int error = verify_proc->Verify(puny_cert.get(),
620 int error = verify_proc->Verify(puny_cert.get(),
652 // Server cert should verify.
656 int error = verify_proc->Verify(certs[0].get(),
700 // Server cert should fail to verify.
704 int error = verify_proc->Verify(certs[0].get(),
748 // Server cert should verify.
752 int error = verify_proc->Verify(certs[0].get()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
SubtleCrypto.cpp 63 case Verify:
93 // Verify that the algorithm-specific parameters for the key conform to the
129 // Only Verify takes a signature.
130 if (operationType == Verify && !signature) {
148 case Verify:
188 return createCryptoOperation(rawAlgorithm, key, Verify, signature, es);
  /external/chromium_org/v8/test/cctest/
test-symbols.cc 36 symbols[i]->Verify();
  /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/llvm/include/llvm/Analysis/
PHITransAddr.h 92 /// Verify - Check internal consistency of this data structure. If the
95 bool Verify() const;
  /external/v8/src/
liveobjectlist-inl.h 50 Verify();

Completed in 490 milliseconds

1 23 4 5 6 7 8 91011>>