Home
last modified time | relevance | path

Searched refs:LOG_TEST_NAME (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/test/core/gpr/
Dstring_test.cc32 #define LOG_TEST_NAME(x) gpr_log(GPR_INFO, "%s", x) macro
38 LOG_TEST_NAME("test_strdup"); in test_strdup()
55 LOG_TEST_NAME("test_dump"); in test_dump()
76 LOG_TEST_NAME("test_parse_uint32"); in test_parse_uint32()
113 LOG_TEST_NAME("test_asprintf"); in test_asprintf()
139 LOG_TEST_NAME("test_strjoin"); in test_strjoin()
159 LOG_TEST_NAME("test_strjoin_sep"); in test_strjoin_sep()
185 LOG_TEST_NAME("test_ltoa"); in test_ltoa()
209 LOG_TEST_NAME("test_int64toa"); in test_int64toa()
231 LOG_TEST_NAME("test_leftpad"); in test_leftpad()
[all …]
Denv_test.cc29 #define LOG_TEST_NAME(x) gpr_log(GPR_INFO, "%s", x) macro
36 LOG_TEST_NAME("test_setenv_getenv"); in test_setenv_getenv()
/external/grpc-grpc/test/core/slice/
Dslice_test.cc34 #define LOG_TEST_NAME(x) gpr_log(GPR_INFO, "%s", x); macro
43 LOG_TEST_NAME("test_slice_malloc_returns_something_sensible"); in test_slice_malloc_returns_something_sensible()
142 LOG_TEST_NAME("test_slice_sub_works"); in test_slice_sub_works()
182 LOG_TEST_NAME("test_slice_split_head_works"); in test_slice_split_head_works()
210 LOG_TEST_NAME("test_slice_split_tail_works"); in test_slice_split_tail_works()
237 LOG_TEST_NAME("test_slice_from_copied_string_works"); in test_slice_from_copied_string_works()
247 LOG_TEST_NAME("test_slice_interning"); in test_slice_interning()
267 LOG_TEST_NAME("test_static_slice_interning"); in test_static_slice_interning()
280 LOG_TEST_NAME("test_static_slice_copy_interning"); in test_static_slice_copy_interning()
Dslice_string_helpers_test.cc33 #define LOG_TEST_NAME(x) gpr_log(GPR_INFO, "%s", x) macro
52 LOG_TEST_NAME("test_dump_slice"); in test_dump_slice()
67 LOG_TEST_NAME("test_strsplit"); in test_strsplit()
134 LOG_TEST_NAME("test_strsplit_nospace"); in test_strsplit_nospace()
/external/grpc-grpc/test/core/iomgr/
Dload_file_test.cc32 #define LOG_TEST_NAME(x) gpr_log(GPR_INFO, "%s", x) macro
43 LOG_TEST_NAME("test_load_empty_file"); in test_load_empty_file()
71 LOG_TEST_NAME("test_load_failure"); in test_load_failure()
95 LOG_TEST_NAME("test_load_small_file"); in test_load_small_file()
130 LOG_TEST_NAME("test_load_big_file"); in test_load_big_file()