Home
last modified time | relevance | path

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

/external/vboot_reference/cgpt/
Dcgpt.c58 int match_index = 0; in main() local
79 match_index = i; in main()
85 match_index = i; in main()
91 return cmds[match_index].fp(argc, argv); in main()
/external/autotest/client/common_lib/
Dpexpect.py389 self.match_index = None
464 s.append('match_index: ' + str(self.match_index))
1372 self.match_index = index
1373 return self.match_index
1391 self.match_index = index
1392 return self.match_index
1395 self.match_index = None
1404 self.match_index = index
1405 return self.match_index
1408 self.match_index = None
[all …]
/external/protobuf/python/google/protobuf/pyext/
Drepeated_scalar_container.cc544 Py_ssize_t match_index = -1; in Remove() local
548 match_index = i; in Remove()
552 if (match_index == -1) { in Remove()
556 if (AssignItem(self, match_index, NULL) < 0) { in Remove()
/external/mesa3d/src/mesa/main/
Dshader_query.cpp1430 unsigned match_index = 0; in validate_io() local
1453 match_index = j; in validate_io()
1464 match_index = j; in validate_io()
1489 outputs[match_index] = NULL; in validate_io()
1491 if (match_index < num_outputs) in validate_io()
1492 outputs[match_index] = outputs[num_outputs]; in validate_io()