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

  /external/chromium_org/gpu/command_buffer/service/
query_manager_unittest.cc 291 QuerySync* sync2 = sync1 + 1; local
292 QuerySync* sync3 = sync2 + 1;
313 sync2->Reset();
355 EXPECT_EQ(kSubmitCount2, sync2->process_count);
357 EXPECT_EQ(kResult2, sync2->result);
  /frameworks/base/services/tests/servicestests/src/com/android/server/content/
SyncStorageEngineTest.java 137 PeriodicSync sync2 = new PeriodicSync(account1, authority, extras2, period1); local
149 engine.addPeriodicSync(sync2, 0);
153 engine.addPeriodicSync(sync2, 1);
172 syncs = engine.getPeriodicSyncs(sync2.account, 1, sync2.authority);
174 assertEquals(sync2, syncs.get(0));
195 PeriodicSync sync2 = new PeriodicSync(account1, authority, extras2, period1, flex1); local
210 engine.addPeriodicSync(sync2, 0);
211 engine.addPeriodicSync(sync3, 0); // Should edit sync2 and update the period.
214 engine.addPeriodicSync(sync2, 1)
268 PeriodicSync sync2 = new PeriodicSync(account1, authority1, extras2, period1, flex1); local
348 PeriodicSync sync2 = new PeriodicSync(account, authority2, extras, dayPoll, dayFuzz); local
464 PeriodicSync sync2 = new PeriodicSync(account, authority2, extras, (long) (60 * 60 * 24)); local
    [all...]

Completed in 455 milliseconds