/external/pdfium/core/fpdfapi/page/ |
D | cpdf_contentmarks.cpp | 34 CPDF_ContentMarkItem* CPDF_ContentMarks::GetItem(size_t index) { in GetItem() function in CPDF_ContentMarks 36 static_cast<const CPDF_ContentMarks*>(this)->GetItem(index)); in GetItem() 39 const CPDF_ContentMarkItem* CPDF_ContentMarks::GetItem(size_t index) const { in GetItem() function in CPDF_ContentMarks 41 return m_pMarkData->GetItem(index); in GetItem() 93 if (GetItem(i) != other->GetItem(i)) in FindFirstDifference() 119 CPDF_ContentMarkItem* CPDF_ContentMarks::MarkData::GetItem(size_t index) { in GetItem() function in CPDF_ContentMarks::MarkData 123 const CPDF_ContentMarkItem* CPDF_ContentMarks::MarkData::GetItem( in GetItem() function in CPDF_ContentMarks::MarkData
|
D | cpdf_contentmarks.h | 30 CPDF_ContentMarkItem* GetItem(size_t index); 31 const CPDF_ContentMarkItem* GetItem(size_t index) const; 51 CPDF_ContentMarkItem* GetItem(size_t index); 52 const CPDF_ContentMarkItem* GetItem(size_t index) const;
|
/external/skia/src/gpu/ |
D | GrTBlockList.h | 122 GetItem(block, releaseIndex).~T(); in pop_back() 179 return GetItem(fAllocator->headBlock(), First(fAllocator->headBlock())); in front() 183 return GetItem(fAllocator->headBlock(), First(fAllocator->headBlock())); in front() 191 return GetItem(fAllocator->currentBlock(), Last(fAllocator->currentBlock())); in back() 195 return GetItem(fAllocator->currentBlock(), Last(fAllocator->currentBlock())); in back() 215 return GetItem(b, index); in item() 234 static T& GetItem(GrBlockAllocator::Block* block, int index) { in GetItem() function 237 static const T& GetItem(const GrBlockAllocator::Block* block, int index) { in GetItem() function 271 using Iter = BlockIndexIterator<T&, true, false, &First, &Last, &Increment, &GetItem>; 272 using CIter = BlockIndexIterator<const T&, true, true, &First, &Last, &Increment, &GetItem>; [all …]
|
/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 | 121 CFWL_ListItem* pItem = GetItem(this, i); in CountSelItems() 134 return GetItem(this, idx); in GetSelItem() 141 CFWL_ListItem* pItem = GetItem(this, i); in GetSelIndex() 190 hRet = GetItem(this, iDstItem); in GetListItem() 212 CFWL_ListItem* pItem = GetItem(this, i); in SetSelection() 217 CFWL_ListItem* pItem = GetItem(this, iStart); in SetSelection() 244 CFWL_ListItem* pItem = GetItem(this, i); in ClearSelection() 263 CFWL_ListItem* pItemStart = GetItem(this, 0); in SelectAll() 264 CFWL_ListItem* pItemEnd = GetItem(this, iCount - 1); in SelectAll() 271 CFWL_ListItem* pItem = GetItem(this, i); in GetFocusedItem() [all …]
|
D | cfwl_combobox.cpp | 141 m_pListBox->GetItem(m_pListBox.get(), iIndex)); in GetTextByIndex() 152 CFWL_ListItem* hItem = m_pListBox->GetItem(this, iSel); in SetCurSel() 190 CFWL_ListItem* hItem = m_pListBox->GetItem(this, m_iCurSel); in GetEditText() 274 CFWL_ListItem* hItem = m_pListBox->GetItem(this, iListItem); in SyncEditText() 309 CFWL_ListItem* hItem = m_pListBox->GetItem(this, m_iCurSel); in Layout() 389 CFWL_ListItem* hItem = m_pListBox->GetItem(this, m_iCurSel); in ProcessSelChanged()
|
/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()
|
/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/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 | 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/pdfium/xfa/fxfa/ |
D | cxfa_fflistbox.cpp | 67 pListBox->SetSelItem(pListBox->GetItem(nullptr, selected), true); in LoadWidget() 103 CFWL_ListItem* hlistItem = pListBox->GetItem(nullptr, iSelArray[i]); in IsDataChanged() 180 pListBox->DeleteString(pListBox->GetItem(nullptr, nIndex)); in DeleteItem()
|
/external/protobuf/python/google/protobuf/pyext/ |
D | repeated_composite_container.cc | 214 static PyObject* GetItem(RepeatedCompositeContainer* self, Py_ssize_t index, in GetItem() function 245 return GetItem(self, index, length); in Subscript() 267 PyList_SET_ITEM(result, i, GetItem(self, cur, length)); in Subscript() 307 ScopedPyObjectPtr item(GetItem(self, i, len)); in Subscript() 442 return GetItem(self, index); in Subscript() 455 PyObject* item = GetItem(self, index, length); in Subscript()
|
/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/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
D | LibCxxList.cpp | 138 ValueObjectSP GetItem(size_t idx); 229 ValueObjectSP AbstractListFrontEnd::GetItem(size_t idx) { in GetItem() function in AbstractListFrontEnd 272 ValueObjectSP current_sp = GetItem(idx); in GetChildAtIndex() 367 ValueObjectSP current_sp = GetItem(idx); in GetChildAtIndex()
|
/external/llvm-project/lldb/unittests/ScriptInterpreter/Python/ |
D | PythonDataObjectsTests.cpp | 722 auto bar_bound = As<PythonCallable>(globals.GetItem("bar_bound")); in TEST_F() 728 auto bar_unbound = As<PythonCallable>(globals.GetItem("bar_unbound")); in TEST_F() 734 auto bar_class = As<PythonCallable>(globals.GetItem("bar_class")); in TEST_F() 740 auto bar_static = As<PythonCallable>(globals.GetItem("bar_static")); in TEST_F() 746 auto obj = As<PythonCallable>(globals.GetItem("obj")); in TEST_F() 752 auto oldstyle = As<PythonCallable>(globals.GetItem("OldStyle")); in TEST_F() 758 auto newstyle = As<PythonCallable>(globals.GetItem("NewStyle")); in TEST_F() 847 auto y = As<long long>(globals.GetItem("n")); in TEST_F() 859 auto g = As<std::string>(globals.GetItem("g")); in TEST_F()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_rematerialization.cc | 262 Item* GetItem(const HloInstruction* inst) const { in GetItem() function in xla::__anon95ba67740111::InstructionList 367 GetItem(inst)->denylisted = true; in Denylist() 470 Item* user_item = instruction_list.GetItem(user); in GetUsers() 572 return instruction_list_.GetItem(instruction)->placed; in IsPlaced() 659 return NewBuffer(instruction_list_.GetItem(logical_buffer->instruction()), in CreateBufferFromLogicalBuffer() 1153 instruction_list_.GetItem(indirect_user->instruction->operand(0)); in AddRematerializedInstruction() 1260 instruction_list_.GetItem(instruction)->buffers_defined; in Check() 1281 instruction_list_.GetItem(instruction)->buffers_used; in Check() 1608 if (!indirect_users_set.contains(instruction_list->GetItem(user))) { in RematerializeInstructions() 1609 place_before.push_back(instruction_list->GetItem(user)); in RematerializeInstructions() [all …]
|
/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/antlr/runtime/Delphi/Sources/Antlr3.Runtime.Tests/ |
D | Antlr.Runtime.Tools.Tests.pas | 270 ReturnValue := FIList.GetItem(Index); 448 ReturnValue := FIDictionary.GetItem(Key);
|