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

  /external/webrtc/webrtc/tools/frame_editing/
frame_editing_unittest.cc 91 const int kInterval = -1;
95 kFirstFrameToProcess, kInterval, kLastFrameToProcess,
122 const int kInterval = -1;
126 kFirstFrameToProcess, kInterval, kLastFrameToProcess,
135 const int kInterval = 1;
139 kInterval, kLastFrameToProcess, test_video_);
145 const int kInterval = -2;
149 kFirstFrameToProcess, kInterval, kLastFrameToProcess,
161 // kInterval=-2 and (num_frames_read_ - 1) % kInterval will be -1 fo
    [all...]
  /external/v8/test/cctest/
test-identity-map.cc 147 const int kInterval = 17;
151 for (int i = 1; i < 100; i += kInterval) {
155 for (int i = 1; i < 100; i += kInterval) {
159 for (int i = 1; i < 100; i += kInterval) {
165 if ((i % kInterval) != 1) {
  /system/update_engine/update_manager/
chromeos_policy_unittest.cc 270 const unsigned int kInterval = ChromeOSPolicy::kTimeoutPeriodicInterval * 4;
272 reset(new unsigned int{kInterval});
282 kInterval - kInterval / 2),
286 kInterval + kInterval / 2),
    [all...]

Completed in 65 milliseconds