OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SYNC
(Results
1 - 7
of
7
) 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/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
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
...]
/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
...]
/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 353 milliseconds