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

  /external/chromium_org/chrome/browser/extensions/api/storage/
settings_namespace.h 17 SYNC, // "sync" i.e. chrome.storage.sync
  /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/qemu/distrib/zlib-1.2.3/
inflate.h 50 SYNC /* looking for synchronization bytes to restart inflate() */
  /external/chromium_org/third_party/zlib/
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 25 #include "sync/api/sync_error_factory.h"
26 #include "sync/api/sync_error_factory_mock.h"
27 #include "sync/protocol/search_engine_specifics.pb.h"
28 #include "sync/protocol/sync.pb.h"
85 // back up to Sync.
154 // The recipient of all sync changes.
223 // Helper that creates some initial sync data. We cheat a little by specifying
246 // Our dummy ChangeProcessor used to inspect changes pushed to Sync.
262 // in the prepopulate data, which the sync tests don't care about (and woul
    [all...]
  /external/chromium_org/net/websockets/
websocket_channel_test.cc 416 SYNC,
435 // |async| is SYNC, the response will be returned synchronously. |error| is
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
LinkedTransferQueue.java 557 private static final int SYNC = 2; // for transfer, take
571 * @param how NOW, ASYNC, SYNC, or TIMED
    [all...]
  /packages/apps/Email/emailsync/src/com/android/emailsync/
SyncManager.java 82 * The SyncServiceManager handles the lifecycle of various sync adapters used by services that
104 // Sync hold constants for services with transient errors
110 // A scheduled sync (when not using push)
177 // Keeps track of services whose last sync ended with an error (by mailbox id)
229 // For sync logging
255 * Returns an appropriate sync service for the passed in mailbox
258 * @return a service that will sync the Mailbox
273 * Returns the AccountManager type (e.g. com.android.exchange) for this sync service
278 * Returns the intent used for this sync service
288 * Called when a sync service has started (in case any action is needed). This method mus
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 

Completed in 1205 milliseconds