Searched refs:current_section (Results 1 – 4 of 4) sorted by relevance
/external/autotest/client/bin/ |
D | fsinfo.py | 37 current_section = '' 41 current_section = '[defaults]' 43 current_section = '[fs_types]' 44 elif current_section == '[defaults]': 48 elif current_section == '[fs_types]':
|
/external/oss-fuzz/projects/tremor/ |
D | decode_fuzzer.cc | 71 int current_section = 0; in LLVMFuzzerTestOneInput() local 75 read_result = ov_read(&vf, pcm, sizeof(pcm), ¤t_section); in LLVMFuzzerTestOneInput()
|
/external/autotest/client/common_lib/cros/network/ |
D | iw_runner.py | 688 current_section = None 728 current_section = match_section.group(1) 729 match_band = re.match('Band (\d+)', current_section) 747 if (current_section == 'Supported interface modes' and 754 if current_section == 'Supported commands' and pending_phy_name: 760 if (current_section is not None and 761 current_section.startswith('VHT Capabilities') and
|
/external/e2fsprogs/lib/support/ |
D | profile.c | 159 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()
|