Lines Matching defs:progress
566 void SetProgress(long progress, long initial_max) { in SetProgress()
572 std::string GetProgressMessage(int progress, int max, in GetProgressMessage()
1031 Progress progress; in TEST_F() local
1051 Progress progress = GetInstance(10, 1.2); // 20% growth factor in TEST_F() local
1070 Progress progress = GetInstance(10, 1.2); // 20% growth factor in TEST_F() local
1089 Progress progress("/devil/null"); in TEST_F() local
1094 Progress progress(CopyTextFileFixture("empty-file.txt")); in TEST_F() local
1099 Progress progress(CopyTextFileFixture("stats-invalid-1st-NAN.txt")); in TEST_F() local
1104 Progress progress(CopyTextFileFixture("stats-invalid-2nd-NAN.txt")); in TEST_F() local
1109 Progress progress(CopyTextFileFixture("stats-invalid-both-NAN.txt")); in TEST_F() local
1114 Progress progress(CopyTextFileFixture("stats-invalid-1st-negative.txt")); in TEST_F() local
1119 Progress progress(CopyTextFileFixture("stats-invalid-2nd-negative.txt")); in TEST_F() local
1124 Progress progress(CopyTextFileFixture("stats-invalid-1st-too-big.txt")); in TEST_F() local
1129 Progress progress(CopyTextFileFixture("stats-invalid-2nd-too-big.txt")); in TEST_F() local