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

  /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/zlib/
inflate.h 52 SYNC /* looking for synchronization bytes to restart inflate() */
  /system/extras/tests/sdcard/
testcase.h 46 enum Sync {NO_SYNC, FSYNC, SYNC};
81 Sync sync() const { return mSync; } function in class:android_test::TestCase
82 void setSync(Sync s);
136 Sync mSync;
157 StopWatch *mSyncTimer; // Used to time the sync/fsync calls.
  /frameworks/base/core/java/android/webkit/
WebSettingsClassic.java 43 // Flag to prevent multiple SYNC messages at one time.
186 static final int SYNC = 0;
195 // as mRenderPriority can be set before thread is running, sync up
203 case SYNC:
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
ExchangeService.java 95 * The ExchangeService handles all aspects of starting, maintaining, and stopping the various sync
96 * adapters used by Exchange. However, it is capable of handing any kind of email sync, and it
100 * The Email application communicates with EAS sync adapters via ExchangeService's binder interface,
122 // Sync hold constants for services with transient errors
128 // A scheduled sync (when not using push)
194 // Keeps track of services whose last sync ended with an error (by mailbox id)
253 * Proxy that can be used by various sync adapters to tie into ExchangeService's callback system
376 log("User requested sync of account in sync disabled hold; releasing");
380 log("User requested sync of account in security hold; releasing")
    [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 244 milliseconds