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

  /external/qemu/hw/
i8254.c 131 int period2; local
152 period2 = ((s->count + 1) >> 1);
153 if ((d - base) < period2)
154 next_time = base + period2;
  /frameworks/base/core/tests/coretests/src/android/content/
SyncStorageEngineTest.java 78 final int period2 = 1000; local
82 PeriodicSync sync3 = new PeriodicSync(account1, authority, extras2, period2);
83 PeriodicSync sync4 = new PeriodicSync(account2, authority, extras2, period2);
151 final int period2 = 1000; local
156 PeriodicSync sync4 = new PeriodicSync(account1, authority2, extras2, period2);

Completed in 118 milliseconds