Searched refs:sync (Results 1 - 25 of 100) sorted by relevance

1234

/external/chromium/chrome/browser/resources/sync_internals/
H A Dchrome_sync.js8 chrome.sync = chrome.sync || {};
66 chrome.sync.onSyncServiceStateChanged = new Event();
69 chrome.sync.onSyncNotificationStateChange = new Event();
70 chrome.sync.onSyncIncomingNotification = new Event();
73 chrome.sync.onChangesApplied = new Event();
74 chrome.sync.onChangesComplete = new Event();
75 chrome.sync.onSyncCycleCompleted = new Event();
76 chrome.sync.onAuthError = new Event();
77 chrome.sync
[all...]
H A Dsync_node_browser.css7 #sync-node-main {
11 #sync-node-tree-container {
22 #sync-node-tree {
29 #sync-node-tree .leaf .tree-label {
33 #sync-node-splitter {
41 html[os=win] #sync-node-splitter {
H A Dsync_log.js10 * records all sync events.
13 cr.define('chrome.sync', function() {
16 * sync events. Recorded entries are available in the 'entries'
26 chrome.sync.onSyncServiceStateChanged.addListener(function () {
32 chrome.sync.onSyncNotificationStateChange.addListener(
39 chrome.sync.onSyncIncomingNotification.addListener(function (changedTypes) {
47 chrome.sync.onChangesApplied.addListener(function (modelType, changes) {
54 chrome.sync.onChangesComplete.addListener(function (modelType) {
60 chrome.sync.onSyncCycleCompleted.addListener(function (snapshot) {
66 chrome.sync
[all...]
H A Dsync_node_browser.js9 cr.define('chrome.sync', function() {
36 chrome.sync.getNodeById(childNodeInfo.successorId, processChildInfo);
38 chrome.sync.getNodeById(nodeInfo.firstChildId, processChildInfo);
97 chrome.sync.getRootNode(function(rootNodeInfo) {
/external/chromium/chrome/browser/resources/options/
H A Dsync_setup_overlay.css3 #sync-setup-overlay * h4 {
7 #sync-setup-overlay * form {
11 #sync-setup-overlay * .content-area {
19 #sync-passphrase-container {
23 #sync-custom-passphrase {
27 #sync-passphrase-message {
31 .sync-custom-passphrase-input {
35 #sync-select-container {
39 #sync-instructions-container {
56 #sync
[all...]
/external/antlr/src/org/antlr/runtime/
H A DCommonTokenStream.java67 sync(p);
70 sync(p);
110 sync(i);
113 sync(i);
127 sync(0);
131 sync(i);
H A DBufferedTokenStream.java120 sync(p);
124 protected void sync(int i) { method in class:BufferedTokenStream
126 //System.out.println("sync("+i+") needs "+n);
175 sync(i);
184 protected void setup() { sync(0); p = 0; }
266 sync(i);
269 sync(i);
/external/guava/src/com/google/common/util/concurrent/
H A DAbstractFuture.java53 private final Sync<V> sync = new Sync<V>(); field in class:AbstractFuture
57 * sync blocking-with-timeout support provided by AQS.
61 return sync.get(unit.toNanos(timeout));
69 return sync.get();
73 * Checks if the sync is not in the running state.
76 return sync.isDone();
80 * Checks if the sync is in the cancelled state.
83 return sync.isCancelled();
104 boolean result = sync.set(value);
122 boolean result = sync
[all...]
/external/webkit/Source/ThirdParty/ANGLE/include/EGL/
H A Deglext.h141 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync);
142 EGLAPI EGLint EGLAPIENTRY eglClientWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout);
143 EGLAPI EGLBoolean EGLAPIENTRY eglSignalSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode);
144 EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value);
147 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync);
148 typedef EGLint (EGLAPIENTRYP PFNEGLCLIENTWAITSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout);
149 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSIGNALSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode);
150 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETSYNCATTRIBKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value);
204 EGLBoolean eglDestroySyncNV (EGLSyncNV sync);
205 EGLBoolean eglFenceNV (EGLSyncNV sync);
[all...]
/external/astl/include/
H A Dstdio_filebuf.h52 virtual int sync();
H A Dstreambuf65 int pubsync() { return this->sync(); }
121 virtual int sync() { return 0; }
/external/astl/src/
H A Dstdio_filebuf.cpp47 int stdio_filebuf::sync() { function in class:android::stdio_filebuf
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DTimerTaskTest.java24 Object sync = new Object(), start = new Object(); field in class:TimerTaskTest
51 synchronized (sync) {
52 sync.notify();
179 synchronized (sync) {
181 sync.wait(500);
197 synchronized (sync) {
199 sync.wait(500);
H A DTimerTest.java29 Object sync = new Object(); field in class:TimerTest
71 synchronized (sync) {
72 sync.notify();
103 synchronized (sync) {
105 sync.wait(1000);
129 synchronized (sync) {
131 sync.wait(1000);
155 synchronized (sync) {
157 sync.wait(1000);
179 synchronized (sync) {
[all...]
/external/chromium/chrome/browser/sync/
H A DREADME.js1 Overview of chrome://sync-internals
4 This note explains how chrome://sync-internals (also known as
5 about:sync) interacts with the sync service/backend.
7 Basically, chrome://sync-internals sends asynchronous messages to the
8 sync backend and the sync backend asynchronously raises events to
9 chrome://sync-internals, either when replying to messages or when
21 chrome://sync-internals is represented by SyncInternalsUI
23 interacts with the sync servic
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DFileDescriptorTest.java53 * @tests java.io.FileDescriptor#sync()
62 fd.sync();
64 assertEquals("Bytes were not written after sync", length, fis
69 fd.sync();
70 assertEquals("Bytes were not written after sync", length, fis
75 fd.sync();
H A DSyncFailedExceptionTest.java38 fd.sync();
/external/webkit/Source/WebKit/chromium/src/
H A DStorageNamespaceProxy.h50 virtual void sync();
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DAddressParametersHeader.java74 * @param sync
77 protected AddressParametersHeader(String name, boolean sync) { argument
78 super(name,sync);
/external/e2fsprogs/include/nonunix/
H A Dunistd.h38 // no-oped sync
39 __inline void sync(void){}; function
/external/oprofile/daemon/
H A Dopd_extended.h53 int (*sync)(struct sfile *); member in struct:opd_ext_sfile_handlers
/external/webkit/Source/WebCore/storage/
H A DStorageNamespace.h55 virtual void sync() = 0;
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DWebUrlLoader.h42 static PassRefPtr<WebUrlLoader> start(FrameLoaderClient* client, WebCore::ResourceHandle*, const WebCore::ResourceRequest&, bool isMainResource, bool isMainFrame, bool sync, WebRequestContext*);
/external/sonivox/arm-wt-22k/host_src/
H A Djet.h167 EAS_PUBLIC EAS_RESULT JET_SetMuteFlags (EAS_DATA_HANDLE easHandle, EAS_U32 muteFlags, EAS_BOOL sync);
175 EAS_PUBLIC EAS_RESULT JET_SetMuteFlag (EAS_DATA_HANDLE easHandle, EAS_INT trackNum, EAS_BOOL muteFlag, EAS_BOOL sync);
/external/stlport/src/
H A Diostream.cpp296 bool _STLP_CALL ios_base::sync_with_stdio(bool sync) { argument
302 if (sync == _S_is_synced) return sync;
305 // just set the sync flag and exit
307 _S_is_synced = sync;
308 return sync;
316 if (sync)
321 if (sync) {
344 _S_is_synced = sync;

Completed in 686 milliseconds

1234