HomeSort by relevance Sort by last modified time
    Searched refs:GetListItem (Results 1 - 5 of 5) sorted by null

  /external/toolchain-utils/deprecated/
report_generator.py 110 report += html_tools.GetListItem('Tests executed: ' + str(num_tests_executed))
111 report += html_tools.GetListItem('Passes: ' + str(num_passes))
112 report += html_tools.GetListItem('Failures: ' + str(num_failures))
113 report += html_tools.GetListItem('Regressions: ' + str(num_regressions))
  /external/toolchain-utils/cros_utils/
html_tools.py 38 def GetListItem(text):
  /external/pdfium/xfa/fwl/
cfwl_listbox.h 70 CFWL_ListItem* GetListItem(CFWL_ListItem* hItem, uint32_t dwKeyCode);
cfwl_combolist.cpp 227 hItem = GetListItem(hItem, dwKeyCode);
cfwl_listbox.cpp 176 CFWL_ListItem* CFWL_ListBox::GetListItem(CFWL_ListItem* pItem,
797 pItem = GetListItem(pItem, dwKeyCode);

Completed in 97 milliseconds