Searched refs:item_index (Results 1 – 7 of 7) sorted by relevance
226 void SelectEditableFormOption(int item_index) { in SelectEditableFormOption() argument227 SelectOption(item_index, EditableFormDropDown()); in SelectEditableFormOption()230 void SelectNonEditableFormOption(int item_index) { in SelectNonEditableFormOption() argument231 SelectOption(item_index, NonEditableFormDropDown()); in SelectNonEditableFormOption()283 void SelectOption(int item_index, const CFX_PointF& point) { in SelectOption() argument286 ASSERT(item_index >= 0); in SelectOption()287 ASSERT(item_index < 3); in SelectOption()295 option_point.y -= kChoiceHeight * (item_index + 1); in SelectOption()
843 item_index = int(index_string)844 if len(list_object) <= item_index:845 list_object.extend([None] * (1 + item_index - len(list_object)))846 list_object[item_index] = value
2091 item_index = self.helplist.index(ANCHOR)2092 help_source = self.user_helplist[item_index]2099 self.user_helplist[item_index] = new_help_source2100 self.helplist.delete(item_index)2101 self.helplist.insert(item_index, new_help_source[0])2110 item_index = self.helplist.index(ANCHOR)2111 del(self.user_helplist[item_index])2112 self.helplist.delete(item_index)
499 int match_start = item_index(current_item(curses_menu)); in get_mext_match()607 return item_index(current_item(curses_menu)); in curses_item_index()
340 res = item_index(current_item(menu)); in btn_dialog()
107 string FormatName(size_t item_index, size_t tensor_index) const { in FormatName() argument108 return strings::Printf(tensor_format_string_.c_str(), item_index, in FormatName()
1169 for (GLuint item_index = 0; item_index < item_count; ++item_index) in iterate() local1170 invalid_elements_set[buffer_index][item_index] = in iterate()1171 invalid_elements[item_index] + invalid_elements_offsets[buffer_index]; in iterate()