Home
last modified time | relevance | path

Searched refs:LLOG (Results 1 – 25 of 259) sorted by relevance

1234567891011

/dports/devel/upp/upp/bazaar/WorkQueue/
H A DWorkQueue.cpp8 #define LLOG(x) // LOG(x) macro
20 LLOG("WorkQueue INIT with threadnr " << threadnr); in Pool()
29 LLOG("Quit"); in ~Pool()
43 LLOG("Quit ended"); in ~Pool()
53 LLOG("Quit thread"); in DoJob()
83 LLOG("#" << tno << " Waiting for job"); in ThreadRun()
85 LLOG("#" << tno << " Waiting ended"); in ThreadRun()
88 LLOG("#" << tno << " Job acquired"); in ThreadRun()
91 LLOG("#" << tno << " Job finished"); in ThreadRun()
159 LLOG("WorkQueue finished"); in Finish()
[all …]
/dports/devel/upp/upp/uppsrc/Core/
H A DCoWork.cpp5 #define LLOG(x) // RLOG(x) macro
29 LLOG("Pool::InitThreads: " << nthreads); in InitThreads()
70 LLOG("Quit"); in ~Pool()
74 LLOG("Quit ended"); in ~Pool()
116 LLOG("DoJob caught exception"); in DoJob()
156 LLOG("#" << tno << " Waiting ended"); in ThreadRun()
159 LLOG("#" << tno << " Job acquired"); in ThreadRun()
162 LLOG("#" << tno << " Job finished"); in ThreadRun()
184 LLOG("Adding job"); in PushJob()
244 LLOG("CoWork Cancel0"); in Cancel0()
[all …]
H A DWebSocket.cpp53 LLOG("ERROR: " << err); in Error()
112 LLOG("DNS resolved"); in Connect()
150 LLOG("Connect issued"); in StartConnect()
167 LLOG("Started SSL handshake"); in StartConnect()
182 LLOG("DNS resolved"); in Dns()
190 LLOG("SSL handshake finished"); in SSLHandshake()
255 LLOG(data); in ResponseHeader()
317 LLOG("Sending CLOSE"); in Close()
339 LLOG("Frame data received"); in FrameData()
343 LLOG("PING"); in FrameData()
[all …]
H A Dsheap.cpp11 #define LLOG(x) // LOG((void *)this << ' ' << x) macro
36 LLOG("AllocK - trying FreeRemote"); in WorkPage()
94 LLOG("AllocK " << k); in AllocK()
136 LLOG("Alloc " << asString(sz)); in AllocSz()
172 LLOG("Free next in work page " << k); in FreeK()
183 LLOG("Free page is empty " << (void *)page); in FreeK()
186 LLOG("...is aux " << asString(free_4KB)); in FreeK()
208 LLOG("Reserve 4KB " << asString(free_4KB)); in Free4KB()
241 LLOG("Free " << ptr); in Free()
253 LLOG("GetBlockSize " << ptr); in GetBlockSize()
[all …]
H A DLocalProcess.cpp12 #define LLOG(x) // DLOG(x) macro
268 LLOG("\nLocalProcess::Start"); in DoStart()
284 LLOG("parent process - continue"); in DoStart()
302 LLOG("fork2 failed"); in DoStart()
453 LLOG("IsRunning() -> no"); in IsRunning()
497 LLOG("LocalProcess::Read2"); in Read2()
504 LLOG("LocalProcess::Read"); in Read2()
529 LLOG("Pipe["<<wp<<"] closed"); in Read2()
538 LLOG("Read() -> select"); in Read2()
541 LLOG("Read(), read -> " << done); in Read2()
[all …]
H A DValueCache.cpp3 #define LLOG(x) // LOG(x) macro
41LLOG("New MakeValue max size " << ValueCacheMaxSize << " high limit " << ValueCacheMaxSizeLimitHig… in AdjustValueCache()
51 LLOG("MakeValue cache size after shrink: " << TheValueCache().GetSize()); in ShrinkValueCache()
66 LLOG("MakeValue cache size before make: " << TheValueCache().GetSize()); in MakeValue()
68 LLOG("MakeValue cache size after make: " << TheValueCache().GetSize()); in MakeValue()
70 LLOG("-------------"); in MakeValue()
/dports/devel/upp/upp/bazaar/CoWork/
H A DCoWork.cpp8 #define LLOG(x) // LOG(x) macro
93 LLOG("CoWork INIT with threadnr " << threadnr); in Pool()
101 LLOG("Quit"); in ~Pool()
103 LLOG("Quit ended"); in ~Pool()
126 LLOG("CoWork thread #" << tno << " started"); in ThreadRun()
132 LLOG("#" << tno << " Waiting for job"); in ThreadRun()
134 LLOG("#" << tno << " Waiting ended"); in ThreadRun()
137 LLOG("#" << tno << " Job acquired"); in ThreadRun()
140 LLOG("#" << tno << " Job finished"); in ThreadRun()
189 LLOG("CoWork finished"); in Finish()
[all …]
/dports/devel/upp/upp/bazaar/Urr/
H A DClient.cpp74 LLOG("Rcv " << sz); in Call()
78 LLOG("SINGLE response"); in Call()
90 LLOG("REQUEST TIMEOUT"); in Call()
95 LLOG("MULTI response"); in Call()
100 LLOG("RECEIVED PART " << part); in Call()
108 LLOG("Sending ACK"); in Call()
119 LLOG("PART TIMEOUT"); in Call()
127 LLOG("Sending EOF ACK"); in Call()
129 LLOG("Waiting for FIN"); in Call()
131 LLOG("FIN arrived"); in Call()
[all …]
H A DServer.cpp20 LLOG("Creating URR server " << port); in Create()
57 LLOG("Send back " << r.id); in SendBack()
64 LLOG("Adding sent/linger"); in SendBack()
87 LLOG("Single response"); in SendBack()
112 LLOG("Part OK"); in SendBack()
115 LLOG("Wrong ACK recieved"); in SendBack()
119 LLOG("Failed"); in SendBack()
123 LLOG("RESEND"); in SendBack()
150 LLOG("Recieved " << q); in Accept()
207 LLOG("UrrServer::Return"); in Return()
[all …]
/dports/devel/upp/upp/uppsrc/Core/POP3/
H A DPOP3.cpp115 LLOG(">> " << TrimRight(s)); in PutGet()
117 LLOG("-- " << GetLastError()); in PutGet()
126 LLOG("<< " << TrimRight(line)); in PutGet()
139 LLOG("<< ..."); in PutGet()
150 LLOG("-- " << GetLastError()); in PutGet()
164 LLOG(">>PASS ******"); in Authenticate()
202 LLOG("< " << l); in Login()
206 LLOG("Proxy response: " << response); in Login()
209 LLOG("Connected via proxy"); in Login()
218 LLOG(t_("SSL session successfully started.")); in Login()
[all …]
/dports/devel/upp/upp/uppsrc/CtrlCore/
H A DX11DnD.cpp5 #define LLOG(x) // DLOG(x) macro
143 LLOG("Waiting for XdndStatus"); in Sync()
151 LLOG("XdndStatus timeout"); in Sync()
191 LLOG("DnDLoop::LeftUp"); in LeftUp()
210 LLOG("XdndFinished timeout"); in LeftUp()
224 LLOG("DnDLoop::MouseMove"); in MouseMove()
231 LLOG("DnDLoop::Key"); in Key()
248 LLOG('\t' << XAtomName(x[i])); in SetFmts()
290 LLOG("DnDRequest targets:"); in Request()
347 LLOG("DoDragAndDrop finished"); in DoDragAndDrop()
[all …]
H A DCtrlMt.cpp3 #define LLOG(x) // DLOG(x) macro
13 LLOG(">EnterGuiMutex " << sGLockLevel << ' ' << IsMainThread()); in EnterGuiMutex()
16 LLOG("EnterGuiMutex " << sGLockLevel << ' ' << IsMainThread()); in EnterGuiMutex()
21 LLOG(">EnterGuiMutex: " << n << ' ' << sGLockLevel << ' ' << IsMainThread()); in EnterGuiMutex()
27 LLOG("EnterGuiMutex " << sGLockLevel << ' ' << IsMainThread()); in EnterGuiMutex()
41 LLOG(">LeaveGuiMutex " << sGLockLevel << ' ' << IsMainThread()); in LeaveGuiMutex()
45 LLOG("LeaveGuiMutex " << sGLockLevel << ' ' << IsMainThread()); in LeaveGuiMutex()
50 LLOG(">LeaveGuiMutexAll " << sGLockLevel << ' ' << IsMainThread()); in LeaveGuiMutexAll()
56 LLOG("LeaveGuiMutexAll " << q << ' ' << IsMainThread()); in LeaveGuiMutexAll()
H A DCtrlKbd.cpp5 #define LLOG(x) // DLOG(x) macro
87 LLOG("Trying to DispatchKey: p = " << Desc(p)); in DispatchKey()
127 LLOG("ACCEPTED"); in HotKey()
157 LLOG("LostFocus: " << Name(pfocusCtrl)); in DoKillFocus()
255 LLOG("SetFocus 2"); in SetFocus0()
266 LLOG("Ctrl::SetFocus(" << Name() << ")"); in SetFocus()
274 LLOG("ActivateWnd " << Name()); in ActivateWnd()
290 LLOG("Ctrl::SetFocusWnd"); in SetFocusWnd()
292 LLOG("Ctrl::SetFocusWnd->ActivateWnd"); in SetFocusWnd()
301 LLOG("KillFocusWnd " << Name()); in KillFocusWnd()
[all …]
H A DWin32Proc.cpp11 #define LLOG(x) // DLOG(x) macro
80 LLOG("Realized " << i << " colors"); in WindowProc()
101 LLOG("In paint realized " << n << " colors"); in WindowProc()
200 LLOG("WM_MOUSEMOVE: ignoreclick = " << ignoreclick); in WindowProc()
249 LLOG(msgdump); in WindowProc()
364 LLOG("WM_MOVE / WM_SIZE: screen client = " << rect); in WindowProc()
384 LLOG("WM_SETFOCUS -> ActivateWnd: this != focusCtrlWnd, this = " in WindowProc()
397 LLOG("WM_SETFOCUS -> ::SetFocus for " << UPP::Name(lastActiveWnd)); in WindowProc()
401 LLOG("WM_SETFOCUS - ::SetFocus(NULL)"); in WindowProc()
410 LLOG("Kill " << UPP::Name(CtrlFromHWND((HWND)wParam))); in WindowProc()
[all …]
H A DX11Top.cpp7 #define LLOG(x) // DLOG(x) macro
71 LLOG("MINIMIZED"); in EventProc()
77 LLOG("MAXIMIZED"); in EventProc()
81 LLOG("OVERLAPPED"); in EventProc()
135 LLOG("SyncState"); in SyncState()
166 LLOG("SyncCaption0"); in SyncCaption()
291 LLOG("SyncCaption"); in Open()
294 LLOG("SyncSizeHints"); in Open()
326 LLOG("XWindowEvent"); in Open()
330 LLOG("SetWndFocus"); in Open()
[all …]
/dports/devel/upp/upp/uppsrc/Core/SSH/
H A DSession.cpp78 LLOG("Successfully disconnected from the server."); in Exit()
92 LLOG("Session handles freed."); in Exit()
166 LLOG("Using Upp's memory managers."); in Connect()
169 LLOG("Using libssh2's memory managers."); in Connect()
179 LLOG("Verbose debugging mode enabled."); in Connect()
184 LLOG("Session successfully initialized."); in Connect()
210 LLOG("Handshake successful."); in Connect()
320 LLOG("Client succesfully authenticated."); in Connect()
330 LLOG("X11 dispatcher is set."); in Connect()
335 LLOG("Connection attempt failed. Bailing out..."); in Connect()
[all …]
H A DChannels.cpp6 #define VLOG(x) if(SSH::sTraceVerbose) LLOG(x);
18 LLOG("A new channel is opened."); in Init()
35 LLOG("Channel succesfully freed."); in Exit()
53 if(!rc) LLOG("Channel close message is sent to the server."); in Close()
63 if(!rc) LLOG("Channel close message is acknowledged by the server."); in WaitClose()
123 if(!rc) LLOG("EOF message is sent to the server."); in PutEof()
133 if(!rc) LLOG("EOF message is acknowledged by the server.");; in GetEof()
146 LLOG("EOF received."); in IsEof()
159 if(rc == 1) LLOG("Warning: Couldn't set terminal size!"); in SetPtySz()
184 LLOG("Exit code: " << rc); in GetExitCode()
[all …]
/dports/devel/upp/upp/uppsrc/ide/Debuggers/
H A DDebug.cpp12 #define LLOG(x) // DLOG(x) macro
103 LLOG("AddBp: " << Hex(address)); in AddBp()
109 LLOG("ReadProcessMemory OK"); in AddBp()
113 LLOG("WriteProcessMemory OK"); in AddBp()
334 LLOG("RUN TO EXCEPTION"); in RunToException()
366 LLOG("Non-debug EXCEPTION"); in RunToException()
412 LLOG("Setting current context"); in RunToException()
472 LLOG("RIP!"); in RunToException()
520 LLOG("SINGLE STEP 0"); in SingleStep()
544 LLOG("** Continue"); in Continue()
[all …]
/dports/devel/upp/upp/uppsrc/plugin/ftp/
H A Dftp.cpp7 #define LLOG(x) // DLOG(x) macro
39 LLOG("FtpConnect(" << host << ")"); in Connect()
92 LLOG("FtpAccess(" << path << ")"); in Load()
105 LLOG("FtpRead -> " << ndata); in Load()
140 LLOG("FtpAccess(" << path << ")"); in SaveCount()
169 LLOG("FtpClose"); in SaveCount()
179 LLOG("FtpAccess(" << path << ")"); in Exists()
196 LLOG("FtpChdir(" << path << ")"); in Cd()
202 LLOG("FtpMkdir(" << path << ")"); in MkDir()
208 LLOG("FtpRmdir(" << path << ")"); in RmDir()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_line_reader.cpp12 #define LLOG(...) LOG_IF(DEBUG_LINE_READER, __VA_ARGS__) macro
32 LLOG("LOOP line_start=%d buff_size=%d buff_capacity=%d", line_start_, in GetNextLine()
47 LLOG("LINE line_start=%d line_len=%d '%.*s'\n", line_start_, line_len_, in GetNextLine()
57 LLOG("MOVE buff_size=%d", buff_size_); in GetNextLine()
68 LLOG("EOF_LINE buff_size=%d '%.*s'\n", buff_size_, buff_size_, buff_); in GetNextLine()
72 LLOG("EOF"); in GetNextLine()
81 LLOG("GROW buff_size=%d buff_capacity=%d '%.*s'\n", buff_size_, in GetNextLine()
88 LLOG("READ buff_size=%d buff_capacity=%d avail=%d ret=%d\n", buff_size_, in GetNextLine()
/dports/devel/upp/upp/bazaar/Functions4U/
H A DLocalProcess2.cpp17 #define LLOG(x) // DLOG(x) macro
245 LLOG("\nLocalProcess::Start"); in DoStart()
261 LLOG("parent process - continue"); in DoStart()
279 LLOG("fork2 failed"); in DoStart()
480 LLOG("IsRunning() -> no"); in IsRunning()
524 LLOG("LocalProcess::Read2"); in Read2()
531 LLOG("LocalProcess2::Read"); in Read2()
556 LLOG("Pipe["<<wp<<"] closed"); in Read2()
565 LLOG("Read() -> select"); in Read2()
568 LLOG("Read(), read -> " << done); in Read2()
[all …]
/dports/devel/upp/upp/uppsrc/Core/SSL/
H A DInitExit.cpp3 #define LLOG(x) // DLOG(x) macro
11 LLOG("Alloc " << size); in SslAlloc0()
16LLOG("UPP_SSL_MALLOC(" << (int64)size << ", alloc " << alloc << ") -> " << FormatIntHex(aptr) << "… in SslAlloc0()
39 LLOG("UPP_SSL_FREE(" << ptr << ", alloc " << *aptr << "), total = " << UPP_SSL_alloc); in SslFree()
49 LLOG("SslRealloc " << ptr << ", " << size); in SslRealloc()
54LLOG("UPP_SSL_REALLOC(" << ptr << ", " << (int64)size << ", alloc " << *aptr << ") -> keep same bl… in SslRealloc()
60 LLOG("UPP_SSL_REALLOC(" << ptr << ", " << (int64)size << ", alloc " << newalloc << ") -> fail"); in SslRealloc()
66 LLOG("UPP_SSL_REALLOC(" << ptr << ", " << (int64)size << ", alloc " << newalloc << ") -> " in SslRealloc()
77 LLOG("SSL init"); in INITIALIZER()
/dports/devel/upp/upp/uppsrc/Turtle/
H A DServer.cpp8 #define LLOG(x) // RLOG(x) macro
21 LLOG("Sending Turtle HTML"); in sSendTurtleHtml()
54 LLOG("Connect"); in StartSession()
68 LLOG("Trying to start listening (other process using the same port?) " << ++cnt); in StartSession()
73 LLOG("Cannot open server socket for listening!"); in StartSession()
78 LLOG("Starting to listen on " << port << ", pid: " << getpid()); in StartSession()
92 LLOG("Websocket connection accepted. IP: " << websocket.GetPeerAddr()); in StartSession()
102 LLOG("Process forked. Pid: " << newpid); in StartSession()
/dports/devel/upp/upp/uppsrc/CppBase/
H A DExpression.cpp7 #define LLOG(x) DLOG(x)
11 #define LLOG(x) macro
274 LLOG("# nasty iterator"); in ExpressionType()
281 LLOG("# nasty pair iterator"); in ExpressionType()
289 LLOG("# Upp nasty iterator"); in ExpressionType()
296 LLOG("# Upp map nasty iterator"); in ExpressionType()
326 LLOG("# nasty begin/end"); in ExpressionType()
334 LLOG("# nasty Upp begin/end"); in ExpressionType()
364 LLOG("id as: " << id); in ExpressionType()
367 LLOG(". " << ttype); in ExpressionType()
[all …]
/dports/devel/upp/upp/uppsrc/CtrlLib/
H A DToolTip.cpp5 #define LLOG(x) // DLOG(x) macro
26 LLOG("ToolTip::PopUp" << Desc(owner) << " @ " << p); in PopUp()
53 LLOG("CLOSE: CloseToolTip"); in CloseToolTip()
65 LLOG("ShowToolTip"); in ShowToolTip()
76 LLOG("-> foreground"); in ShowToolTip()
87 LLOG("-> background / empty text, top = " << UPP::Name(top)); in ShowToolTip()
103 LLOG("ToolTipHook -> SetTimeCallback"); in SyncToolTip()
117 LLOG("ToolTipHook MOUSELEAVE " << UPP::Name(ctrl)); in ToolTipHook()
123 LLOG("ToolTipHook DOWN"); in ToolTipHook()
134 LLOG("ToolTipStateHook -> close, reason: " << reason); in ToolTipStateHook()
[all …]

1234567891011