Home
last modified time | relevance | path

Searched refs:counter (Results 1 - 2 of 2) sorted by relevance

/test/testfwk/xdevice/src/xdevice/_core/environment/
H A Ddevice_monitor.py82 counter = 1
90 if counter != 1:
96 time.sleep(min(CHECK_POLL_TIME * counter, MAX_CHECK_POLL_TIME))
97 counter = counter + 1
/test/ostest/wukong/test_flow/src/
H A Dtest_flow.cpp47 int counter = 0; in CheckVaildityCmd() local
50 counter++; in CheckVaildityCmd()
58 if (counter == 1 && strcmp(argv_[optind], argv_[1]) == 0) { in CheckVaildityCmd()

Completed in 1 milliseconds