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

123456

/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/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DCommonTokenStream.java67 sync(p);
70 sync(p);
110 sync(i);
113 sync(i);
132 sync(0);
136 sync(i);
/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/guava/guava/src/com/google/common/util/concurrent/
H A DAbstractFuture.java68 private final Sync<V> sync = new Sync<V>(); field in class:AbstractFuture
91 return sync.get(unit.toNanos(timeout));
111 return sync.get();
116 return sync.isDone();
121 return sync.isCancelled();
126 if (!sync.cancel()) {
168 boolean result = sync.set(value);
186 boolean result = sync.setException(checkNotNull(throwable));
/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/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DLookaheadStream.m80 public void consume() { sync(1); remove(); }
86 public void sync(int need) {
119 sync(k);
H A DLookaheadStream.h80 public void consume() { sync(1); remove(); }
86 public void sync(int need) { function in class:FastQueue
119 sync(k);
/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/kernel-headers/original/linux/
H A Dsw_sync.h24 #include <linux/sync.h>
/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*);

Completed in 452 milliseconds

123456