/external/parameter-framework/upstream/test/functional-tests/include/ |
D | StoreLogger.hpp | 63 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/ |
D | logs_rpc.h | 29 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/ |
D | Basic.cpp | 79 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/ |
D | Logger.h | 122 StreamLogger(llvm::raw_ostream &Logs, Logger::Level MinLevel) in StreamLogger() argument 123 : MinLevel(MinLevel), Logs(Logs) {} in StreamLogger() 131 llvm::raw_ostream &Logs; variable
|
D | Logger.cpp | 57 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/ |
D | logs_rpc_test.cc | 24 #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()
|
D | logs_rpc.cc | 34 void Logs::Get(ServerContext&, ConstByteSpan, rpc::RawServerWriter& writer) { in Get() 38 Status Logs::Flush() { in Flush()
|
/external/llvm-project/clang/test/Driver/ |
D | crash-report-crashfile.m | 27 // CRASH_ENV-NEXT: note: diagnostic msg: {{.*}}Library/Logs/DiagnosticReports{{.*}} 35 // CRASH_FLAG-NEXT: note: diagnostic msg: {{.*}}Library/Logs/DiagnosticReports{{.*}}
|
/external/walt/server/ |
D | make_table.tpl | 1 <h1>Logs</h1>
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_AccumulatorSetGlobalStep.pbtxt | 17 Logs warning if the accumulator's value is already higher than
|
D | api_def_ResourceAccumulatorSetGlobalStep.pbtxt | 18 Logs warning if the accumulator's value is already higher than
|
/external/autotest/client/site_tests/desktopui_SimpleLogin/ |
D | control | 7 PURPOSE = "Logs into the system; this is used be server based servo tests."
|
/external/timezone-boundary-builder/ |
D | .gitignore | 1 # Logs
|
/external/python/cpython2/Doc/library/ |
D | logging.rst | 151 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 …]
|
D | basehttpserver.rst | 228 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/ |
D | libgav1_variables.cmake | 55 # Logs current C++ and executable linker flags via CMake's message command.
|
/external/autotest/server/site_tests/moblab_RunSuite/ |
D | control.smoke | 58 logging.info('Logs from moblab\'s instance of autotest will be collected '
|
D | control.dummyServerNoSsp | 59 logging.info('Logs from moblab\'s instance of autotest will be collected '
|
D | control.dummyServer | 60 logging.info('Logs from moblab\'s instance of autotest will be collected '
|
D | control.bvt-inline | 59 logging.info('Logs from moblab\'s instance of autotest will be collected '
|
/external/deqp/modules/gles3/performance/ |
D | es3pShaderCompilationCases.cpp | 460 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/ |
D | es2pShaderCompilationCases.cpp | 460 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/ |
D | logging.rst | 158 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 …]
|
D | http.server.rst | 274 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/ |
D | control | 62 logging.info('Logs from moblab\'s instance of autotest will be collected '
|