Home
last modified time | relevance | path

Searched refs:RLOG (Results 1 – 25 of 127) sorted by relevance

123456

/dports/devel/upp/upp/bazaar/LinuxFrameBuffer/
H A DVirtualTerminal.cpp23 RLOG("Error opening device: '" << device << "': " << GetLastErrorMessage()); in Open()
28 RLOG("Failed to get current VT mode: '" << device << "': " << GetLastErrorMessage()); in Open()
32 RLOG("Failed to set VT graphics mode: '" << device << "': " << GetLastErrorMessage()); in Open()
36 RLOG("Failed to read terminal attributes: '" << device << "': " << GetLastErrorMessage()); in Open()
43 RLOG("Failed to set terminal attributes: '" << device << "': " << GetLastErrorMessage()); in Open()
47 RLOG("Failed to get keyboard mode: '" << device << "': " << GetLastErrorMessage()); in Open()
51 RLOG("Failed to set keyboard mode: '" << device << "': " << GetLastErrorMessage()); in Open()
63 RLOG("Failed to restore VT mode: " << GetLastErrorMessage()); in Close()
67 RLOG("Failed to restore keyboard mute: " << GetLastErrorMessage()); in Close()
71 RLOG("Failed to restore keyboard mode: " << GetLastErrorMessage()); in Close()
[all …]
H A DLinuxFrameBuffer.cpp44 RLOG("Error opening device: '" << device << "': " << GetLastErrorMessage()); in Open()
62 RLOG("Memory mapping error: " << GetLastErrorMessage()); in Open()
94 RLOG("udev_new error"); in Open()
100 RLOG("libinput create context error"); in Open()
109 RLOG("xkb context error"); in Open()
115 RLOG("xkb map error"); in Open()
121 RLOG("xkb state error"); in Open()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_elf_relocations.cpp23 #define RLOG(...) LOG_IF(DEBUG_RELOCATIONS, __VA_ARGS__) macro
293 RLOG(" %s addr=%p\n", in Init()
307 RLOG(" %s size=%d\n", in Init()
315 RLOG(" DT_RELR\n"); in Init()
321 RLOG(" DT_RELSZ size=%d\n", dyn_value); in Init()
340 RLOG(" DT_TEXTREL\n"); in Init()
344 RLOG(" DT_SYMBOLIC\n"); in Init()
598 RLOG(" R_AARCH64_COPY\n"); in ApplyResolvedReloc()
697 RLOG(" R_ARM_COPY\n"); in ApplyResolvedReloc()
754 RLOG(" symbol name='%s'\n", sym_name); in ResolveSymbol()
[all …]
/dports/devel/upp/upp/uppsrc/Geom/
H A Ddelaunay.cpp9 RLOG("Link " << ta << "[" << ia << "] to " << tb << "[" << ib << "]"); \
27 RLOG("Delaunay(" << npoints << " points)"); in Build()
29 RLOG("[" << dd << "] = " << points[dd]); in Build()
48 RLOG("//Delaunay: " << triangles.GetCount() << " triangles"); in Build()
52 RLOG(NFormat("[%d] = [%d, %d, %d] (%4v)", in Build()
60 RLOG(""); in Build()
99 RLOG("t1 = " << t1 << ", t2 = " << t2 << ", t = " << t1 / t2); in Build()
143 RLOG("AddHull(" << i << ": " << points[i] << ")"); in AddHull()
160 RLOG("-> too close to " << t[1] << ": " << t1); in AddHull()
172 RLOG("IN[" << hi << "], was_out = " << was_out); in AddHull()
[all …]
H A Dpolyalg.cpp645 RLOG(seglog); in DumpSegments()
657 RLOG("PolygonIterator::Run"); in Run()
695 RLOG("insert: r.ypos = " << r.ypos); in Run()
806 RLOG("after swap: ymin = " << ymin); in Step()
884 RLOG("After removals:"); in Step()
914 RLOG("After horizontal swaps:"); in Step()
944 RLOG("plist = " << p.done[0] << plist); in Flush()
953 RLOG("qlist = " << q.done[0] << qlist); in Flush()
982 RLOG("extent = " << extent << ":" << seg); in Flush()
1020 RLOG(out); in DumpTraces()
[all …]
/dports/devel/upp/upp/bazaar/Protect/
H A DProtect.cpp193 RLOG("START DECRYPT"); in PROTECT_DECRYPT_CODE()
231 RLOG("JMP NOT FOUND"); in PROTECT_DECRYPT_CODE()
323 RLOG("START DE-OBFUSCATE"); in PROTECT_DEOBFUSCATE()
339 RLOG("------------------------------"); in PROTECT_DEOBFUSCATE()
340 RLOG("SOME BYTES AROUND HEADER START"); in PROTECT_DEOBFUSCATE()
344 RLOG(XED.DisassembleInstruction(hdr + i, true)); in PROTECT_DEOBFUSCATE()
347 RLOG("------------------------------"); in PROTECT_DEOBFUSCATE()
370 RLOG("JMP NOT FOUND"); in PROTECT_DEOBFUSCATE()
419 RLOG("END DE-OBFUSCATE"); in PROTECT_DEOBFUSCATE()
427 RLOG("START OBFUSCATE"); in PROTECT_OBFUSCATE()
[all …]
/dports/devel/upp/upp/bazaar/CtrlPropTest/
H A Dmisc.cpp90 RLOG(b); in Test()
94 RLOG(b << v); in Test()
97 RLOG(b); in Test()
99 RLOG(b); in Test()
102 RLOG(b << v); in Test()
104 RLOG(b << v); in Test()
108 RLOG(b << v); in Test()
112 RLOG(b << v); in Test()
118 RLOG(s); in Test()
121 RLOG(v << "\n"); in Test()
/dports/sysutils/fusefs-encfs/encfs-1.9.5/encfs/
H A DDirNode.cpp213 RLOG(WARNING) << err.what(); in apply()
240 RLOG(WARNING) << err.what(); in undo()
246 RLOG(WARNING) << "Undo rename count: " << undoCount; in undo()
339 RLOG(ERROR) << "decode err: " << err.what(); in plainPath()
355 RLOG(ERROR) << "encode err: " << err.what(); in relativeCipherPath()
379 RLOG(ERROR) << "encode err: " << err.what(); in openDir()
471 RLOG(WARNING) << "Aborting rename: error on file: " in genRenameList()
473 RLOG(WARNING) << err.what(); in genRenameList()
580 RLOG(WARNING) << "rename aborted"; in rename()
625 RLOG(WARNING) << err.what(); in rename()
[all …]
H A Dencfs.cpp126 RLOG(ERROR) in checkCanary()
129 RLOG(ERROR) << "canary=0x" << std::hex << fnode->canary in checkCanary()
287 RLOG(ERROR) << "Error caught in readdir"; in encfs_readdir()
333 RLOG(ERROR) << "error caught in mknod: " << err.what(); in encfs_mknod()
373 RLOG(ERROR) << "error caught in mkdir: " << err.what(); in encfs_mkdir()
395 RLOG(ERROR) << "error caught in unlink: " << err.what(); in encfs_unlink()
436 RLOG(WARNING) << "Error decoding link"; in _do_readlink()
477 RLOG(DEBUG) << "setfsgid error: " << strerror(eno); in encfs_symlink()
483 RLOG(DEBUG) << "setfsuid error: " << strerror(eno); in encfs_symlink()
530 RLOG(ERROR) << "error caught in link: " << err.what(); in encfs_link()
[all …]
H A DRawFileIO.cpp154 RLOG(DEBUG) << "::open error: " << strerror(eno); in open()
159 RLOG(ERROR) << "leaking FD?: oldfd = " << oldfd << ", fd = " << fd in open()
177 RLOG(DEBUG) << "getAttr error on " << name << ": " << strerror(eno); in getAttr()
199 RLOG(ERROR) << "getSize on " << name << " failed: " << strerror(eno); in getSize()
212 RLOG(WARNING) << "read failed at offset " << req.offset << " for " in read()
242 RLOG(WARNING) << "write failed at offset " << offset << " for " << bytes in write()
285 RLOG(WARNING) << "truncate failed for " << name << " (" << fd << ") size " in truncate()
H A DConfigReader.cpp62 RLOG(WARNING) << "Partial read of config file, expecting " << size in load()
86 RLOG(ERROR) << "Invalid key encoding in buffer"; in loadFromVar()
105 RLOG(ERROR) << "Error writing to config file " << fileName; in save()
109 RLOG(ERROR) << "Unable to open or create file " << fileName; in save()
H A DXmlReader.cpp44 RLOG(ERROR) << "in XmlValue::find for path " << path; in find()
122 RLOG(ERROR) << "decoding bytes len " << s.size() in readB64()
128 RLOG(ERROR) << R"(B64 decode failure on ")" << s << R"(")"; in readB64()
221 RLOG(ERROR) << "Xml node " << name << " not found"; in operator []()
227 RLOG(ERROR) << "Xml node " << name << " not element"; in operator []()
H A DError.h28 RLOG(ERROR) << "Assert failed: " << STR(cond); \
39 #define RLOG(LEVEL, ...) \ macro
H A DSSL_Cipher.cpp400 RLOG(WARNING) << "Running in backward compatibilty mode for 1.0 - "
429 RLOG(WARNING) << "openssl error, PBKDF2 failed";
439 RLOG(WARNING) << "openssl error, PBKDF2 failed";
462 RLOG(WARNING) << "newKey: BytesToKey returned " << bytes << ", expecting "
500 RLOG(WARNING) << "openssl error, PBKDF2 failed";
570 RLOG(WARNING) << "openssl error: " << ERR_error_string(errVal, errStr);
820 RLOG(ERROR) << "encoding " << size << " bytes, got back " << dstLen << " ("
857 RLOG(ERROR) << "decoding " << size << " bytes, got back " << dstLen << " ("
875 RLOG(ERROR) << "Invalid data size, not multiple of block size";
892 RLOG(ERROR) << "encoding " << size << " bytes, got back " << dstLen << " ("
[all …]
H A DFileNode.cpp161 RLOG(DEBUG) << "setfsgid error: " << strerror(eno); in mknod()
169 RLOG(DEBUG) << "setfsuid error: " << strerror(eno); in mknod()
199 RLOG(DEBUG) << "setfsuid back error: " << strerror(eno); in mknod()
206 RLOG(DEBUG) << "setfsgid back error: " << strerror(eno); in mknod()
/dports/devel/upp/upp/reference/Compression/
H A DCompression.cpp22 RLOG(z.GetLine());
34 RLOG(z.GetLine());
46 RLOG(z.GetLine());
/dports/www/p5-CGI-Kwiki/CGI-Kwiki-0.18/lib/CGI/Kwiki/Backup/
H A DRcs.pm51 open RLOG, "rlog -zLT $rcs_file_path |"
53 binmode(RLOG, ':utf8') if $self->use_utf8;
55 my $input = <RLOG>;
56 close RLOG;
H A DSVN.pm99 open RLOG, "$svn log $svn_file_path |"
101 binmode(RLOG, ':utf8') if $self->use_utf8;
103 while (<RLOG>) {
110 while (<RLOG>) {
/dports/devel/upp/upp/bazaar/KissFFTTest/
H A Dmain.cpp13 RLOG(s); in print_buffs()
40 RLOG(""); in KissFFTTest()
75 RLOG("fw fft"); in KissFFTTest()
87 RLOG("bw fft"); in KissFFTTest()
/dports/devel/upp/upp/bazaar/PropertyTest/
H A Dmain.cpp21 RLOG(v); in PropertyTest()
30 if(b) RLOG(v); in PropertyTest()
H A DPropertyTest.h19 void SetD(const Value& a) { RLOG(a); } in SetD()
22 bool SetDa(const Value& a) { if(!IsNumber(a)) return false; RLOG(a); return true; } in SetDa()
/dports/devel/upp/upp/reference/INI/
H A DINI.cpp33 RLOG(GetIniInfoFormatted());
38 RLOG(GetIniInfoFormatted());
/dports/devel/upp/upp/uppsrc/Core/
H A DDli.cpp166 RLOG("Error loading library " << fn << ": " << dlerror()); in CheckDll__()
185 RLOG(fn << " missing exports:"); in CheckDll__()
187 RLOG(exp); in CheckDll__()
193 RLOG(missing << " missing symbols total"); in CheckDll__()
/dports/devel/upp/upp/bazaar/SkylarkGuiExample/
H A Dmain.cpp20 RLOG("SIGNAL RECEIVED"); in SignalHandler()
33 RLOG("Application stop"); in Run()
/dports/devel/upp/upp/uppsrc/Core/Rpc/imp/
H A DClient.cpp130 RLOG("=== XmlRpc call request:\n" << CompressLog(request)); in Execute()
132 RLOG("=== XmlRpc call request:\n" << request); in Execute()
142 RLOG("=== XmlRpc call response:\n" << CompressLog(response)); in Execute()
144 RLOG("=== XmlRpc call response:\n" << response); in Execute()

123456