HomeSort by relevance Sort by last modified time
    Searched defs:SYNC (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/extensions/browser/api/storage/
settings_namespace.h 17 SYNC, // "sync" i.e. chrome.storage.sync
  /external/chromium_org/chrome/browser/sync/test/integration/
extension_settings_helper.cc 5 #include "chrome/browser/sync/test/integration/extension_settings_helper.h"
14 #include "chrome/browser/sync/test/integration/extensions_helper.h"
15 #include "chrome/browser/sync/test/integration/sync_datatype_helper.h"
16 #include "chrome/browser/sync/test/integration/sync_extension_helper.h"
54 extensions::settings_namespace::SYNC,
105 extensions::settings_namespace::SYNC,
  /external/chromium_org/components/password_manager/core/browser/
password_syncable_service.cc 15 #include "sync/api/sync_error_factory.h"
21 // Describes the result of merging sync and local passwords.
24 SYNC,
28 // Merges the local and sync passwords and outputs the entry into
66 return SYNC;
133 // association entries that match a sync entry will be removed and this list
134 // will only contain entries that are not in sync.
147 // List that contains the entries that are known only to sync.
150 // List that contains the entries that are known to both sync and db but
151 // have updates in sync. They need to be updated in the passwords db
    [all...]
  /external/chromium_org/third_party/skia/src/animator/
SkTDArray_Experimental.h 100 #define SYNC() fTData = (T (*)[kDebugArraySize]) fArray
102 #define SYNC()
110 T& operator[](int index) const { SYNC(); SkASSERT((unsigned)index < fCount); return ((T*) fArray)[index]; }
118 T* begin() const { SYNC(); return (T*) fArray; }
  /external/skia/src/animator/
SkTDArray_Experimental.h 100 #define SYNC() fTData = (T (*)[kDebugArraySize]) fArray
102 #define SYNC()
110 T& operator[](int index) const { SYNC(); SkASSERT((unsigned)index < fCount); return ((T*) fArray)[index]; }
118 T* begin() const { SYNC(); return (T*) fArray; }
  /external/chromium_org/third_party/zlib/
inflate.h 52 SYNC /* looking for synchronization bytes to restart inflate() */
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
inflate.h 52 SYNC /* looking for synchronization bytes to restart inflate() */
  /external/qemu/distrib/zlib-1.2.8/
inflate.h 52 SYNC /* looking for synchronization bytes to restart inflate() */
  /external/zlib/src/
inflate.h 52 SYNC /* looking for synchronization bytes to restart inflate() */
  /system/extras/tests/sdcard/
testcase.h 46 enum Sync {NO_SYNC, FSYNC, SYNC};
84 Sync sync() const { return mSync; } function in class:android_test::TestCase
85 void setSync(Sync s);
141 Sync mSync;
162 StopWatch *mSyncTimer; // Used to time the sync/fsync calls.
  /external/chromium_org/chrome/browser/search_engines/
template_url_service_sync_unittest.cc 23 #include "sync/api/sync_change_processor_wrapper_for_test.h"
24 #include "sync/api/sync_error_factory.h"
25 #include "sync/api/sync_error_factory_mock.h"
26 #include "sync/protocol/search_engine_specifics.pb.h"
27 #include "sync/protocol/sync.pb.h"
86 // back up to Sync.
195 // Helper that creates some initial sync data. We cheat a little by specifying
218 // Our dummy ChangeProcessor used to inspect changes pushed to Sync.
234 // in the prepopulate data, which the sync tests don't care about (and woul
    [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service.h 23 #include "chrome/browser/sync/backend_unrecoverable_error_handler.h"
24 #include "chrome/browser/sync/backup_rollback_controller.h"
25 #include "chrome/browser/sync/glue/sync_backend_host.h"
26 #include "chrome/browser/sync/glue/synced_device_tracker.h"
27 #include "chrome/browser/sync/profile_sync_service_base.h"
28 #include "chrome/browser/sync/profile_sync_service_observer.h"
29 #include "chrome/browser/sync/protocol_event_observer.h"
30 #include "chrome/browser/sync/sessions/sessions_sync_manager.h"
31 #include "chrome/browser/sync/startup_controller.h"
45 #include "sync/internal_api/public/base/model_type.h
    [all...]
  /external/chromium_org/net/websockets/
websocket_channel_test.cc 452 enum IsSync { SYNC, ASYNC };
469 // |async| is SYNC, the response will be returned synchronously. |error| is
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
LinkedTransferQueue.java 556 private static final int SYNC = 2; // for transfer, take
570 * @param how NOW, ASYNC, SYNC, or TIMED
    [all...]
  /frameworks/base/core/java/android/os/
BatteryStats.java 124 * A constant indicating a sync timer
126 public static final int SYNC = 13;
289 * Returns a mapping containing sync statistics.
686 // Event is about active sync operations.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 947 milliseconds