Home
last modified time | relevance | path

Searched defs:log_info (Results 1 – 25 of 37) sorted by relevance

12

/aosp_15_r20/system/logging/logwrapper/
H A Dlogwrap.cpp94 struct log_info { struct
95 int log_target;
96 char klog_fmt[MAX_KLOG_TAG * 2];
97 const char* btag;
98 bool abbreviated;
99 FILE* fp;
100 struct abbr_buf a_buf;
157 static void do_log_line(struct log_info* log_info, const char* line) { in do_log_line()
172 static void log_line(struct log_info* log_info, char* line, int len) { in log_line()
187 static void print_buf_lines(struct log_info* log_info, char* buf, int buf_size) { in print_buf_lines()
[all …]
/aosp_15_r20/external/cronet/components/metrics/
H A Dmetrics_service_observer_unittest.cc112 MetricsServiceObserver::Log* log_info = observed_logs->front().get(); in TEST_F() local
173 MetricsServiceObserver::Log* log_info = observed_logs->front().get(); in TEST_F() local
255 MetricsServiceObserver::Log* log_info = observed_logs->front().get(); in TEST_F() local
H A Dmetrics_log_store.cc84 std::unique_ptr<UnsentLogStore::LogInfo> log_info, in StoreLogInfo()
H A Dmetrics_service.h345 std::unique_ptr<UnsentLogStore::LogInfo> log_info; member
H A Dunsent_log_store.cc385 std::unique_ptr<LogInfo> log_info, in StoreLogInfo()
/aosp_15_r20/packages/modules/Bluetooth/service/src/
DLogTest.kt39 fun log_info() { in log_info() method
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kexec/
H A Dkexec_common_lib.sh11 log_info() function
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/
Dbluetooth_device.py251 def log_info(self, log): member in BluetoothDevice
731 def log_info(self, log): member in AndroidBluetoothDevice
1305 def log_info(self, log): member in FuchsiaBluetoothDevice
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dhpack_parser.cc560 InterSliceState& state, LogInfo log_info) in Parser()
1081 LogInfo log_info) { in BeginFrame()
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
H A Dhpack_parser.cc569 InterSliceState& state, LogInfo log_info) in Parser()
1090 LogInfo log_info) { in BeginFrame()
/aosp_15_r20/external/ltp/docparse/
H A Dtestinfo.pl35 sub log_info subroutine
/aosp_15_r20/external/python/cpython3/PC/layout/support/
Dlogging.py68 def log_info(msg, *args, **kwargs): function
/aosp_15_r20/frameworks/base/cmds/idmap2/libidmap2/
H A DResourceMapping.cpp119 LogInfo& log_info) { in FromContainers()
H A DIdmap.cpp410 LogInfo log_info; in FromContainers() local
/aosp_15_r20/external/libxkbcommon/src/
H A Dcontext.h115 #define log_info(ctx, ...) \ macro
/aosp_15_r20/system/logging/logd/
H A DLogAudit.cpp246 static const char log_info[] = { KMSG_PRIORITY(LOG_INFO) }; in logPrint() local
/aosp_15_r20/external/OpenCL-CTS/test_common/harness/
H A DerrorHelpers.h32 #define log_info printf macro
/aosp_15_r20/frameworks/base/cmds/idmap2/tests/
H A DResourceMappingTests.cpp70 LogInfo log_info; in TestGetResourceMapping() local
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/net/forwarding/
H A Dlib.sh348 log_info() function
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/drivers/net/bonding/
H A Dnet_forwarding_lib.sh348 log_info() function
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/drivers/net/team/
H A Dnet_forwarding_lib.sh348 log_info() function
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/drivers/net/dsa/
H A Dlib.sh348 log_info() function
/aosp_15_r20/external/ComputeLibrary/tests/framework/
H A DFramework.cpp244 void Framework::log_info(const std::string &info) in log_info() function in arm_compute::test::framework::Framework
/aosp_15_r20/external/python/cpython2/Lib/
Dasyncore.py435 def log_info(self, message, type='info'): member in dispatcher
/aosp_15_r20/external/python/cpython3/Lib/
Dasyncore.py411 def log_info(self, message, type='info'): member in dispatcher

12