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

  /external/skia/src/animator/
SkTDArray_Experimental.h 108 #define SYNC() fTData = (T (*)[kDebugArraySize]) fArray
110 #define SYNC()
118 T& operator[](int index) const { SYNC(); SkASSERT((unsigned)index < fCount); return ((T*) fArray)[index]; }
126 T* begin() const { SYNC(); return (T*) fArray; }
  /external/chromium/third_party/zlib/
inflate.h 50 SYNC /* looking for synchronization bytes to restart inflate() */
  /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/
WebSettings.java 142 // Flag to prevent multiple SYNC messages at one time.
222 static final int SYNC = 0;
231 // as mRenderPriority can be set before thread is running, sync up
239 case SYNC:
    [all...]
  /packages/apps/Email/src/com/android/exchange/
SyncManager.java 101 * The SyncManager handles all aspects of starting, maintaining, and stopping the various sync
102 * adapters used by Exchange. However, it is capable of handing any kind of email sync, and it
106 * The Email application communicates with EAS sync adapters via SyncManager's binder interface,
128 // Sync hold constants for services with transient errors
134 // A scheduled sync (when not using push)
193 // Keeps track of services whose last sync ended with an error (by mailbox id)
248 * Proxy that can be used by various sync adapters to tie into SyncManager's callback system.
317 // sent mail) Upon request to sync the Outbox, we clear this so that all messages
323 // Clear the error state; the Outbox sync will be started from checkMailboxes
646 * column has changed (when sync has turned off or on
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
edid.h 137 #define SYNC _SYNC(GET(D_INPUT))
312 /* sync characteristics */
410 unsigned int sync:2; member in struct:detailed_timings

Completed in 141 milliseconds