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

  /external/blktrace/
act_mask.c 19 DECLARE_MASK_MAP(SYNC),
  /external/qemu/distrib/zlib-1.2.3/
inflate.h 50 SYNC /* looking for synchronization bytes to restart inflate() */
inflate.c     [all...]
  /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/zlib/
inflate.h 52 SYNC /* looking for synchronization bytes to restart inflate() */
inflate.c     [all...]
  /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.
sdcard_perf_test.cpp 117 {"sync", required_argument, 0, 'f'},
137 " -s --sync: fsync|sync Use fsync or sync in write test. Default: no sync call.\n"
245 if (strcmp("sync", optarg) == 0) {
246 testCase->setSync(TestCase::SYNC);
467 if (TestCase::FSYNC == testCase->sync())
473 else if (TestCase::SYNC == testCase->sync())
    [all...]
  /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...]
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 379 case PPC::SYNC:
380 // In Book E sync is called msync, handle this special case here...
  /external/zlib/test/
infcover.c 459 state->mode = SYNC; /* force an otherwise impossible situation */
  /external/oprofile/events/mips/24K/
events 56 event:0x26 counters:0 um:zero minimum:500 name:SYNC_STALLS : 38-0 SYNC stall cycles
  /external/oprofile/events/mips/74K/
events 45 event:0x1b counters:0,2 um:zero minimum:500 name:LOAD_STORE_BLOCKED_CYCLES : 27-0 Load/store graduation blocked cycles due to CP1/2 store data not ready, SYNC/SYNCI/SC/CACHEOP at the head, or FSB/LDQ/WBB/ITU FIFO full
  /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 326 milliseconds