代码搜索:sync
找到约 6,244 项符合「sync」的源代码
代码结果 6,244
www.eeworm.com/read/175482/5344474
cpp 234.cpp
/////////////////////////////////////////////////////////////////////
// Mapper 234
void NES_mapper234::Reset()
{
regs[0] = regs[1] = regs[2] = 0;
Sync();
}
void NES_mapper234::MemoryRe
www.eeworm.com/read/164604/5489000
java singleton.java
package headfirst.singleton.subclass;
public class Singleton {
protected static Singleton uniqueInstance;
// other useful instance variables here
protected Singleton() {}
public static sync
www.eeworm.com/read/320257/3548736
cpp 234.cpp
/////////////////////////////////////////////////////////////////////
// Mapper 234
void NES_mapper234::Reset()
{
regs[0] = regs[1] = regs[2] = 0;
Sync();
}
void NES_mapper234::MemoryRe
www.eeworm.com/read/271651/4225826
tex classclienttest.tex
\section{ClientTest Class Reference}
\label{classClientTest}\index{ClientTest@{ClientTest}}
This is the interface expected by the testing framework for sync clients.
{\tt \#include $
www.eeworm.com/read/271651/4225833
tex classsyncsource.tex
\section{SyncSource Class Reference}
\label{classSyncSource}\index{SyncSource@{SyncSource}}
This is the main API that a SyncML client developer needs to implement to let the sync engine access the cli
www.eeworm.com/read/271651/4225858
tex classsynctests.tex
\section{SyncTests Class Reference}
\label{classSyncTests}\index{SyncTests@{SyncTests}}
Tests synchronization with one or more sync sources enabled.
Collaboration diagram for SyncTests:\nopagebrea
www.eeworm.com/read/438718/1822856
py stdwinq.py
# Replacements for getevent() and pollevent(),
# and new functions ungetevent() and sync().
# Every library module should ideally use this instead of
# stdwin.{get,poll}event(), so applications can