HomeSort by relevance Sort by last modified time
    Searched refs:Sync (Results 26 - 50 of 82) sorted by null

12 3 4

  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseServer.cpp 73 case DatabaseType::Sync:
DatabaseManager.cpp 257 RefPtr<DatabaseBackendBase> backend = openDatabaseBackend(context, DatabaseType::Sync, name,
DatabaseBackendBase.cpp 213 , m_isSyncDatabase(databaseType == DatabaseType::Sync)
  /external/chromium_org/third_party/leveldatabase/src/util/
env.cc 46 s = file->Sync();
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_custom_dictionary.h 16 #include "sync/api/syncable_service.h"
154 // Notifies the sync service of the |dictionary_change|. Syncs up to the
157 syncer::SyncError Sync(const Change& dictionary_change);
175 // Used to send local changes to the sync infrastructure.
178 // Used to send sync-related errors to the sync infrastructure.
spellcheck_custom_dictionary.cc 18 #include "sync/api/sync_change.h"
19 #include "sync/api/sync_data.h"
20 #include "sync/api/sync_error_factory.h"
21 #include "sync/protocol/sync.pb.h"
247 Sync(dictionary_change);
259 Sync(dictionary_change);
338 // Send local changes to the sync server.
341 result.set_error(Sync(to_change_remotely));
391 "Processing sync changes failed on change type "
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
dictionary_helper.cc 5 #include "chrome/browser/sync/test/integration/dictionary_helper.h"
12 #include "chrome/browser/sync/profile_sync_service_harness.h"
13 #include "chrome/browser/sync/test/integration/dictionary_load_observer.h"
14 #include "chrome/browser/sync/test/integration/sync_datatype_helper.h"
15 #include "chrome/browser/sync/test/integration/sync_test.h"
30 dictionary->Sync(change);
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
constants.js 23 * Key to access user wallpaper info in chrome.storage.sync.
25 AccessSyncWallpaperInfoKey: 'wallpaper-sync-info-key',
70 * Sync storage.
72 WallpaperSyncStorage: chrome.storage.sync
  /cts/tests/tests/app/src/android/app/cts/
AlarmManagerTest.java 45 class Sync {
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_BWin.h 189 SDL_View->Sync();
  /frameworks/compile/mclinker/lib/Support/
Space.cpp 177 void Space::Sync(Space* pSpace, FileHandle& pHandler)
  /system/extras/tests/sdcard/
testcase.cpp 164 mSyncTimer = new StopWatch("sync", iter());
183 void TestCase::setSync(Sync s)
190 return mSync == NO_SYNC ? "disabled" : (mSync == FSYNC ? "fsync" : "sync");
  /external/chromium_org/v8/test/mjsunit/
parallel-initial-prototype-change.js 51 assertUnoptimized(f1, "no sync");
52 // Sync with background thread to conclude optimization, which bails out
54 assertUnoptimized(f1, "sync");
parallel-invalidate-transition-map.js 56 // Sync with background thread to conclude optimization that bailed out.
57 assertUnoptimized(add_field, "sync");
  /external/chromium_org/v8/test/mjsunit/regress/
regress-opt-after-debug-deopt.js 65 // Sync with parallel optimization thread. But no optimized code is installed.
66 assertUnoptimized(f, "sync");
  /external/chromium/chrome/browser/resources/sync_internals/
chrome_sync.js 8 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.onUpdatedToken = new Event()
    [all...]
  /external/chromium_org/chrome/browser/resources/sync_internals/
chrome_sync.js 11 * Organize sync event listeners and asynchronous requests.
15 chrome.sync = chrome.sync || {};
72 chrome.sync.events = {
77 // See chrome/browser/sync/engine/syncapi.h for docs.
105 for (var eventType in chrome.sync.events) {
106 var events = chrome.sync.events[eventType];
109 chrome.sync[event] = new Event();
138 // Sync service functions.
141 // Notification functions. See chrome/browser/sync/engine/syncapi.
    [all...]
  /external/chromium_org/third_party/leveldatabase/
env_chromium.h 103 virtual leveldb::Status Sync();
  /external/chromium_org/third_party/leveldatabase/src/helpers/memenv/
memenv_test.cc 146 ASSERT_OK(writable_file->Sync());
memenv.cc 218 virtual Status Sync() { return Status::OK(); }
  /external/chromium_org/third_party/leveldatabase/src/include/leveldb/
env.h 220 virtual Status Sync() = 0;
  /external/ppp/pppd/plugins/radius/etc/
dictionary 188 VALUE NAS-Port-Type Sync 1
  /development/testrunner/
adb_interface.py 452 def Sync(self, retry_count=3, runtime_restart=False):
453 """Perform a adb sync.
458 retry_count: number of times to retry sync before failing
459 runtime_restart: stop runtime during sync and restart afterwards, useful
476 output = self.SendCommand("sync", retry_count=retry_count)
484 output = self.SendCommand("sync", retry_count=retry_count)
489 output = self.SendCommand("sync", retry_count=retry_count)
  /external/chromium_org/third_party/android_testrunner/
adb_interface.py 457 def Sync(self, retry_count=3, runtime_restart=False):
458 """Perform a adb sync.
463 retry_count: number of times to retry sync before failing
464 runtime_restart: stop runtime during sync and restart afterwards, useful
481 output = self.SendCommand("sync", retry_count=retry_count)
489 output = self.SendCommand("sync", retry_count=retry_count)
494 output = self.SendCommand("sync", retry_count=retry_count)
  /external/chromium_org/third_party/leveldatabase/src/db/
log_test.cc 47 virtual Status Sync() { return Status::OK(); }

Completed in 923 milliseconds

12 3 4