HomeSort by relevance Sort by last modified time
    Searched refs:test_progress (Results 1 - 4 of 4) sorted by null

  /external/autotest/client/site_tests/video_WebRtcMediaRecorder/
video_WebRtcMediaRecorder.py 18 TEST_PROGRESS = 'testProgress'
64 test_progress = self.tab.EvaluateJavaScript(TEST_PROGRESS)
65 return test_progress == 1
  /external/autotest/client/site_tests/video_WebRtcCamera/
video_WebRtcCamera.py 17 TEST_PROGRESS = 'testProgress'
77 test_progress = self.tab.EvaluateJavaScript(TEST_PROGRESS)
78 return test_progress == 1
  /external/autotest/client/site_tests/video_WebRtcPeerConnectionWithCamera/
video_WebRtcPeerConnectionWithCamera.py 17 TEST_PROGRESS = 'testProgress'
82 test_progress = self.tab.EvaluateJavaScript(TEST_PROGRESS)
83 return test_progress == 1
  /external/opencv3/modules/core/test/
test_ds.cpp 340 int test_progress; member in class:Core_DynStructBaseTest
360 test_progress = -1;
427 if( test_progress < 0 )
429 test_progress = 0;
435 test_progress = update_progress( test_progress, 0, 0, (double)(t - start_time)/cpu_freq );
987 test_progress = -1;
    [all...]

Completed in 534 milliseconds