HomeSort by relevance Sort by last modified time
    Searched refs:ok_count (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_threadedtempfile.py 31 ok_count = 0 variable in class:TempFileGreedy
44 self.ok_count += 1
63 ok += t.ok_count
  /external/python/cpython2/Lib/test/
test_threadedtempfile.py 31 ok_count = 0 variable in class:TempFileGreedy
44 self.ok_count += 1
52 ok = sum(t.ok_count for t in threads)
  /external/python/cpython3/Lib/test/
test_threadedtempfile.py 31 ok_count = 0 variable in class:TempFileGreedy
44 self.ok_count += 1
52 ok = sum(t.ok_count for t in threads)
  /external/grpc-grpc/test/cpp/server/load_reporter/
load_data_store_test.cc 335 EXPECT_EQ(store_lb_id_1->load_record_map().find(kKey1)->second.ok_count(),
336 v4.ok_count());
388 v1.start_count() - v1.ok_count() + v2.start_count() -
389 v2.error_count() + v3.start_count() - v3.ok_count() +
390 v4.start_count() - v4.ok_count());
415 (v1.start_count() - v1.ok_count() - v1.error_count()));
422 (v2.start_count() - v2.ok_count() - v2.error_count()));
433 EXPECT_EQ(value_for_key1.ok_count(), v1.ok_count() + v3.ok_count());
    [all...]
load_reporter_test.cc 206 double ok_count = (qps - eps) * kFetchAndSampleIntervalSeconds; local
208 double ok_count_1 = ok_count / 3.0;
209 double ok_count_2 = ok_count - ok_count_1;
  /external/grpc-grpc/src/cpp/server/load_reporter/
load_data_store.h 126 explicit LoadRecordValue(uint64_t start_count = 0, uint64_t ok_count = 0,
130 ok_count_(ok_count),
174 uint64_t ok_count() const { return ok_count_; } function in class:grpc::load_reporter::LoadRecordValue
load_reporter.cc 310 static_cast<int64_t>(value.ok_count()));
450 uint64_t ok_count = 0; local
454 ok_count = end_count;
460 0, ok_count, error_count, bytes_sent, bytes_received, latency_ms);

Completed in 975 milliseconds