Home
last modified time | relevance | path

Searched refs:start_of_list (Results 1 – 2 of 2) sorted by relevance

/external/autotest/site_utils/
Dtest_runner_utils_unittest.py26 def __init__(self, start_of_list): argument
31 self._lhs = start_of_list
/external/elfutils/src/
Dreadelf.c5784 bool start_of_list = true; in print_debug_rnglists_section() local
5791 if (start_of_list && kind == DW_RLE_end_of_list) in print_debug_rnglists_section()
5794 if (start_of_list) in print_debug_rnglists_section()
5800 start_of_list = false; in print_debug_rnglists_section()
5807 start_of_list = true; in print_debug_rnglists_section()
9211 bool start_of_list = true; in print_debug_loclists_section() local
9255 if (start_of_list && kind == DW_LLE_end_of_list) in print_debug_loclists_section()
9258 if (start_of_list) in print_debug_loclists_section()
9264 start_of_list = false; in print_debug_loclists_section()
9271 start_of_list = true; in print_debug_loclists_section()