Home
last modified time | relevance | path

Searched refs:bridges (Results 126 – 150 of 3374) sorted by relevance

12345678910>>...135

/dports/editors/libreoffice6/libreoffice-6.4.7.2/bridges/source/cpp_uno/gcc3_solaris_sparc/
H A Duno2cpp.cxx277 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis, in cpp_call()
278 bridges::cpp_uno::shared::VtableSlot aVtableSlot, in cpp_call()
297 if (bridges::cpp_uno::shared::isSimpleType( pReturnTypeDescr )) in cpp_call()
305 …pCppReturn = *(void **)pCppStack = (bridges::cpp_uno::shared::relatesToInterfaceType(pReturnTypeDe… in cpp_call()
333 if (!rParam.bOut && bridges::cpp_uno::shared::isSimpleType( pParamTypeDescr )) in cpp_call()
371 else if (bridges::cpp_uno::shared::relatesToInterfaceType( in cpp_call()
475 namespace bridges { namespace cpp_uno { namespace shared { namespace
487 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis in unoInterfaceProxyDispatch()
488 = static_cast< bridges::cpp_uno::shared::UnoInterfaceProxy * >(pUnoI); in unoInterfaceProxyDispatch()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/bridges/source/cpp_uno/gcc3_linux_sparc/
H A Duno2cpp.cxx282 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis, in cpp_call()
283 bridges::cpp_uno::shared::VtableSlot aVtableSlot, in cpp_call()
302 if (bridges::cpp_uno::shared::isSimpleType( pReturnTypeDescr )) in cpp_call()
310 …pCppReturn = *(void **)pCppStack = (bridges::cpp_uno::shared::relatesToInterfaceType(pReturnTypeDe… in cpp_call()
338 if (!rParam.bOut && bridges::cpp_uno::shared::isSimpleType( pParamTypeDescr )) in cpp_call()
376 else if (bridges::cpp_uno::shared::relatesToInterfaceType( in cpp_call()
480 namespace bridges { namespace cpp_uno { namespace shared { namespace
492 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis in unoInterfaceProxyDispatch()
493 = static_cast< bridges::cpp_uno::shared::UnoInterfaceProxy * >(pUnoI); in unoInterfaceProxyDispatch()
/dports/databases/postgis32/postgis-3.2.0/extras/ogc_test_suite/
H A D2_queries.sql413 FROM bridges
430 FROM bridges
1111 FROM bridges, named_places
1112 WHERE bridges.name = 'Cam Bridge' AND named_places.name = 'Ashton';
1297 FROM buildings, bridges
1298 WHERE ST_Contains(ST_Buffer(bridges.position, 15.0), buildings.footprint);
/dports/databases/postgis31/postgis-3.1.4/extras/ogc_test_suite/
H A D2_queries.sql413 FROM bridges
430 FROM bridges
1111 FROM bridges, named_places
1112 WHERE bridges.name = 'Cam Bridge' AND named_places.name = 'Ashton';
1297 FROM buildings, bridges
1298 WHERE ST_Contains(ST_Buffer(bridges.position, 15.0), buildings.footprint);
/dports/databases/postgis25/postgis-2.5.5/extras/ogc_test_suite/
H A D2_queries.sql413 FROM bridges
430 FROM bridges
1111 FROM bridges, named_places
1112 WHERE bridges.name = 'Cam Bridge' AND named_places.name = 'Ashton';
1297 FROM buildings, bridges
1298 WHERE ST_Contains(ST_Buffer(bridges.position, 15.0), buildings.footprint);
/dports/databases/postgis30/postgis-3.0.4/extras/ogc_test_suite/
H A D2_queries.sql413 FROM bridges
430 FROM bridges
1111 FROM bridges, named_places
1112 WHERE bridges.name = 'Cam Bridge' AND named_places.name = 'Ashton';
1297 FROM buildings, bridges
1298 WHERE ST_Contains(ST_Buffer(bridges.position, 15.0), buildings.footprint);
/dports/editors/libreoffice/libreoffice-7.2.6.2/bridges/source/cpp_uno/gcc3_linux_hppa/
H A Dcpp2uno.cxx47 bridges::cpp_uno::shared::CppInterfaceProxy* pThis, in cpp2uno_call()
264 else if (bridges::cpp_uno::shared::relatesToInterfaceType( in cpp2uno_call()
412 bridges::cpp_uno::shared::CppInterfaceProxy * pCppI = in cpp_mediate()
632 struct bridges::cpp_uno::shared::VtableFactory::Slot { void * fn; };
634 bridges::cpp_uno::shared::VtableFactory::Slot *
635 bridges::cpp_uno::shared::VtableFactory::mapBlockToVtable(void * block) in mapBlockToVtable()
640 std::size_t bridges::cpp_uno::shared::VtableFactory::getBlockSize( in getBlockSize()
646 bridges::cpp_uno::shared::VtableFactory::Slot *
647 bridges::cpp_uno::shared::VtableFactory::initializeBlock( in initializeBlock()
657 unsigned char * bridges::cpp_uno::shared::VtableFactory::addLocalFunctions( in addLocalFunctions()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/bridges/source/cpp_uno/gcc3_linux_hppa/
H A Dcpp2uno.cxx47 bridges::cpp_uno::shared::CppInterfaceProxy* pThis, in cpp2uno_call()
264 else if (bridges::cpp_uno::shared::relatesToInterfaceType( in cpp2uno_call()
412 bridges::cpp_uno::shared::CppInterfaceProxy * pCppI = in cpp_mediate()
632 struct bridges::cpp_uno::shared::VtableFactory::Slot { void * fn; };
634 bridges::cpp_uno::shared::VtableFactory::Slot *
635 bridges::cpp_uno::shared::VtableFactory::mapBlockToVtable(void * block) in mapBlockToVtable()
640 std::size_t bridges::cpp_uno::shared::VtableFactory::getBlockSize( in getBlockSize()
646 bridges::cpp_uno::shared::VtableFactory::Slot *
647 bridges::cpp_uno::shared::VtableFactory::initializeBlock( in initializeBlock()
657 unsigned char * bridges::cpp_uno::shared::VtableFactory::addLocalFunctions( in addLocalFunctions()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/bridges/source/cpp_uno/shared/
H A Dcppinterfaceproxy.cxx32 namespace bridges::cpp_uno::shared { namespace
57 bridges::cpp_uno::shared::Bridge * pBridge, uno_Interface * pUnoI, in create()
62 static bridges::cpp_uno::shared::VtableFactory factory; in create()
63 const bridges::cpp_uno::shared::VtableFactory::Vtables& rVtables( in create()
104 bridges::cpp_uno::shared::Bridge * pBridge_, uno_Interface * pUnoI_, in CppInterfaceProxy()
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/ast/
H A DFunctionalExpression.java290 MethodBinding [] bridges; in getRequiredBridges() field in FunctionalExpression.BridgeCollector
330 if (this.bridges == null) { in getRequiredBridges()
331 this.bridges = new MethodBinding[] { inheritedMethod }; in getRequiredBridges()
334 int length = this.bridges.length; in getRequiredBridges()
336 …if (this.bridges[i].areParameterErasuresEqual(inheritedMethod) && TypeBinding.equalsEquals(this.br… in getRequiredBridges()
339 System.arraycopy(this.bridges, 0, this.bridges = new MethodBinding[length + 1], 0, length); in getRequiredBridges()
340 this.bridges[length] = inheritedMethod; in getRequiredBridges()
343 return this.bridges; in getRequiredBridges()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/
H A DFunctionalExpression.java323 MethodBinding [] bridges; in getRequiredBridges() field in FunctionalExpression.BridgeCollector
363 if (this.bridges == null) { in getRequiredBridges()
364 this.bridges = new MethodBinding[] { inheritedMethod }; in getRequiredBridges()
367 int length = this.bridges.length; in getRequiredBridges()
369 …if (this.bridges[i].areParameterErasuresEqual(inheritedMethod) && TypeBinding.equalsEquals(this.br… in getRequiredBridges()
372 System.arraycopy(this.bridges, 0, this.bridges = new MethodBinding[length + 1], 0, length); in getRequiredBridges()
373 this.bridges[length] = inheritedMethod; in getRequiredBridges()
376 return this.bridges; in getRequiredBridges()
/dports/editors/libreoffice/libreoffice-7.2.6.2/bridges/source/cpp_uno/msvc_win32_intel/
H A Duno2cpp.cxx138 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis, in cpp_call()
139 bridges::cpp_uno::shared::VtableSlot aVtableSlot, in cpp_call()
160 if (bridges::cpp_uno::shared::isSimpleType( pReturnTD )) in cpp_call()
168 = (bridges::cpp_uno::shared::relatesToInterfaceType( in cpp_call()
194 if (!rParam.bOut && bridges::cpp_uno::shared::isSimpleType(pParamTD)) in cpp_call()
229 else if (bridges::cpp_uno::shared::relatesToInterfaceType(pParamTD)) in cpp_call()
337 namespace bridges::cpp_uno::shared { namespace
347 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis in unoInterfaceProxyDispatch()
348 = static_cast< bridges::cpp_uno::shared::UnoInterfaceProxy * >(pUnoI); in unoInterfaceProxyDispatch()
/dports/editors/libreoffice/libreoffice-7.2.6.2/bridges/source/cpp_uno/gcc3_linux_mips/
H A Duno2cpp.cxx240 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis, in cpp_call()
241 bridges::cpp_uno::shared::VtableSlot aVtableSlot, in cpp_call()
268 if (bridges::cpp_uno::shared::isSimpleType( pReturnTypeDescr )) in cpp_call()
276 (bridges::cpp_uno::shared::relatesToInterfaceType( pReturnTypeDescr ) in cpp_call()
305 if (!rParam.bOut && bridges::cpp_uno::shared::isSimpleType( pParamTypeDescr )) in cpp_call()
369 else if (bridges::cpp_uno::shared::relatesToInterfaceType( pParamTypeDescr )) in cpp_call()
471 namespace bridges::cpp_uno::shared { namespace
478 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis in unoInterfaceProxyDispatch()
479 = static_cast< bridges::cpp_uno::shared::UnoInterfaceProxy *> (pUnoI); in unoInterfaceProxyDispatch()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/bridges/source/cpp_uno/gcc3_linux_mips/
H A Duno2cpp.cxx240 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis, in cpp_call()
241 bridges::cpp_uno::shared::VtableSlot aVtableSlot, in cpp_call()
268 if (bridges::cpp_uno::shared::isSimpleType( pReturnTypeDescr )) in cpp_call()
276 (bridges::cpp_uno::shared::relatesToInterfaceType( pReturnTypeDescr ) in cpp_call()
305 if (!rParam.bOut && bridges::cpp_uno::shared::isSimpleType( pParamTypeDescr )) in cpp_call()
369 else if (bridges::cpp_uno::shared::relatesToInterfaceType( pParamTypeDescr )) in cpp_call()
471 namespace bridges { namespace cpp_uno { namespace shared { namespace
478 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis in unoInterfaceProxyDispatch()
479 = static_cast< bridges::cpp_uno::shared::UnoInterfaceProxy *> (pUnoI); in unoInterfaceProxyDispatch()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/bridges/source/cpp_uno/msvc_win32_intel/
H A Duno2cpp.cxx138 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis, in cpp_call()
139 bridges::cpp_uno::shared::VtableSlot aVtableSlot, in cpp_call()
157 if (bridges::cpp_uno::shared::isSimpleType( pReturnTypeDescr )) in cpp_call()
165 = (bridges::cpp_uno::shared::relatesToInterfaceType( in cpp_call()
192 && bridges::cpp_uno::shared::isSimpleType( pParamTypeDescr )) in cpp_call()
224 else if (bridges::cpp_uno::shared::relatesToInterfaceType( in cpp_call()
331 namespace bridges { namespace cpp_uno { namespace shared { namespace
338 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis in unoInterfaceProxyDispatch()
339 = static_cast< bridges::cpp_uno::shared::UnoInterfaceProxy * >(pUnoI); in unoInterfaceProxyDispatch()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dpci.cpp67 if (bridges[i] && bridges[i]->rc == rc) { in pci_bridge_get_zorro()
68 return bridges[i]; in pci_bridge_get_zorro()
78 if (bridges[i + offset] == NULL) { in pci_bridge_alloc_zorro()
79 bridges[i + offset] = pcib; in pci_bridge_alloc_zorro()
135 pci_bridge_free(bridges[i]); in pci_free()
136 bridges[i] = NULL; in pci_free()
160 struct pci_bridge *pcib = bridges[i]; in pci_rethink()
243 struct pci_bridge *pcib = bridges[i]; in get_pci_bridge()
791 if (pcib == bridges[PCI_BRIDGE_GREX] || pcib == bridges[PCI_BRIDGE_XVISION]) { in pci_bridge_lget()
858 if (pcib == bridges[PCI_BRIDGE_GREX] || pcib == bridges[PCI_BRIDGE_XVISION]) { in pci_bridge_lput()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/bridges/
H A DModule_bridges.mk10 $(eval $(call gb_Module_Module,bridges))
12 $(eval $(call gb_Module_add_targets,bridges,\
29 $(call gb_Output_error,multiple bridges selected for build: $(bridges_SELECTED_BRIDGE))
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/offline_items_collection/core/
H A DBUILD.gn93 …"android/java/src/org/chromium/components/offline_items_collection/bridges/OfflineItemBridge.java",
94 …"android/java/src/org/chromium/components/offline_items_collection/bridges/OfflineItemShareInfoBri…
95 …"android/java/src/org/chromium/components/offline_items_collection/bridges/OfflineItemVisualsBridg…
113 …"android/java/src/org/chromium/components/offline_items_collection/bridges/OfflineItemBridge.java",
114 …"android/java/src/org/chromium/components/offline_items_collection/bridges/OfflineItemShareInfoBri…
115 …"android/java/src/org/chromium/components/offline_items_collection/bridges/OfflineItemVisualsBridg…
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/ifc/bridge/
H A D_XBridgeFactory.java123 XBridge[] bridges = oObj.getExistingBridges() ; in _getExistingBridges() local
126 for (int i = 0; i < bridges.length; i++) in _getExistingBridges()
127 log.println(" " + bridges[i].getDescription()) ; in _getExistingBridges()
129 if (bridges.length > 0) bridgeName = bridges[0].getName() ; in _getExistingBridges()
/dports/editors/libreoffice/libreoffice-7.2.6.2/bridges/
H A DModule_bridges.mk10 $(eval $(call gb_Module_Module,bridges))
13 $(eval $(call gb_Module_add_targets,bridges,\
30 $(call gb_Output_error,multiple bridges selected for build: $(bridges_SELECTED_BRIDGE))
/dports/net-im/nextcloud-talk/spreed/lib/Migration/
H A DVersion11000Date20200922161218.php84 $bridges = [];
89 $bridges[] = [
96 if (empty($bridges)) {
107 foreach ($bridges as $bridge) {
/dports/editors/libreoffice/libreoffice-7.2.6.2/bridges/source/cpp_uno/gcc3_linux_m68k/
H A Duno2cpp.cxx157 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis, in cpp_call()
158 bridges::cpp_uno::shared::VtableSlot aVtableSlot, in cpp_call()
179 if (bridges::cpp_uno::shared::isSimpleType( pReturnTypeDescr )) in cpp_call()
186 pCppReturn = (bridges::cpp_uno::shared::relatesToInterfaceType( pReturnTypeDescr ) in cpp_call()
215 if (!rParam.bOut && bridges::cpp_uno::shared::isSimpleType( pParamTypeDescr )) in cpp_call()
270 else if (bridges::cpp_uno::shared::relatesToInterfaceType( pParamTypeDescr )) in cpp_call()
365 namespace bridges::cpp_uno::shared { namespace
372 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis in unoInterfaceProxyDispatch()
373 = static_cast< bridges::cpp_uno::shared::UnoInterfaceProxy * >(pUnoI); in unoInterfaceProxyDispatch()
/dports/editors/libreoffice/libreoffice-7.2.6.2/bridges/source/cpp_uno/gcc3_linux_s390/
H A Duno2cpp.cxx280 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis, in cpp_call()
281 bridges::cpp_uno::shared::VtableSlot aVtableSlot, in cpp_call()
304 if (bridges::cpp_uno::shared::isSimpleType( pReturnTypeDescr )) in cpp_call()
311 …pCppReturn = *(void **)pCppStack = (bridges::cpp_uno::shared::relatesToInterfaceType( pReturnTypeD… in cpp_call()
341 if (!rParam.bOut && bridges::cpp_uno::shared::isSimpleType( pParamTypeDescr )) in cpp_call()
406 else if (bridges::cpp_uno::shared::relatesToInterfaceType( pParamTypeDescr )) in cpp_call()
506 namespace bridges::cpp_uno::shared { namespace
518 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis in unoInterfaceProxyDispatch()
519 = static_cast< bridges::cpp_uno::shared::UnoInterfaceProxy *> (pUnoI); in unoInterfaceProxyDispatch()
/dports/editors/libreoffice/libreoffice-7.2.6.2/bridges/source/cpp_uno/gcc3_linux_powerpc/
H A Duno2cpp.cxx335 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis,
336 bridges::cpp_uno::shared::VtableSlot aVtableSlot,
359 if (bridges::cpp_uno::shared::isSimpleType( pReturnTypeDescr ))
367 (bridges::cpp_uno::shared::relatesToInterfaceType( pReturnTypeDescr )
396 if (!rParam.bOut && bridges::cpp_uno::shared::isSimpleType( pParamTypeDescr ))
459 else if (bridges::cpp_uno::shared::relatesToInterfaceType( pParamTypeDescr ))
560 namespace bridges::cpp_uno::shared { namespace
567 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis
568 = static_cast< bridges::cpp_uno::shared::UnoInterfaceProxy *> (pUnoI);
/dports/editors/libreoffice/libreoffice-7.2.6.2/bridges/source/cpp_uno/gcc3_aix_powerpc/
H A Duno2cpp.cxx172 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis, in cpp_call()
173 bridges::cpp_uno::shared::VtableSlot aVtableSlot, in cpp_call()
194 if (bridges::cpp_uno::shared::isSimpleType( pReturnTypeDescr )) in cpp_call()
201 … pCppReturn = (bridges::cpp_uno::shared::relatesToInterfaceType( pReturnTypeDescr ) in cpp_call()
229 && bridges::cpp_uno::shared::isSimpleType( pParamTypeDescr )) in cpp_call()
280 … else if (bridges::cpp_uno::shared::relatesToInterfaceType( pParamTypeDescr )) in cpp_call()
374 namespace bridges::cpp_uno::shared { namespace
381 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis in unoInterfaceProxyDispatch()
382 = static_cast< bridges::cpp_uno::shared::UnoInterfaceProxy * > (pUnoI); in unoInterfaceProxyDispatch()

12345678910>>...135