Home
last modified time | relevance | path

Searched refs:xInst (Results 1 – 25 of 344) sorted by relevance

12345678910>>...14

/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/mod/_fwk/
H A DPopupMenuControllerFactory.java71 XInterface xInst = null; in createTestEnvironment() local
78 xInst = (XInterface)xMSF.createInstance( in createTestEnvironment()
81 log.println("TestObject: " + util.utils.getImplName(xInst)); in createTestEnvironment()
82 tEnv = new TestEnvironment(xInst); in createTestEnvironment()
89 …XUIControllerRegistration xReg = UnoRuntime.queryInterface(XUIControllerRegistration.class, xInst); in createTestEnvironment()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/mod/_fwk/
H A DPopupMenuControllerFactory.java71 XInterface xInst = null; in createTestEnvironment() local
78 xInst = (XInterface)xMSF.createInstance( in createTestEnvironment()
81 log.println("TestObject: " + util.utils.getImplName(xInst)); in createTestEnvironment()
82 tEnv = new TestEnvironment(xInst); in createTestEnvironment()
89 …XUIControllerRegistration xReg = UnoRuntime.queryInterface(XUIControllerRegistration.class, xInst); in createTestEnvironment()
/dports/editors/libreoffice/libreoffice-7.2.6.2/stoc/test/
H A Dtestsmgr_cpnt.cxx213xInst( xSMgr->createInstance("com.sun.star.registry.ImplementationRegistration"), UNO_QUERY ); in test_ServiceManager() local
214 OSL_ENSURE( xInst.is(), "no ImplementationRegistration" ); in test_ServiceManager()
218xInst->registerImplementation(OUString("com.sun.star.loader.SharedLibrary"), atUModule2, Reference… in test_ServiceManager()
225 …Sequence<OUString> seqImpl = xInst->getImplementations(OUString("com.sun.star.loader.SharedLibrary… in test_ServiceManager()
236 OSL_VERIFY( xInst->revokeImplementation(atUModule2, Reference< XSimpleRegistry > ()) ); in test_ServiceManager()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/stoc/test/
H A Dtestsmgr_cpnt.cxx213xInst( xSMgr->createInstance("com.sun.star.registry.ImplementationRegistration"), UNO_QUERY ); in test_ServiceManager() local
214 OSL_ENSURE( xInst.is(), "no ImplementationRegistration" ); in test_ServiceManager()
218xInst->registerImplementation(OUString("com.sun.star.loader.SharedLibrary"), atUModule2, Reference… in test_ServiceManager()
225 …Sequence<OUString> seqImpl = xInst->getImplementations(OUString("com.sun.star.loader.SharedLibrary… in test_ServiceManager()
236 OSL_VERIFY( xInst->revokeImplementation(atUModule2, Reference< XSimpleRegistry > ()) ); in test_ServiceManager()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/asmjit/x86/
H A Dx86emithelper.cpp412 …eRestoreInfo(uint32_t group, const FuncFrame& frame, Reg& xReg, uint32_t& xInst, uint32_t& xSize) … in X86Internal_setupSaveRestoreInfo() argument
416 xInst = getXmmMovInst(frame); in X86Internal_setupSaveRestoreInfo()
421 xInst = Inst::kIdMovq; in X86Internal_setupSaveRestoreInfo()
426 xInst = Inst::kIdKmovq; in X86Internal_setupSaveRestoreInfo()
492 uint32_t xInst; in emitProlog() local
498 X86Internal_setupSaveRestoreInfo(group, frame, xReg, xInst, xSize); in emitProlog()
501 ASMJIT_PROPAGATE(emitter->emit(xInst, xBase, xReg)); in emitProlog()
533 uint32_t xInst; in emitEpilog() local
539 X86Internal_setupSaveRestoreInfo(group, frame, xReg, xInst, xSize); in emitEpilog()
542 ASMJIT_PROPAGATE(emitter->emit(xInst, xReg, xBase)); in emitEpilog()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/asmjit/x86/
H A Dx86emithelper.cpp412 …eRestoreInfo(uint32_t group, const FuncFrame& frame, Reg& xReg, uint32_t& xInst, uint32_t& xSize) … in X86Internal_setupSaveRestoreInfo() argument
416 xInst = getXmmMovInst(frame); in X86Internal_setupSaveRestoreInfo()
421 xInst = Inst::kIdMovq; in X86Internal_setupSaveRestoreInfo()
426 xInst = Inst::kIdKmovq; in X86Internal_setupSaveRestoreInfo()
492 uint32_t xInst; in emitProlog() local
498 X86Internal_setupSaveRestoreInfo(group, frame, xReg, xInst, xSize); in emitProlog()
501 ASMJIT_PROPAGATE(emitter->emit(xInst, xBase, xReg)); in emitProlog()
533 uint32_t xInst; in emitEpilog() local
539 X86Internal_setupSaveRestoreInfo(group, frame, xReg, xInst, xSize); in emitEpilog()
542 ASMJIT_PROPAGATE(emitter->emit(xInst, xReg, xBase)); in emitEpilog()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/asmjit/x86/
H A Dx86emithelper.cpp412 …eRestoreInfo(uint32_t group, const FuncFrame& frame, Reg& xReg, uint32_t& xInst, uint32_t& xSize) … in X86Internal_setupSaveRestoreInfo() argument
416 xInst = getXmmMovInst(frame); in X86Internal_setupSaveRestoreInfo()
421 xInst = Inst::kIdMovq; in X86Internal_setupSaveRestoreInfo()
426 xInst = Inst::kIdKmovq; in X86Internal_setupSaveRestoreInfo()
492 uint32_t xInst; in emitProlog() local
498 X86Internal_setupSaveRestoreInfo(group, frame, xReg, xInst, xSize); in emitProlog()
501 ASMJIT_PROPAGATE(emitter->emit(xInst, xBase, xReg)); in emitProlog()
533 uint32_t xInst; in emitEpilog() local
539 X86Internal_setupSaveRestoreInfo(group, frame, xReg, xInst, xSize); in emitEpilog()
542 ASMJIT_PROPAGATE(emitter->emit(xInst, xReg, xBase)); in emitEpilog()
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/asmjit/x86/
H A Dx86emithelper.cpp412 …eRestoreInfo(uint32_t group, const FuncFrame& frame, Reg& xReg, uint32_t& xInst, uint32_t& xSize) … in X86Internal_setupSaveRestoreInfo() argument
416 xInst = getXmmMovInst(frame); in X86Internal_setupSaveRestoreInfo()
421 xInst = Inst::kIdMovq; in X86Internal_setupSaveRestoreInfo()
426 xInst = Inst::kIdKmovq; in X86Internal_setupSaveRestoreInfo()
492 uint32_t xInst; in emitProlog() local
498 X86Internal_setupSaveRestoreInfo(group, frame, xReg, xInst, xSize); in emitProlog()
501 ASMJIT_PROPAGATE(emitter->emit(xInst, xBase, xReg)); in emitProlog()
533 uint32_t xInst; in emitEpilog() local
539 X86Internal_setupSaveRestoreInfo(group, frame, xReg, xInst, xSize); in emitEpilog()
542 ASMJIT_PROPAGATE(emitter->emit(xInst, xReg, xBase)); in emitEpilog()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/unotools/source/config/
H A Dhistoryoptions.cxx382 uno::Reference<uno::XInterface> xInst; in AppendItem() local
413 xInst = xFac->createInstance(); in AppendItem()
415 xOrderList->insertByName(sPush, uno::makeAny(xInst)); in AppendItem()
430 xInst = xFac->createInstance(); in AppendItem()
431 xItemList->insertByName(sURL, uno::makeAny(xInst)); in AppendItem()
433 xSet.set(xInst, uno::UNO_QUERY); in AppendItem()
H A Dconfigitem.cxx775 Reference<XInterface> xInst = xFac->createInstance(); in SetSetProperties() local
776 Any aVal; aVal <<= xInst; in SetSetProperties()
911 Reference<XInterface> xInst = xFac->createInstance(); in ReplaceSetProperties() local
912 Any aVal; aVal <<= xInst; in ReplaceSetProperties()
996 Reference<XInterface> xInst = xFac->createInstance(); in AddNode() local
997 Any aVal; aVal <<= xInst; in AddNode()
/dports/editors/libreoffice/libreoffice-7.2.6.2/unotools/source/config/
H A Dhistoryoptions.cxx382 uno::Reference<uno::XInterface> xInst; in AppendItem() local
413 xInst = xFac->createInstance(); in AppendItem()
415 xOrderList->insertByName(sPush, uno::makeAny(xInst)); in AppendItem()
430 xInst = xFac->createInstance(); in AppendItem()
431 xItemList->insertByName(sURL, uno::makeAny(xInst)); in AppendItem()
433 xSet.set(xInst, uno::UNO_QUERY); in AppendItem()
H A Dconfigitem.cxx779 Reference<XInterface> xInst = xFac->createInstance(); in SetSetProperties() local
780 Any aVal; aVal <<= xInst; in SetSetProperties()
915 Reference<XInterface> xInst = xFac->createInstance(); in ReplaceSetProperties() local
916 Any aVal; aVal <<= xInst; in ReplaceSetProperties()
1000 Reference<XInterface> xInst = xFac->createInstance(); in AddNode() local
1001 Any aVal; aVal <<= xInst; in AddNode()
/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/source/ole/
H A Dservprov.cxx150 const Reference<XInterface>& xInst = m_xInstFunction(); in CreateInstance() local
151 if (xInst.is()) in CreateInstance()
153 Any usrAny(&xInst, cppu::UnoType<decltype(xInst)>::get()); in CreateInstance()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/ole/
H A Dservprov.cxx151 const Reference<XInterface>& xInst = m_xInstFunction(); in CreateInstance() local
152 if (xInst.is()) in CreateInstance()
154 Any usrAny(&xInst, cppu::UnoType<decltype(xInst)>::get()); in CreateInstance()
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/fts5/
H A Dfts5_aux.c61 rc = pIter->pApi->xInst(pIter->pFts, pIter->iInst, &ip, &ic, &io); in fts5CInstIterNext()
341 rc = pApi->xInst(pFts, i, &ip, &ic, &iOff); in fts5SnippetScore()
434 rc = pApi->xInst(pFts, ii, &ip, &ic, &io); in fts5SnippetFunction()
647 rc = pApi->xInst(pFts, i, &ip, &ic, &io); in fts5Bm25Function()
H A Dfts5.h288 int (*xInst)(Fts5Context*, int iIdx, int *piPhrase, int *piCol, int *piOff); member
/dports/databases/sqlite3/sqlite-src-3350500/ext/fts5/
H A Dfts5_aux.c61 rc = pIter->pApi->xInst(pIter->pFts, pIter->iInst, &ip, &ic, &io); in fts5CInstIterNext()
342 rc = pApi->xInst(pFts, i, &ip, &ic, &iOff); in fts5SnippetScore()
445 rc = pApi->xInst(pFts, ii, &ip, &ic, &io); in fts5SnippetFunction()
661 rc = pApi->xInst(pFts, i, &ip, &ic, &io); in fts5Bm25Function()
H A Dfts5.h284 int (*xInst)(Fts5Context*, int iIdx, int *piPhrase, int *piCol, int *piOff); member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/fts5/
H A Dfts5_aux.c61 rc = pIter->pApi->xInst(pIter->pFts, pIter->iInst, &ip, &ic, &io); in fts5CInstIterNext()
342 rc = pApi->xInst(pFts, i, &ip, &ic, &iOff); in fts5SnippetScore()
445 rc = pApi->xInst(pFts, ii, &ip, &ic, &io); in fts5SnippetFunction()
661 rc = pApi->xInst(pFts, i, &ip, &ic, &io); in fts5Bm25Function()
H A Dfts5.h284 int (*xInst)(Fts5Context*, int iIdx, int *piPhrase, int *piCol, int *piOff); member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/fts5/
H A Dfts5_aux.c61 rc = pIter->pApi->xInst(pIter->pFts, pIter->iInst, &ip, &ic, &io); in fts5CInstIterNext()
342 rc = pApi->xInst(pFts, i, &ip, &ic, &iOff); in fts5SnippetScore()
445 rc = pApi->xInst(pFts, ii, &ip, &ic, &io); in fts5SnippetFunction()
661 rc = pApi->xInst(pFts, i, &ip, &ic, &io); in fts5Bm25Function()
H A Dfts5.h284 int (*xInst)(Fts5Context*, int iIdx, int *piPhrase, int *piCol, int *piOff); member
/dports/devel/asmjit/asmjit-911a9a50a2cbc9802c4d44e94b8b99e1d9285cf3/src/asmjit/x86/
H A Dx86internal.cpp1132 …eRestoreInfo(uint32_t group, const FuncFrame& frame, Reg& xReg, uint32_t& xInst, uint32_t& xSize) … in X86Internal_setupSaveRestoreInfo() argument
1136 xInst = x86GetXmmMovInst(frame); in X86Internal_setupSaveRestoreInfo()
1141 xInst = Inst::kIdMovq; in X86Internal_setupSaveRestoreInfo()
1146 xInst = Inst::kIdKmovq; in X86Internal_setupSaveRestoreInfo()
1211 uint32_t xInst; in emitProlog() local
1217 X86Internal_setupSaveRestoreInfo(group, frame, xReg, xInst, xSize); in emitProlog()
1220 ASMJIT_PROPAGATE(emitter->emit(xInst, xBase, xReg)); in emitProlog()
1250 uint32_t xInst; in emitEpilog() local
1256 X86Internal_setupSaveRestoreInfo(group, frame, xReg, xInst, xSize); in emitEpilog()
1259 ASMJIT_PROPAGATE(emitter->emit(xInst, xReg, xBase)); in emitEpilog()
/dports/emulators/mess/mame-mame0226/3rdparty/asmjit/src/asmjit/x86/
H A Dx86internal.cpp1237 …eRestoreInfo(uint32_t group, const FuncFrame& frame, Reg& xReg, uint32_t& xInst, uint32_t& xSize) … in X86Internal_setupSaveRestoreInfo() argument
1241 xInst = x86GetXmmMovInst(frame); in X86Internal_setupSaveRestoreInfo()
1246 xInst = Inst::kIdMovq; in X86Internal_setupSaveRestoreInfo()
1251 xInst = Inst::kIdKmovq; in X86Internal_setupSaveRestoreInfo()
1316 uint32_t xInst; in emitProlog() local
1322 X86Internal_setupSaveRestoreInfo(group, frame, xReg, xInst, xSize); in emitProlog()
1325 ASMJIT_PROPAGATE(emitter->emit(xInst, xBase, xReg)); in emitProlog()
1355 uint32_t xInst; in emitEpilog() local
1361 X86Internal_setupSaveRestoreInfo(group, frame, xReg, xInst, xSize); in emitEpilog()
1364 ASMJIT_PROPAGATE(emitter->emit(xInst, xReg, xBase)); in emitEpilog()
/dports/emulators/mame/mame-mame0226/3rdparty/asmjit/src/asmjit/x86/
H A Dx86internal.cpp1237 …eRestoreInfo(uint32_t group, const FuncFrame& frame, Reg& xReg, uint32_t& xInst, uint32_t& xSize) … in X86Internal_setupSaveRestoreInfo() argument
1241 xInst = x86GetXmmMovInst(frame); in X86Internal_setupSaveRestoreInfo()
1246 xInst = Inst::kIdMovq; in X86Internal_setupSaveRestoreInfo()
1251 xInst = Inst::kIdKmovq; in X86Internal_setupSaveRestoreInfo()
1316 uint32_t xInst; in emitProlog() local
1322 X86Internal_setupSaveRestoreInfo(group, frame, xReg, xInst, xSize); in emitProlog()
1325 ASMJIT_PROPAGATE(emitter->emit(xInst, xBase, xReg)); in emitProlog()
1355 uint32_t xInst; in emitEpilog() local
1361 X86Internal_setupSaveRestoreInfo(group, frame, xReg, xInst, xSize); in emitEpilog()
1364 ASMJIT_PROPAGATE(emitter->emit(xInst, xReg, xBase)); in emitEpilog()

12345678910>>...14