Home
last modified time | relevance | path

Searched refs:hasLog (Results 1 – 8 of 8) sorted by relevance

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/Debugger/WebSocket/
H A DBreakpointSubscriber.cpp44 bool hasLog = false;
68 hasLog = req.HasParam("log");
69 if (hasLog) { in SymbolMap()
107 if (hasLog && !hasEnabled) {
111 if (hasLog && hasEnabled) {
244 bool hasLog = false;
275 hasLog = req.HasParam("log");
276 if (hasLog) {
299 if (adding || (hasLog && hasEnabled)) {
308 if (hasLog)
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/Debugger/WebSocket/
H A DBreakpointSubscriber.cpp44 bool hasLog = false; member
68 hasLog = req.HasParam("log"); in Parse()
69 if (hasLog) { in Parse()
107 if (hasLog && !hasEnabled) { in Apply()
111 if (hasLog && hasEnabled) { in Apply()
244 bool hasLog = false; member
275 hasLog = req.HasParam("log"); in Parse()
276 if (hasLog) { in Parse()
299 if (adding || (hasLog && hasEnabled)) { in Result()
308 if (hasLog) in Result()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/Debugger/WebSocket/
H A DBreakpointSubscriber.cpp44 bool hasLog = false; member
68 hasLog = req.HasParam("log"); in Parse()
69 if (hasLog) { in Parse()
107 if (hasLog && !hasEnabled) { in Apply()
111 if (hasLog && hasEnabled) { in Apply()
244 bool hasLog = false; member
275 hasLog = req.HasParam("log"); in Parse()
276 if (hasLog) { in Parse()
299 if (adding || (hasLog && hasEnabled)) { in Result()
308 if (hasLog) in Result()
/dports/devel/sope/SOPE/sope-xml/ChangeLogSaxDriver/
H A DChangeLogSaxDriver.m220 self->flags.hasLog = NO;
339 if(!self->flags.hasLog) {
344 self->flags.hasLog = YES;
349 if(self->flags.hasLog) {
354 self->flags.hasLog = NO;
H A DChangeLogSaxDriver.h42 unsigned hasLog : 1; member
/dports/devel/sope2/SOPE/sope-xml/ChangeLogSaxDriver/
H A DChangeLogSaxDriver.m220 self->flags.hasLog = NO;
339 if(!self->flags.hasLog) {
344 self->flags.hasLog = YES;
349 if(self->flags.hasLog) {
354 self->flags.hasLog = NO;
H A DChangeLogSaxDriver.h42 unsigned hasLog : 1; member
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/compilergcc/
H A Dcompilergcc.cpp1289 …bool hasLog = Manager::Get()->GetConfigManager(_T("compiler"))->ReadBool(_T("/save_html_build_log"… in DoRunQueue() local
1291 if (hasLog) in DoRunQueue()