Home
last modified time | relevance | path

Searched refs:state_index (Results 1 – 3 of 3) sorted by relevance

/external/e2fsprogs/ext2ed/
Dmain.c465 int state_index=-1; in complete_command() local
475 state_index++; in complete_command()
476 if (state==state_index) { in complete_command()
486 state_index++; in complete_command()
487 if (state==state_index) in complete_command()
497 state_index++; in complete_command()
498 if (state==state_index) in complete_command()
506 state_index++; in complete_command()
507 if (state==state_index) in complete_command()
/external/autotest/client/site_tests/kernel_LTP/
Dparse_ltp_out.py82 state_index = int(state_test_active)
83 if re.match(parse_states[state_index]['terminator'], line):
89 if m and m.group(1) in parse_states[state_index]['filters']:
90 parse_states[state_index]['filters'][m.group(1)] += 1
/external/autotest/client/tests/ltp/
Dparse_ltp_out.py86 state_index = int(state_test_active)
87 if re.match(parse_states[state_index]['terminator'], line):
93 if m and m.group(1) in parse_states[state_index]['filters']:
94 parse_states[state_index]['filters'][m.group(1)] += 1