Searched defs:unsynced (Results 1 - 4 of 4) sorted by relevance

/external/libogg/include/ogg/
H A Dogg.h111 int unsynced; member in struct:__anon20375
/external/tremolo/Tremolo/
H A Dogg.h113 int unsynced; member in struct:ogg_sync_state
/external/chromium/chrome/browser/sync/engine/
H A Dsyncer_unittest.cc259 SYNCED, // Items are unsynced by default
543 const vector<int64>& unsynced(status->unsynced_handles());
550 GetCommitIdsCommand::CommitMetahandleIterator iterator(unsynced, &wtrans,
566 GetCommitIdsCommand::CommitMetahandleIterator iterator(unsynced, &wtrans,
1990 syncable::Directory::UnsyncedMetaHandles unsynced; local
1991 dir->GetUnsyncedMetaHandles(&trans, &unsynced);
1992 EXPECT_TRUE(0 == unsynced.size());
3487 // Local object: a deleted directory (container), revision 1, unsynced.
4677 // The item ought to exist as an unsynced undeletion (meaning,
/external/chromium_org/sync/engine/
H A Dsyncer_unittest.cc309 SYNCED, // Items are unsynced by default
774 // as a simple conflict, but still be unsynced until the next sync cycle.
816 // None should be unsynced anymore.
957 // Make local changes, which should remain unsynced for items 2, 3, 4.
983 // Item 1 remains unsynced due to there being pending keys.
984 // Items 2, 3, 4 should remain unsynced since they were not up to date.
2252 // We loop until no unsynced handles remain, so we will commit both ids.
2447 syncable::Directory::Metahandles unsynced; local
2448 directory()->GetUnsyncedMetaHandles(&trans, &unsynced);
2449 EXPECT_EQ(0u, unsynced
[all...]

Completed in 123 milliseconds