Home
last modified time | relevance | path

Searched refs:Logs (Results 1 – 25 of 35) sorted by relevance

12

/external/parameter-framework/upstream/test/functional-tests/include/
DStoreLogger.hpp63 using Logs = std::vector<Log>; typedef in parameterFramework::StoreLogger
71 const Logs &getLogs() const { return logs; } in getLogs()
73 Logs filter(Log::Level level) const in filter()
78 Logs match(const std::string &pattern) const in match()
86 Logs filter(Predicate predicate) const in filter()
88 Logs filtered; in filter()
93 Logs logs;
/external/pigweed/pw_log_rpc/public/pw_log_rpc/
Dlogs_rpc.h29 class Logs final : public pw::log::generated::Logs<Logs> {
31 Logs(LogQueue& log_queue) : log_queue_(log_queue), dropped_entries_(0) {} in Logs() function
/external/parameter-framework/upstream/test/functional-tests/
DBasic.cpp79 using Logs = StoreLogger::Logs; typedef
81 CHECK(logger.filter(Level::warning) != Logs{});
82 CHECK(logger.getLogs() != Logs{});
91 CHECK(logger.getLogs() == StoreLogger::Logs{});
/external/llvm-project/clang-tools-extra/clangd/support/
DLogger.h122 StreamLogger(llvm::raw_ostream &Logs, Logger::Level MinLevel) in StreamLogger() argument
123 : MinLevel(MinLevel), Logs(Logs) {} in StreamLogger()
131 llvm::raw_ostream &Logs; variable
DLogger.cpp57 Logs << llvm::formatv("{0}[{1:%H:%M:%S.%L}] {2}\n", indicator(Level), in log()
59 Logs.flush(); in log()
/external/pigweed/pw_log_rpc/
Dlogs_rpc_test.cc24 #define LOGS_METHOD_CONTEXT PW_RAW_TEST_METHOD_CONTEXT(Logs, Get)
54 static Logs& GetLogs(LOGS_METHOD_CONTEXT& context) { in GetLogs()
55 return (Logs&)(context.service()); in GetLogs()
Dlogs_rpc.cc34 void Logs::Get(ServerContext&, ConstByteSpan, rpc::RawServerWriter& writer) { in Get()
38 Status Logs::Flush() { in Flush()
/external/llvm-project/clang/test/Driver/
Dcrash-report-crashfile.m27 // CRASH_ENV-NEXT: note: diagnostic msg: {{.*}}Library/Logs/DiagnosticReports{{.*}}
35 // CRASH_FLAG-NEXT: note: diagnostic msg: {{.*}}Library/Logs/DiagnosticReports{{.*}}
/external/walt/server/
Dmake_table.tpl1 <h1>Logs</h1>
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_AccumulatorSetGlobalStep.pbtxt17 Logs warning if the accumulator's value is already higher than
Dapi_def_ResourceAccumulatorSetGlobalStep.pbtxt18 Logs warning if the accumulator's value is already higher than
/external/autotest/client/site_tests/desktopui_SimpleLogin/
Dcontrol7 PURPOSE = "Logs into the system; this is used be server based servo tests."
/external/timezone-boundary-builder/
D.gitignore1 # Logs
/external/python/cpython2/Doc/library/
Dlogging.rst151 Logs a message with level :const:`DEBUG` on this logger. The *msg* is the
199 Logs a message with level :const:`INFO` on this logger. The arguments are
205 Logs a message with level :const:`WARNING` on this logger. The arguments are
211 Logs a message with level :const:`ERROR` on this logger. The arguments are
217 Logs a message with level :const:`CRITICAL` on this logger. The arguments are
223 Logs a message with integer level *lvl* on this logger. The other arguments are
229 Logs a message with level :const:`ERROR` on this logger. The arguments are
778 Logs a message with level :const:`DEBUG` on the root logger. The *msg* is the
828 Logs a message with level :const:`INFO` on the root logger. The arguments are
834 Logs a message with level :const:`WARNING` on the root logger. The arguments are
[all …]
Dbasehttpserver.rst228 Logs an accepted (successful) request. *code* should specify the numeric
235 Logs an error when a request cannot be fulfilled. By default, it passes
242 Logs an arbitrary message to ``sys.stderr``. This is typically overridden
/external/libgav1/libgav1/cmake/
Dlibgav1_variables.cmake55 # Logs current C++ and executable linker flags via CMake's message command.
/external/autotest/server/site_tests/moblab_RunSuite/
Dcontrol.smoke58 logging.info('Logs from moblab\'s instance of autotest will be collected '
Dcontrol.dummyServerNoSsp59 logging.info('Logs from moblab\'s instance of autotest will be collected '
Dcontrol.dummyServer60 logging.info('Logs from moblab\'s instance of autotest will be collected '
Dcontrol.bvt-inline59 logging.info('Logs from moblab\'s instance of autotest will be collected '
/external/deqp/modules/gles3/performance/
Des3pShaderCompilationCases.cpp460 struct Logs struct in deqp::gles3::Performance::ShaderCompilerCase
473 Logs logs;
484 Logs getLogs (const ShadersAndProgram&) const;
636 struct Logs struct in deqp::gles3::Performance::InvalidShaderCompilerCase
647 Logs logs;
655 Logs getLogs (const Shaders&) const;
1842 ShaderCompilerCase::Logs ShaderCompilerCase::getLogs (const ShadersAndProgram& shadersAndProgram) c… in getLogs()
1845 Logs result; in getLogs()
2437 InvalidShaderCompilerCase::Logs InvalidShaderCompilerCase::getLogs (const Shaders& shaders) const in getLogs()
2440 Logs result; in getLogs()
/external/deqp/modules/gles2/performance/
Des2pShaderCompilationCases.cpp460 struct Logs struct in deqp::gles2::Performance::ShaderCompilerCase
473 Logs logs;
484 Logs getLogs (const ShadersAndProgram&) const;
636 struct Logs struct in deqp::gles2::Performance::InvalidShaderCompilerCase
647 Logs logs;
655 Logs getLogs (const Shaders&) const;
1822 ShaderCompilerCase::Logs ShaderCompilerCase::getLogs (const ShadersAndProgram& shadersAndProgram) c… in getLogs()
1825 Logs result; in getLogs()
2417 InvalidShaderCompilerCase::Logs InvalidShaderCompilerCase::getLogs (const Shaders& shaders) const in getLogs()
2420 Logs result; in getLogs()
/external/python/cpython3/Doc/library/
Dlogging.rst158 Logs a message with level :const:`DEBUG` on this logger. The *msg* is the
248 Logs a message with level :const:`INFO` on this logger. The arguments are
254 Logs a message with level :const:`WARNING` on this logger. The arguments are
263 Logs a message with level :const:`ERROR` on this logger. The arguments are
269 Logs a message with level :const:`CRITICAL` on this logger. The arguments are
275 Logs a message with integer level *level* on this logger. The other arguments are
281 Logs a message with level :const:`ERROR` on this logger. The arguments are
955 Logs a message with level :const:`DEBUG` on the root logger. The *msg* is the
1026 Logs a message with level :const:`INFO` on the root logger. The arguments are
1032 Logs a message with level :const:`WARNING` on the root logger. The arguments
[all …]
Dhttp.server.rst274 Logs an accepted (successful) request. *code* should specify the numeric
280 Logs an error when a request cannot be fulfilled. By default, it passes
287 Logs an arbitrary message to ``sys.stderr``. This is typically overridden
/external/autotest/server/site_tests/moblab_StorageQual/
Dcontrol62 logging.info('Logs from moblab\'s instance of autotest will be collected '

12