/external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/Common/ |
D | LinkList.h | 138 virtual HRESULT GetItem(const Node *pNode, T* ppItem) in GetItem() function 261 return GetItem(Back(), ppItem); in GetBack() 274 return GetItem(Front(), ppItem); in GetFront() 342 return GetItem(pos.pNode, ppItem); in GetItemPos() 468 HRESULT GetItem(const Node *pNode, Ptr* ppItem) in GetItem() function 474 HRESULT hr = List<Ptr>::GetItem(pNode, &pItem); in GetItem()
|
/external/lzma/CPP/Windows/Control/ |
D | Dialog.h | 17 HWND GetItem(int itemID) const in GetItem() function 21 { return BOOLToBool(::EnableWindow(GetItem(itemID), BoolToBOOL(enable))); } in EnableItem() 24 { return BOOLToBool(::ShowWindow(GetItem(itemID), cmdShow)); } in ShowItem() 37 CWindow window(GetItem(itemID)); in SetItemText() 159 Attach(parentDialog.GetItem(id)); in Init()
|
D | Dialog.cpp | 134 if (!::GetWindowRect(GetItem(id), &rect)) in GetItemSizes() 143 ::GetWindowRect(GetItem(id), &rect); in GetClientRectOfItem() 149 return BOOLToBool(::MoveWindow(GetItem(id), x, y, width, height, BoolToBOOL(repaint))); in MoveItem()
|
D | ListView.cpp | 29 bool aResult = GetItem(&item); in GetItemParam()
|
/external/pdfium/xfa/src/fwl/src/basewidget/ |
D | fwl_listboximp.cpp | 211 FWL_HLISTITEM hItem = pData->GetItem(m_pInterface, i); in CountSelItems() 230 FWL_HLISTITEM hItem = pData->GetItem(m_pInterface, i); in GetSelItem() 253 FWL_HLISTITEM hItem = pData->GetItem(m_pInterface, i); in GetSelIndex() 314 if (pCom->Compare(pData->GetItem(m_pInterface, i), in Sort() 315 pData->GetItem(m_pInterface, j)) > 0) { in Sort() 316 hTemp = pData->GetItem(m_pInterface, i); in Sort() 317 pData->SetItemIndex(m_pInterface, pData->GetItem(m_pInterface, j), i); in Sort() 324 FWL_HLISTITEM CFWL_ListBoxImp::GetItem(FWL_HLISTITEM hItem, in GetItem() function in CFWL_ListBoxImp 347 hRet = pData->GetItem(m_pInterface, iDstItem); in GetItem() 369 FWL_HLISTITEM hItem = pData->GetItem(m_pInterface, i); in SetSelection() [all …]
|
D | fwl_comboboximp.cpp | 221 FWL_HLISTITEM hItem = pData->GetItem(m_pInterface, i); in MatchItem() 236 FWL_HLISTITEM hItem = pData->GetItem(m_pInterface, iSel); in ChangeSelected() 251 FWL_HLISTITEM hSel = pData->GetItem(m_pInterface, iSel); in ChangeSelected() 266 FWL_HLISTITEM hItem = pData->GetItem(m_pInterface, nIndex); in GetItemRect() 449 pData->GetItem(m_pOwner->m_pInterface, pOuter->m_iCurSel); in OnDropListKeyDown() 450 hItem = m_pOwner->GetItem(hItem, dwKeyCode); in OnDropListKeyDown() 628 pData->GetItem(m_pListBox.get(), m_iCurSel)); in DrawWidget() 648 FWL_HLISTITEM hItem = pData->GetItem(m_pInterface, m_iCurSel); in DrawWidget() 708 FWL_HLISTITEM hItem = pData->GetItem(m_pInterface, iSel); in SetCurSel() 747 FWL_HLISTITEM hItem = pData->GetItem(m_pInterface, m_iCurSel); in GetEditText() [all …]
|
/external/pdfium/xfa/src/fwl/src/lightwidget/ |
D | listbox.cpp | 49 reinterpret_cast<CFWL_ListItem*>(m_ListBoxDP.GetItem(m_pIface, nIndex)); in DeleteString() 60 reinterpret_cast<CFWL_ListItem*>(m_ListBoxDP.GetItem(m_pIface, iSel)); in DeleteString() 71 reinterpret_cast<CFWL_ListItem*>(m_ListBoxDP.GetItem(m_pIface, i)); in DeleteAll() 133 FWL_HLISTITEM CFWL_ListBox::GetItem(int32_t nIndex) { in GetItem() function in CFWL_ListBox 176 FWL_HLISTITEM hItem = m_ListBoxDP.GetItem(NULL, i); in GetItemAtPoint() 213 FWL_HLISTITEM CFWL_ListBox::CFWL_ListBoxDP::GetItem(IFWL_Widget* pWidget, in GetItem() function in CFWL_ListBox::CFWL_ListBoxDP
|
D | combobox.cpp | 56 m_comboBoxData.GetItem(m_pIface, iIndex)); in GetTextByIndex() 131 m_comboBoxData.GetItem(m_pIface, iIndex)); in SetItemData() 139 m_comboBoxData.GetItem(m_pIface, iIndex)); in GetItemData() 247 FWL_HLISTITEM CFWL_ComboBox::CFWL_ComboBoxDP::GetItem(IFWL_Widget* pWidget, in GetItem() function in CFWL_ComboBox::CFWL_ComboBoxDP
|
/external/lzma/CPP/7zip/UI/GUI/ |
D | ExtractDialog.cpp | 156 _passwordControl.Attach(GetItem(IDE_EXTRACT_PASSWORD)); in OnInit() 159 _pathName.Attach(GetItem(IDE_EXTRACT_NAME)); in OnInit() 188 _path.Attach(GetItem(IDC_EXTRACT_PATH)); in OnInit() 225 _pathMode.Attach(GetItem(IDC_EXTRACT_PATH_MODE)); in OnInit() 226 _overwriteMode.Attach(GetItem(IDC_EXTRACT_OVERWRITE_MODE)); in OnInit()
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.Collections.pas | 104 function GetItem(const Key: TKey): TValue; in GetItem() function 121 property Items[const Key: TKey]: TValue read GetItem write SetItem; default; 232 function THashList<TKey, TValue>.GetItem(const Key: TKey): TValue; in GetItem() function 316 Result := GetItem(GetCount - 1); 324 Result := GetItem(I);
|
D | Antlr.Runtime.Tools.pas | 135 function GetItem(Index: Integer): T; 181 property Items[Index: Integer]: T read GetItem write SetItem; default; 189 function GetItem(const Key: TKey): TValue; 205 property Items[const Key: TKey]: TValue read GetItem write SetItem; default; 224 function GetItem(Index: Integer): T; 292 function GetItem(const Key: TKey): TValue; 478 function TList<T>.GetItem(Index: Integer): T; in GetItem() function 495 Result.Add(GetItem(I)); 641 function TDictionary<TKey,TValue>.GetItem(const Key: TKey): TValue; in GetItem() function
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | ComboDialog.cpp | 19 _comboBox.Attach(GetItem(IDC_COMBO)); in OnInit() 33 staticContol.Attach(GetItem(IDT_COMBO)); in OnInit()
|
D | ProgressDialog2.cpp | 331 m_ProgressBar.Attach(GetItem(IDC_PROGRESS1)); in OnInit() 332 _messageList.Attach(GetItem(IDL_PROGRESS_MESSAGES)); in OnInit() 343 CWindow window(GetItem(IDB_PROGRESS_BACKGROUND)); in OnInit() 348 window = GetItem(IDB_PAUSE); in OnInit() 440 ChangeSubWindowSizeX(GetItem(IDT_PROGRESS_STATUS), xSize - mx * 2); in OnSize() 441 ChangeSubWindowSizeX(GetItem(IDT_PROGRESS_FILE_NAME), xSize - mx * 2); in OnSize() 442 ChangeSubWindowSizeX(GetItem(IDC_PROGRESS1), xSize - mx * 2); in OnSize() 955 ::SendMessage(GetItem(IDCANCEL), BM_SETSTYLE, BS_DEFPUSHBUTTON, MAKELPARAM(TRUE, 0)); in OnExternalCloseMessage()
|
D | PasswordDialog.cpp | 37 _passwordEdit.Attach(GetItem(IDE_PASSWORD_PASSWORD)); in OnInit()
|
D | OverwriteDialog.cpp | 89 staticContol.Attach(GetItem(iconID)); in SetFileInfoControl()
|
D | ProgressDialog.cpp | 60 m_ProgressBar.Attach(GetItem(IDC_PROGRESS1)); in OnInit()
|
/external/pdfium/xfa/include/fwl/lightwidget/ |
D | listbox.h | 34 FWL_HLISTITEM GetItem(int32_t nIndex); 52 virtual FWL_HLISTITEM GetItem(IFWL_Widget* pWidget, int32_t nIndex);
|
/external/pdfium/xfa/src/fee/src/fee/ |
D | fde_txtedtblock.cpp | 191 void CFDE_TxtEdtFieldFormatParser::GetItem(int32_t nIndex, in GetItem() function in CFDE_TxtEdtFieldFormatParser 466 FormatParser.GetItem(i, wskey, wsVal); in CFDE_TxtEdtField_Integer() 518 FormatParser.GetItem(i, wskey, wsVal); in CFDE_TxtEdtField_Float() 593 FormatParser.GetItem(i, wskey, wsVal); in CFDE_TxtEdtField_Password() 636 FormatParser.GetItem(i, wskey, wsVal); in CFDE_TxtEdtField_String()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zItem.h | 136 bool GetItem(unsigned index, UInt64 &value) const in GetItem() function
|
D | 7zHandlerOut.cpp | 313 ui.CTimeDefined = db->CTime.GetItem(ui.IndexInArchive, ui.CTime); in UpdateItems() 314 ui.ATimeDefined = db->ATime.GetItem(ui.IndexInArchive, ui.ATime); in UpdateItems() 315 ui.MTimeDefined = db->MTime.GetItem(ui.IndexInArchive, ui.MTime); in UpdateItems()
|
D | 7zUpdate.cpp | 741 file2.CTimeDefined = inDb.CTime.GetItem(index, file2.CTime); in GetFile() 742 file2.ATimeDefined = inDb.ATime.GetItem(index, file2.ATime); in GetFile() 743 file2.MTimeDefined = inDb.MTime.GetItem(index, file2.MTime); in GetFile() 744 file2.StartPosDefined = inDb.StartPos.GetItem(index, file2.StartPos); in GetFile()
|
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_ffchoicelist.cpp | 54 FWL_HLISTITEM item = pListBox->GetItem(iSelArray[j]); in LoadWidget() 88 FWL_HLISTITEM hlistItem = pListBox->GetItem(iSelArray[iIndex]); in IsDataChanged() 174 ->DeleteString(((CFWL_ListBox*)m_pNormalWidget)->GetItem(nIndex)); in DeleteItem()
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/ |
D | Antlr.Runtime.Tools.Tests.pas | 270 ReturnValue := FIList.GetItem(Index); 448 ReturnValue := FIDictionary.GetItem(Key);
|
/external/pdfium/xfa/include/fwl/basewidget/ |
D | fwl_listbox.h | 68 virtual FWL_HLISTITEM GetItem(IFWL_Widget* pWidget, int32_t nIndex) = 0;
|
/external/pdfium/xfa/src/fwl/src/basewidget/include/ |
D | fwl_listboximp.h | 43 FWL_HLISTITEM GetItem(FWL_HLISTITEM hItem, FX_DWORD dwKeyCode);
|