Searched defs:sync (Results 1 - 25 of 192) sorted by relevance

12345678

/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/sync/android/java/src/org/chromium/sync/
H A DSyncSwitches.java5 package org.chromium.sync;
8 * Contains all of the command line switches that are specific to the sync/
16 // TODO(johnme): Remove this command line switch once disabling sync is no longer necessary.
18 "disable-sync-gcm-in-order-to-try-push-api";
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.manip/
H A Dflush.pass.cpp35 sync() function in class:testbuf
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.unformatted/
H A Dflush.pass.cpp34 sync() function in class:testbuf
/external/libcxx/test/input.output/iostream.format/output.streams/ostream_sentry/
H A Ddestruct.pass.cpp30 int virtual sync() function in struct:testbuf1
H A Dconstruct.pass.cpp30 int virtual sync() function in struct:testbuf1
/external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/
H A DInvalidationClientNameGenerator.java5 package org.chromium.sync.notifier;
H A DRandomizedInvalidationClientNameGenerator.java5 package org.chromium.sync.notifier;
H A DSyncContentResolverDelegate.java5 package org.chromium.sync.notifier;
13 * mock out for tests. This interface wraps all the sync-related methods we use from
22 void setMasterSyncAutomatically(boolean sync); argument
26 void setSyncAutomatically(Account account, String authority, boolean sync); argument
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);
H A DInvalidationClientNameProvider.java5 package org.chromium.sync.notifier;
/external/compiler-rt/test/lsan/TestCases/
H A Duse_registers.cc15 int *sync = reinterpret_cast<int *>(arg); local
34 __sync_fetch_and_xor(sync, 1);
40 int sync = 0; local
42 int res = pthread_create(&thread_id, 0, registers_thread_func, &sync);
44 while (!__sync_fetch_and_xor(&sync, 0))
H A Duse_stacks_threaded.cc15 int *sync = reinterpret_cast<int *>(arg); local
19 __sync_fetch_and_xor(sync, 1);
25 int sync = 0; local
27 int res = pthread_create(&thread_id, 0, stacks_thread_func, &sync);
29 while (!__sync_fetch_and_xor(&sync, 0))
/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/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;
H A DChromeShellSyncAdapterService.java5 package org.chromium.chrome.shell.sync;
10 import org.chromium.chrome.browser.sync.ChromiumSyncAdapter;
11 import org.chromium.chrome.browser.sync.ChromiumSyncAdapterService;
H A DAccountChooserFragment.java5 package org.chromium.chrome.shell.sync;
14 import org.chromium.sync.signin.AccountManagerHelper;
H A DSignoutFragment.java5 package org.chromium.chrome.shell.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/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DInterp.java54 protected void sync(int i) { method in class:Interp.FilteringTokenStream
55 super.sync(i);
/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/chromeos/chromevox/walkers/
H A Dabstract_node_walker.js58 cvox.AbstractNodeWalker.prototype.sync = function(sel) {
66 * Private version of sync to ensure that when a body has no content, we
H A Dabstract_selection_walker.js68 cvox.AbstractSelectionWalker.prototype.sync = function(sel) {
115 var objSel = this.objWalker_.sync(sel);
/external/chromium_org/sync/android/javatests/src/org/chromium/sync/notifier/
H A DInvalidationClientNameProviderTest.java5 package org.chromium.sync.notifier;
H A DInvalidationPreferencesTest.java5 package org.chromium.sync.notifier;
17 import org.chromium.sync.internal_api.pub.base.ModelType;

Completed in 2695 milliseconds

12345678