Searched defs:is_suppressed (Results 1 - 7 of 7) sorted by relevance

/external/valgrind/main/drd/
H A Ddrd_suppression.c90 Bool DRD_(is_suppressed)(const Addr a1, const Addr a2) function
/external/chromium_org/chromeos/network/
H A Dnetwork_change_notifier_chromeos.cc164 bool is_suppressed = true; local
168 is_suppressed = false;
174 is_suppressed ? " (Suppressed)" : "" ),
/external/compiler-rt/lib/lsan/
H A Dlsan_common.h90 bool is_suppressed; member in struct:__lsan::Leak
/external/valgrind/main/drd/tests/
H A Dunit_bitmap.c59 Bool DRD_(is_suppressed)(const Addr a1, const Addr a2) function
H A Dunit_vc.c48 Bool DRD_(is_suppressed)(const Addr a1, const Addr a2) function
/external/chromium_org/components/sync_driver/
H A Dsync_prefs.cc198 void SyncPrefs::SetStartSuppressed(bool is_suppressed) { argument
200 pref_service_->SetBoolean(prefs::kSyncSuppressStart, is_suppressed);
/external/valgrind/main/memcheck/
H A Dmc_leakcheck.c1220 Bool is_suppressed; local
1353 // Do not use get_printing_rules results for is_suppressed, as we
1355 is_suppressed =
1359 if (print_record && !is_suppressed) {
1372 is_suppressed =
1376 if (is_suppressed) {

Completed in 215 milliseconds