HomeSort by relevance Sort by last modified time
    Searched refs:sync (Results 501 - 525 of 640) sorted by null

<<212223242526

  /packages/apps/Exchange/exchange2/src/com/android/exchange/
EasAccountService.java 65 * AccountMailbox handles sync for the EAS "account mailbox"; this includes sync of the mailbox list
91 * which will cause the sync service to be restarted at the starting heartbeat and going through
109 // This could happen if the sync time is set to "never"; we always want to check in from time
155 sync(); method
169 userLog("Sync finished");
177 errorLog("Sync ended due to an exception.");
181 userLog("Stopped sync finished.");
185 ExchangeService.kick("sync finished");
188 Log.e(TAG, "EmailProvider unavailable; sync ended prematurely")
217 public void sync() throws IOException, EasParserException { method in class:EasAccountService
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_api.h 237 GLboolean GLTrace_glIsSync(GLsync sync);
238 void GLTrace_glDeleteSync(GLsync sync);
239 GLenum GLTrace_glClientWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout);
240 void GLTrace_glWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout);
242 void GLTrace_glGetSynciv(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei* length, GLint* values);
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
MapsTest.java     [all...]
  /bionic/libc/kernel/common/sound/
asound.h 272 union snd_pcm_sync_id sync; member in struct:snd_pcm_info
    [all...]
  /external/chromium/chrome/browser/resources/ntp/
apps.js 221 // Keep in sync with LaunchType in extension_prefs.h
229 // Keep in sync with LaunchContainer in extension_constants.h
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 476 SyncClock sync; member in class:__tsan::ThreadContext
  /external/emma/core/java12/com/vladium/emma/data/
DataFactory.java 743 if (DO_FSYNC) raf.getFD ().sync ();
  /external/grub/lib/
device.c 910 sync (); /* Paranoia. */
  /external/kernel-headers/original/sound/
asound.h 257 #define SNDRV_PCM_INFO_SYNC_START 0x00400000 /* pcm support some kind of sync go */
296 union snd_pcm_sync_id sync; /* hardware synchronization ID */ member in struct:snd_pcm_info
    [all...]
  /external/mdnsresponder/mDNSShared/
DebugServices.h 50 #error NDEBUG defined and DEBUG is also enabled...they need to be in-sync
    [all...]
  /external/oprofile/daemon/
opd_ibs.c 834 .sync = &ibs_sfile_sync,
  /external/stlport/stlport/stl/
_fstream.c 402 int basic_filebuf<_CharT, _Traits>::sync() { function in class:_Traits
_fstream.h 212 virtual int sync();
  /external/stressapptest/src/
os.cc 186 sync();
  /external/webkit/WebKitLibraries/
WebKitSystemInterface.h 234 void WKQTMovieViewSetDrawSynchronously(QTMovieView* view, BOOL sync);
  /frameworks/base/services/java/com/android/server/
BatteryService.java 525 FileUtils.sync(dumpStream);
  /frameworks/native/cmds/rawbu/
backup.cpp 410 sync();
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 402 int basic_filebuf<_CharT, _Traits>::sync() { function in class:_Traits
_fstream.h 212 virtual int sync();
  /packages/apps/Mms/src/com/android/mms/model/
SlideshowModel.java 604 public void sync(PduBody pb) { method in class:SlideshowModel
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
unistd.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asound.h 257 #define SNDRV_PCM_INFO_SYNC_START 0x00400000 /* pcm support some kind of sync go */
295 union snd_pcm_sync_id sync; /* hardware synchronization ID */ member in struct:snd_pcm_info
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asound.h 257 #define SNDRV_PCM_INFO_SYNC_START 0x00400000 /* pcm support some kind of sync go */
295 union snd_pcm_sync_id sync; /* hardware synchronization ID */ member in struct:snd_pcm_info
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h     [all...]

Completed in 1281 milliseconds

<<212223242526