Home
last modified time | relevance | path

Searched refs:Logger (Results 1 – 25 of 27) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dlogger.cc31 Logger *Logger::GlobalLogger() { in GlobalLogger()
32 static Logger logger; in GlobalLogger()
36 void Logger::VLogF(int priority, const char *format, va_list args) { in VLogF()
59 void Logger::StartThread() { in StartThread()
65 void Logger::StopThread() { in StopThread()
85 Logger::Logger() in Logger() function in Logger
95 Logger::~Logger() { in ~Logger()
101 void Logger::QueueLogLine(string *line) { in QueueLogLine()
119 void Logger::WriteAndDeleteLogLine(string *line) { in WriteAndDeleteLogLine()
131 void *Logger::StartRoutine(void *ptr) { in StartRoutine()
[all …]
H A Dlogger.h57 class Logger {
61 static Logger *GlobalLogger();
113 Logger();
115 virtual ~Logger();
146 DISALLOW_COPY_AND_ASSIGN(Logger);
H A Dsat.cc103 Logger::GlobalLogger()->SetLogFd(logfile_); in InitializeLogfile()
571 Logger::GlobalLogger()->SetTimestampLogging(log_timestamps_); in Initialize()
572 Logger::GlobalLogger()->StartThread(); in Initialize()
678 Logger::GlobalLogger()->SetVerbosity(verbosity_); in Sat()
1010 Logger::GlobalLogger()->SetVerbosity(verbosity_); in ParseArgs()
1991 Logger::GlobalLogger()->StopThread(); in Cleanup()
1992 Logger::GlobalLogger()->SetStdoutOnly(); in Cleanup()
2077 Logger::GlobalLogger()->VLogF(priority, format, args); in logprintf()
2083 Logger::GlobalLogger()->StopThread(); in logstop()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/
H A Dautotuned_index.h108 Logger::info("----------------------------------------------------\n"); in buildIndex()
109 Logger::info("Autotuned parameters:\n"); in buildIndex()
110 Logger::info("%s", stream.str().c_str()); in buildIndex()
111 Logger::info("----------------------------------------------------\n"); in buildIndex()
118 Logger::info("----------------------------------------------------\n"); in buildIndex()
119 Logger::info("Search parameters:\n"); in buildIndex()
120 Logger::info("%s", stream.str().c_str()); in buildIndex()
121 Logger::info("----------------------------------------------------\n"); in buildIndex()
231 Logger::info("KMeansTree using params: max_iterations=%d, branching=%d\n", in evaluate_kmeans()
248Logger::info("KMeansTree buildTime=%g, searchTime=%g, build_weight=%g\n", buildTime, searchTime, b… in evaluate_kmeans()
[all …]
H A Dindex_testing.h93 Logger::info("matches.cols=%d, nn=%d\n",matches.cols,nn); in search_with_ground_truth()
129 Logger::info("%8d %10.4g %10.5g %10.5g %10.5g\n", in search_with_ground_truth()
143 Logger::info(" Nodes Precision(%) Time(s) Time/vec(ms) Mean dist\n");
144 Logger::info("---------------------------------------------------------\n");
161 Logger::info(" Nodes Precision(%) Time(s) Time/vec(ms) Mean dist\n");
162 Logger::info("---------------------------------------------------------\n");
174 Logger::info("Got as close as I can\n");
189 Logger::info("Start linear estimation\n");
205 Logger::info("Got as close as I can\n");
216 Logger::info("No need for linear estimation\n");
[all …]
H A Dlogger.h43 class Logger
45 Logger() : stream(stdout), logLevel(FLANN_LOG_WARN) {} in Logger() function
47 ~Logger() in ~Logger()
54 static Logger& instance() in instance()
56 static Logger logger; in instance()
H A Dsimplex_downhill.h126 Logger::info("Choosing reflection\n");
141 Logger::info("Choosing reflection and expansion\n");
145 Logger::info("Choosing reflection\n");
157 Logger::info("Choosing contraction\n");
163 Logger::info("Full contraction\n");
H A Dcomposite_index.h138 Logger::info("Building kmeans tree...\n"); in buildIndex()
140 Logger::info("Building kdtree tree...\n"); in buildIndex()
H A Dflann_base.hpp55 Logger::setLevel(level); in log_verbosity()
H A Dkmeans_index.h544 Logger::info("Clusters requested: %d, returning %d\n",numClusters, clusterCount); in getClusterCenters()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_wpp.h60 (WPP_CONTROL(WPP_BIT_ ## COMPID).Logger),
70 (WPP_CONTROL(WPP_BIT_ ## COMPID).Logger),
156 (WPP_CONTROL(WPP_BIT_ ## COMPID).Logger),
187 (WPP_CONTROL(WPP_BIT_ ## COMPID).Logger),
228 (WPP_CONTROL(WPP_BIT_ ## COMPID).Logger),
255 (WPP_CONTROL(WPP_BIT_ ## COMPID).Logger),
275 (WPP_CONTROL(WPP_BIT_ ## COMPID).Logger),
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_wpp.h60 (WPP_CONTROL(WPP_BIT_ ## COMPID).Logger),
70 (WPP_CONTROL(WPP_BIT_ ## COMPID).Logger),
156 (WPP_CONTROL(WPP_BIT_ ## COMPID).Logger),
187 (WPP_CONTROL(WPP_BIT_ ## COMPID).Logger),
228 (WPP_CONTROL(WPP_BIT_ ## COMPID).Logger),
255 (WPP_CONTROL(WPP_BIT_ ## COMPID).Logger),
275 (WPP_CONTROL(WPP_BIT_ ## COMPID).Logger),
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A D__init__.py81 Logger = logging.getLoggerClass() variable
82 class BBLogger(Logger, BBLoggerMixin):
H A Dcodeparser.py183 Logger = logging.getLoggerClass() variable
184 class BufferedLogger(Logger):
186 Logger.__init__(self, name)
/OK3568_Linux_fs/buildroot/package/ibrdtnd/
H A D0002-SecurityCertificateManager.cpp-include-cstring-267.patch26 #include <ibrcommon/Logger.h>
/OK3568_Linux_fs/buildroot/package/cegui/
H A D0001-XMLParser.cpp-include-string.h.patch27 #include "CEGUI/Logger.h"
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Dmax34440.rst26 PMBus Power-Supply Data Logger
72 and Intelligent Fan Controller, and MAX34446 PMBus Power-Supply Data Logger.
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/
H A DREADME22 and Logger functionality.
/OK3568_Linux_fs/buildroot/package/ibrcommon/
H A D0002-ibrcommon-added-openssl-1.1-compatibility-264.patch83 #include "ibrcommon/Logger.h"
200 #include "ibrcommon/Logger.h"
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/gradle/wrapper/
HDgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Ddecorators.py164 logging.Logger.results = results
/OK3568_Linux_fs/yocto/poky/bitbake/lib/prserv/
H A Dserv.py190 for logger_iter in logging.Logger.manager.loggerDict.keys():
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgccint.info48580 Kaffe integration. JCL native 'Pointer' updates. Logger bug
48610 * Ingo Proetel for 'Image', 'Logger' and 'URLClassLoader' updates.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgccint.info48580 Kaffe integration. JCL native 'Pointer' updates. Logger bug
48610 * Ingo Proetel for 'Image', 'Logger' and 'URLClassLoader' updates.
H A Dgcc.info60272 Kaffe integration. JCL native 'Pointer' updates. Logger bug
60302 * Ingo Proetel for 'Image', 'Logger' and 'URLClassLoader' updates.

12