/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 | 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/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/ |
WebSettings.java | 149 // Flag to prevent multiple SYNC messages at one time. 291 static final int SYNC = 0; 300 // as mRenderPriority can be set before thread is running, sync up 308 case SYNC: [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
|
/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/src/com/android/exchange/ |
ExchangeService.java | 93 * The ExchangeService handles all aspects of starting, maintaining, and stopping the various sync 94 * adapters used by Exchange. However, it is capable of handing any kind of email sync, and it 98 * The Email application communicates with EAS sync adapters via ExchangeService's binder interface, 120 // Sync hold constants for services with transient errors 126 // A scheduled sync (when not using push) 190 // 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 ExchangeService's callback system 358 log("User requested sync of account in sync disabled hold; releasing"); 362 log("User requested sync of account in security hold; releasing") [all...] |