/external/pdfium/xfa/fwl/ |
D | cfwl_combolist.cpp | 34 CFWL_ListItem* hItem = GetItem(this, i); in MatchItem() 44 CFWL_ListItem* hItem = GetItem(this, iSel); in ChangeSelected() 52 if (CFWL_ListItem* hOldItem = GetItem(this, iOld)) in ChangeSelected() 57 if (CFWL_ListItem* hOldItem = GetItem(this, iSel)) in ChangeSelected() 59 CFWL_ListItem* hSel = GetItem(this, iSel); in ChangeSelected() 226 CFWL_ListItem* hItem = GetItem(this, pOuter->GetCurrentSelection()); in OnDropListKeyDown()
|
D | cfwl_listbox.cpp | 128 CFWL_ListItem* pItem = GetItem(this, i); in CountSelItems() 141 return GetItem(this, idx); in GetSelItem() 148 CFWL_ListItem* pItem = GetItem(this, i); in GetSelIndex() 197 hRet = GetItem(this, iDstItem); in GetListItem() 219 CFWL_ListItem* pItem = GetItem(this, i); in SetSelection() 224 CFWL_ListItem* pItem = GetItem(this, iStart); in SetSelection() 251 CFWL_ListItem* pItem = GetItem(this, i); in ClearSelection() 270 CFWL_ListItem* pItemStart = GetItem(this, 0); in SelectAll() 271 CFWL_ListItem* pItemEnd = GetItem(this, iCount - 1); in SelectAll() 278 CFWL_ListItem* pItem = GetItem(this, i); in GetFocusedItem() [all …]
|
D | cfwl_combobox.cpp | 169 CFWL_ListItem* hItem = m_pListBox->GetItem(this, m_iCurSel); in DrawWidget() 213 m_pListBox->GetItem(m_pListBox.get(), iIndex)); in GetTextByIndex() 224 CFWL_ListItem* hItem = m_pListBox->GetItem(this, iSel); in SetCurSel() 262 CFWL_ListItem* hItem = m_pListBox->GetItem(this, m_iCurSel); in GetEditText() 364 CFWL_ListItem* hItem = m_pListBox->GetItem(this, iListItem); in SyncEditText() 390 CFWL_ListItem* hItem = m_pListBox->GetItem(this, m_iCurSel); in Layout() 472 CFWL_ListItem* hItem = m_pListBox->GetItem(this, m_iCurSel); in ProcessSelChanged() 691 CFWL_ListItem* hItem = m_pListBox->GetItem(this, m_iCurSel); in DisForm_Layout() 867 CFWL_ListItem* hItem = m_pListBox->GetItem(this, iCurSel); in DoSubCtrlKey()
|
D | cfwl_listbox.h | 53 CFWL_ListItem* GetItem(const CFWL_Widget* pWidget, int32_t nIndex) const;
|
/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() 162 Attach(parentDialog.GetItem(id)); in Init()
|
D | Dialog.cpp | 135 if (!::GetWindowRect(GetItem(id), &rect)) in GetItemSizes() 144 ::GetWindowRect(GetItem(id), &rect); in GetClientRectOfItem() 150 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/core/fpdfapi/page/ |
D | cpdf_contentmark.cpp | 24 const CPDF_ContentMarkItem& CPDF_ContentMark::GetItem(size_t i) const { in GetItem() function in CPDF_ContentMark 25 return m_Ref.GetObject()->GetItem(i); in GetItem() 56 const CPDF_ContentMarkItem& CPDF_ContentMark::MarkData::GetItem( in GetItem() function in CPDF_ContentMark::MarkData
|
D | cpdf_contentmark.h | 26 const CPDF_ContentMarkItem& GetItem(size_t i) const; 41 const CPDF_ContentMarkItem& GetItem(size_t index) const;
|
/external/antlr/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/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/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 | 355 m_ProgressBar.Attach(GetItem(IDC_PROGRESS1)); in OnInit() 356 _messageList.Attach(GetItem(IDL_PROGRESS_MESSAGES)); in OnInit() 367 CWindow window(GetItem(IDB_PROGRESS_BACKGROUND)); in OnInit() 372 window = GetItem(IDB_PAUSE); in OnInit() 464 ChangeSubWindowSizeX(GetItem(IDT_PROGRESS_STATUS), xSize - mx * 2); in OnSize() 465 ChangeSubWindowSizeX(GetItem(IDT_PROGRESS_FILE_NAME), xSize - mx * 2); in OnSize() 466 ChangeSubWindowSizeX(GetItem(IDC_PROGRESS1), xSize - mx * 2); in OnSize() 977 ::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 | 92 staticContol.Attach(GetItem(iconID)); in SetFileInfoControl()
|
D | ProgressDialog.cpp | 60 m_ProgressBar.Attach(GetItem(IDC_PROGRESS1)); in OnInit()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_rematerialization.cc | 197 Item* GetItem(const HloInstruction* inst) const { in GetItem() function in xla::__anon4fe3fcd60111::InstructionList 255 GetItem(inst)->blacklisted = true; in Blacklist() 313 Item* user_item = instruction_list.GetItem(user); in GetUsers() 360 return instruction_list_.GetItem(instruction)->placed; in IsPlaced() 421 return NewBuffer(instruction_list_.GetItem(logical_buffer->instruction()), in CreateBufferFromLogicalBuffer() 784 instruction_list_.GetItem(instruction)->buffers_defined; in Check() 805 instruction_list_.GetItem(instruction)->buffers_used; in Check() 1085 place_before.push_back(instruction_list.GetItem(user)); in RematerializeComputation() 1090 Item* operand_user_item = instruction_list.GetItem(operand_user); in RematerializeComputation() 1100 Item* successor_item = instruction_list.GetItem(successor); in RematerializeComputation()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_fflistbox.cpp | 66 pListBox->SetSelItem(pListBox->GetItem(nullptr, selected), true); in LoadWidget() 100 CFWL_ListItem* hlistItem = pListBox->GetItem(nullptr, iSelArray[i]); in IsDataChanged() 185 pListBox->DeleteString(pListBox->GetItem(nullptr, nIndex)); in DeleteItem()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zItem.h | 116 bool GetItem(unsigned index, UInt32 &value) const in GetItem() function 152 bool GetItem(unsigned index, UInt64 &value) const in GetItem() function
|
D | 7zHandlerOut.cpp | 339 ui.CTimeDefined = db->CTime.GetItem(ui.IndexInArchive, ui.CTime); in UpdateItems() 340 ui.ATimeDefined = db->ATime.GetItem(ui.IndexInArchive, ui.ATime); in UpdateItems() 341 ui.MTimeDefined = db->MTime.GetItem(ui.IndexInArchive, ui.MTime); in UpdateItems()
|
/external/python/cpython2/Lib/test/ |
D | test_index.py | 260 class GetItem(base): class 265 x = GetItem() 274 class GetItem(base): class 281 x = GetItem()
|
/external/v8/src/heap/ |
D | item-parallel-job.h | 83 ItemType* GetItem() { in GetItem() function
|
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime.Tests/ |
D | Antlr.Runtime.Tools.Tests.pas | 270 ReturnValue := FIList.GetItem(Index); 448 ReturnValue := FIDictionary.GetItem(Key);
|
/external/python/cpython3/Lib/test/ |
D | test_index.py | 256 class GetItem: class 261 x = GetItem()
|