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

  /external/ltp/testcases/realtime/func/rt-migrate/
rt-migrate.c 363 unsigned long long last_length; local
375 intervals[i].records[l].y > last_length ||
376 (intervals_length[i].records[l].y > last_length &&
377 intervals_length[i].records[l].y - last_length >
385 last_length = intervals_length[i].records[l].y;
  /external/v8/tools/testrunner/testproc/
progress.py 231 def _clear_line(self, last_length):
247 def _clear_line(self, last_length):
261 def _clear_line(self, last_length):
262 print ("\r" + (" " * last_length) + "\r"),
  /external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module_unittest_oldapi.cc 218 int last_length = packet_cb_.last_payload_len_bytes(); local
219 EXPECT_TRUE(last_length == 2 * codec_.pacsize || last_length == 0)
220 << "Last encoded packet was " << last_length << " bytes.";
385 int last_length = packet_cb_.last_payload_len_bytes(); variable
386 EXPECT_TRUE(last_length == 9 || last_length == 0)
387 << "Last encoded packet was " << last_length << " bytes.";
    [all...]

Completed in 1002 milliseconds