Home
last modified time | relevance | path

Searched refs:BLOCK_END (Results 1 – 25 of 462) sorted by relevance

12345678910>>...19

/dports/games/manaplus/manaplus-2.1.3.17/src/net/ea/
H A Dbeingrecv.cpp66 BLOCK_END("BeingRecv::processBeingRemove") in processBeingRemove()
77 BLOCK_END("BeingRecv::processBeingRemove") in processBeingRemove()
146 BLOCK_END("BeingRecv::processBeingRemove") in processBeingRemove()
154 BLOCK_END("BeingRecv::processBeingAction") in processBeingAction()
241 BLOCK_END("BeingRecv::processBeingAction") in processBeingAction()
272 BLOCK_END("BeingRecv::processBeingEmotion") in processBeingEmotion()
334 BLOCK_END("BeingRecv::processNameResponse") in processNameResponse()
364 BLOCK_END("BeingRecv::processPlayerStop") in processPlayerStop()
379 BLOCK_END("BeingRecv::processPlayerStop") in processPlayerMoveToAttack()
415 BLOCK_END("BeingRecv::processPvpMapMode") in processPvpMapMode()
[all …]
H A Dplayerrecv.cpp82 BLOCK_END("PlayerRecv::processPlayerWarp") in processPlayerWarp()
136 BLOCK_END("PlayerRecv::processPlayerWarp") in processPlayerWarp()
146 BLOCK_END("PlayerRecv::processPlayerStatUpdate1") in processPlayerStatUpdate1()
151 BLOCK_END("PlayerRecv::processPlayerStatUpdate1") in processPlayerStatUpdate1()
160 BLOCK_END("PlayerRecv::processPlayerStatUpdate2") in processPlayerStatUpdate2()
171 BLOCK_END("PlayerRecv::processPlayerStatUpdate3") in processPlayerStatUpdate3()
194 BLOCK_END("PlayerRecv::processPlayerStatUpdate4") in processPlayerStatUpdate4()
204 BLOCK_END("PlayerRecv::processPlayerStatUpdate6") in processPlayerStatUpdate6()
223 BLOCK_END("PlayerRecv::processPlayerArrowMessage") in processPlayerArrowMessage()
H A Dinventoryrecv.cpp86 BLOCK_END("InventoryRecv::processItemUseResponse") in processItemUseResponse()
123 BLOCK_END("InventoryRecv::processPlayerStorageStatus") in processPlayerStorageStatus()
142 BLOCK_END("InventoryRecv::processPlayerStorageClose") in processPlayerStorageClose()
157 BLOCK_END("InventoryRecv::processPlayerAttackRange") in processPlayerAttackRange()
170 BLOCK_END("InventoryRecv::processPlayerArrowEquip") in processPlayerArrowEquip()
H A Dchatrecv.cpp124 BLOCK_END("ChatRecv::processWhisperResponse") in processWhisperResponseContinue()
142 BLOCK_END("ChatRecv::processMVPEffect") in processMVPEffect()
152 BLOCK_END("ChatRecv::processIgnoreAllResponse") in processIgnoreAllResponse()
190 BLOCK_END("ChatRecv::processIgnoreAllResponse") in processIgnoreAllResponse()
H A Dcharserverrecv.cpp64 BLOCK_END("CharServerRecv::processCharLoginError") in processCharLoginError()
117 BLOCK_END("CharServerRecv::processCharCreateFailed") in processCharCreateFailed()
141 BLOCK_END("CharServerRecv::processCharDelete") in processCharDelete()
/dports/games/manaplus/manaplus-2.1.3.17/src/net/tmwa/
H A Dbeingrecv.cpp83 BLOCK_END("BeingRecv::processBeingChangeLook") in processBeingChangeLook()
96 BLOCK_END("BeingRecv::processBeingChangeLook") in processBeingChangeLook()
100 BLOCK_END("BeingRecv::processBeingChangeLook") in processBeingChangeLook()
135 BLOCK_END("BeingRecv::processBeingChangeLook") in processBeingChangeLook2()
1132 BLOCK_END("BeingRecv::processBeingSpawn") in processBeingSpawn()
1176 BLOCK_END("BeingRecv::processBeingMove2") in processBeingMove2()
1212 BLOCK_END("BeingRecv::processBeingMove2") in processBeingMove2()
1276 BLOCK_END("BeingRecv::processPlayerStop") in processPlayerStatusChange()
1413 BLOCK_END("BeingRecv::processIpResponse") in processIpResponse()
1433 BLOCK_END("BeingRecv::processPvpSet") in processPvpSet()
[all …]
H A Dchatrecv.cpp66 BLOCK_END("ChatRecv::processChat") in processChat()
108 BLOCK_END("ChatRecv::processChat") in processChatContinue()
122 BLOCK_END("ChatRecv::processChat") in processChatContinue()
131 BLOCK_END("ChatRecv::processChat") in processGmChat()
145 BLOCK_END("ChatRecv::processChat") in processGmChat()
156 BLOCK_END("ChatRecv::processWhisper") in processWhisper()
177 BLOCK_END("ChatRecv::processWhisper") in processWhisperContinue()
189 BLOCK_END("ChatRecv::processWhisper") in processWhisperContinue()
333 BLOCK_END("ChatRecv::processWhisper") in processWhisperContinue()
348 BLOCK_END("ChatRecv::processBeingChat") in processBeingChat()
[all …]
H A Dnetwork.cpp123 BLOCK_END("Network::dispatchMessages 2") in dispatchMessages()
147 BLOCK_END("Network::dispatchMessages 3") in dispatchMessages()
150 BLOCK_END("Network::dispatchMessages 3") in dispatchMessages()
152 BLOCK_END("Network::dispatchMessages 1") in dispatchMessages()
H A Dinventoryrecv.cpp137 BLOCK_END("InventoryRecv::processPlayerEquipment") in processPlayerEquipment()
267 BLOCK_END("InventoryRecv::processPlayerInventoryAdd") in processPlayerInventoryAdd()
329 BLOCK_END("InventoryRecv::processPlayerInventory") in processPlayerInventory()
376 BLOCK_END("InventoryRecv::processPlayerInventory") in processPlayerStorage()
396 BLOCK_END("InventoryRecv::processPlayerEquip") in processPlayerEquip()
414 BLOCK_END("InventoryRecv::processPlayerUnEquip") in processPlayerUnEquip()
464 BLOCK_END("InventoryRecv::processPlayerStorageEquip") in processPlayerStorageEquip()
504 BLOCK_END("InventoryRecv::processPlayerStorageAdd") in processPlayerStorageAdd()
522 BLOCK_END("InventoryRecv::processPlayerStorageRemove") in processPlayerStorageRemove()
543 BLOCK_END("InventoryRecv::processPlayerInventoryRemove") in processPlayerInventoryRemove()
[all …]
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Lang/src/support/serialize/
H A DTokenizer.cpp57 if (t == Constants::BLOCK_END) { in appendToken()
94 if (tok.startsWith(Constants::BLOCK_END) && tok != Constants::BLOCK_END) { in addToken()
95 appendToken(Constants::BLOCK_END); in addToken()
99 if (tok.endsWith(Constants::BLOCK_END) && tok != Constants::BLOCK_END) { in addToken()
100 appendToken(tok.mid(0, tok.size() - Constants::BLOCK_END.size())); in addToken()
101 appendToken(Constants::BLOCK_END); in addToken()
236 if (ch == Constants::BLOCK_END.at(0)) { in tokenizeBlock()
239 appendToken(Constants::BLOCK_END); in tokenizeBlock()
339 tokenizer.assertToken(Constants::BLOCK_END); in init()
361 while (tokenizer.look() != Constants::BLOCK_END) { in skipBlock()
[all …]
/dports/games/manaplus/manaplus-2.1.3.17/src/progs/manaplus/
H A Dclient.cpp978 BLOCK_END("Client::gameExec 3") in gameExec()
1023 BLOCK_END("Client::gameExec 4") in gameExec()
1050 BLOCK_END("Client::gameExec 6") in gameExec()
1102 BLOCK_END("Client::gameExec 7") in gameExec()
1199 BLOCK_END("Client::gameExec State::LOGIN") in gameExec()
1299 BLOCK_END("Client::gameExec State::UPDATE") in gameExec()
1424 BLOCK_END("Client::gameExec State::GAME") in gameExec()
1635 BLOCK_END("Client::gameExec State::EXIT") in gameExec()
1670 BLOCK_END("Client::gameExec State::ERROR") in gameExec()
1682 BLOCK_END("Client::gameExec 8") in gameExec()
[all …]
/dports/games/manaplus/manaplus-2.1.3.17/src/gui/windows/
H A Ddebugwindow.cpp108 BLOCK_END("DebugWindow::slowLogic") in slowLogic()
131 BLOCK_END("DebugWindow::slowLogic") in slowLogic()
149 BLOCK_END("DebugWindow::draw") in draw()
167 BLOCK_END("DebugWindow::draw") in safeDraw()
183 BLOCK_END("DebugWindow::logicChildren") in logicChildren()
/dports/games/manaplus/manaplus-2.1.3.17/src/gui/widgets/
H A Dbasiccontainer.cpp241 BLOCK_END("BasicContainer::logic") in logic()
245 BLOCK_END("BasicContainer::logic") in logic()
342 BLOCK_END("BasicContainer::drawChildren 1") in drawChildren()
349 BLOCK_END("BasicContainer::drawChildren 2") in drawChildren()
355 BLOCK_END("BasicContainer::drawChildren") in drawChildren()
383 BLOCK_END("BasicContainer::drawChildren 1") in safeDrawChildren()
390 BLOCK_END("BasicContainer::drawChildren 2") in safeDrawChildren()
396 BLOCK_END("BasicContainer::drawChildren") in safeDrawChildren()
404 BLOCK_END("BasicContainer::logicChildren") in logicChildren()
H A Dprogressindicator.cpp72 BLOCK_END("ProgressIndicator::logic") in logic()
85 BLOCK_END("ProgressIndicator::draw") in draw()
98 BLOCK_END("ProgressIndicator::draw") in safeDraw()
/dports/devel/libzvbi/zvbi-0.2.35/test/
H A Dtest-raw_decoder.cc556 BLOCK_END,
562 BLOCK_END,
568 BLOCK_END,
577 BLOCK_END,
584 BLOCK_END,
589 BLOCK_END,
597 BLOCK_END,
603 BLOCK_END,
609 BLOCK_END,
615 BLOCK_END,
[all …]
/dports/games/manaplus/manaplus-2.1.3.17/src/resources/map/
H A Dmaplayer.cpp176 BLOCK_END("MapLayer::draw") in draw()
196 BLOCK_END("MapLayer::drawSDL") in drawSDL()
262 BLOCK_END("MapLayer::updateSDL") in updateSDL()
346 BLOCK_END("MapLayer::updateOGL") in updateOGL()
366 BLOCK_END("MapLayer::drawOGL") in drawOGL()
439 BLOCK_END("MapLayer::drawFringe") in drawFringe()
664 BLOCK_END("MapLayer::drawFringe drawmobs") in drawFringe()
696 BLOCK_END("MapLayer::drawFringe") in drawFringe()
720 BLOCK_END("MapLayer::getTileDrawWidth") in getTileDrawWidth()
738 BLOCK_END("MapLayer::getTileDrawWidth") in getTileDrawWidth()
[all …]
/dports/games/manaplus/manaplus-2.1.3.17/src/resources/atlas/
H A Datlasmanager.cpp93 BLOCK_END("AtlasManager::loadTextureAtlas") in loadTextureAtlas()
124 BLOCK_END("AtlasManager::loadTextureAtlas") in loadEmptyAtlas()
175 BLOCK_END("AtlasManager::loadImages") in loadImages()
202 BLOCK_END("AtlasManager::loadEmptyImages") in loadEmptyImages()
273 BLOCK_END("AtlasManager::simpleSort") in simpleSort()
311 BLOCK_END("AtlasManager::simpleSort") in emptySort()
334 BLOCK_END("AtlasManager::createSDLAtlas") in createSDLAtlas()
353 BLOCK_END("AtlasManager::createSDLAtlas") in createSDLAtlas()
356 BLOCK_END("AtlasManager::createSDLAtlas create surface") in createSDLAtlas()
400 BLOCK_END("AtlasManager::createSDLAtlas") in createSDLAtlas()
/dports/games/manaplus/manaplus-2.1.3.17/src/resources/loaders/
H A Dimageloader.cpp52 BLOCK_END("DyedImageLoader::load") in load()
72 BLOCK_END("DyedImageLoader::load") in load()
80 BLOCK_END("DyedImageLoader::load") in load()
/dports/biology/ugene/ugene-40.1/src/plugins/query_designer/src/
H A DQDDocument.cpp38 static const QString BLOCK_END = "}"; variable
101 res = BLOCK_START + res + "\n" + TEXT_OFFSET + BLOCK_END; in toString()
103 res = BLOCK_START + res + " " + BLOCK_END + " "; in toString()
116 QString res = " " + BLOCK_START + QDDocStatement::toString() + " " + BLOCK_END; in toString()
134 …N = "\\" + BLOCK_START + "{1,1}([^\\" + BLOCK_START + "\\" + BLOCK_END + "]*)\\" + BLOCK_END + "{1…
194 content += txtOffset + txtOffset + BLOCK_END + "\n"; in toByteArray()
201 content += " " + BLOCK_END + "\n"; in toByteArray()
215 content += txtOffset + BLOCK_END + "\n"; in toByteArray()
/dports/games/manaplus/manaplus-2.1.3.17/src/
H A Deventsmanager.cpp101 BLOCK_END("EventsManager::handleCommonEvents") in handleCommonEvents()
106 BLOCK_END("EventsManager::handleCommonEvents") in handleCommonEvents()
113 BLOCK_END("EventsManager::handleCommonEvents") in handleCommonEvents()
117 BLOCK_END("EventsManager::handleCommonEvents") in handleCommonEvents()
122 BLOCK_END("EventsManager::handleCommonEvents") in handleCommonEvents()
134 BLOCK_END("EventsManager::handleCommonEvents") in handleCommonEvents()
138 BLOCK_END("EventsManager::handleCommonEvents") in handleCommonEvents()
190 BLOCK_END("EventsManager::handleEvents") in handleEvents()
194 BLOCK_END("EventsManager::handleEvents") in handleEvents()
217 BLOCK_END("EventsManager::handleGameEvents") in handleGameEvents()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dbuildsym.c247 BLOCK_END (block) = end; in finish_block()
372 if (BLOCK_END (block) < BLOCK_START (block)) in finish_block()
384 paddr_nz (BLOCK_END (block)), paddr_nz (BLOCK_START (block))); in finish_block()
387 BLOCK_END (block) = BLOCK_START (block); in finish_block()
406 BLOCK_END (pblock->block) > BLOCK_END (block)) in finish_block()
419 paddr_nz (BLOCK_END (pblock->block)), in finish_block()
421 paddr_nz (BLOCK_END (block))); in finish_block()
425 if (BLOCK_END (pblock->block) > BLOCK_END (block)) in finish_block()
426 BLOCK_END (pblock->block) = BLOCK_END (block); in finish_block()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dbuildsym.c247 BLOCK_END (block) = end; in finish_block()
372 if (BLOCK_END (block) < BLOCK_START (block)) in finish_block()
384 paddr_nz (BLOCK_END (block)), paddr_nz (BLOCK_START (block))); in finish_block()
387 BLOCK_END (block) = BLOCK_START (block); in finish_block()
406 BLOCK_END (pblock->block) > BLOCK_END (block)) in finish_block()
419 paddr_nz (BLOCK_END (pblock->block)), in finish_block()
421 paddr_nz (BLOCK_END (block))); in finish_block()
425 if (BLOCK_END (pblock->block) > BLOCK_END (block)) in finish_block()
426 BLOCK_END (pblock->block) = BLOCK_END (block); in finish_block()
/dports/devel/gdb/gdb-11.1/gdb/
H A Dbuildsym.c246 BLOCK_END (block) = end; in finish_block_internal()
317 if (BLOCK_END (block) < BLOCK_START (block)) in finish_block_internal()
329 paddress (gdbarch, BLOCK_END (block)), in finish_block_internal()
333 BLOCK_END (block) = BLOCK_START (block); in finish_block_internal()
355 || BLOCK_END (pblock->block) > BLOCK_END (block))) in finish_block_internal()
367 paddress (gdbarch, BLOCK_END (pblock->block)), in finish_block_internal()
369 paddress (gdbarch, BLOCK_END (block))); in finish_block_internal()
373 if (BLOCK_END (pblock->block) > BLOCK_END (block)) in finish_block_internal()
374 BLOCK_END (pblock->block) = BLOCK_END (block); in finish_block_internal()
425 || end_inclusive + 1 != BLOCK_END (block)) in record_block_range()
[all …]
/dports/lang/tcl86/tcl8.6.12/generic/
H A DtclAlloc.c86 #define BLOCK_END(overPtr) \ macro
303 BLOCK_END(overPtr) = RMAGIC; in TclpAlloc()
361 BLOCK_END(overPtr) = RMAGIC; in TclpAlloc()
470 RANGE_ASSERT(BLOCK_END(overPtr) == RMAGIC); in TclpFree()
539 RANGE_ASSERT(BLOCK_END(overPtr) == RMAGIC); in TclpRealloc()
580 BLOCK_END(overPtr) = RMAGIC; in TclpRealloc()
618 BLOCK_END(overPtr) = RMAGIC; in TclpRealloc()
/dports/lang/tcl85/tcl8.5.19/generic/
H A DtclAlloc.c86 #define BLOCK_END(overPtr) \ macro
304 BLOCK_END(overPtr) = RMAGIC; in TclpAlloc()
362 BLOCK_END(overPtr) = RMAGIC; in TclpAlloc()
471 RANGE_ASSERT(BLOCK_END(overPtr) == RMAGIC); in TclpFree()
540 RANGE_ASSERT(BLOCK_END(overPtr) == RMAGIC); in TclpRealloc()
581 BLOCK_END(overPtr) = RMAGIC; in TclpRealloc()
619 BLOCK_END(overPtr) = RMAGIC; in TclpRealloc()

12345678910>>...19