Home
last modified time | relevance | path

Searched refs:calc1 (Results 1 – 2 of 2) sorted by relevance

/external/v8/test/cctest/
Dtest-profile-generator.cc650 SampleRateCalculator calc1; in TEST() local
651 CHECK_EQ(kSamplingIntervalMs, calc1.ticks_per_ms()); in TEST()
652 calc1.UpdateMeasurements(time); in TEST()
653 CHECK_EQ(kSamplingIntervalMs, calc1.ticks_per_ms()); in TEST()
655 calc1.UpdateMeasurements(time); in TEST()
656 CHECK_EQ(kSamplingIntervalMs, calc1.ticks_per_ms()); in TEST()
658 calc1.UpdateMeasurements(time); in TEST()
659 CHECK_EQ(kSamplingIntervalMs, calc1.ticks_per_ms()); in TEST()
661 calc1.UpdateMeasurements(time); in TEST()
662 CHECK_EQ(kSamplingIntervalMs, calc1.ticks_per_ms()); in TEST()
/external/clang/test/CXX/temp/temp.decls/temp.friend/
Dp1.cpp45 int calc1() { in calc1() function