Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_threadedtempfile.py34 ok_count = 0 variable in TempFileGreedy
/external/python/cpython2/Lib/test/
Dtest_threadedtempfile.py31 ok_count = 0 variable in TempFileGreedy
/external/rust/crates/grpcio-sys/grpc/src/cpp/server/load_reporter/
Dload_data_store.h174 uint64_t ok_count() const { return ok_count_; } in ok_count() function
Dload_reporter.cc451 uint64_t ok_count = 0; in ProcessViewDataCallEnd() local
/external/grpc-grpc/src/cpp/server/load_reporter/
Dload_data_store.h174 uint64_t ok_count() const { return ok_count_; } in ok_count() function
Dload_reporter.cc450 uint64_t ok_count = 0; in ProcessViewDataCallEnd() local
/external/grpc-grpc/test/cpp/server/load_reporter/
Dload_reporter_test.cc206 double ok_count = (qps - eps) * kFetchAndSampleIntervalSeconds; in TEST_F() local