Home
last modified time | relevance | path

Searched refs:terminate (Results 1 – 25 of 1184) sorted by relevance

12345678910>>...48

/external/grpc-grpc/src/python/grpcio/grpc/framework/foundation/
Dstream_util.py36 def terminate(self): member in TransformingConsumer
37 self._downstream.terminate()
57 def terminate(self): member in IterableConsumer
98 def _spin(self, sink, value, terminate): argument
102 sink.terminate()
103 elif terminate:
111 if terminate:
116 terminate = not self._values and not self._active
119 terminate = True
133 def terminate(self): member in ThreadSwitchingConsumer
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-subscription.hpp117 std::terminate(); in subscription()
125 std::terminate(); in subscription()
134 std::terminate(); in subscription()
142 std::terminate(); in subscription()
151 std::terminate(); in subscription()
158 std::terminate(); in subscription()
165 std::terminate(); in subscription()
174 std::terminate(); in is_subscribed()
180 std::terminate(); in unsubscribe()
403 std::terminate(); in composite_subscription_inner()
[all …]
/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_channel/
D_channel_rpc.py29 def terminate(self, response, trailing_metadata, code, details): member in _UnaryUnary
48 def terminate(self, trailing_metadata, code, details): member in _UnaryStream
49 self._rpc_state.terminate(trailing_metadata, code, details)
69 def terminate(self, response, trailing_metadata, code, details): member in _StreamUnary
94 def terminate(self, trailing_metadata, code, details): member in _StreamStream
95 self._rpc_state.terminate(trailing_metadata, code, details)
/external/llvm/test/Transforms/Inline/
Dinvoke-cost.ll15 invoke void @f() to label %cont1 unwind label %terminate.lpad
18 invoke void @f() to label %cont2 unwind label %terminate.lpad
21 invoke void @f() to label %cont3 unwind label %terminate.lpad
24 invoke void @f() to label %cont4 unwind label %terminate.lpad
29 terminate.lpad:
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/schedulers/
Drx-currentthread.hpp59 std::terminate(); in empty()
65 std::terminate(); in top()
72 std::terminate(); in pop()
83 std::terminate(); in push()
94 std::terminate(); in ensure()
108 std::terminate(); in set()
118 std::terminate(); in destroy()
Drx-virtualtime.hpp98 std::terminate(); in advance_to()
128 std::terminate(); in advance_to()
137 std::terminate(); in advance_by()
148 std::terminate(); in advance_by()
157 std::terminate(); in sleep()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/
Dinvoke-cost.ll16 invoke void @f() to label %cont1 unwind label %terminate.lpad
19 invoke void @f() to label %cont2 unwind label %terminate.lpad
22 invoke void @f() to label %cont3 unwind label %terminate.lpad
25 invoke void @f() to label %cont4 unwind label %terminate.lpad
30 terminate.lpad:
/external/grpc-grpc/src/python/grpcio_tests/tests/testing/
D_client_test.py61 rpc.terminate(_application_common.UNARY_UNARY_RESPONSE, (),
77 rpc.terminate((), grpc.StatusCode.OK, '')
95 rpc.terminate(_application_common.STREAM_UNARY_RESPONSE, (),
121 rpc.terminate((), grpc.StatusCode.OK, '')
156 rpc.terminate((), grpc.StatusCode.OK, '')
201 rpc.terminate(_application_common.STREAM_UNARY_RESPONSE, (),
203 rpcs[-1].terminate(_application_common.STREAM_UNARY_RESPONSE, (),
227 rpc.terminate((), code, details)
247 rpc.terminate(_application_common.ERRONEOUS_UNARY_UNARY_RESPONSE, (),
270 rpc.terminate((), grpc.StatusCode.OK, '')
[all …]
/external/libcxxabi/src/
Dcxa_aux_runtime.cpp23 std::terminate(); in __cxa_bad_cast()
31 std::terminate(); in __cxa_bad_typeid()
40 std::terminate(); in __cxa_throw_bad_array_new_length()
Dcxa_noexception.cpp29 std::terminate(); in __cxa_increment_exception_refcount()
35 std::terminate(); in __cxa_decrement_exception_refcount()
44 std::terminate(); in __cxa_rethrow_primary_exception()
Dcxa_exception.cpp194 std::terminate(); in __cxa_allocate_exception()
219 std::terminate(); in __cxa_allocate_dependent_exception()
332 std::terminate(); in __cxa_begin_cleanup()
358 std::terminate(); in __cxa_end_cleanup_impl()
458 std::terminate(); in __cxa_begin_catch()
589 std::terminate(); // throw; called outside of a exception handler in __cxa_rethrow()
620 std::terminate(); in __cxa_rethrow()
/external/lmfit/lib/
Dlmmin.c241 goto terminate; in lmmin()
248 goto terminate; in lmmin()
251 goto terminate; in lmmin()
266 goto terminate; in lmmin()
338 goto terminate; in lmmin()
370 goto terminate; in lmmin()
397 goto terminate; in lmmin()
408 goto terminate; in lmmin()
423 goto terminate; in lmmin()
427 goto terminate; in lmmin()
[all …]
/external/libbrillo/brillo/message_loops/
Dmessage_loop_utils.cc15 base::Callback<bool()> terminate) { in MessageLoopRunUntil() argument
22 while (!timeout_called && (terminate.is_null() || !terminate.Run())) in MessageLoopRunUntil()
/external/scapy/test/
Dsendsniff.uts26 * It will terminate when 5 IP packets from 1.2.3.4 have been sniffed
35 * It will terminate when 5 IP packets from 1.2.3.4 have been forwarded
51 * It will terminate when 5 IP packets from 2.3.4.5 have been sniffed
60 * It will "NAT" packets from 1.2.3.4 to 2.3.4.5 and will terminate when 5 IP packets have been forw…
108 * It will terminate when 5 IP packets from 1.2.3.4 have been sniffed
117 * It will terminate when 5 IP packets from 1.2.3.4 have been forwarded.
135 * It will terminate when 5 IP packets from 2.3.4.5 have been sniffed
144 * It will "NAT" packets from 1.2.3.4 to 2.3.4.5 and will terminate when 5 IP packets have been forw…
/external/llvm/test/CodeGen/X86/
Deh-null-personality.ll7 declare void @terminate(i8*)
17 call void @terminate(i8* %ptr)
25 ; CHECK: callq terminate
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Deh-null-personality.ll7 declare void @terminate(i8*)
17 call void @terminate(i8* %ptr)
25 ; CHECK: callq terminate
/external/Microsoft-GSL/include/gsl/
Dgsl_assert39 // Currently terminate is a no-op in this mode, so we add termination behavior back
57 // 1. GSL_TERMINATE_ON_CONTRACT_VIOLATION: std::terminate will be called (default)
122 [[noreturn]] inline void terminate() noexcept
127 std::terminate();
136 gsl::details::terminate();
162 (GSL_LIKELY(cond) ? static_cast<void>(0) : gsl::details::terminate())
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
D2011-05-04-MultipleLandingPadSuccs.ll41 to label %eh.resume unwind label %terminate.lpad
47 to label %eh.resume unwind label %terminate.lpad
63 to label %eh.resume unwind label %terminate.lpad
69 terminate.lpad:
/external/llvm/test/CodeGen/ARM/
D2011-05-04-MultipleLandingPadSuccs.ll41 to label %eh.resume unwind label %terminate.lpad
47 to label %eh.resume unwind label %terminate.lpad
63 to label %eh.resume unwind label %terminate.lpad
69 terminate.lpad:
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/command/
DStorCommandHandler.groovy28 * <li>If the user has not logged in, then reply with 530 and terminate</li>
29 * <li>If the required pathname parameter is missing, then reply with 501 and terminate</li>
31 …If the pathname parameter does not specify a valid filename, then reply with 553 and terminate</li>
32 * <li>If file write/store fails, then reply with 553 and terminate</li>
/external/ipsec-tools/
Dmain.c135 static void terminate(int signal) in terminate() function
170 signal(SIGHUP, terminate); in main()
171 signal(SIGINT, terminate); in main()
172 signal(SIGTERM, terminate); in main()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/ADCE/
D2005-02-17-PHI-Invoke-Crash.ll21 to label %tmp.1.i.i183.noexc unwind label %terminate
34 to label %tmp.1.i.i162.noexc unwind label %terminate
45 terminate: ; preds = %invoke_catch.1, %invoke_catch.0
/external/llvm/test/Transforms/ADCE/
D2005-02-17-PHI-Invoke-Crash.ll21 to label %tmp.1.i.i183.noexc unwind label %terminate
34 to label %tmp.1.i.i162.noexc unwind label %terminate
45 terminate: ; preds = %invoke_catch.1, %invoke_catch.0
/external/libcxx/src/support/runtime/
Dexception_pointer_cxxabi.ipp52 terminate();
70 // if p.__ptr_ is NULL, above returns so we terminate
71 terminate();
/external/swiftshader/third_party/LLVM/test/Transforms/ADCE/
D2005-02-17-PHI-Invoke-Crash.ll21 to label %tmp.1.i.i183.noexc unwind label %terminate
34 to label %tmp.1.i.i162.noexc unwind label %terminate
45 terminate: ; preds = %invoke_catch.1, %invoke_catch.0

12345678910>>...48