Searched defs:failure_type (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/components/sync_driver/
H A Dfailed_data_types_handler.cc39 syncer::SyncError::ErrorType failure_type = iter->second.error_type(); local
40 switch (failure_type) {
/external/oprofile/libop/tests/
H A Dalloc_counter_tests.c27 enum failure_type { enum
38 enum failure_type failure;
/external/tcpdump/
H A Dprint-atm.c349 u_int8_t failure_type; member in struct:oam_fm_ais_rdi_t
424 printf("\n\tFailure-type 0x%02x", oam_ptr.oam_fm_ais_rdi->failure_type);
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_database.cc444 void SafeBrowsingDatabase::RecordFailure(FailureType failure_type) { argument
445 UMA_HISTOGRAM_ENUMERATION("SB2.DatabaseFailure", failure_type,
1182 FailureType failure_type) {
1189 RecordFailure(failure_type);
1179 UpdateHashPrefixStore( const base::FilePath& store_filename, SafeBrowsingStore* store, FailureType failure_type) argument

Completed in 1702 milliseconds