Home
last modified time | relevance | path

Searched defs:subTime (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/third_party/icu/source/test/perf/howExpensiveIs/
H A DhowExpensiveIs.cpp166 virtual int32_t runTest(double *subTime) { in runTest()
175 virtual int32_t runTests(double *subTime, double *marginOfError) { in runTests()
241 int32_t runTest(double *subTime) { in runTest()
245 virtual int32_t runTests(double *subTime, double *marginOfError) { in runTests()
/aosp_15_r20/external/icu/icu4c/source/test/perf/howExpensiveIs/
H A DhowExpensiveIs.cpp166 virtual int32_t runTest(double *subTime) { in runTest()
175 virtual int32_t runTests(double *subTime, double *marginOfError) { in runTests()
241 int32_t runTest(double *subTime) { in runTest()
245 virtual int32_t runTests(double *subTime, double *marginOfError) { in runTests()
/aosp_15_r20/external/perfetto/ui/src/base/
H A Dhigh_precision_time.ts126 subTime(t: time): HighPrecisionTime { method in HighPrecisionTime
/aosp_15_r20/system/netd/server/
H A Dmain.cpp199 Stopwatch subTime; in main() local