HomeSort by relevance Sort by last modified time
    Searched refs:sync (Results 176 - 200 of 486) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/v8/test/mjsunit/regress/
regress-embedded-cons-string.js 47 assertUnoptimized(fun, "no sync");
51 assertOptimized(fun, "sync");
  /external/clang/test/CodeGen/
builtins-nvptx.c 136 void sync() { function
138 // CHECK: call void @llvm.ptx.bar.sync(i32 0)
  /external/libunwind/tests/
flush-cache.S 31 sync.i
  /external/mesa3d/src/egl/main/
eglapi.h 107 typedef EGLBoolean (*DestroySyncKHR_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync);
108 typedef EGLint (*ClientWaitSyncKHR_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync, EGLint flags, EGLTimeKHR timeout);
109 typedef EGLBoolean (*SignalSyncKHR_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync, EGLenum mode);
110 typedef EGLBoolean (*GetSyncAttribKHR_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync, EGLint attribute, EGLint *value);
  /external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/
SyncStatusHelper.java 5 package org.chromium.sync.notifier;
15 import org.chromium.sync.signin.AccountManagerHelper;
16 import org.chromium.sync.signin.ChromeSigninController;
22 * A helper class to handle the current status of sync for Chrome in Android settings.
24 * It also provides an observer to be used whenever Android sync settings change.
34 * In-memory holder of the sync configurations for a given account. On each
162 * Provides notifications when Android sync settings have changed.
249 * Returns the contract authority to use when requesting sync.
271 * Checks whether sync is currently enabled from Chrome for a given account.
273 * It checks both the master sync for the device, and Chrome sync setting for the given account
    [all...]
InvalidationService.java 5 package org.chromium.sync.notifier;
24 import org.chromium.sync.internal_api.pub.base.ModelType;
25 import org.chromium.sync.notifier.InvalidationPreferences.EditContext;
26 import org.chromium.sync.signin.AccountManagerHelper;
27 import org.chromium.sync.signin.ChromeSigninController;
38 * Service that controls notifications for sync.
41 * used to trigger sync. It receives invalidations and converts them into
46 * it, and it requests that it perform (un)registrations as the set of desired sync types changes.
281 /** Sets the saved sync account in {@link InvalidationPreferences} to {@code owningAccount}. */
290 * Reads the saved sync types from storage (if any) and returns a set containing th
    [all...]
  /external/chromium_org/third_party/polymer/components-chromium/core-list/
core-list-extracted.js 72 * If true, data is sync'd from the list back to the list's data.
74 * @attribute sync
78 sync: false,
226 // TODO(sorvell): experiemental for sync'ing back to virtual data.
227 if (this.sync) {
254 if (this.sync) {
  /external/deqp/framework/platform/android/
tcuAndroidRenderActivity.cpp 63 "SYNC"
122 void RenderThread::sync (void) function in class:tcu::Android::RenderThread
265 // Ignore all but SYNC and FINISH messages.
349 m_thread->sync(); // Block until thread has processed all messages.
362 m_thread->sync();
  /external/chromium_org/chrome/browser/android/
most_visited_sites.cc 27 #include "chrome/browser/sync/profile_sync_service.h"
28 #include "chrome/browser/sync/profile_sync_service_factory.h"
180 ProfileSyncService* sync = local
182 if (!sync)
185 sync->IsSyncEnabledAndLoggedIn(),
186 sync->sync_initialized(),
187 sync->GetActiveDataTypes().Has(syncer::HISTORY_DELETE_DIRECTIVES));
202 // Register this class as an observer to the sync service. It is important to
203 // be notified of changes in the sync state such as initialization, sync
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
navigation_manager.js 108 * If there is an activeElement, use it. Otherwise, sync to the page
213 // Only sync if the activeElement is not document.body; which is shorthand for
217 this.sync();
322 dummyNavShifter.sync(dummySel);
363 cvox.NavigationManager.prototype.sync = function() {
365 var ret = this.shifter_.sync(this.curSel_);
372 * Sync's all possible cursors:
379 this.sync();
505 this.sync();
518 this.sync();
    [all...]
  /external/chromium_org/chrome/browser/resources/options/
browser_options.css 22 #sync-overview p {
76 #sync-general {
81 #sync-buttons {
131 .sync-error {
138 .sync-error .link-button {
  /bootable/recovery/tools/ota/
check-lost+found.c 70 sync(); // Make sure the marker file is committed to disk
  /cts/libs/deviceutil/src/android/cts/util/
FileUtils.java 124 out.getFD().sync();
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl_proc.h 62 typedef EGLBoolean (* eglDestroySyncKHR_t) (EGLDisplay, EGLSyncKHR sync);
  /device/moto/shamu/camera/QCamera/HAL2/core/src/
QCameraHAL.cpp 116 p_camera_vtbl->ops->sync(p_camera_vtbl->camera_handle);
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBufferedTokenStream.h 78 - (void) sync:(NSInteger) i;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBufferedTokenStream.h 78 - (void) sync:(NSInteger) i;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBufferedTokenStream.h 78 - (void) sync:(NSInteger) i;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBufferedTokenStream.h 81 - (void) sync:(NSInteger) i;
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
abstract_node_walker.js 58 cvox.AbstractNodeWalker.prototype.sync = function(sel) {
66 * Private version of sync to ensure that when a body has no content, we
table_shifter.js 53 cvox.TableShifter.prototype.sync = function(sel) {
58 return this.currentWalker_.sync(sel);
  /external/chromium_org/chrome/browser/ui/search/
search_tab_helper.cc 19 #include "chrome/browser/sync/profile_sync_service.h"
20 #include "chrome/browser/sync/profile_sync_service_factory.h"
139 // Returns true if the user is signed in and full history sync is enabled,
142 ProfileSyncService* sync = local
144 return sync &&
145 sync->sync_initialized() &&
146 sync->GetActiveDataTypes().Has(syncer::HISTORY_DELETE_DIRECTIVES);
569 // checking both the identity and the user's sync state.
  /external/chromium_org/components/leveldb_proto/
leveldb_database.cc 71 options.sync = true;
  /external/chromium_org/remoting/webapp/
butter_bar.js 32 chrome.storage.sync.get(
133 chrome.storage.sync.set(value);
  /external/chromium_org/third_party/angle/include/EGL/
egl.h 285 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySync (EGLDisplay dpy, EGLSync sync);
286 EGLAPI EGLint EGLAPIENTRY eglClientWaitSync (EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime timeout);
287 EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttrib (EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLAttrib *value);
291 EGLAPI EGLBoolean EGLAPIENTRY eglWaitSync (EGLDisplay dpy, EGLSync sync, EGLint flags);

Completed in 1889 milliseconds

1 2 3 4 5 6 78 91011>>