Searched defs:check_type (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/safe_browsing/
H A Ddatabase_manager.h53 // |check_type| should correspond to the type of item that is being
61 safe_browsing_util::ListType check_type,
77 safe_browsing_util::ListType check_type; // See comment in constructor. member in struct:SafeBrowsingDatabaseManager::SafeBrowsingCheck
227 QueuedCheck(const safe_browsing_util::ListType check_type,
233 safe_browsing_util::ListType check_type; member in struct:SafeBrowsingDatabaseManager::QueuedCheck
H A Ddatabase_manager.cc49 safe_browsing_util::ListType check_type,
59 bool is_download = check_type == safe_browsing_util::BINURL;
148 safe_browsing_util::ListType check_type,
157 check_type(check_type),
171 switch (check.check_type) {
189 switch (check.check_type) {
593 const safe_browsing_util::ListType check_type,
598 : check_type(check_type),
47 RecordGetHashCheckStatus( bool hit, safe_browsing_util::ListType check_type, const std::vector<SBFullHashResult>& full_hashes) argument
144 SafeBrowsingCheck( const std::vector<GURL>& urls, const std::vector<SBFullHash>& full_hashes, Client* client, safe_browsing_util::ListType check_type, const std::vector<SBThreatType>& expected_threats) argument
592 QueuedCheck( const safe_browsing_util::ListType check_type, Client* client, const GURL& url, const std::vector<SBThreatType>& expected_threats, const base::TimeTicks& start) argument
913 safe_browsing_util::ListType check_type = check->check_type; local
[all...]
/external/chromium_org/v8/src/ic/
H A Dhandler-compiler.cc93 PrototypeCheckType check_type = CHECK_ALL_MAPS; local
104 check_type = SKIP_RECEIVER;
107 if (check_type == CHECK_ALL_MAPS) {
118 miss, check_type);
/external/lzma/xz-embedded/
H A Dxz_dec_stream.c14 # define IS_CRC64(check_type) ((check_type) == XZ_CHECK_CRC64)
16 # define IS_CRC64(check_type) false
60 enum xz_check check_type; member in struct:xz_dec
255 if (s->check_type == XZ_CHECK_CRC32)
259 else if (s->check_type == XZ_CHECK_CRC64)
279 s->block.hash.unpadded += check_sizes[s->check_type];
281 if (s->check_type == XZ_CHECK_CRC32)
283 else if (IS_CRC64(s->check_type))
392 while (s->pos < check_sizes[s->check_type]) {
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
H A Dv3_utl.c882 unsigned int flags, int check_type)
895 if (check_type == GEN_EMAIL)
901 else if (check_type == GEN_DNS)
932 if (gen->type != check_type)
935 if (check_type == GEN_EMAIL)
937 else if (check_type == GEN_DNS)
881 do_x509_check(X509 *x, const unsigned char *chk, size_t chklen, unsigned int flags, int check_type) argument
/external/sepolicy/tools/
H A Dcheck_seapp.c219 int check_type(sepol_policydb_t *db, char *type) { function
313 if(!check_type(pol.db, value)) {
/external/chromium_org/third_party/angle/src/compiler/translator/
H A Dglslang_lex.cpp1018 static int check_type(yyscan_t yyscanner);
1727 return check_type(yyscanner);
1739 return check_type(yyscanner);
1794 return check_type(yyscanner);
3200 int check_type(yyscan_t yyscanner) { function
3256 return check_type(yyscanner);
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dt1_lib.c3111 uint8_t check_type = 0; local
3115 check_type = TLS_CT_RSA_SIGN;
3118 check_type = TLS_CT_ECDSA_SIGN;
3121 if (check_type)
3124 memchr(s->s3->tmp.certificate_types, check_type, s->s3->tmp.num_certificate_types))
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dast_to_hir.cpp2707 const glsl_type *check_type = var->type->is_array() local
2710 switch (check_type->base_type) {
2723 check_type->name);
/external/mesa3d/src/glsl/
H A Dast_to_hir.cpp2707 const glsl_type *check_type = var->type->is_array() local
2710 switch (check_type->base_type) {
2723 check_type->name);
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DExprNodes.py8754 self.check_type()
8757 def check_type(self): member in class:SizeofTypeNode
8792 self.check_type()

Completed in 687 milliseconds