HomeSort by relevance Sort by last modified time
    Searched refs:max_time (Results 26 - 32 of 32) sorted by null

12

  /external/sonivox/jet_tools/JetCreator/
eas.py 490 def Play (self, max_time=None):
491 """Plays the file to the end or max_time."""
495 if max_time is not None:
496 max_time += self.eas.GetRenderTime()
499 if max_time is not None:
500 if self.eas.GetRenderTime() >= max_time:
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
device_status_collector.cc 266 Time max_time = local
269 TimestampToDayKey(max_time));
  /external/chromium_org/media/filters/
audio_renderer_impl_unittest.cc 117 void OnAudioTimeCallback(TimeDelta current_time, TimeDelta max_time) {
118 CHECK(current_time <= max_time);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/
json_results_generator.py 652 max_time = max([time[1] for time in test[self.TIMES]])
657 if is_all_no_data or (is_all_pass and max_time <= self.MIN_TIME):
  /external/bluetooth/bluedroid/stack/include/
gap_api.h 309 UINT16 max_time,
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
user_image_manager_impl.cc 137 static const base::TimeDelta max_time = base::TimeDelta::FromSeconds(50); local
141 histogram_name, min_time, max_time, bucket_count,
    [all...]
  /external/chromium_org/sync/engine/
sync_scheduler_unittest.cc 505 TimeTicks max_time = TimeTicks::Now() + delay; local
513 EXPECT_LE(times[0], max_time);
    [all...]

Completed in 1583 milliseconds

12