HomeSort by relevance Sort by last modified time
    Searched refs:CheckSignature (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/chrome/browser/safe_browsing/
binary_feature_extractor_posix.cc 16 void BinaryFeatureExtractor::CheckSignature(
binary_feature_extractor.h 29 virtual void CheckSignature(
binary_feature_extractor_win_unittest.cc 53 binary_feature_extractor_->CheckSignature(
70 binary_feature_extractor_->CheckSignature(
90 binary_feature_extractor_->CheckSignature(
100 binary_feature_extractor_->CheckSignature(
binary_feature_extractor_win.cc 25 void BinaryFeatureExtractor::CheckSignature(
download_protection_service_unittest.cc 104 MOCK_METHOD2(CheckSignature, void(const base::FilePath&,
427 EXPECT_CALL(*binary_feature_extractor_.get(), CheckSignature(a_tmp, _))
521 EXPECT_CALL(*binary_feature_extractor_.get(), CheckSignature(a_tmp, _));
565 EXPECT_CALL(*binary_feature_extractor_.get(), CheckSignature(a_tmp, _))
713 EXPECT_CALL(*binary_feature_extractor_.get(), CheckSignature(a_tmp, _))
    [all...]
download_protection_service.cc 513 binary_feature_extractor_->CheckSignature(file_path, &signature_info_);
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_png.h 98 bool CheckSignature( const char* signature );
grfmt_pxm.h 99 bool CheckSignature( const char* signature );
grfmt_base.h 119 virtual bool CheckSignature( const char* signature );
grfmt_tiff.h 175 bool CheckSignature( const char* signature );
grfmt_base.cpp 110 if( cur_sign_len <= sign_len && CheckSignature( signature ) )
118 bool GrFmtFilterFactory::CheckSignature( const char* signature )
grfmt_png.cpp 86 bool GrFmtPng::CheckSignature( const char* signature )
grfmt_pxm.cpp 61 bool GrFmtPxM::CheckSignature( const char* signature )
grfmt_tiff.cpp 64 bool GrFmtTiff::CheckSignature( const char* signature )
  /external/chromium_org/chrome/tools/safe_browsing/
sb_sigutil.cc 43 extractor->CheckSignature(cmd_line->GetSwitchValuePath(kExecutable),
  /external/chromium_org/tools/gyp/test/ios/
gyptest-per-config-settings.py 35 def CheckSignature(file):
134 CheckSignature(result_file)
  /bionic/libc/tools/zoneinfo/
update-tzdata.py 146 def CheckSignature(data_filename):
220 CheckSignature(filename)
  /external/chromium_org/components/policy/core/common/cloud/
cloud_policy_validator.cc 244 { VALIDATE_SIGNATURE, &CloudPolicyValidatorBase::CheckSignature },
350 CloudPolicyValidatorBase::Status CloudPolicyValidatorBase::CheckSignature() {
cloud_policy_validator.h 267 Status CheckSignature();
  /external/chromium_org/content/browser/appcache/
manifest_parser_unittest.cc 33 TEST(AppCacheManifestParserTest, CheckSignature) {

Completed in 374 milliseconds