Home
last modified time | relevance | path

Searched defs:slow_threshold_ms (Results 1 – 2 of 2) sorted by relevance

/system/testing/gtest_extras/gtest_isolated/
DOptions.h42 uint64_t slow_threshold_ms() const { return numerics_.at("slow_threshold_ms"); } in slow_threshold_ms() function
/system/testing/gtest_extras/gtest_isolated/tests/
DOptionsTest.cpp208 TEST_F(OptionsTest, slow_threshold_ms) { in TEST_F() argument