Home
last modified time | relevance | path

Searched refs:whenSent (Results 1 – 25 of 40) sorted by relevance

12

/dports/devel/php-ice37/ice-3.7.2/csharp/test/Ice/operations/
H A DOnewaysAMI.cs90 p.begin_ice_ping().whenCompleted(cb.noException).whenSent(cb.sent); in onewaysAMI()
101 ).whenSent( in onewaysAMI()
187 p.begin_opVoid().whenCompleted(cb.noException).whenSent(cb.sent); in onewaysAMI()
198 ).whenSent( in onewaysAMI()
218 p.begin_opIdempotent().whenCompleted(cb.noException).whenSent(cb.sent); in onewaysAMI()
229 ).whenSent( in onewaysAMI()
249 p.begin_opNonmutating().whenCompleted(cb.noException).whenSent(cb.sent); in onewaysAMI()
260 ).whenSent( in onewaysAMI()
/dports/devel/ice37/ice-3.7.2/csharp/test/Ice/operations/
H A DOnewaysAMI.cs90 p.begin_ice_ping().whenCompleted(cb.noException).whenSent(cb.sent); in onewaysAMI()
101 ).whenSent( in onewaysAMI()
187 p.begin_opVoid().whenCompleted(cb.noException).whenSent(cb.sent); in onewaysAMI()
198 ).whenSent( in onewaysAMI()
218 p.begin_opIdempotent().whenCompleted(cb.noException).whenSent(cb.sent); in onewaysAMI()
229 ).whenSent( in onewaysAMI()
249 p.begin_opNonmutating().whenCompleted(cb.noException).whenSent(cb.sent); in onewaysAMI()
260 ).whenSent( in onewaysAMI()
/dports/devel/py-ice37/ice-3.7.2/csharp/test/Ice/operations/
H A DOnewaysAMI.cs90 p.begin_ice_ping().whenCompleted(cb.noException).whenSent(cb.sent); in onewaysAMI()
101 ).whenSent( in onewaysAMI()
187 p.begin_opVoid().whenCompleted(cb.noException).whenSent(cb.sent); in onewaysAMI()
198 ).whenSent( in onewaysAMI()
218 p.begin_opIdempotent().whenCompleted(cb.noException).whenSent(cb.sent); in onewaysAMI()
229 ).whenSent( in onewaysAMI()
249 p.begin_opNonmutating().whenCompleted(cb.noException).whenSent(cb.sent); in onewaysAMI()
260 ).whenSent( in onewaysAMI()
/dports/devel/ice37/ice-3.7.2/java/test/src/main/java/test/Ice/operations/
H A DOnewaysAMI.java66 Util.getInvocationFuture(f).whenSent((sentSynchronously, ex) -> in onewaysAMI()
111 Util.getInvocationFuture(f).whenSent((sentSynchronously, ex) -> in onewaysAMI()
123 Util.getInvocationFuture(f).whenSent((sentSynchronously, ex) -> in onewaysAMI()
135 Util.getInvocationFuture(f).whenSent((sentSynchronously, ex) -> in onewaysAMI()
/dports/devel/php-ice37/ice-3.7.2/java/test/src/main/java/test/Ice/operations/
H A DOnewaysAMI.java66 Util.getInvocationFuture(f).whenSent((sentSynchronously, ex) -> in onewaysAMI()
111 Util.getInvocationFuture(f).whenSent((sentSynchronously, ex) -> in onewaysAMI()
123 Util.getInvocationFuture(f).whenSent((sentSynchronously, ex) -> in onewaysAMI()
135 Util.getInvocationFuture(f).whenSent((sentSynchronously, ex) -> in onewaysAMI()
/dports/devel/py-ice37/ice-3.7.2/java/test/src/main/java/test/Ice/operations/
H A DOnewaysAMI.java66 Util.getInvocationFuture(f).whenSent((sentSynchronously, ex) -> in onewaysAMI()
111 Util.getInvocationFuture(f).whenSent((sentSynchronously, ex) -> in onewaysAMI()
123 Util.getInvocationFuture(f).whenSent((sentSynchronously, ex) -> in onewaysAMI()
135 Util.getInvocationFuture(f).whenSent((sentSynchronously, ex) -> in onewaysAMI()
/dports/lang/cim/cim-3.37/src/
H A Dsentchecker.c31 struct SENT *sent, *nextSent, *whenSent; local
137 for (whenSent=parentSent->first; whenSent != sent;
138 whenSent= whenSent->next)
140 if (subclass (sent->exp->rd, whenSent->exp->rd))
/dports/devel/php-ice37/ice-3.7.2/csharp/test/Ice/ami/
H A DAllTests.cs1789 ).whenSent( in allTests()
1805 ).whenSent( in allTests()
1821 ).whenSent( in allTests()
1837 ).whenSent( in allTests()
1853 ).whenSent( in allTests()
1872 ).whenSent( in allTests()
2048 ).whenSent( in allTests()
2219 r.whenSent( in allTests()
2260 r.whenSent( in allTests()
2286 r.whenSent( in allTests()
[all …]
/dports/devel/ice37/ice-3.7.2/csharp/test/Ice/ami/
H A DAllTests.cs1789 ).whenSent( in allTests()
1805 ).whenSent( in allTests()
1821 ).whenSent( in allTests()
1837 ).whenSent( in allTests()
1853 ).whenSent( in allTests()
1872 ).whenSent( in allTests()
2048 ).whenSent( in allTests()
2219 r.whenSent( in allTests()
2260 r.whenSent( in allTests()
2286 r.whenSent( in allTests()
[all …]
/dports/devel/py-ice37/ice-3.7.2/csharp/test/Ice/ami/
H A DAllTests.cs1789 ).whenSent( in allTests()
1805 ).whenSent( in allTests()
1821 ).whenSent( in allTests()
1837 ).whenSent( in allTests()
1853 ).whenSent( in allTests()
1872 ).whenSent( in allTests()
2048 ).whenSent( in allTests()
2219 r.whenSent( in allTests()
2260 r.whenSent( in allTests()
2286 r.whenSent( in allTests()
[all …]
/dports/devel/php-ice37/ice-3.7.2/csharp/src/Ice/
H A DAsyncResult.cs64 AsyncResult whenSent(AsyncCallback cb); in whenSent() method
65 AsyncResult whenSent(SentCallback cb); in whenSent() method
74 new AsyncResult<T> whenSent(SentCallback cb); in whenSent() method
220 public Ice.AsyncResult whenSent(Ice.AsyncCallback cb) in whenSent() method in IceInternal.AsyncResultI
267 public Ice.AsyncResult whenSent(Ice.SentCallback cb) in whenSent() method in IceInternal.AsyncResultI
/dports/devel/ice37/ice-3.7.2/csharp/src/Ice/
H A DAsyncResult.cs64 AsyncResult whenSent(AsyncCallback cb); in whenSent() method
65 AsyncResult whenSent(SentCallback cb); in whenSent() method
74 new AsyncResult<T> whenSent(SentCallback cb); in whenSent() method
220 public Ice.AsyncResult whenSent(Ice.AsyncCallback cb) in whenSent() method in IceInternal.AsyncResultI
267 public Ice.AsyncResult whenSent(Ice.SentCallback cb) in whenSent() method in IceInternal.AsyncResultI
/dports/devel/py-ice37/ice-3.7.2/csharp/src/Ice/
H A DAsyncResult.cs64 AsyncResult whenSent(AsyncCallback cb); in whenSent() method
65 AsyncResult whenSent(SentCallback cb); in whenSent() method
74 new AsyncResult<T> whenSent(SentCallback cb); in whenSent() method
220 public Ice.AsyncResult whenSent(Ice.AsyncCallback cb) in whenSent() method in IceInternal.AsyncResultI
267 public Ice.AsyncResult whenSent(Ice.SentCallback cb) in whenSent() method in IceInternal.AsyncResultI
/dports/devel/php-ice37/ice-3.7.2/java/test/src/main/java/test/Ice/ami/
H A DAllTests.java245 Util.getInvocationFuture(r).whenSent((sentSynchronously, ex) -> in allTests()
255 Util.getInvocationFuture(r).whenSent((sentSynchronously, ex) -> in allTests()
265 Util.getInvocationFuture(r).whenSent((sentSynchronously, ex) -> in allTests()
275 Util.getInvocationFuture(r).whenSent((sentSynchronously, ex) -> in allTests()
454 Util.getInvocationFuture(r).whenSent((sentSynchronously, ex) -> in allTests()
480 Util.getInvocationFuture(r).whenSent((sentSynchronously, ex) -> in allTests()
508 Util.getInvocationFuture(r).whenSent((sentSynchronously, ex) -> in allTests()
532 Util.getInvocationFuture(r).whenSent((sentSynchronously, ex) -> in allTests()
560 Util.getInvocationFuture(r).whenSent((sentSynchronously, ex) -> in allTests()
583 Util.getInvocationFuture(r).whenSent((sentSynchronously, ex) -> in allTests()
[all …]
/dports/devel/ice37/ice-3.7.2/java/test/src/main/java/test/Ice/ami/
H A DAllTests.java245 Util.getInvocationFuture(r).whenSent((sentSynchronously, ex) -> in allTests()
255 Util.getInvocationFuture(r).whenSent((sentSynchronously, ex) -> in allTests()
265 Util.getInvocationFuture(r).whenSent((sentSynchronously, ex) -> in allTests()
275 Util.getInvocationFuture(r).whenSent((sentSynchronously, ex) -> in allTests()
454 Util.getInvocationFuture(r).whenSent((sentSynchronously, ex) -> in allTests()
480 Util.getInvocationFuture(r).whenSent((sentSynchronously, ex) -> in allTests()
508 Util.getInvocationFuture(r).whenSent((sentSynchronously, ex) -> in allTests()
532 Util.getInvocationFuture(r).whenSent((sentSynchronously, ex) -> in allTests()
560 Util.getInvocationFuture(r).whenSent((sentSynchronously, ex) -> in allTests()
583 Util.getInvocationFuture(r).whenSent((sentSynchronously, ex) -> in allTests()
[all …]
/dports/devel/py-ice37/ice-3.7.2/java/test/src/main/java/test/Ice/ami/
H A DAllTests.java245 Util.getInvocationFuture(r).whenSent((sentSynchronously, ex) -> in allTests()
255 Util.getInvocationFuture(r).whenSent((sentSynchronously, ex) -> in allTests()
265 Util.getInvocationFuture(r).whenSent((sentSynchronously, ex) -> in allTests()
275 Util.getInvocationFuture(r).whenSent((sentSynchronously, ex) -> in allTests()
454 Util.getInvocationFuture(r).whenSent((sentSynchronously, ex) -> in allTests()
480 Util.getInvocationFuture(r).whenSent((sentSynchronously, ex) -> in allTests()
508 Util.getInvocationFuture(r).whenSent((sentSynchronously, ex) -> in allTests()
532 Util.getInvocationFuture(r).whenSent((sentSynchronously, ex) -> in allTests()
560 Util.getInvocationFuture(r).whenSent((sentSynchronously, ex) -> in allTests()
583 Util.getInvocationFuture(r).whenSent((sentSynchronously, ex) -> in allTests()
[all …]
/dports/devel/php-ice37/ice-3.7.2/java/src/Ice/src/main/java/com/zeroc/Ice/
H A DInvocationFuture.java100 public abstract CompletableFuture<Boolean> whenSent( in whenSent() method in InvocationFuture
/dports/devel/ice37/ice-3.7.2/java/src/Ice/src/main/java/com/zeroc/Ice/
H A DInvocationFuture.java100 public abstract CompletableFuture<Boolean> whenSent( in whenSent() method in InvocationFuture
/dports/devel/py-ice37/ice-3.7.2/java/src/Ice/src/main/java/com/zeroc/Ice/
H A DInvocationFuture.java100 public abstract CompletableFuture<Boolean> whenSent( in whenSent() method in InvocationFuture
/dports/devel/ice37/ice-3.7.2/java/test/src/main/java/test/Ice/interrupt/
H A DAllTests.java398 Util.getInvocationFuture(r).whenSent((sentSynchronously, ex) -> in allTests()
450 Util.getInvocationFuture(r).whenSent((sentSynchronously, ex) -> in allTests()
500 Util.getInvocationFuture(r).whenSent((sentSynchronously, ex) -> in allTests()
/dports/devel/php-ice37/ice-3.7.2/java/test/src/main/java/test/Ice/interrupt/
H A DAllTests.java398 Util.getInvocationFuture(r).whenSent((sentSynchronously, ex) -> in allTests()
450 Util.getInvocationFuture(r).whenSent((sentSynchronously, ex) -> in allTests()
500 Util.getInvocationFuture(r).whenSent((sentSynchronously, ex) -> in allTests()
/dports/devel/py-ice37/ice-3.7.2/java/test/src/main/java/test/Ice/interrupt/
H A DAllTests.java398 Util.getInvocationFuture(r).whenSent((sentSynchronously, ex) -> in allTests()
450 Util.getInvocationFuture(r).whenSent((sentSynchronously, ex) -> in allTests()
500 Util.getInvocationFuture(r).whenSent((sentSynchronously, ex) -> in allTests()
/dports/devel/ice37/ice-3.7.2/java/test/src/main/java/test/Ice/echo/
H A DBlobjectI.java65 com.zeroc.Ice.Util.getInvocationFuture(r).whenSent((sentSynchronously, ex) -> in ice_invokeAsync()
/dports/devel/php-ice37/ice-3.7.2/java/test/src/main/java/test/Ice/echo/
H A DBlobjectI.java65 com.zeroc.Ice.Util.getInvocationFuture(r).whenSent((sentSynchronously, ex) -> in ice_invokeAsync()
/dports/devel/py-ice37/ice-3.7.2/java/test/src/main/java/test/Ice/echo/
H A DBlobjectI.java65 com.zeroc.Ice.Util.getInvocationFuture(r).whenSent((sentSynchronously, ex) -> in ice_invokeAsync()

12