/aosp_15_r20/tools/test/connectivity/acts/framework/acts/ |
D | context.py | 157 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 D | telemetry_Crosperf.py | 193 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/ |
D | context.py | 92 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 D | logging.proto | 150 string log_name = 1 [ field 175 string log_name = 1 [ field
|
/aosp_15_r20/external/autotest/client/common_lib/ |
H A D | logging_config.py | 136 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 D | logging_manager_test.py | 119 def add_debug_file_handlers(self, log_dir, log_name=None): argument
|
/aosp_15_r20/external/autotest/contrib/ |
H A D | log_distiller.py | 294 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/ |
D | log_stream.py | 104 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 D | logging.cc | 203 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/ |
D | logcat_receiver.cpp | 42 auto log_name = instance.logcat_pipe_name(); in LogcatReceiver() local
|
D | kernel_log_monitor.cpp | 89 auto log_name = instance_.kernel_log_pipe_name(); in ResultSetup() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/grpc/ |
D | grpc_event_queue.h | 39 explicit GrpcEventQueue(std::string log_name) : log_name_(std::move(log_name)) {} in GrpcEventQueue()
|
/aosp_15_r20/external/autotest/client/bin/ |
H A D | client_logging_config.py | 6 def add_debug_file_handlers(self, log_dir, log_name=None): argument
|
/aosp_15_r20/external/autotest/server/ |
H A D | server_logging_config.py | 7 def add_debug_file_handlers(self, log_dir, log_name=None): argument
|
/aosp_15_r20/external/cronet/base/ |
H A D | logging.cc | 280 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/ |
D | main.cpp | 51 auto log_name = instance.logcat_pipe_name(); in main() local
|
/aosp_15_r20/external/autotest/client/cros/video/ |
H A D | helper_logger.py | 110 def add_log(self, files, enable_values, disable_values, log_name): argument
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/ |
H A D | UnaryLogKernels.cu | 16 CONSTEXPR_EXCEPT_WIN_CUDA char log_name[] = "log_kernel"; variable
|
/aosp_15_r20/device/google/cuttlefish/host/commands/kernel_log_monitor/ |
D | main.cc | 88 auto log_name = instance.kernel_log_pipe_name(); in KernelLogMonitorMain() local
|
D | kernel_log_server.cc | 92 KernelLogServer::KernelLogServer(SharedFD pipe_fd, const std::string& log_name) in KernelLogServer()
|
/aosp_15_r20/system/extras/memory_replay/ |
H A D | main.cpp | 78 static void PrintLogStats(const char* log_name) { in PrintLogStats()
|
/aosp_15_r20/bootable/deprecated-ota/applypatch/ |
H A D | freecache.cpp | 121 static unsigned int GetLogIndex(const std::string& log_name) { in GetLogIndex()
|
/aosp_15_r20/art/artd/ |
H A D | artd.cc | 522 #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/ |
D | adb_utils.cpp | 328 const char log_name[] = "adb.log"; in GetLogFilePath() local
|
/aosp_15_r20/external/webrtc/test/network/ |
H A D | network_emulation.h | 281 std::string log_name; member
|