Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/statsd/tests/log_event/
H A DLogEventQueue_test.cpp79 int failure_count = 0; in TEST() local
83 if (!success) failure_count++; in TEST()
90 EXPECT_TRUE(failure_count >= 45); in TEST()
/aosp12/frameworks/base/core/proto/android/server/
H A Dsyncstorageengine.proto32 optional int32 failure_count = 4; field
/aosp12/art/runtime/
H A Druntime.cc1212 size_t failure_count = 0; in OpenBootDexFiles() local
1231 ++failure_count; in OpenBootDexFiles()
1234 return failure_count; in OpenBootDexFiles()
/aosp12/frameworks/proto_logging/stats/
H A Datoms.proto1078 optional int32 failure_count = 3; field