Home
last modified time | relevance | path

Searched defs:log_name (Results 1 – 25 of 30) sorted by relevance

12

/aosp_15_r20/tools/test/connectivity/acts/framework/acts/
Dcontext.py157 def get_base_output_path(self, log_name=None): argument
177 def add_base_output_path(cls, log_name, base_output_path): argument
186 def get_subcontext(self, log_name=None): argument
204 def add_subcontext(cls, log_name, subcontext): argument
214 def get_full_output_path(self, log_name=None): argument
/aosp_15_r20/external/autotest/server/site_tests/telemetry_Crosperf/
H A Dtelemetry_Crosperf.py193 def run_cpustats_in_background(self, dut, log_name): argument
220 def run_top_in_background(self, dut, log_name, interval_in_sec): argument
235 def run_turbostat_in_background(self, dut, log_name): argument
248 def run_cpuinfo(self, dut, log_name): argument
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dcontext.py92 def get_base_output_path(self, log_name=None): argument
111 def get_subcontext(self, log_name=None): argument
128 def get_full_output_path(self, log_name=None): argument
/aosp_15_r20/external/googleapis/google/logging/v2/
H A Dlogging.proto150 string log_name = 1 [ field
175 string log_name = 1 [ field
/aosp_15_r20/external/autotest/client/common_lib/
H A Dlogging_config.py136 def _add_file_handlers_for_all_levels(self, log_dir, log_name): argument
142 def add_debug_file_handlers(self, log_dir, log_name=None): argument
H A Dlogging_manager_test.py119 def add_debug_file_handlers(self, log_dir, log_name=None): argument
/aosp_15_r20/external/autotest/contrib/
H A Dlog_distiller.py294 def __init__(self, log_name): argument
314 def __init__(self, log_name, **kwargs): argument
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/libs/logging/
Dlog_stream.py104 def create_logger(name, log_name=None, base_path='', subcontext='', argument
206 def __init__(self, name, log_name=None, base_path='', subcontext='', argument
/aosp_15_r20/external/libchrome/base/
H A Dlogging.cc203 void DeleteFilePath(const PathString& log_name) { in DeleteFilePath()
221 PathString log_name = module_name; in GetDefaultLogFile() local
/aosp_15_r20/device/google/cuttlefish/host/commands/run_cvd/launch/
Dlogcat_receiver.cpp42 auto log_name = instance.logcat_pipe_name(); in LogcatReceiver() local
Dkernel_log_monitor.cpp89 auto log_name = instance_.kernel_log_pipe_name(); in ResultSetup() local
/aosp_15_r20/packages/modules/Bluetooth/system/gd/grpc/
Dgrpc_event_queue.h39 explicit GrpcEventQueue(std::string log_name) : log_name_(std::move(log_name)) {} in GrpcEventQueue()
/aosp_15_r20/external/autotest/client/bin/
H A Dclient_logging_config.py6 def add_debug_file_handlers(self, log_dir, log_name=None): argument
/aosp_15_r20/external/autotest/server/
H A Dserver_logging_config.py7 def add_debug_file_handlers(self, log_dir, log_name=None): argument
/aosp_15_r20/external/cronet/base/
H A Dlogging.cc280 void DeleteFilePath(const PathString& log_name) { in DeleteFilePath()
298 PathString log_name = module_name; in GetDefaultLogFile() local
/aosp_15_r20/device/google/cuttlefish/host/commands/logcat_receiver/
Dmain.cpp51 auto log_name = instance.logcat_pipe_name(); in main() local
/aosp_15_r20/external/autotest/client/cros/video/
H A Dhelper_logger.py110 def add_log(self, files, enable_values, disable_values, log_name): argument
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DUnaryLogKernels.cu16 CONSTEXPR_EXCEPT_WIN_CUDA char log_name[] = "log_kernel"; variable
/aosp_15_r20/device/google/cuttlefish/host/commands/kernel_log_monitor/
Dmain.cc88 auto log_name = instance.kernel_log_pipe_name(); in KernelLogMonitorMain() local
Dkernel_log_server.cc92 KernelLogServer::KernelLogServer(SharedFD pipe_fd, const std::string& log_name) in KernelLogServer()
/aosp_15_r20/system/extras/memory_replay/
H A Dmain.cpp78 static void PrintLogStats(const char* log_name) { in PrintLogStats()
/aosp_15_r20/bootable/deprecated-ota/applypatch/
H A Dfreecache.cpp121 static unsigned int GetLogIndex(const std::string& log_name) { in GetLogIndex()
/aosp_15_r20/art/artd/
H A Dartd.cc522 #define RETURN_FATAL_IF_ARG_IS_PRE_REBOOT_IMPL(expected, arg, log_name) \ argument
533 #define RETURN_FATAL_IF_PRE_REBOOT_MISMATCH(options, arg, log_name) \ argument
536 #define RETURN_FATAL_IF_ARG_IS_PRE_REBOOT(arg, log_name) \ argument
/aosp_15_r20/packages/modules/adb/
Dadb_utils.cpp328 const char log_name[] = "adb.log"; in GetLogFilePath() local
/aosp_15_r20/external/webrtc/test/network/
H A Dnetwork_emulation.h281 std::string log_name; member

12