Home
last modified time | relevance | path

Searched refs:synced (Results 1 – 13 of 13) sorted by relevance

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowCookieSyncManager.java18 private boolean synced = false; field in ShadowCookieSyncManager
38 synced = true; in sync()
41 public boolean synced() { in synced() method in ShadowCookieSyncManager
42 return synced; in synced()
46 synced = false; in reset()
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DCookieSyncManagerTest.java37 assertThat( shadowMgr.synced(), equalTo( false ) ); in testSyncAndReset()
39 assertThat( shadowMgr.synced(), equalTo( true ) ); in testSyncAndReset()
41 assertThat( shadowMgr.synced(), equalTo( false ) ); in testSyncAndReset()
/external/llvm/test/MC/ARM/
Ddiagnostics.s115 @ Double-check that we're synced up with the right diagnostics.
/external/webkit/Source/WebCore/page/
DFrameView.cpp744 bool synced = child->view()->syncCompositingStateForThisFrame(); in syncCompositingStateIncludingSubframes() local
745 allFramesSynced &= synced; in syncCompositingStateIncludingSubframes()
/external/chromium/chrome/browser/sync/protocol/
Dsync.proto318 // Clients that previously downloaded updates synced using the timestamp based
/external/libmtp/
DChangeLog97 * src/libmtp.c: synced to new libgphoto2 code.
1585 * src/ptp.h: Upstream accepted our patch so synced it in.
2396 * src/ptp.c: upstream accepted patches synced in.
/external/webkit/Source/WebKit/mac/
DChangeLog-2010-01-293676 Compositing layers are then synced in FrameView::paintContents(). However, not
/external/webkit/Tools/
DChangeLog-2011-02-168242 make webkit-patch command work when the git branch is not synced to the remote svn branch
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2440237 is made to ensure fairness/ordering of what gets synced nor is there
DChangeLog-2010-12-0617696 'wrappers' and 'values' stay synced.
60617 and synced test with WebKit's version.
DChangeLog-2005-08-2323441 being synced up to the declaration.
DChangeLog41974 actually build. I've manually synced the list of ObjC derived source
DChangeLog-2010-01-2977931 Compositing layers are then synced in FrameView::paintContents(). However, not