/aosp_15_r20/system/logging/logwrapper/ |
H A D | logwrap.cpp | 94 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 D | metrics_service_observer_unittest.cc | 112 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 D | metrics_log_store.cc | 84 std::unique_ptr<UnsentLogStore::LogInfo> log_info, in StoreLogInfo()
|
H A D | metrics_service.h | 345 std::unique_ptr<UnsentLogStore::LogInfo> log_info; member
|
H A D | unsent_log_store.cc | 385 std::unique_ptr<LogInfo> log_info, in StoreLogInfo()
|
/aosp_15_r20/packages/modules/Bluetooth/service/src/ |
D | LogTest.kt | 39 fun log_info() { in log_info() method
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kexec/ |
H A D | kexec_common_lib.sh | 11 log_info() function
|
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/ |
D | bluetooth_device.py | 251 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/ |
D | hpack_parser.cc | 560 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 D | hpack_parser.cc | 569 InterSliceState& state, LogInfo log_info) in Parser() 1090 LogInfo log_info) { in BeginFrame()
|
/aosp_15_r20/external/ltp/docparse/ |
H A D | testinfo.pl | 35 sub log_info subroutine
|
/aosp_15_r20/external/python/cpython3/PC/layout/support/ |
D | logging.py | 68 def log_info(msg, *args, **kwargs): function
|
/aosp_15_r20/frameworks/base/cmds/idmap2/libidmap2/ |
H A D | ResourceMapping.cpp | 119 LogInfo& log_info) { in FromContainers()
|
H A D | Idmap.cpp | 410 LogInfo log_info; in FromContainers() local
|
/aosp_15_r20/external/libxkbcommon/src/ |
H A D | context.h | 115 #define log_info(ctx, ...) \ macro
|
/aosp_15_r20/system/logging/logd/ |
H A D | LogAudit.cpp | 246 static const char log_info[] = { KMSG_PRIORITY(LOG_INFO) }; in logPrint() local
|
/aosp_15_r20/external/OpenCL-CTS/test_common/harness/ |
H A D | errorHelpers.h | 32 #define log_info printf macro
|
/aosp_15_r20/frameworks/base/cmds/idmap2/tests/ |
H A D | ResourceMappingTests.cpp | 70 LogInfo log_info; in TestGetResourceMapping() local
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/net/forwarding/ |
H A D | lib.sh | 348 log_info() function
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/drivers/net/bonding/ |
H A D | net_forwarding_lib.sh | 348 log_info() function
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/drivers/net/team/ |
H A D | net_forwarding_lib.sh | 348 log_info() function
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/drivers/net/dsa/ |
H A D | lib.sh | 348 log_info() function
|
/aosp_15_r20/external/ComputeLibrary/tests/framework/ |
H A D | Framework.cpp | 244 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/ |
D | asyncore.py | 435 def log_info(self, message, type='info'): member in dispatcher
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | asyncore.py | 411 def log_info(self, message, type='info'): member in dispatcher
|