Home
last modified time | relevance | path

Searched refs:setInterfaces (Results 1 – 25 of 116) sorted by relevance

12345

/dports/net/olsrd/olsrd-0.9.8/lib/info.java/org.olsr.v1.info.api/test/org/olsr/v1/info/api/dto/
H A DTestJsonInfoInterfaces.java41 this.impl.setInterfaces(mid); in testGettersAndSetters()
70 this.impl.setInterfaces(null); in testEquals()
71 other.setInterfaces(null); in testEquals()
75 this.impl.setInterfaces(nei1); in testEquals()
76 other.setInterfaces(null); in testEquals()
80 this.impl.setInterfaces(null); in testEquals()
81 other.setInterfaces(nei2); in testEquals()
85 this.impl.setInterfaces(nei1); in testEquals()
86 other.setInterfaces(nei2); in testEquals()
94 other.setInterfaces(nei2); in testEquals()
[all …]
H A DTestJsonInfoConfigSgwEgress.java39 this.impl.setInterfaces(interfaces); in testGettersAndSetters()
50 this.impl.setInterfaces(null); in testGettersAndSetters()
80 this.impl.setInterfaces(null); in testEquals()
81 other.setInterfaces(null); in testEquals()
85 this.impl.setInterfaces(interfaces); in testEquals()
86 other.setInterfaces(null); in testEquals()
90 this.impl.setInterfaces(null); in testEquals()
91 other.setInterfaces(interfaces); in testEquals()
95 this.impl.setInterfaces(interfaces); in testEquals()
96 other.setInterfaces(interfaces); in testEquals()
[all …]
H A DTestJsonInfoRuntime.java112 this.impl.setInterfaces(interfaces); in testGettersAndSetters()
146 this.impl.setInterfaces(null); in testGettersAndSetters()
308 this.impl.setInterfaces(interfaces); in testEquals()
311 this.impl.setInterfaces(null); in testEquals()
434 this.impl.setInterfaces(interfaces); in testHashCode()
H A DTestJsonInfoAll.java120 this.impl.setInterfaces(interfaces); in testGettersAndSetters()
161 this.impl.setInterfaces(null); in testGettersAndSetters()
334 this.impl.setInterfaces(interfaces); in testEquals()
337 this.impl.setInterfaces(null); in testEquals()
521 this.impl.setInterfaces(interfaces); in testHashCode()
/dports/science/tfel/tfel-3.4.0/bindings/python/mfront/
H A DAbstractDSL.cxx23 static void setInterfaces(mfront::AbstractDSL& dsl, in setInterfaces() function
27 dsl.setInterfaces(inames); in setInterfaces()
82 .def("setInterfaces",&setInterfaces) in declareAbstractDSL()
/dports/science/tfel-edf/tfel-3.2.1/bindings/python/mfront/
H A DAbstractDSL.cxx23 static void setInterfaces(mfront::AbstractDSL& dsl, in setInterfaces() function
27 dsl.setInterfaces(inames); in setInterfaces()
82 .def("setInterfaces",&setInterfaces) in declareAbstractDSL()
/dports/science/tfel/tfel-3.4.0/mfront/src/
H A DModelDSL.cxx27 void ModelDSL::setInterfaces(const std::set<std::string>& f) { in setInterfaces() function in mfront::ModelDSL
28 ModelDSLCommon::setInterfaces(f); in setInterfaces()
/dports/science/tfel-edf/tfel-3.2.1/mfront/src/
H A DModelDSL.cxx32 void ModelDSL::setInterfaces(const std::set<std::string>& f) in setInterfaces() function in mfront::ModelDSL
34 ModelDSLCommon::setInterfaces(f); in setInterfaces()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.aop/src/main/java/org/springframework/aop/framework/
H A DProxyFactory.java50 setInterfaces(ClassUtils.getAllInterfaces(target)); in ProxyFactory()
60 setInterfaces(proxyInterfaces); in ProxyFactory()
H A DAbstractSingletonProxyFactoryBean.java166 proxyFactory.setInterfaces(this.proxyInterfaces); in afterPropertiesSet()
170 proxyFactory.setInterfaces( in afterPropertiesSet()
H A DProxyFactoryBean.java136 setInterfaces(proxyInterfaces); in setProxyInterfaces()
312 setInterfaces(ClassUtils.getAllInterfacesForClass(targetClass, this.proxyClassLoader)); in getSingletonInstance()
341 copy.setInterfaces( in newPrototypeInstance()
/dports/net/goreplay/goreplay-1.2.0/capture/
H A Dcapture_test.go30 l.setInterfaces()
35 l.setInterfaces()
40 l.setInterfaces()
50 l.setInterfaces()
/dports/accessibility/libqaccessibilityclient/libqaccessibilityclient-0.4.1/src/qaccessibilityclient/
H A Dcachestrategy_p.h39 …virtual void setInterfaces(const AccessibleObject &object, AccessibleObject::Interfaces interfaces…
79 …void setInterfaces(const AccessibleObject &object, AccessibleObject::Interfaces interfaces) overri… in setInterfaces() function
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.aop/src/test/java/org/springframework/aop/interceptor/
H A DConcurrencyThrottleInterceptorTests.java51 proxyFactory.setInterfaces(new Class[] {ITestBean.class}); in testSerializable()
79 proxyFactory.setInterfaces(new Class[] {ITestBean.class}); in testMultipleThreads()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.aop/src/main/java/org/springframework/aop/aspectj/annotation/
H A DAspectJProxyFactory.java70 setInterfaces(ClassUtils.getAllInterfaces(target)); in AspectJProxyFactory()
79 setInterfaces(interfaces); in AspectJProxyFactory()
/dports/science/tfel/tfel-3.4.0/mfront/include/MFront/
H A DModelDSL.hxx38 setInterfaces(const std::set<std::string>&) override;
H A DAbstractDSL.hxx115 virtual void setInterfaces(const std::set<std::string>&) = 0;
/dports/science/tfel-edf/tfel-3.2.1/mfront/include/MFront/
H A DModelDSL.hxx38 setInterfaces(const std::set<std::string>&) override;
H A DAbstractDSL.hxx83 virtual void setInterfaces(const std::set<std::string>&) = 0;
H A DModelDSLCommon.hxx41 void setInterfaces(const std::set<std::string>&) override;
/dports/lang/kawa/kawa-3.1.1/kawa/standard/
H A Dmodule_implements.java30 module.setInterfaces(interfaces); in rewriteForm()
/dports/net/olsrd/olsrd-0.9.8/lib/info.java/org.olsr.v1.info.api/src/org/olsr/v1/info/api/dto/
H A DJsonInfoInterfaces.java29 public void setInterfaces(final List<JsonInfoInterfacesEntry> interfaces) { in setInterfaces() method in JsonInfoInterfaces
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Compute/
H A DExternalVpnGateway.php60 public function setInterfaces($interfaces) function in Google_Service_Compute_ExternalVpnGateway
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Compute/
H A DRouter.php93 public function setInterfaces($interfaces) function in Google_Service_Compute_Router
/dports/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/
H A Doptional-interface-factory.h133 inline void setInterfaces(const QStringList &interfaces) in setInterfaces() function

12345