Searched refs:sync (Results 51 - 75 of 415) sorted by relevance

1234567891011>>

/external/chromium_org/ui/file_manager/video_player/js/
H A Dtest_util.js13 * Public functions in the test.util.sync and the test.util.async namespaces are
25 test.util.sync = {};
45 test.util.sync.isPlaying = function(contentWindow) {
58 test.util.sync.getErrorCount = function() {
109 } else if (test.util.sync[request.func]) {
110 sendResponse(test.util.sync[request.func].apply(null, args));
/external/chromium_org/chrome/browser/ui/webui/
H A Dsync_internals_browsertest.js6 * Test fixture for sync internals WebUI testing.
16 * Browse to the sync internals page.
19 browsePreload: 'chrome://sync-internals',
43 var details = chrome.sync.aboutInfo.details;
233 assertNotEquals(null, chrome.sync.aboutInfo);
257 chrome.sync.events.dispatchEvent(networkEvent1);
258 chrome.sync.events.dispatchEvent(networkEvent2);
263 chrome.sync.events.dispatchEvent(networkEvent1);
270 $('sync-search-tab').selected = true;
271 expectTrue($('sync
[all...]
/external/chromium_org/ppapi/lib/gl/include/EGL/
H A Deglext.h142 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync);
143 EGLAPI EGLint EGLAPIENTRY eglClientWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout);
144 EGLAPI EGLBoolean EGLAPIENTRY eglSignalSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode);
145 EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value);
148 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync);
149 typedef EGLint (EGLAPIENTRYP PFNEGLCLIENTWAITSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout);
150 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSIGNALSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode);
151 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETSYNCATTRIBKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value);
212 EGLBoolean eglDestroySyncNV (EGLSyncNV sync);
213 EGLBoolean eglFenceNV (EGLSyncNV sync);
[all...]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/invalidation/
H A DInvalidationController.java15 import org.chromium.sync.internal_api.pub.base.ModelType;
16 import org.chromium.sync.notifier.InvalidationClientNameProvider;
17 import org.chromium.sync.notifier.InvalidationIntentProtocol;
18 import org.chromium.sync.notifier.InvalidationPreferences;
19 import org.chromium.sync.notifier.InvalidationService;
20 import org.chromium.sync.notifier.SyncStatusHelper;
H A DUniqueIdInvalidationClientNameGenerator.java11 import org.chromium.sync.notifier.InvalidationClientNameGenerator;
12 import org.chromium.sync.notifier.InvalidationClientNameProvider;
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
H A Dabstract_walker.js17 * The two main operations that currently exist for walkers are sync and
89 return /** @type {!cvox.CursorSelection} */ (this.sync(
109 * 1) sync(sel) = sel iff sel is a valid selection
111 * Note, in particular, that this implies sync(sync(sel)) = sync(sel)
112 * whenever sync(sel) != null.
113 * 2) sync(sel).isReversed() = sel.isReversed() for all sel if sync(sel) != null
114 * That is, sync preserve
[all...]
/external/chromium_org/chrome/browser/resources/sync_internals/
H A Ddata.js15 data += JSON.stringify(chrome.sync.aboutInfo, null, 2);
22 data += JSON.stringify(chrome.sync.notifications, null, 2);
29 data += JSON.stringify(chrome.sync.log.entries, null, 2);
61 * @param {!Object} node A JavaScript represenation of a sync entity.
62 * @return {string} A string representation of the sync entity.
87 * @param {string} type The name of a sync model type.
107 // Format is sync-data-dump-$epoch-$year-$month-$day-$OS.csv.
112 var name = ['sync-data-dump',
137 var aboutInfo = JSON.stringify(chrome.sync.aboutInfo, null, 2);
185 chrome.sync
[all...]
/external/chromium_org/sync/test/android/javatests/src/org/chromium/sync/test/util/
H A DMockSyncContentResolverDelegate.java5 package org.chromium.sync.test.util;
16 import org.chromium.sync.notifier.SyncContentResolverDelegate;
72 public void setMasterSyncAutomatically(boolean sync) { argument
73 if (mMasterSyncAutomatically == sync) return;
75 mMasterSyncAutomatically = sync;
93 public void setSyncAutomatically(Account account, String authority, boolean sync) { argument
99 ". Can not set sync state to " + sync);
101 if (sync) {
/external/chromium_org/third_party/leveldatabase/src/include/leveldb/
H A Doptions.h178 // lost even if sync==false.
180 // In other words, a DB write with sync==false has similar
182 // with sync==true has similar crash semantics to a "write()"
186 bool sync; member in struct:leveldb::WriteOptions
189 : sync(false) {
/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/chromium_org/sync/android/java/src/org/chromium/sync/notifier/
H A DInvalidationClientNameProvider.java5 package org.chromium.sync.notifier;
H A DRandomizedInvalidationClientNameGenerator.java5 package org.chromium.sync.notifier;
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.manip/
H A Dflush.pass.cpp35 sync() function in class:testbuf
/external/chromium_org/ui/accessibility/extensions/caretbrowsing/
H A Dbackground.js78 chrome.storage.sync.set(obj);
90 chrome.storage.sync.get('enabled', function(result) {
101 chrome.storage.sync.get('enabled', function(result) {
H A Doptions.js6 chrome.storage.sync.get(name, function(result) {
12 chrome.storage.sync.set(obj);
25 chrome.storage.sync.set(obj);
/external/chromium_org/chrome/browser/resources/
H A Dsync_setup_overlay.css7 #sync-setup-overlay * h4 {
11 #sync-setup-overlay * form {
15 #sync-setup-overlay * .content-area {
23 .sync-customize-section-container {
27 #sync-custom-passphrase {
31 #sync-passphrase-message {
35 .sync-custom-passphrase-input {
39 #sync-existing-passphrase-container {
45 #sync-select-container {
49 #sync
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dsyncobj.c28 * Unlike textures and other objects that are shared between contexts, sync
30 * and delete behavior of sync objects is slightly different. References to
31 * sync objects are added:
45 * As with shader objects, sync object names become invalid as soon as
108 * whether the state of the sync object has changed.
123 * the state of the sync object changes or the timeout expires.
157 * Allocate/init the context state related to sync objects.
167 * Free the context state related to sync objects.
211 _mesa_IsSync(GLsync sync) argument
214 struct gl_sync_object *const syncObj = (struct gl_sync_object *) sync;
222 _mesa_DeleteSync(GLsync sync) argument
299 _mesa_ClientWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout) argument
344 _mesa_WaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout) argument
373 _mesa_GetSynciv(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values) argument
[all...]
/external/mesa3d/src/mesa/main/
H A Dsyncobj.c28 * Unlike textures and other objects that are shared between contexts, sync
30 * and delete behavior of sync objects is slightly different. References to
31 * sync objects are added:
45 * As with shader objects, sync object names become invalid as soon as
108 * whether the state of the sync object has changed.
123 * the state of the sync object changes or the timeout expires.
157 * Allocate/init the context state related to sync objects.
167 * Free the context state related to sync objects.
211 _mesa_IsSync(GLsync sync) argument
214 struct gl_sync_object *const syncObj = (struct gl_sync_object *) sync;
222 _mesa_DeleteSync(GLsync sync) argument
299 _mesa_ClientWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout) argument
344 _mesa_WaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout) argument
373 _mesa_GetSynciv(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values) argument
[all...]
/external/chromium_org/gpu/command_buffer/client/
H A Dquery_tracker_unittest.cc61 ASSERT_TRUE(infos[ii].sync != NULL);
62 EXPECT_EQ(0, infos[ii].sync->process_count);
63 EXPECT_EQ(0u, infos[ii].sync->result);
103 return query->info_.sync;
191 QuerySync* sync = GetSync(query); local
192 sync->process_count = query->submit_count();
193 sync->result = kResult;
226 QuerySync* sync = GetSync(query); local
227 sync->process_count = query->submit_count();
228 sync
[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/llvm/test/MC/PowerPC/
H A Dppc64-encoding-bookII.s47 # CHECK-BE: sync 2 # encoding: [0x7c,0x40,0x04,0xac]
48 # CHECK-LE: sync 2 # encoding: [0xac,0x04,0x40,0x7c]
49 sync 2
73 # CHECK-BE: sync 0 # encoding: [0x7c,0x00,0x04,0xac]
74 # CHECK-LE: sync 0 # encoding: [0xac,0x04,0x00,0x7c]
75 sync
76 # CHECK-BE: sync 0 # encoding: [0x7c,0x00,0x04,0xac]
77 # CHECK-LE: sync 0 # encoding: [0xac,0x04,0x00,0x7c]
79 # CHECK-BE: sync 1 # encoding: [0x7c,0x20,0x04,0xac]
80 # CHECK-LE: sync
[all...]
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dsync_value_store_cache.cc12 #include "chrome/browser/sync/glue/sync_start_util.h"
26 // Returns the quota limit for sync storage, taken from the schema in
30 static_cast<size_t>(core_api::storage::sync::QUOTA_BYTES),
31 static_cast<size_t>(core_api::storage::sync::QUOTA_BYTES_PER_ITEM),
32 static_cast<size_t>(core_api::storage::sync::MAX_ITEMS)
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/sync/
H A DChromiumSyncAdapterService.java5 package org.chromium.chrome.browser.sync;
18 * Get the sync adapter reference, creating an instance if necessary.
/external/chromium_org/chrome/browser/resources/cryptotoken/
H A Dusbgnubbyfactory.js38 gnubby.sync(function(rc) {

Completed in 2513 milliseconds

1234567891011>>