Searched refs:match_index (Results 1 – 7 of 7) sorted by relevance
/external/vboot_reference/cgpt/ |
D | cgpt.c | 58 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/ |
D | pexpect.py | 389 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/ |
D | repeated_scalar_container.cc | 544 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/ |
D | shader_query.cpp | 1492 unsigned match_index = 0; in validate_io() local 1516 match_index = j; in validate_io() 1527 match_index = j; in validate_io() 1552 outputs[match_index] = NULL; in validate_io() 1554 if (match_index < num_outputs) in validate_io() 1555 outputs[match_index] = outputs[num_outputs]; in validate_io()
|
/external/linux-kselftest/tools/testing/selftests/tc-testing/ |
D | tdc.py | 220 match_index = re.findall(match_pattern, procout) 221 if len(match_index) != int(tidx["matchCount"]):
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls_openssl.c | 1835 int i, ret = 0, len, config_dn_field_index, match_index = 0; in match_dn_field() local 1860 match_index++; in match_dn_field() 1863 if (match_index != config_dn_field_index) in match_dn_field()
|
/external/libaom/libaom/av1/encoder/ |
D | rdopt.c | 3988 int32_t match_index = -1; in find_mb_rd_info() local 3995 match_index = index; in find_mb_rd_info() 4000 return match_index; in find_mb_rd_info() 4015 int32_t match_index = -1; in super_block_yrd() local 4027 match_index = find_mb_rd_info(mb_rd_record, ref_best_rd, hash); in super_block_yrd() 4028 if (match_index != -1) { in super_block_yrd() 4029 MB_RD_INFO *tx_rd_info = &mb_rd_record->tx_rd_info[match_index]; in super_block_yrd() 5939 int32_t match_index = -1; in pick_tx_size_type_yrd() local 5951 match_index = find_mb_rd_info(mb_rd_record, ref_best_rd, hash); in pick_tx_size_type_yrd() 5952 if (match_index != -1) { in pick_tx_size_type_yrd() [all …]
|