Searched refs:sync (Results 26 - 50 of 415) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Degl_g3d_sync.h39 egl_g3d_destroy_sync(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync);
42 egl_g3d_client_wait_sync(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync,
46 egl_g3d_signal_sync(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync,
/external/chromium_org/chrome/browser/history/
H A Dweb_history_service_factory.cc10 #include "chrome/browser/sync/profile_sync_service.h"
11 #include "chrome/browser/sync/profile_sync_service_factory.h"
15 // Returns true if the user is signed in and full history sync is enabled,
18 ProfileSyncService* sync = local
20 return sync &&
21 sync->sync_initialized() &&
22 sync->GetActiveDataTypes().Has(syncer::HISTORY_DELETE_DIRECTIVES);
47 // signed into sync, or if web history is not enabled.
/external/chromium_org/third_party/skia/platform_tools/barelinux/bin/
H A Ddownload_deps29 try gclient sync --jobs=1 || exit
/external/skia/platform_tools/barelinux/bin/
H A Ddownload_deps29 try gclient sync --jobs=1 || exit
/external/chromium_org/chrome/android/shell/java/src/org/chromium/chrome/shell/sync/
H A DChromeShellSyncAdapter.java5 package org.chromium.chrome.shell.sync;
10 import org.chromium.chrome.browser.sync.ChromiumSyncAdapter;
/external/chromium_org/ui/accessibility/extensions/longdesc/
H A Doptions.js8 chrome.storage.sync.set({
24 chrome.storage.sync.get("addBorder", function(item) {
/external/chromium_org/ui/file_manager/file_manager/background/js/
H A Dtest_util.js13 * Public functions in the test.util.sync and the test.util.async namespaces are
25 test.util.sync = {};
59 test.util.sync.getWindows = function() {
83 test.util.sync.closeWindow = function(appId) {
100 test.util.sync.getDocument_ = function(contentWindow, opt_iframeQuery) {
113 test.util.sync.getErrorCount = function() {
131 test.util.sync.resizeWindow = function(contentWindow, width, height) {
143 test.util.sync.getSelectedFiles = function(contentWindow) {
162 test.util.sync.getFileList = function(contentWindow) {
191 test.util.sync
[all...]
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_test.cc56 AsyncUploadSync* sync) {
58 sync->SetAsyncUploadToken(async_token);
70 AsyncUploadSync sync; local
71 sync.Reset();
80 sync.SetAsyncUploadToken(async_token);
87 !sync.HasAsyncUploadTokenPassed(buffer_tokens[buffer]))
104 &sync));
54 SignalCompletion(uint32* assigned_async_token_ptr, uint32 async_token, AsyncUploadSync* sync) argument
/external/chromium_org/chrome/browser/resources/sync_internals/
H A Dabout.js5 cr.define('chrome.sync.about_tab', function() {
6 // Contains the latest snapshot of sync about info.
7 chrome.sync.aboutInfo = {};
26 chrome.sync.aboutInfo = aboutInfo;
52 /** Container for accumulated sync protocol events. */
91 chrome.sync.events.addEventListener(
106 var aboutInfo = chrome.sync.aboutInfo;
108 aboutInfo.details = chrome.sync.aboutInfo.details.filter(function(el) {
128 'Paste sync status dump here then click import.';
136 $('status-text').value = 'Invalid sync statu
[all...]
H A Devents.js5 cr.define('chrome.sync.events_tab', function() {
30 var entries = chrome.sync.log.entries;
35 jstProcess(context, $('sync-events'));
39 $('sync-events').addEventListener('click', toggleDisplay);
40 chrome.sync.log.addEventListener('append', function(event) {
51 'DOMContentLoaded', chrome.sync.events_tab.onLoad, false);
/external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/
H A DSystemSyncContentResolverDelegate.java5 package org.chromium.sync.notifier;
25 public void setMasterSyncAutomatically(boolean sync) { argument
26 ContentResolver.setMasterSyncAutomatically(sync);
40 public void setSyncAutomatically(Account account, String authority, boolean sync) { argument
41 ContentResolver.setSyncAutomatically(account, authority, sync);
/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DHRTFDatabaseLoader.cpp114 void HRTFDatabaseLoader::cleanupTask(TaskSynchronizer* sync) argument
116 sync->taskCompleted();
124 TaskSynchronizer sync;
125 m_thread->postTask(new Task(WTF::bind(&HRTFDatabaseLoader::cleanupTask, this, &sync)));
126 sync.waitForTaskCompletion();
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dsyncobj.h63 _mesa_IsSync(GLsync sync);
66 _mesa_DeleteSync(GLsync sync);
72 _mesa_ClientWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout);
75 _mesa_WaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout);
78 _mesa_GetSynciv(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length,
/external/mesa3d/src/mesa/main/
H A Dsyncobj.h63 _mesa_IsSync(GLsync sync);
66 _mesa_DeleteSync(GLsync sync);
72 _mesa_ClientWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout);
75 _mesa_WaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout);
78 _mesa_GetSynciv(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length,
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/
H A Dprefs.js16 chrome.storage.sync.get(this.defaults_,
23 chrome.storage.sync.get(this.defaults_,
26 chrome.storage.sync.set(storage);
/external/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
H A Dsync.pass.cpp12 // int sync();
43 int sync() function in struct:testbuf
55 assert(is.sync() == 0);
61 assert(is.sync() == 0);
/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/strace/qemu_multiarch_testing/hdc.dir/
H A Dinit219 sync
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
H A Dconstants.js23 * Key to access user wallpaper info in chrome.storage.sync.
25 AccessSyncWallpaperInfoKey: 'wallpaper-sync-info-key',
73 WallpaperSyncStorage: chrome.storage.sync
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.unformatted/
H A Dflush.pass.cpp34 sync() function in class:testbuf
/external/llvm/test/MC/Mips/mips1/
H A Dinvalid-mips32.s9 sync 0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
10 sync 1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
/external/llvm/test/MC/Mips/mips3/
H A Dinvalid-mips32.s9 sync 0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
10 sync 1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
/external/llvm/test/MC/Mips/mips4/
H A Dinvalid-mips32.s9 sync 0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
10 sync 1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
/external/llvm/test/MC/Mips/mips5/
H A Dinvalid-mips32.s9 sync 0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
10 sync 1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
/external/chromium_org/media/formats/mpeg/
H A Dadts_stream_parser.cc33 int sync; local
44 if (!reader.ReadBits(12, &sync) ||
61 << " sync 0x" << sync
69 if (sync != 0xfff || layer != 0 || frame_length < bytes_read ||
73 << " sync 0x" << sync

Completed in 888 milliseconds

1234567891011>>