/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/ |
H A D | gemm-microkernel-tester.h | 248 for (size_t nIndex = 0; nIndex < n(); nIndex++) { in test() local 311 for (size_t nIndex = 0; nIndex < n(); nIndex++) { in test() local 323 for (size_t nIndex = 0; nIndex < n(); nIndex++) { in test() local 409 for (size_t nIndex = 0; nIndex < n(); nIndex++) { in test() local 446 for (size_t nIndex = 0; nIndex < n(); nIndex++) { in test() local 539 for (size_t nIndex = 0; nIndex < n(); nIndex++) { in test() local 614 for (size_t nIndex = 0; nIndex < n(); nIndex++) { in test() local 626 for (size_t nIndex = 0; nIndex < n(); nIndex++) { in test() local 727 for (size_t nIndex = 0; nIndex < n(); nIndex++) { in test() local 781 for (size_t nIndex = 0; nIndex < n(); nIndex++) { in test() local [all …]
|
H A D | gemm-block-sparse-microkernel-tester.h | 307 for (size_t nIndex = 0; nIndex < n(); nIndex++) { in test() local 344 for (size_t nIndex = 0; nIndex < n(); nIndex++) { in test() local 434 for (size_t nIndex = 0; nIndex < n(); nIndex++) { in test_packed() local 480 for (size_t nIndex = 0; nIndex < n(); nIndex++) { in test_packed() local
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | dxtmpl.h | 126 inline TYPE CDXArray<TYPE,ARG_TYPE>::GetAt(int nIndex) const { _ASSERT((nIndex >= 0 && nIndex < m_n… in GetAt() 128 inline void CDXArray<TYPE,ARG_TYPE>::SetAt(int nIndex,ARG_TYPE newElement) { _ASSERT((nIndex >= 0 &… in SetAt() 130 inline TYPE &CDXArray<TYPE,ARG_TYPE>::ElementAt(int nIndex) { _ASSERT((nIndex >= 0 && nIndex < m_nS… in ElementAt() 137 int nIndex = m_nSize; in Add() local 243 void CDXArray<TYPE,ARG_TYPE>::SetAtGrow(int nIndex,ARG_TYPE newElement) { in SetAtGrow() 251 void CDXArray<TYPE,ARG_TYPE>::InsertAt(int nIndex,ARG_TYPE newElement,int nCount) { in InsertAt() 268 void CDXArray<TYPE,ARG_TYPE>::RemoveAt(int nIndex,int nCount) { in RemoveAt() 615 DXLISTPOS CDXList<TYPE,ARG_TYPE>::FindIndex(int nIndex) const { in FindIndex()
|
D | msputils.h | 61 int nIndex = Find(t); in Remove() local 65 WINBOOL RemoveAt(int nIndex) { in RemoveAt() 84 void SetAtIndex(int nIndex,T &t) { in SetAtIndex()
|
/aosp_15_r20/external/deqp/external/glslang/ |
H A D | osinclude.cpp | 43 bool OS_SetTLSValue(OS_TLSIndex nIndex, void *lpvValue) in OS_SetTLSValue() 49 bool OS_FreeTLSIndex(OS_TLSIndex nIndex) in OS_FreeTLSIndex() 55 void *OS_GetTLSValue(OS_TLSIndex nIndex) in OS_GetTLSValue()
|
/aosp_15_r20/external/pdfium/xfa/fxfa/ |
H A D | cxfa_fflistbox.cpp | 171 void CXFA_FFListBox::SetItemState(int32_t nIndex, bool bSelected) { in SetItemState() 178 void CXFA_FFListBox::InsertItem(const WideString& wsLabel, int32_t nIndex) { in InsertItem() 184 void CXFA_FFListBox::DeleteItem(int32_t nIndex) { in DeleteItem()
|
H A D | cxfa_ffcombobox.cpp | 292 void CXFA_FFComboBox::SetItemState(int32_t nIndex, bool bSelected) { in SetItemState() 298 void CXFA_FFComboBox::InsertItem(const WideString& wsLabel, int32_t nIndex) { in InsertItem() 304 void CXFA_FFComboBox::DeleteItem(int32_t nIndex) { in DeleteItem()
|
/aosp_15_r20/external/pdfium/core/fpdfdoc/ |
H A D | cpdf_nametree.cpp | 203 size_t* nIndex, in SearchNameNodeByNameInternal() 283 size_t nIndex = 0; in SearchNameNodeByName() local 543 bool CPDF_NameTree::DeleteValueAndName(size_t nIndex) { in DeleteValueAndName() 563 size_t nIndex, in LookupValueAndName()
|
H A D | cpdf_annot.cpp | 236 size_t nIndex) { in RectFromQuadPointsArray() 275 size_t nIndex) { in RectFromQuadPoints()
|
/aosp_15_r20/external/pdfium/fpdfsdk/pwl/ |
H A D | cpwl_list_ctrl.cpp | 275 int32_t nIndex = GetLastSelected(); in OnChar() local 513 void CPWL_ListCtrl::SetTopItem(int32_t nIndex) { in SetTopItem() 598 int32_t CPWL_ListCtrl::FindNext(int32_t nIndex, wchar_t nChar) const { in FindNext() 619 void CPWL_ListCtrl::SetItemSelect(int32_t nIndex, bool bSelected) { in SetItemSelect()
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/Xe_M/Xe_HPM/vp/hal/ |
H A D | vphal_renderer_xe_hpm.h | 60 for (uint32_t nIndex = 0; nIndex < VPHAL_MAX_NUM_DS_SURFACES; nIndex++) in VphalRendererXe_Hpm() local 76 for (uint32_t nIndex = 0; nIndex < VPHAL_MAX_NUM_DS_SURFACES; nIndex++) in ~VphalRendererXe_Hpm() local
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen12_tgllp/vp/hal/ |
H A D | vphal_renderer_g12_tgllp.h | 53 for (uint32_t nIndex = 0; nIndex < VPHAL_MAX_NUM_DS_SURFACES; nIndex++) in VphalRendererG12Tgllp() local 69 for (uint32_t nIndex = 0; nIndex < VPHAL_MAX_NUM_DS_SURFACES; nIndex++) in ~VphalRendererG12Tgllp() local
|
H A D | vphal_renderer_g12_tgllp.cpp | 338 for (uint32_t nIndex = 0; nIndex < VPHAL_MAX_NUM_DS_SURFACES; nIndex++) in RenderScaling() local
|
/aosp_15_r20/external/mdnsresponder/mDNSWindows/ControlPanel/ |
H A D | BrowsingPage.cpp | 106 int nIndex; in OnSetActive() local 282 int nIndex; in OnBnClickedAddBrowseDomain() local
|
/aosp_15_r20/external/pdfium/core/fxcodec/jbig2/ |
H A D | JBig2_Context.cpp | 192 int32_t nIndex) { in FindReferredTableSegmentByIndex() 451 int32_t nIndex = 0; in ParseSymbolDict() local 692 int32_t nIndex = 0; in ParseTextRegion() local
|
/aosp_15_r20/external/pdfium/xfa/fxfa/parser/ |
H A D | cxfa_localevalue.cpp | 403 size_t nIndex = 0; in ValidateCanonicalDate() local 480 size_t nIndex = 0; in ValidateCanonicalTime() local
|
H A D | cxfa_node.cpp | 628 int32_t nIndex) { in GetEdgeThickness() 4223 absl::optional<WideString> CXFA_Node::GetChoiceListItem(int32_t nIndex, in GetChoiceListItem() 4302 int32_t CXFA_Node::GetSelectedItem(int32_t nIndex) { in GetSelectedItem() 4339 bool CXFA_Node::GetItemState(int32_t nIndex) { in GetItemState() 4345 void CXFA_Node::SetItemState(int32_t nIndex, in SetItemState() 4429 int32_t nIndex = -1; in InsertItem() local 4565 bool CXFA_Node::DeleteItem(int32_t nIndex, bool bNotify, bool bScriptModify) { in DeleteItem() 4981 int32_t nIndex) { in InsertListTextItem()
|
/aosp_15_r20/external/pdfium/fxjs/ |
H A D | cjs_publicmethods.cpp | 333 int nIndex = 0; in AF_MakeArrayFromList() local 369 size_t nIndex = 0; in ParseDate() local 1438 int nIndex = 0; in AFExtractNums() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/string/example/ |
D | split_example.cpp | 54 for(unsigned int nIndex=0; nIndex<ResultCopy.size(); nIndex++) in main() local
|
/aosp_15_r20/external/pdfium/fpdfsdk/formfiller/ |
H A D | cffl_combobox.h | 18 int nIndex = 0; member
|
/aosp_15_r20/external/pdfium/xfa/fwl/ |
H A D | cfwl_listbox.cpp | 128 int32_t CFWL_ListBox::GetSelIndex(int32_t nIndex) { in GetSelIndex() 843 int32_t nIndex = GetItemIndex(this, pItem); in DeleteString() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/string/test/ |
D | split_test.cpp | 36 for( unsigned int nIndex=0; nIndex<X.size(); ++nIndex ) in deep_compare() local
|
/aosp_15_r20/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/text/nodes/ |
D | TextRendererNode.cpp | 154 for (int32_t nIndex = 1; nIndex <= lostCount; nIndex++) in ProcessData() local
|
/aosp_15_r20/external/pdfium/core/fxge/ |
H A D | cfx_unicodeencodingex.cpp | 61 FT_UInt nIndex = FT_Get_Char_Index(face, charcode); in GlyphFromCharCode() local
|
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/ |
H A D | VectorAverage.java | 158 int nIndex = 0; in initFromString() local
|