Searched defs:time_ms (Results 1 - 1 of 1) sorted by relevance

/bionic/tests/
H A Dgtest_main.cpp1103 int time_ms = atoi(args[i] + strlen("--deadline=")); local
1104 if (time_ms <= 0) {
1105 fprintf(stderr, "invalid deadline: %d\n", time_ms);
1108 options.test_deadline_ms = time_ms;
1110 int time_ms = atoi(args[i] + strlen("--slow-threshold=")); local
1111 if (time_ms <= 0) {
1112 fprintf(stderr, "invalid slow test threshold: %d\n", time_ms);
1115 options.test_slow_threshold_ms = time_ms;

Completed in 14 milliseconds