Home
last modified time | relevance | path

Searched refs:UMA_HISTOGRAM_ENUMERATION (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/base/metrics/
Dhistogram_snapshot_manager_unittest.cc64 UMA_HISTOGRAM_ENUMERATION("UmaHistogram", 1, 2); in TEST_F()
79 UMA_HISTOGRAM_ENUMERATION("UmaHistogram", 1, 2); in TEST_F()
94 UMA_HISTOGRAM_ENUMERATION("UmaHistogram", 1, 2); in TEST_F()
Dhistogram_macros.h212 UMA_HISTOGRAM_ENUMERATION(name, under_one_hundred, 101)
221 #define UMA_HISTOGRAM_ENUMERATION(name, sample, boundary_value) \ macro
/external/libchrome/base/files/
Dimportant_file_writer.cc53 UMA_HISTOGRAM_ENUMERATION("ImportantFile.TempFileFailures", failure_code, in LogFailure()
/external/libchrome/dbus/
Dobject_proxy.cc88 UMA_HISTOGRAM_ENUMERATION("DBus.SyncMethodCallSuccess", in CallMethodAndBlockWithErrorDetails()
369 UMA_HISTOGRAM_ENUMERATION("DBus.AsyncMethodCallSuccess", in RunResponseCallback()
Dexported_object.cc279 UMA_HISTOGRAM_ENUMERATION("DBus.ExportedMethodHandleSuccess", in OnMethodCompleted()