Home
last modified time | relevance | path

Searched refs:multiUpdate (Results 1 – 14 of 14) sorted by relevance

/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/test/java/org/springframework/cache/config/
H A DCacheableService.java69 T multiUpdate(Object arg1); in multiUpdate() method
H A DAnnotatedClassCacheableService.java135 public Object multiUpdate(Object arg1) { in multiUpdate() method in AnnotatedClassCacheableService
H A DDefaultCacheableService.java141 public Long multiUpdate(Object arg1) { in multiUpdate() method in DefaultCacheableService
H A DAbstractAnnotationTests.java346 Object r1 = service.multiUpdate(o); in testMultiPut()
353 Object r2 = service.multiUpdate(o); in testMultiPut()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.aspects/src/test/java/org/springframework/cache/config/
H A DCacheableService.java69 T multiUpdate(Object arg1); in multiUpdate() method
H A DAnnotatedClassCacheableService.java135 public Object multiUpdate(Object arg1) { in multiUpdate() method in AnnotatedClassCacheableService
H A DDefaultCacheableService.java141 public Long multiUpdate(Object arg1) { in multiUpdate() method in DefaultCacheableService
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/mozapps/update/tests/unit_aus_update/
H A Dxpcshell.ini43 [multiUpdate.js]
/dports/www/firefox-esr/firefox-91.8.0/toolkit/mozapps/update/tests/unit_aus_update/
H A Dxpcshell.ini43 [multiUpdate.js]
/dports/www/firefox/firefox-99.0/toolkit/mozapps/update/tests/unit_aus_update/
H A Dxpcshell.ini43 [multiUpdate.js]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.aspects/src/test/java/org/springframework/cache/aspectj/
H A DAbstractAnnotationTest.java331 Object r1 = service.multiUpdate(o); in testMultiPut()
338 Object r2 = service.multiUpdate(o); in testMultiPut()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tnztools/
H A Dfullcolorerasertool.cpp315 void multiUpdate(const TRectD firstRect, const TRectD lastRect);
664 multiUpdate(m_firstRect, m_selectingRect); in leftButtonUp()
1046 void FullColorEraserTool::multiUpdate(const TRectD firstRect, in multiUpdate() function in FullColorEraserTool
H A Drastererasertool.cpp488 void multiUpdate(const TXshSimpleLevelP &level, TFrameId firstFrameId,
795 void EraserTool::multiUpdate(const TXshSimpleLevelP &level, TFrameId firstFid, in multiUpdate() function in __anon625982730111::EraserTool
1162 multiUpdate(m_level, m_firstFrameId, getFrameId(), m_firstRect, in leftButtonUp()
/dports/java/sqlitejdbc/sqlitejdbc-v056/src/test/
H A DPrepStmtTest.java57 @Test public void multiUpdate() throws SQLException { in multiUpdate() method in PrepStmtTest