Home
last modified time | relevance | path

Searched refs:printedName (Results 1 – 16 of 16) sorted by relevance

/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/io/
H A DLogger.cpp86 String printedName = functionName; in VerboseLogGuard() local
87 Size n = printedName.find('('); in VerboseLogGuard()
90 printedName = printedName.substr(0, n); in VerboseLogGuard()
93 printedName.replaceAll("Sph::", ""); in VerboseLogGuard()
94 printedName.replaceFirst("virtual ", ""); in VerboseLogGuard()
95 printedName.replaceFirst("void ", ""); in VerboseLogGuard()
96 printedName.replaceFirst("int ", ""); in VerboseLogGuard()
97 printedName.replaceFirst("auto ", ""); in VerboseLogGuard()
100 context.logger->writeString(prefix + "-" + printedName + "\n"); in VerboseLogGuard()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/hdb/
H A Dai-player.cpp1172 strcpy(e->printedName, "Robostunner"); in aiRoboStunnerInit()
1189 strcpy(e->printedName, "Slugslinger"); in aiSlugSlingerInit()
1231 strcpy(e->printedName, "a Teacup"); in aiTeaCupInit()
1240 strcpy(e->printedName, "a Cookie"); in aiCookieInit()
1249 strcpy(e->printedName, "a Burger"); in aiBurgerInit()
1258 strcpy(e->printedName, "a Book"); in aiBookInit()
1267 strcpy(e->printedName, "a Clipboard"); in aiClipboardInit()
1276 strcpy(e->printedName, "a Note"); in aiNoteInit()
1411 strcpy(e->printedName, "a Package"); in aiPackageInit()
1514 strcpy(e->printedName, "a P.D.A."); in aiPdaInit()
[all …]
H A Dsaveload.cpp307 out->write(printedName, 32); in save()
372 in->read(printedName, 32); in load()
H A Dai-inventory.cpp79 printYouGotMsg(e->printedName); in addToInventory()
H A Dai.h417 char printedName[32]; // the name of the entity/item, the way it should be printed member
464 printedName[0] = 0; in reset()
H A Dwindow.cpp1171 g_hdb->_gfx->drawText(sel->printedName); in drawInventory()
1241 g_hdb->_gfx->setCursor(centerX - g_hdb->_gfx->stringLength(sel->printedName) / 2, drawY); in drawInventory()
1242 g_hdb->_gfx->drawText(sel->printedName); in drawInventory()
H A Dai-funcs.cpp442 strcpy(e->printedName, str2); in cacheEntGfx()
725 strcpy((*it)->printedName, g_hdb->_lua->getStringOffStack()); in initAllEnts()
/dports/games/scummvm/scummvm-2.5.1/engines/hdb/
H A Dai-player.cpp1178 Common::strlcpy(e->printedName, "Robostunner", 32); in aiRoboStunnerInit()
1195 Common::strlcpy(e->printedName, "Slugslinger", 32); in aiSlugSlingerInit()
1237 Common::strlcpy(e->printedName, "a Teacup", 32); in aiTeaCupInit()
1246 Common::strlcpy(e->printedName, "a Cookie", 32); in aiCookieInit()
1255 Common::strlcpy(e->printedName, "a Burger", 32); in aiBurgerInit()
1264 Common::strlcpy(e->printedName, "a Book", 32); in aiBookInit()
1273 Common::strlcpy(e->printedName, "a Clipboard", 32); in aiClipboardInit()
1282 Common::strlcpy(e->printedName, "a Note", 32); in aiNoteInit()
1417 Common::strlcpy(e->printedName, "a Package", 32); in aiPackageInit()
1520 Common::strlcpy(e->printedName, "a P.D.A.", 32); in aiPdaInit()
[all …]
H A Dsaveload.cpp307 out->write(printedName, 32); in save()
372 in->read(printedName, 32); in load()
H A Dai-inventory.cpp79 printYouGotMsg(e->printedName); in addToInventory()
H A Dai.h421 char printedName[32]; // the name of the entity/item, the way it should be printed member
468 printedName[0] = 0; in reset()
H A Dwindow.cpp1172 g_hdb->_gfx->drawText(sel->printedName); in drawInventory()
1242 g_hdb->_gfx->setCursor(centerX - g_hdb->_gfx->stringLength(sel->printedName) / 2, drawY); in drawInventory()
1243 g_hdb->_gfx->drawText(sel->printedName); in drawInventory()
H A Dai-funcs.cpp442 Common::strlcpy(e->printedName, str2, 32); in cacheEntGfx()
725 Common::strlcpy((*it)->printedName, g_hdb->_lua->getStringOffStack(), 32); in initAllEnts()
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/post/
H A Dmain.cpp428 String printedName = ast.name; in printDvsOmega() local
430 printedName = "(" + toString(ast.number.value()) + ") " + printedName; in printDvsOmega()
432 ofs << ast.radius.value() << " " << omega << " " << printedName << std::endl; in printDvsOmega()
/dports/misc/py-toil/toil-5.4.0/src/toil/
H A Djob.py810 printedName = "'" + self.jobName + "'"
812 printedName += ' ' + self.unitName
815 printedName += ' ' + str(self.jobStoreID)
817 return printedName
/dports/games/starfighter/starfighter-2.4/src/
H A Dintermission.c673 int printedName = 0; in intermission_showSystem() local
701 if (!printedName) in intermission_showSystem()
704 printedName = 1; in intermission_showSystem()