Home
last modified time | relevance | path

Searched refs:cdms (Results 1 – 25 of 53) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/media/
H A Dcdm_registry_impl_unittest.cc113 auto cdms = cdm_registry_.GetAllRegisteredCdms(); in TEST_F() local
114 ASSERT_EQ(1u, cdms.size()); in TEST_F()
115 CdmInfo cdm = cdms[0]; in TEST_F()
179 std::vector<CdmInfo> cdms = cdm_registry_.GetAllRegisteredCdms(); in TEST_F() local
180 ASSERT_EQ(1u, cdms.size()); in TEST_F()
181 const CdmInfo& cdm = cdms[0]; in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/media/
H A Dcdm_registry_impl_unittest.cc108 auto cdms = cdm_registry_.GetAllRegisteredCdms(); in TEST_F() local
109 ASSERT_EQ(1u, cdms.size()); in TEST_F()
110 CdmInfo cdm = cdms[0]; in TEST_F()
173 std::vector<CdmInfo> cdms = cdm_registry_.GetAllRegisteredCdms(); in TEST_F() local
174 ASSERT_EQ(1u, cdms.size()); in TEST_F()
175 const CdmInfo& cdm = cdms[0]; in TEST_F()
/dports/science/PETSc/petsc-3.14.1/src/binding/petsc4py/src/PETSc/
H A DDMComposite.pyx30 cdef PetscDM *cdms = NULL
32 cdef object tmp = oarray_p(empty_p(n), NULL, <void**>&cdms)
33 CHKERR( DMCompositeGetEntriesArray(self.dm, cdms) )
37 entry = subtype_DM(cdms[i])()
38 entry.dm = cdms[i]
H A DPC.pyx718 cdef PetscDM *cdms = NULL
731 CHKERR( PetscMalloc(<size_t>numSubSpaces*sizeof(PetscDM), &cdms) )
734 cdms[i] = (<DM?>dms[i]).dm
741 cdms, cbs, nodesPerCell,
746 CHKERR( PetscFree(cdms) )
H A DSNES.pyx784 cdef PetscDM *cdms = NULL
797 CHKERR( PetscMalloc(<size_t>numSubSpaces*sizeof(PetscDM), &cdms) )
800 cdms[i] = (<DM?>dms[i]).dm
807 cdms, cbs, nodesPerCell,
812 CHKERR( PetscFree(cdms) )
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/common/
H A Dchrome_content_client.cc398 std::vector<content::CdmInfo>* cdms, in AddContentDecryptionModules() argument
400 if (cdms) { in AddContentDecryptionModules()
431 cdms->push_back(*bundled_widevine); in AddContentDecryptionModules()
435 cdms->push_back(*updated_widevine); in AddContentDecryptionModules()
467 cdms->push_back(content::CdmInfo( in AddContentDecryptionModules()
473 cdms->push_back( in AddContentDecryptionModules()
H A Dchrome_content_client.h85 std::vector<content::CdmInfo>* cdms,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/core/
H A Dcontent_client_qt.cpp392 void ContentClientQt::AddContentDecryptionModules(std::vector<content::CdmInfo> *cdms, in AddContentDecryptionModules() argument
396 if (cdms) { in AddContentDecryptionModules()
402cdms->push_back(content::CdmInfo(kWidevineCdmDisplayName, kWidevineCdmGuid, version, cdm_path, in AddContentDecryptionModules()
432cdms->push_back(content::CdmInfo(media::kClearKeyCdmDisplayName, media::kClearKeyCdmDifferentGuid, in AddContentDecryptionModules()
438cdms->push_back(content::CdmInfo(media::kClearKeyCdmDisplayName, media::kClearKeyCdmGuid, in AddContentDecryptionModules()
H A Dcontent_client_qt.h55 void AddContentDecryptionModules(std::vector<content::CdmInfo> *cdms,
/dports/www/firefox/firefox-99.0/dom/media/gmp/
H A DGMPContentChild.cpp119 const ManagedContainer<PChromiumCDMChild>& cdms = ManagedPChromiumCDMChild(); in CloseActive() local
120 for (const auto& key : cdms) { in CloseActive()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/gmp/
H A DGMPContentChild.cpp122 const ManagedContainer<PChromiumCDMChild>& cdms = ManagedPChromiumCDMChild(); in CloseActive() local
123 for (const auto& key : cdms) { in CloseActive()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/gmp/
H A DGMPContentChild.cpp112 const ManagedContainer<PChromiumCDMChild>& cdms = ManagedPChromiumCDMChild(); in CloseActive() local
113 for (auto iter = cdms.ConstIter(); !iter.Done(); iter.Next()) { in CloseActive()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/gmp/
H A DGMPContentChild.cpp122 const ManagedContainer<PChromiumCDMChild>& cdms = ManagedPChromiumCDMChild(); in CloseActive() local
123 for (const auto& key : cdms) { in CloseActive()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/common/
H A Dchrome_content_client.cc601 std::vector<content::CdmInfo>* cdms, in AddContentDecryptionModules() argument
603 if (cdms) { in AddContentDecryptionModules()
634 cdms->push_back(*bundled_widevine); in AddContentDecryptionModules()
638 cdms->push_back(*updated_widevine); in AddContentDecryptionModules()
670 cdms->push_back(content::CdmInfo( in AddContentDecryptionModules()
676 cdms->push_back( in AddContentDecryptionModules()
H A Dchrome_content_client.h82 std::vector<content::CdmInfo>* cdms,
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/gmp/
H A DGMPContentChild.cpp347 const ManagedContainer<PChromiumCDMChild>& cdms = ManagedPChromiumCDMChild(); in CloseActive() local
348 for (auto iter = cdms.ConstIter(); !iter.Done(); iter.Next()) { in CloseActive()
/dports/science/quantum-espresso/q-e-qe-6.7.0/CPV/src/
H A Dinit_run.f9021 USE ions_base, ONLY : na, nax, nat, nsp, iforce, amass, cdms, ityp
356 CALL ions_cofmass( taus, amass, nat, ityp, cdms )
H A Dcpr.f9051 atm, cdm, cdms, ions_cofmsub
496 CALL ions_cofmsub( tausp, iforce, nat, cdm, cdms )
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/app/
H A Dcontent_main_runner_impl.cc340 std::vector<CdmInfo> cdms; in PreloadLibraryCdms() local
341 GetContentClient()->AddContentDecryptionModules(&cdms, nullptr); in PreloadLibraryCdms()
342 for (const auto& cdm : cdms) { in PreloadLibraryCdms()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/app/
H A Dcontent_main_runner_impl.cc335 std::vector<CdmInfo> cdms; in PreloadLibraryCdms() local
336 GetContentClient()->AddContentDecryptionModules(&cdms, nullptr); in PreloadLibraryCdms()
337 for (const auto& cdm : cdms) { in PreloadLibraryCdms()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/common/
H A Dcontent_client.h111 std::vector<content::CdmInfo>* cdms, in AddContentDecryptionModules() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/public/common/
H A Dcontent_client.h112 std::vector<content::CdmInfo>* cdms, in AddContentDecryptionModules() argument
/dports/science/quantum-espresso/q-e-qe-6.7.0/Modules/
H A Dions_base.f9074 REAL(DP) :: cdms(3) variable
/dports/textproc/augeas/augeas-1.12.0/lenses/tests/
H A Dtest_krb5.aug168 .cdms-soudan.org = FNAL.GOV
451 { ".cdms-soudan.org" = "FNAL.GOV" }
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Duse_only_3.inc870 REAL(DP) :: cdms(3)

123