Home
last modified time | relevance | path

Searched refs:current_section (Results 1 – 4 of 4) sorted by relevance

/external/autotest/client/bin/
Dfsinfo.py37 current_section = ''
41 current_section = '[defaults]'
43 current_section = '[fs_types]'
44 elif current_section == '[defaults]':
48 elif current_section == '[fs_types]':
/external/autotest/client/common_lib/cros/network/
Diw_runner.py520 current_section = None
560 current_section = match_section.group(1)
561 match_band = re.match('Band (\d+)', current_section)
579 if (current_section == 'Supported interface modes' and
586 if current_section == 'Supported commands' and pending_phy_name:
592 if (current_section is not None and
593 current_section.startswith('VHT Capabilities') and
/external/e2fsprogs/lib/support/
Dprofile.c159 struct profile_node *current_section; member
737 &iter, &state->current_section); in parse_line()
741 &state->current_section); in parse_line()
752 state->current_section->final = 1; in parse_line()
767 state->current_section->final = 1; in parse_line()
768 state->current_section = state->current_section->parent; in parse_line()
824 retval = profile_add_node(state->current_section, in parse_line()
825 tag, 0, &state->current_section); in parse_line()
829 state->current_section->final = 1; in parse_line()
836 profile_add_node(state->current_section, tag, value, &node); in parse_line()
/external/devlib/devlib/
Dtarget.py1228 current_section = {}
1234 current_section[key.strip()] = value.strip()
1236 self.sections.append(current_section)
1237 current_section = {}
1238 self.sections.append(current_section)