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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
neteq_quality_test.cc 178 // Simulate bursty channel (Gilbert model).
305 void NetEqQualityTest::Simulate(int end_time_ms) {
  /external/chromium_org/chrome/browser/chromeos/policy/
device_status_collector_browsertest.cc 91 void Simulate(IdleState* states, int len) {
294 status_collector_->Simulate(test_states, 1);
300 status_collector_->Simulate(test_states,
316 status_collector_->Simulate(test_states, 1);
323 status_collector_->Simulate(test_states,
341 status_collector_->Simulate(test_states,
357 status_collector_->Simulate(test_states,
364 status_collector_->Simulate(test_states,
381 status_collector_->Simulate(test_states,
399 // Simulate 12 active periods
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/demo/life_simd/
life.cc 115 void Simulate();
467 void Life::Simulate() {
475 // Else manually simulate each line on this thread.
492 // Simulate one (or more if benchmarking) frames
494 Simulate();

Completed in 93 milliseconds