Home
last modified time | relevance | path

Searched defs:custom_logger (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/bin/ci/test/
H A Dtest_custom_logger.py15 def custom_logger(tmp_log_file): function
41 def test_update_argument_valid(custom_logger, tmp_log_file, key, value): argument
47 def test_update_argument_key_only(custom_logger, tmp_log_file): argument
54 def test_update_argument_no_values(custom_logger, tmp_log_file): argument
63 def test_create_argument_valid(custom_logger, tmp_log_file, key, value): argument
69 def test_create_argument_key_only(custom_logger, tmp_log_file): argument
76 def test_create_argument_no_values(custom_logger, tmp_log_file): argument
85 def test_update_dut_job(custom_logger, tmp_log_file, key, value): argument
97 def test_update_dut_multiple_job(custom_logger, tmp_log_file): argument
121 def test_create_job_phase_valid(custom_logger, tmp_log_file, phase_name): argument
[all …]
/aosp_15_r20/external/grpc-grpc/src/php/ext/grpc/
H A Dphp_grpc.c251 static void custom_logger(gpr_log_func_args* args) { in custom_logger() function