Home
last modified time | relevance | path

Searched defs:ok_count (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_threadedtempfile.py35 ok_count = 0 variable in TempFileGreedy
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/server/load_reporter/
Dload_data_store.h176 uint64_t ok_count() const { return ok_count_; } in ok_count() function
Dload_reporter.cc458 uint64_t ok_count = 0; in ProcessViewDataCallEnd() local
/external/grpc-grpc/src/cpp/server/load_reporter/
Dload_data_store.h176 uint64_t ok_count() const { return ok_count_; } in ok_count() function
Dload_reporter.cc458 uint64_t ok_count = 0; in ProcessViewDataCallEnd() local
/external/grpc-grpc/test/cpp/server/load_reporter/
Dload_reporter_test.cc204 double ok_count = (qps - eps) * kFetchAndSampleIntervalSeconds; in TEST_F() local