Home
last modified time | relevance | path

Searched defs:GetItem (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/external/pdfium/core/fpdfapi/page/
H A Dcpdf_contentmarks.cpp34 CPDF_ContentMarkItem* CPDF_ContentMarks::GetItem(size_t index) { in GetItem() function in CPDF_ContentMarks
38 const CPDF_ContentMarkItem* CPDF_ContentMarks::GetItem(size_t index) const { in GetItem() function in CPDF_ContentMarks
110 CPDF_ContentMarkItem* CPDF_ContentMarks::MarkData::GetItem(size_t index) { in GetItem() function in CPDF_ContentMarks::MarkData
115 const CPDF_ContentMarkItem* CPDF_ContentMarks::MarkData::GetItem( in GetItem() function in CPDF_ContentMarks::MarkData
/aosp_15_r20/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tools.pas135 function GetItem(Index: Integer): T; in GetItem() function
189 function GetItem(const Key: TKey): TValue; in GetItem() function
224 function GetItem(Index: Integer): T; in GetItem() function
292 function GetItem(const Key: TKey): TValue; in GetItem() function
478 function TList<T>.GetItem(Index: Integer): T; in GetItem() function
641 function TDictionary<TKey,TValue>.GetItem(const Key: TKey): TValue; in GetItem() function
H A DAntlr.Runtime.Collections.pas104 function GetItem(const Key: TKey): TValue; in GetItem() function
232 function THashList<TKey, TValue>.GetItem(const Key: TKey): TValue; in GetItem() function
/aosp_15_r20/prebuilts/go/linux-x86/test/stress/
Dmaps.go28 GetItem() methodSpec
88 func (m intMap) GetItem() { func
/aosp_15_r20/external/lzma/CPP/7zip/Archive/7z/
H A D7zItem.h116 bool GetItem(unsigned index, UInt32 &value) const in GetItem() function
157 bool GetItem(unsigned index, UInt64 &value) const in GetItem() function
/aosp_15_r20/external/skia/src/base/
H A DSkTBlockList.h250 static T& GetItem(SkBlockAllocator::Block* block, int index) { in GetItem() function
253 static const T& GetItem(const SkBlockAllocator::Block* block, int index) { in GetItem() function
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_index.py260 class GetItem(base): class
274 class GetItem(base): class
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
H A Dquic_interval_deque_peer.h25 static T* GetItem(QuicIntervalDeque<T, C>* interval_deque, in GetItem() function
/aosp_15_r20/external/lzma/CPP/Windows/
H A DMenu.cpp103 bool CMenu::GetItem(UINT itemIndex, bool byPosition, CMenuItem &item) const in GetItem() function in NWindows::CMenu
/aosp_15_r20/external/lzma/CPP/Windows/Control/
H A DListView.h81 bool GetItem(LVITEM* item) const { return BOOLToBool(ListView_GetItem(_window, item)); } in GetItem() function
H A DDialog.h22 HWND GetItem(unsigned itemID) const in GetItem() function
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_index.py256 class GetItem: class
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/pyext/
H A Drepeated_composite_container.cc204 static PyObject* GetItem(RepeatedCompositeContainer* self, Py_ssize_t index, in GetItem() function
H A Ddescriptor_containers.cc595 static PyObject* GetItem(PyContainer* self, Py_ssize_t index) { in GetItem() function
/aosp_15_r20/external/protobuf/python/google/protobuf/pyext/
H A Drepeated_composite_container.cc204 static PyObject* GetItem(RepeatedCompositeContainer* self, Py_ssize_t index, in GetItem() function
H A Ddescriptor_containers.cc595 static PyObject* GetItem(PyContainer* self, Py_ssize_t index) { in GetItem() function
/aosp_15_r20/external/pdfium/xfa/fwl/
H A Dcfwl_listbox.cpp814 CFWL_ListBox::Item* CFWL_ListBox::GetItem(const CFWL_Widget* pWidget, in GetItem() function in CFWL_ListBox
/aosp_15_r20/external/lzma/CPP/7zip/Archive/
H A DVhdxHandler.cpp619 UInt64 GetItem(size_t n) const in GetItem() function
/aosp_15_r20/external/pytorch/torch/fx/experimental/migrate_gradual_types/
H A Dconstraint.py297 class GetItem(Constraint): class
/aosp_15_r20/external/pytorch/torch/_inductor/fx_passes/
H A Dsplit_cat.py1131 class GetItem(CallFunction): class
/aosp_15_r20/external/aws-sdk-java-v2/services/dynamodb/src/main/resources/codegen-resources/dynamodb/
H A Dexamples-1.json340 "GetItem": [ array
H A Dservice-2.json466 "GetItem":{ object
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_rematerialization.cc266 Item* GetItem(const HloInstruction* inst) const { in GetItem() function in xla::__anon2b46f4430111::InstructionList