Home
last modified time | relevance | path

Searched defs:ccMode (Results 1 – 14 of 14) sorted by relevance

/dports/net/norm/norm-1.5r6/examples/python/
H A DnormMsgr.py94 def setNormCCMode(self, ccMode): argument
283 ccMode = "cc" variable
316 ccMode = "cc" variable
318 ccMode = "cce" variable
320 ccMode = "ccl" variable
324 ccMode = "fixed" variable
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/xeen/
H A Dfiles.cpp273 void FileManager::setGameCc(int ccMode) { in setGameCc()
309 File::File(const Common::String &filename, int ccMode) { in File()
331 bool File::open(const Common::String &filename, int ccMode) { in open()
346 void File::setCurrentArchive(int ccMode) { in setCurrentArchive()
391 bool File::exists(const Common::String &filename, int ccMode) { in exists()
438 void StringArray::load(const Common::String &name, int ccMode) { in load()
603 OutFile::OutFile(const Common::String &filename, int ccMode) : in OutFile()
H A Dsound.cpp79 void Sound::playVoice(const Common::String &name, int ccMode) { in playVoice()
H A Dsprites.cpp52 SpriteResource::SpriteResource(const Common::String &filename, int ccMode) { in SpriteResource()
83 void SpriteResource::load(const Common::String &filename, int ccMode) { in load()
/dports/games/scummvm/scummvm-2.5.1/engines/xeen/
H A Dfiles.cpp287 void FileManager::setGameCc(int ccMode) { in setGameCc()
323 File::File(const Common::String &filename, int ccMode) { in File()
345 bool File::open(const Common::String &filename, int ccMode) { in open()
360 void File::setCurrentArchive(int ccMode) { in setCurrentArchive()
405 bool File::exists(const Common::String &filename, int ccMode) { in exists()
452 void StringArray::load(const Common::String &name, int ccMode) { in load()
635 OutFile::OutFile(const Common::String &filename, int ccMode) : in OutFile()
H A Dsound.cpp79 void Sound::playVoice(const Common::String &name, int ccMode) { in playVoice()
H A Dsprites.cpp50 SpriteResource::SpriteResource(const Common::String &filename, int ccMode) { in SpriteResource()
88 void SpriteResource::load(const Common::String &filename, int ccMode) { in load()
/dports/net/norm/norm-1.5r6/examples/java/
H A DNormMsgr.java137 public void setNormCCMode(NormCCMode ccMode) in setNormCCMode()
685 NormCCMode ccMode = NormCCMode.NORM_CC; in main() local
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/xeen/dialogs/
H A Ddialogs.cpp180 void ButtonContainer::loadStrings(const Common::String &name, int ccMode) { in loadStrings()
/dports/games/scummvm/scummvm-2.5.1/engines/xeen/dialogs/
H A Ddialogs.cpp180 void ButtonContainer::loadStrings(const Common::String &name, int ccMode) { in loadStrings()
/dports/editors/libreoffice/libreoffice-7.2.6.2/binaryurp/source/
H A Dreader.cxx214 bool ccMode = !protProps && functionId != SPECIAL_FUNCTION_ID_RELEASE && in readMessage() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/binaryurp/source/
H A Dreader.cxx214 bool ccMode = !protProps && functionId != SPECIAL_FUNCTION_ID_RELEASE && in readMessage() local
/dports/net/norm/norm-1.5r6/examples/
H A DnormMsgr.cpp251 void NormMsgr::SetNormCongestionControl(CCMode ccMode) in SetNormCongestionControl()
663 NormMsgr::CCMode ccMode = NormMsgr::NORM_CC; in main() local
/dports/net/norm/norm-1.5r6/src/common/
H A DnormSimAgent.cpp703 void NormSimAgent::SetCCMode(NormCC ccMode) in SetCCMode()