Home
last modified time | relevance | path

Searched refs:item_index (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/fpdfsdk/
Dfpdfformfill_embeddertest.cpp226 void SelectEditableFormOption(int item_index) { in SelectEditableFormOption() argument
227 SelectOption(item_index, EditableFormDropDown()); in SelectEditableFormOption()
230 void SelectNonEditableFormOption(int item_index) { in SelectNonEditableFormOption() argument
231 SelectOption(item_index, NonEditableFormDropDown()); in SelectNonEditableFormOption()
283 void SelectOption(int item_index, const CFX_PointF& point) { in SelectOption() argument
286 ASSERT(item_index >= 0); in SelectOption()
287 ASSERT(item_index < 3); in SelectOption()
295 option_point.y -= kChoiceHeight * (item_index + 1); in SelectOption()
/external/tensorflow/tensorflow/python/training/tracking/
Ddata_structures.py843 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
/external/python/cpython3/Lib/idlelib/
Dconfigdialog.py2091 item_index = self.helplist.index(ANCHOR)
2092 help_source = self.user_helplist[item_index]
2099 self.user_helplist[item_index] = new_help_source
2100 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)
/external/u-boot/scripts/kconfig/
Dnconf.c499 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()
Dnconf.gui.c340 res = item_index(current_item(menu)); in btn_dialog()
/external/tensorflow/tensorflow/core/kernels/data/
Dcache_dataset_ops.cc107 string FormatName(size_t item_index, size_t tensor_index) const { in FormatName() argument
108 return strings::Printf(tensor_format_string_.c_str(), item_index, in FormatName()
/external/deqp/external/openglcts/modules/common/
DglcRobustBufferAccessBehaviorTests.cpp1169 for (GLuint item_index = 0; item_index < item_count; ++item_index) in iterate() local
1170 invalid_elements_set[buffer_index][item_index] = in iterate()
1171 invalid_elements[item_index] + invalid_elements_offsets[buffer_index]; in iterate()