Home
last modified time | relevance | path

Searched refs:UMA_HISTOGRAM_BOOLEAN (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/test/metrics/
Dhistogram_tester_unittest.cc34 UMA_HISTOGRAM_BOOLEAN(kHistogram1, true); in TEST_F()
42 UMA_HISTOGRAM_BOOLEAN(kHistogram1, true); in TEST_F()
/external/libchrome/base/metrics/
Dpersistent_histogram_storage_unittest.cc66 UMA_HISTOGRAM_BOOLEAN("Some.Test.Metric", true); in TEST_F()
Dhistogram_macros.h98 #define UMA_HISTOGRAM_BOOLEAN(name, sample) \ macro
/external/libchrome/base/android/library_loader/
Dlibrary_prefetcher.cc270 UMA_HISTOGRAM_BOOLEAN("LibraryLoader.PrefetchStatus", in ForkAndPrefetchNativeLibrary()