Home
last modified time | relevance | path

Searched refs:HR (Results 1 – 25 of 445) sorted by relevance

12345678910>>...18

/external/elfutils/backends/
Ds390_corenote.c144 #define HR(n) \ macro
152 HR (0), HR (1), HR (2), HR (3), HR (4), HR (5), HR (6), HR (7),
153 HR (8), HR (9), HR (10), HR (11), HR (12), HR (13), HR (14), HR (15)
155 #undef HR
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorUInt128.h76 template <typename HL, typename LL, typename HR, typename LR>
78 bool operator == (const TensorUInt128<HL, LL>& lhs, const TensorUInt128<HR, LR>& rhs)
83 template <typename HL, typename LL, typename HR, typename LR>
85 bool operator != (const TensorUInt128<HL, LL>& lhs, const TensorUInt128<HR, LR>& rhs)
90 template <typename HL, typename LL, typename HR, typename LR>
92 bool operator >= (const TensorUInt128<HL, LL>& lhs, const TensorUInt128<HR, LR>& rhs)
100 template <typename HL, typename LL, typename HR, typename LR>
102 bool operator < (const TensorUInt128<HL, LL>& lhs, const TensorUInt128<HR, LR>& rhs)
110 template <typename HL, typename LL, typename HR, typename LR>
112 …uint64_t, uint64_t> operator + (const TensorUInt128<HL, LL>& lhs, const TensorUInt128<HR, LR>& rhs)
[all …]
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp69 HRESULT HR; in LoadDIA() local
70 if (FAILED(HR = NoRegCoCreate(msdia_dll, CLSID_DiaSource, IID_IDiaDataSource, in LoadDIA()
72 return ErrorFromHResult(HR); in LoadDIA()
94 HRESULT HR; in createFromPdb() local
95 if (FAILED(HR = DiaDataSource->loadDataFromPdb(Path16Str))) in createFromPdb()
96 return ErrorFromHResult(HR); in createFromPdb()
98 if (FAILED(HR = DiaDataSource->openSession(&DiaSession))) in createFromPdb()
99 return ErrorFromHResult(HR); in createFromPdb()
119 HRESULT HR; in createFromExe() local
120 if (FAILED(HR = DiaDataSource->loadDataForExe(Path16Str, nullptr, nullptr))) in createFromExe()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp77 HRESULT HR; in LoadDIA() local
78 if (FAILED(HR = NoRegCoCreate(msdia_dll, CLSID_DiaSource, IID_IDiaDataSource, in LoadDIA()
80 return ErrorFromHResult(HR, "Calling NoRegCoCreate"); in LoadDIA()
101 HRESULT HR; in createFromPdb() local
102 if (FAILED(HR = DiaDataSource->loadDataFromPdb(Path16Str))) { in createFromPdb()
103 return ErrorFromHResult(HR, "Calling loadDataFromPdb {0}", Path); in createFromPdb()
106 if (FAILED(HR = DiaDataSource->openSession(&DiaSession))) in createFromPdb()
107 return ErrorFromHResult(HR, "Calling openSession"); in createFromPdb()
127 HRESULT HR; in createFromExe() local
128 if (FAILED(HR = DiaDataSource->loadDataForExe(Path16Str, nullptr, nullptr))) in createFromExe()
[all …]
/external/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp77 HRESULT HR; in LoadDIA() local
78 if (FAILED(HR = NoRegCoCreate(msdia_dll, CLSID_DiaSource, IID_IDiaDataSource, in LoadDIA()
80 return ErrorFromHResult(HR, "Calling NoRegCoCreate"); in LoadDIA()
101 HRESULT HR; in createFromPdb() local
102 if (FAILED(HR = DiaDataSource->loadDataFromPdb(Path16Str))) { in createFromPdb()
103 return ErrorFromHResult(HR, "Calling loadDataFromPdb {0}", Path); in createFromPdb()
106 if (FAILED(HR = DiaDataSource->openSession(&DiaSession))) in createFromPdb()
107 return ErrorFromHResult(HR, "Calling openSession"); in createFromPdb()
127 HRESULT HR; in createFromExe() local
128 if (FAILED(HR = DiaDataSource->loadDataForExe(Path16Str, nullptr, nullptr))) in createFromExe()
[all …]
/external/skia/src/xps/
DSkXPSDevice.cpp179 HR(this->createId(id, GUID_ID_LEN)); in createXpsThumbnail()
567 HR(this->createXpsRect(areaToFill, FALSE, TRUE, &areaToFillFigure)); in sideOfClamp()
570 HR(this->createPath(areaToFillFigure.get(), visuals, &areaToFillPath)); in sideOfClamp()
590 HR(this->createXpsRect(areaToFill, FALSE, TRUE, &areaToFillFigure)); in cornerOfClamp()
593 HR(this->createPath(areaToFillFigure.get(), visuals, &areaToFillPath)); in cornerOfClamp()
596 HR(this->createXpsSolidColorBrush(color, 0xFF, &areaToFillBrush)); in cornerOfClamp()
643 HR(this->createId(id, GUID_ID_LEN)); in createXpsImageBrush()
694 HR(this->createXpsRect(bitmapPoints, FALSE, TRUE, &centralFigure)); in createXpsImageBrush()
697 HR(this->createPath(centralFigure.get(), in createXpsImageBrush()
712 HR(this->sideOfClamp(leftArea, leftImageViewBox, in createXpsImageBrush()
[all …]
/external/skqp/src/xps/
DSkXPSDevice.cpp190 HR(this->createId(id, GUID_ID_LEN)); in createXpsThumbnail()
572 HR(this->createXpsRect(areaToFill, FALSE, TRUE, &areaToFillFigure)); in sideOfClamp()
575 HR(this->createPath(areaToFillFigure.get(), visuals, &areaToFillPath)); in sideOfClamp()
595 HR(this->createXpsRect(areaToFill, FALSE, TRUE, &areaToFillFigure)); in cornerOfClamp()
598 HR(this->createPath(areaToFillFigure.get(), visuals, &areaToFillPath)); in cornerOfClamp()
601 HR(this->createXpsSolidColorBrush(color, 0xFF, &areaToFillBrush)); in cornerOfClamp()
646 HR(this->createId(id, GUID_ID_LEN)); in createXpsImageBrush()
697 HR(this->createXpsRect(bitmapPoints, FALSE, TRUE, &centralFigure)); in createXpsImageBrush()
700 HR(this->createPath(centralFigure.get(), in createXpsImageBrush()
715 HR(this->sideOfClamp(leftArea, leftImageViewBox, in createXpsImageBrush()
[all …]
/external/skia/src/ports/
DSkFontMgr_win_dw.cpp97 HR(SkDWriteFontFileStreamWrapper::Create(fStream->duplicate().release(), &stream)); in CreateStreamFromKey()
176 HR(fFactory->CreateCustomFontFileReference( in MoveNext()
261 HR(StreamFontFileEnumerator::Create(factory, fFontFileLoader.get(), &enumerator)); in CreateEnumeratorFromKey()
931 HR(fontFace5->GetFontResource(&fontResource)); in apply_fontargument_variation()
932 HR(fontResource->GetDefaultFontAxisValues(variation, fontAxisCount)); in apply_fontargument_variation()
948 HR(fontResource->CreateFontFace(DWRITE_FONT_SIMULATIONS_NONE, in apply_fontargument_variation()
952 HR(fontFace5_Out->QueryInterface(&fontFace)); in apply_fontargument_variation()
1038 HR(fontFace5->GetFontResource(&fontResource)); in apply_fontdata_variation()
1052 HR(fontResource->GetDefaultFontAxisValues(variation, fontAxisCount)); in apply_fontdata_variation()
1055 HR(fontResource->GetFontAxisRanges(axisRanges, fontAxisCount)); in apply_fontdata_variation()
[all …]
DSkRemotableFontMgr_win_dw.cpp100 HR(fontFace->GetFiles(&numFiles, nullptr)); in FontToIdentity()
107 HR(fontFace->GetFiles(&numFiles, &fontFile)); in FontToIdentity()
110 HR(fontFile->GetLoader(&fontFileLoader)); in FontToIdentity()
114 HR(fontFile->GetReferenceKey(&refKey, &refKeySize)); in FontToIdentity()
260 HR(fOuter->FontToIdentity(font.get(), &fIdentity)); in DrawGlyphRun()
/external/skqp/src/ports/
DSkRemotableFontMgr_win_dw.cpp99 HR(fontFace->GetFiles(&numFiles, nullptr)); in FontToIdentity()
106 HR(fontFace->GetFiles(&numFiles, &fontFile)); in FontToIdentity()
109 HR(fontFile->GetLoader(&fontFileLoader)); in FontToIdentity()
113 HR(fontFile->GetReferenceKey(&refKey, &refKeySize)); in FontToIdentity()
259 HR(fOuter->FontToIdentity(font.get(), &fIdentity)); in DrawGlyphRun()
/external/libcups/templates/ru/
Dhelp-header.tmpl20 <HR>
32 <HR NOSHADE>:}
/external/libcups/templates/ja/
Dhelp-header.tmpl20 <HR>
32 <HR NOSHADE>:}
/external/icu/icu4c/source/test/fuzzer/
Duloc_get_name_fuzzer_seed_corpus.txt23 hr-HR-u-ca-roc
30 HR-u-roc85Y-4xU-d0r-U22x-lvariant-ims-0d0U22-js17zr-rsm-u56su-csu-ins1-ins17Rz-zax-ianu-ssd-d0U22-j…
Duloc_is_right_to_left_fuzzer_seed_corpus.txt23 hr-HR-u-ca-roc
30 HR-u-roc85Y-4xU-d0r-U22x-lvariant-ims-0d0U22-js17zr-rsm-u56su-csu-ins1-ins17Rz-zax-ianu-ssd-d0U22-j…
Duloc_for_language_tag_fuzzer_seed_corpus.txt23 hr-HR-u-ca-roc
30 HR-u-roc85Y-4xU-d0r-U22x-lvariant-ims-0d0U22-js17zr-rsm-u56su-csu-ins1-ins17Rz-zax-ianu-ssd-d0U22-j…
Duloc_canonicalize_fuzzer_seed_corpus.txt23 hr-HR-u-ca-roc
30 HR-u-roc85Y-4xU-d0r-U22x-lvariant-ims-0d0U22-js17zr-rsm-u56su-csu-ins1-ins17Rz-zax-ianu-ssd-d0U22-j…
Duloc_open_keywords_fuzzer_seed_corpus.txt23 hr-HR-u-ca-roc
30 HR-u-roc85Y-4xU-d0r-U22x-lvariant-ims-0d0U22-js17zr-rsm-u56su-csu-ins1-ins17Rz-zax-ianu-ssd-d0U22-j…
/external/llvm-project/clang/lib/Driver/ToolChains/
DMSVC.cpp205 HRESULT HR; in findVCToolChainViaSetupConfig()
222 HR = Query.CreateInstance(__uuidof(SetupConfiguration)); in findVCToolChainViaSetupConfig()
223 if (FAILED(HR)) in findVCToolChainViaSetupConfig()
227 HR = ISetupConfiguration2Ptr(Query)->EnumAllInstances(&EnumInstances); in findVCToolChainViaSetupConfig()
228 if (FAILED(HR)) in findVCToolChainViaSetupConfig()
232 HR = EnumInstances->Next(1, &Instance, nullptr); in findVCToolChainViaSetupConfig()
233 if (HR != S_OK) in findVCToolChainViaSetupConfig()
241 HR = Instance->GetInstallationVersion(VersionString.GetAddress()); in findVCToolChainViaSetupConfig()
242 if (FAILED(HR)) in findVCToolChainViaSetupConfig()
244 HR = ISetupHelperPtr(Query)->ParseVersion(VersionString, &VersionNum); in findVCToolChainViaSetupConfig()
[all …]
/external/libcups/templates/
Dhelp-header.tmpl20 <HR>
32 <HR NOSHADE>:}
/external/libcups/templates/da/
Dhelp-header.tmpl20 <HR>
32 <HR NOSHADE>:}
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DGSIStreamBuilder.cpp138 PSHashRecord HR; in finalizeBuckets() local
140 HR.Off = SymOffset + 1; in finalizeBuckets()
141 HR.CRef = 1; // Always use a refcount of 1. in finalizeBuckets()
146 TmpBuckets[BucketIdx].push_back(std::make_pair(Name, HR)); in finalizeBuckets()
/external/libcups/templates/fr/
Dhelp-header.tmpl20 <HR>
32 <HR NOSHADE>:}
/external/libcups/templates/de/
Dhelp-header.tmpl20 <HR>
32 <HR NOSHADE>:}
/external/libcups/templates/es/
Dhelp-header.tmpl20 <HR>
32 <HR NOSHADE>:}
/external/libcups/templates/pt_BR/
Dhelp-header.tmpl20 <HR>
32 <HR NOSHADE>:}

12345678910>>...18