Searched refs:found_count (Results 1 – 7 of 7) sorted by relevance
259 int found_count = 0; in ClearBreakPoint() local262 DCHECK_EQ(found_count, 0); in ClearBreakPoint()263 found_count++; in ClearBreakPoint()265 new_array->set(i - found_count, old_array->get(i)); in ClearBreakPoint()269 if (found_count > 0) break_point_info->set_break_points(*new_array); in ClearBreakPoint()
1862 uint32_t found_count = 0; in TEST() local1868 found_count++; in TEST()1874 ASSERT_EQ(found, found_count == group_props_before[group1].physicalDeviceCount); in TEST()1947 uint32_t found_count = 0; in TEST() local1953 found_count++; in TEST()1959 ASSERT_EQ(found, found_count == group_props_after[group1].physicalDeviceCount); in TEST()2029 uint32_t found_count = 0; in TEST() local2035 found_count++; in TEST()2041 ASSERT_EQ(found, found_count != 0 && found_count == before_expected_counts[group1]); in TEST()2124 uint32_t found_count = 0; in TEST() local[all …]
688 let mut found_count = 0; localVariable704 found_count += 1;706 if found_count == N {
439 int found_count = 0; in replace_str_data_in_filename() local456 found_count ++; in replace_str_data_in_filename()471 return found_count; in replace_str_data_in_filename()479 int found_count = 0; in replace_int_data_in_filename() local504 found_count++; in replace_int_data_in_filename()519 return found_count; in replace_int_data_in_filename()
5656 uint32_t found_count = 0; in setup_loader_tramp_phys_devs() local5689 found_count++; in setup_loader_tramp_phys_devs()5698 if (found_count == phys_dev_count && 0 != old_count && old_count == new_count) { in setup_loader_tramp_phys_devs()5723 found_count = phys_dev_count; in setup_loader_tramp_phys_devs()5725 found_count = new_count; in setup_loader_tramp_phys_devs()5729 for (uint32_t new_idx = 0; new_idx < found_count; ++new_idx) { in setup_loader_tramp_phys_devs()5762 uint32_t start = found_count; in setup_loader_tramp_phys_devs()5768 found_count++; in setup_loader_tramp_phys_devs()5779 for (uint32_t new_idx = 0; new_idx < found_count; ++new_idx) { in setup_loader_tramp_phys_devs()5820 inst->phys_dev_count_tramp = found_count; in setup_loader_tramp_phys_devs()
1205 int found_count = site.memento_found_count(); in DigestPretenuringFeedback() local1209 ? static_cast<double>(found_count) / create_count in DigestPretenuringFeedback()1223 reinterpret_cast<void*>(site.ptr()), create_count, found_count, in DigestPretenuringFeedback()1285 int found_count = site.memento_found_count(); in ProcessPretenuringFeedback() local1289 if (found_count > 0) { in ProcessPretenuringFeedback()1292 allocation_mementos_found += found_count; in ProcessPretenuringFeedback()
1327 int found_count = -1; in Process() local1354 found_count = static_cast<int>(this_count); in Process()1362 result[i / 2] = {found_target, found_count}; in Process()