Home
last modified time | relevance | path

Searched refs:printLog (Results 1 – 25 of 125) sorted by relevance

12345

/dports/lang/solidity/solidity_0.8.11/test/externalTests/
H A Dcommon.sh60 printLog "Setting up solc-js..."
69 printLog "Setting up solc..."
107 printLog "Removing package lock files..."
114 printLog "Disabling package.json hooks..."
172 printLog "Configuring Hardhat..."
186 printLog "Configuring Hardhat..."
238 printLog "Running compile function..."
241 printLog "Running test function..."
331 printLog "Running compile function..."
336 printLog "Skipping test function..."
[all …]
/dports/lang/pocl/pocl-1.8/examples/pocl-android-sample/src/org/pocl/sample1/
H A DMainActivity.java49 printLog("\ncalling opencl init functions... "); in doVectorAdd()
58 printLog("\n A: "); in doVectorAdd()
60 printLog(Float.toString(A[i]) + " "); in doVectorAdd()
62 printLog("\n B: "); in doVectorAdd()
64 printLog(Float.toString(B[i]) + " "); in doVectorAdd()
69 printLog("\n C: "); in doVectorAdd()
71 printLog(Float.toString(C[i]) + " "); in doVectorAdd()
83 printLog("\n\nresult: passed\n"); in doVectorAdd()
85 printLog("\n\nresult: failed\n"); in doVectorAdd()
87 printLog("\ndestroy opencl resources... "); in doVectorAdd()
[all …]
/dports/math/clblas/clBLAS-2.10/src/scripts/perf/
H A DmeasurePerformance.py150 def printLog(txt): function
186 printLog('stdout:\n'+str(stdo))
187 printLog('stderr:\n'+str(stde))
198 printLog('ERROR: Timed out exception')
326 printLog('preparing command: '+ str(vi))
357 printLog( 'ERROR: unknown value for side')
365 printLog( 'ERROR: unknown value for uplo')
373 printLog( 'ERROR: unknown value for diag')
497 printLog('ERROR: client crash.\n')
498 printLog(str(clientCrash.output))
[all …]
/dports/math/R/R-4.1.2/src/library/tools/R/
H A Dlogging.R41 printLog <-
62 printLog(Log, Log$stars, " checking ", ..., " ...")
66 printLog(Log, Log$stars, " creating ", text, " ...")
70 printLog(Log, Log$stars, " ", ..., "\n")
74 printLog(Log, " ", text, "\n")
81 if (length(text) && nzchar(text)) printLog(Log, ..., "\n")
94 if(nzchar(text)) printLog(Log, text, "\n")
102 if(nzchar(text)) printLog(Log, text, "\n")
116 printLog(Log,
119 printLog(Log,
H A Dcheck.R585 printLog(Log,
1014 printLog(Log,
1317 printLog(Log,
1760 printLog(Log,
2886 printLog(Log,
3091 printLog(Log,
3098 printLog(Log,
3908 printLog(Log,
4315 printLog(Log,
4326 printLog(Log,
[all …]
/dports/math/libRmath/R-4.1.1/src/library/tools/R/
H A Dlogging.R41 printLog <-
62 printLog(Log, Log$stars, " checking ", ..., " ...")
66 printLog(Log, Log$stars, " creating ", text, " ...")
70 printLog(Log, Log$stars, " ", ..., "\n")
74 printLog(Log, " ", text, "\n")
81 if (length(text) && nzchar(text)) printLog(Log, ..., "\n")
94 if(nzchar(text)) printLog(Log, text, "\n")
102 if(nzchar(text)) printLog(Log, text, "\n")
116 printLog(Log,
119 printLog(Log,
H A Dcheck.R585 printLog(Log,
1014 printLog(Log,
1317 printLog(Log,
1759 printLog(Log,
2885 printLog(Log,
3090 printLog(Log,
3097 printLog(Log,
3907 printLog(Log,
4314 printLog(Log,
4325 printLog(Log,
[all …]
/dports/math/clfft/clFFT-2.12.2/src/scripts/perf/
H A DmeasurePerformance.py114 def printLog(txt): function
157 printLog('stdout:\n'+str(stdo))
158 printLog('stderr:\n'+str(stde))
169 printLog('ERROR: Timed out exception')
283 printLog('Executing for label: '+str(args.label))
303 printLog('ERROR: invalid value for precision')
628 printLog(message)
631 printLog('table header---->'+ str(tableHeader))
648 printLog("")
649 printLog('preparing command: '+ str(vi))
[all …]
/dports/ftp/sftpgo/sftpgo-2.2.0/examples/quotascan/
H A Dscanuserquota41 def printLog(self, message):
55 self.printLog("error getting access token: {}".format(r.text))
71 self.printLog("error getting quota scans while waiting for {}: {}".format(username, r.text))
80 self.printLog("waiting for the quota scan to complete for user {}".format(username))
83 self.printLog("quota update for user {} finished".format(username))
86 self.printLog("starting quota update for user {}".format(username))
91 self.printLog("error starting quota scan for user {}: {}".format(username, r.text))
97 self.printLog("get users, limit {} offset {}".format(self.limit, self.offset))
103 self.printLog("error getting users: {}".format(r.text))
110 self.printLog("user {} does not need a quota update".format(user["username"]))
/dports/biology/canu/canu-2.2/src/correction/
H A DfalconConsensus-alignTag.C114 printLog(falconInput *evidence, uint32 j, char const *format, ...) { in printLog() function
130 printLog(char const *format, ...) { in printLog() function
254 printLog("set tag j %5d p_j %5d jj %5d p_jj %5d base %c p_q_base %c\n", in getAlignTags()
332 printLog(evidence, j, "ALIGN to template %7d-%-7d tolerance %5d -- FAILED TO ALIGN\n", in alignReadsToTemplate()
347 printLog(evidence, j, " #%-2u template %7d-%-7d evidence %7d-%-7d %6.3f%%\n", in alignReadsToTemplate()
368 printLog(evidence, j, "ALIGNED template %7d-%-7d tolerance %5d -- HIT BEGIN\n", in alignReadsToTemplate()
375 printLog(evidence, j, "ALIGNED template %7d-%-7d tolerance %5d -- HIT END\n", in alignReadsToTemplate()
423 printLog(evidence, j, " full template %100.100s...\n", tAln); in alignReadsToTemplate()
424 printLog(evidence, j, " full evidence %100.100s...\n", rAln); in alignReadsToTemplate()
434 printLog(evidence, j, " template %100.100s...\n", tAln + bSkip); in alignReadsToTemplate()
[all …]
/dports/ftp/sftpgo/sftpgo-2.2.0/examples/data-retention/
H A Dcheckretention32 def printLog(self, message):
46 self.printLog("error getting access token: {}".format(r.text))
62 … self.printLog("error getting retention checks while waiting for {}: {}".format(username, r.text))
71 self.printLog("waiting for the retention check to complete for user {}".format(username))
74 self.printLog("retention check for user {} finished".format(username))
77 self.printLog("starting retention check for user {}".format(username))
90 self.printLog("error starting retention check for user {}: {}".format(username, r.text))
96 self.printLog("get users, limit {} offset {}".format(self.limit, self.offset))
102 self.printLog("error getting users: {}".format(r.text))
/dports/biology/snpeff/snpEff/scripts/
H A Dqueue.pl38 sub printLog($) { subroutine
89 printLog("Executing (PID=$retFork):\t'$cmd'");
92 } else { printLog("No running"); }
96 printLog "Sleep $sleepTime seconds";
106 printLog "Process PID=$deadPid finished.";
119 printLog "Process PID=$deadPid finished.";
/dports/devel/opendht/opendht-1.10.1/src/
H A Dlog.cpp36 printLog(std::ostream& s, char const *m, va_list args) { in printLog() function
63 printLog(std::cerr, m, args); in getStdLogger()
68 printLog(std::cout, m, args); in getStdLogger()
71 [](char const *m, va_list args) { printLog(std::cout, m, args); } in getStdLogger()
81 [=](char const *m, va_list args) { printLog(*logfile, m, args); }, in getFileLogger()
82 [=](char const *m, va_list args) { printLog(*logfile, m, args); }, in getFileLogger()
83 [=](char const *m, va_list args) { printLog(*logfile, m, args); } in getFileLogger()
/dports/devel/py-opendht/opendht-1.10.1/src/
H A Dlog.cpp36 printLog(std::ostream& s, char const *m, va_list args) { in printLog() function
63 printLog(std::cerr, m, args); in getStdLogger()
68 printLog(std::cout, m, args); in getStdLogger()
71 [](char const *m, va_list args) { printLog(std::cout, m, args); } in getStdLogger()
81 [=](char const *m, va_list args) { printLog(*logfile, m, args); }, in getFileLogger()
82 [=](char const *m, va_list args) { printLog(*logfile, m, args); }, in getFileLogger()
83 [=](char const *m, va_list args) { printLog(*logfile, m, args); } in getFileLogger()
/dports/biology/abyss/abyss-2.3.1/Sealer/
H A Dsealer.cc670 printLog(logStream, "No path: " in kRun()
672 printLog(logStream, "Unique path: " in kRun()
674 printLog(logStream, "Multiple paths: " in kRun()
676 printLog(logStream, "Too many paths: " in kRun()
684 printLog(logStream, "Contains cycle: " in kRun()
690 printLog(logStream, "Skipped: " in kRun()
986 printLog(logStream, temp); in main()
988 printLog(logStream, temp); in main()
1039 printLog(logStream, temp); in main()
1074 printLog(logStream, temp); in main()
[all …]
/dports/lang/solidity/solidity_0.8.11/test/externalTests/solc-js/
H A Dsolc-js.sh44 printLog "Updating index.js file..."
47 printLog "Copying determinism.js..."
50 printLog "Copying contracts..."
53 printLog "Copying SMTChecker tests..."
/dports/games/glest/glest_source_3.2.2/source/glest_game/ai/
H A Dai.cpp149 …aiInterface->printLog(3, intToStr(1000*aiInterface->getTimer()/GameConstants::updateFps) + ": Exec… in update()
216 … aiInterface->printLog(2, "Being attacked at pos "+intToStr(pos.x)+","+intToStr(pos.y)+"\n"); in beingAttacked()
227 aiInterface->printLog(4, "Base is stable\n"); in isStableBase()
231 aiInterface->printLog(4, "Base is not stable\n"); in isStableBase()
304 aiInterface->printLog(2, "Task added: " + task->toString()); in addTask()
312 aiInterface->printLog(2, "Priority Task added: " + task->toString()); in addPriorityTask()
329 aiInterface->printLog(2, "Task removed: " + task->toString()); in removeTask()
379 aiInterface->printLog(2, "Scout patrol sent to: " + intToStr(pos.x)+","+intToStr(pos.y)+"\n"); in sendScoutPatrol()
399 aiInterface->printLog(2, "Massive attack to pos: "+ intToStr(pos.x)+", "+intToStr(pos.y)+"\n"); in massiveAttack()
/dports/benchmarks/unixbench/byte-unixbench-5.1.3/UnixBench/
H A DRun609 sub printLog {
939 printLog($logFile, "Count score: %12.1f\n", $count);
1212 printLog($logFile, "\n");
1224 printLog($logFile, "# %s: %s\n", $k, $res->{$k});
1226 printLog($logFile, "\n");
1271 printLog($logFile,
1273 printLog($logFile, "%s -- %s\n",
1275 printLog($logFile, "==> %s\n\n", $command);
1283 printLog($logFile, "#### Pass %d\n\n", $i);
1303 printLog($logFile, "\n>>>> Results of 1 copy\n");
[all …]
/dports/games/freeminer/freeminer-0.4.10.4/src/
H A Dlog.h47 virtual void printLog(const std::string &line){}; in printLog() function
49 virtual void printLog(const std::string &line, enum LogMessageLevel lev){}; in printLog() function
51 virtual void printLog(enum LogMessageLevel lev, const std::string &line){}; in printLog() function
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/ai/
H A Dai_rule.cpp588 aiInterface->printLog(4, szBuf); in test()
634 aiInterface->printLog(4, szBuf); in test()
694 aiInterface->printLog(4, szBuf); in execute()
761 aiInterface->printLog(4, szBuf); in canUnitTypeOfferResourceType()
791 aiInterface->printLog(4, szBuf); in setAIProduceTaskForResourceType()
809 aiInterface->printLog(4, szBuf); in addUnitTypeToCandidates()
824 aiInterface->printLog(4, szBuf); in produceGenericNew()
1144 aiInterface->printLog(4, szBuf); in produceSpecific()
1559 aiInterface->printLog(4, szBuf); in buildGeneric()
1659 aiInterface->printLog(4, szBuf); in buildBestBuilding()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/net/ssl/TLSCommon/interop/
H A DAbstractClient.java32 protected void printLog() throws IOException { in printLog() method in AbstractClient
34 super.printLog(); in printLog()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/javax/net/ssl/TLSCommon/interop/
H A DAbstractClient.java32 protected void printLog() throws IOException { in printLog() method in AbstractClient
34 super.printLog(); in printLog()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/javax/net/ssl/TLSCommon/interop/
H A DAbstractClient.java32 protected void printLog() throws IOException { in main()
34 super.printLog(); in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/net/ssl/TLSCommon/interop/
H A DAbstractClient.java32 protected void printLog() throws IOException { in printLog() method in AbstractClient
34 super.printLog(); in printLog()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/javax/net/ssl/TLSCommon/interop/
H A DAbstractClient.java32 protected void printLog() throws IOException { in printLog() method in AbstractClient
34 super.printLog(); in printLog()

12345