Home
last modified time | relevance | path

Searched refs:termination (Results 1 – 25 of 477) sorted by relevance

12345678910>>...20

/third_party/skia/tests/sksl/runtime_errors/
DLoopStructureErrors.skvm3 error: 6: loop must guarantee termination in fewer iterations
6 error: 9: loop must guarantee termination in fewer iterations
10 error: 18: loop must guarantee termination in fewer iterations
11 error: 19: loop must guarantee termination in fewer iterations
12 error: 20: loop must guarantee termination in fewer iterations
13 error: 21: loop must guarantee termination in fewer iterations
16 error: 24: loop must guarantee termination in fewer iterations
17 error: 25: loop must guarantee termination in fewer iterations
/third_party/grpc/src/python/grpcio_tests/tests/testing/
D_server_test.py46 response, trailing_metadata, code, details = rpc.termination()
56 trailing_metadata, code, details = rpc.termination()
68 response, trailing_metadata, code, details = rpc.termination()
91 trailing_metadata, code, details = rpc.termination()
113 _, _, _ = rpc.termination()
129 first_termination = rpc.termination()
130 second_termination = rpc.termination()
131 third_termination = rpc.termination()
158 response, trailing_metadata, code, details = rpc.termination()
173 response, trailing_metadata, code, details = rpc.termination()
[all …]
/third_party/boost/libs/statechart/test/
DTerminationTest.cpp122 typedef sc::termination< EvTerminateA > reactions;
127 typedef sc::termination< EvTerminateB > reactions;
134 typedef sc::termination< EvTerminateC > reactions;
139 typedef sc::termination< EvTerminateD > reactions;
146 typedef sc::termination< EvTerminateE > reactions;
151 typedef sc::termination< EvTerminateF > reactions;
156 typedef sc::termination< EvTerminateG > reactions;
179 typedef sc::termination< sc::event_base > reactions;
/third_party/grpc/src/python/grpcio_testing/grpc_testing/_server/
D_server_rpc.py29 def termination(self): member in UnaryUnaryServerRpc
47 def termination(self): member in UnaryStreamServerRpc
68 def termination(self): member in StreamUnaryServerRpc
92 def termination(self): member in StreamStreamServerRpc
/third_party/boost/boost/statechart/
Dtermination.hpp26 class termination class
49 class termination< event_base > class
/third_party/grpc/src/python/grpcio_testing/grpc_testing/_channel/
D_invocation.py46 trailing_metadata, unused_code, unused_details = handler.termination()
51 unused_trailing_metadata, code, unused_details = handler.termination()
56 unused_trailing_metadata, unused_code, details = handler.termination()
263 unused_trailing_metadata, code, unused_details = handler.termination()
275 unused_trailing_metadata, code, unused_details = handler.termination()
/third_party/boost/libs/math/doc/roots/
Droots_without_derivatives.qbk138 and accept a function object specifying the termination condition.
140 Three function objects are provided for ready-made termination conditions:
142 * ['eps_tolerance] causes termination when the relative error in the enclosing
146 * Other user-defined termination conditions are likely to be used
191 [[tol] [A binary functor (or C++ lambda) that specifies the termination condition: the function
213 In other words, it's up to the caller to verify whether termination occurred
216 because the termination condition ['tol] was satisfied.
278 [[tol] [A binary functor (or C++ lambda) that determines the termination condition for the search
302 In other words, it's up to the caller to verify whether termination occurred
305 because the termination condition ['tol] was satisfied.
[all …]
/third_party/grpc/src/python/grpcio_testing/grpc_testing/
D__init__.py322 def termination(self): member in UnaryUnaryServerRpc
370 def termination(self): member in UnaryStreamServerRpc
421 def termination(self): member in StreamUnaryServerRpc
484 def termination(self): member in StreamStreamServerRpc
/third_party/python/Doc/library/
Datexit.rst14 interpreter termination. :mod:`atexit` runs these functions in the *reverse*
16 at interpreter termination time they will be run in the order ``C``, ``B``,
29 Register *func* as a function to be executed at termination. Any optional
34 At normal program termination (for instance, if :func:`sys.exit` is called or
74 making an explicit call into this module at termination. ::
/third_party/boost/libs/fiber/doc/
Dworker.qbk49 // signal termination
57 that dequeue and executed tasks from the channel. The termination is signalled via
84 // signal termination
111 // signal termination
/third_party/boost/libs/coroutine/doc/
Dattributes.qbk43 Stack unwinding after termination.]]
50 termination or not. The default stacksize is used for the new coroutine.]]
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DWGL_NV_DX_interop.txt92 termination.
147 may result in data corruption or program termination.
175 and may include program termination.
201 program termination.
205 corruption, incorrect DirectX operation or program termination) if
284 termination. Likewise, passing invalid interop device or object
286 termination.
317 termination.
321 program termination.
348 invalid and may result in data corruption or program termination.
[all …]
/third_party/openGLES/extensions/NV/
DWGL_NV_DX_interop.txt92 termination.
147 may result in data corruption or program termination.
175 and may include program termination.
201 program termination.
205 corruption, incorrect DirectX operation or program termination) if
284 termination. Likewise, passing invalid interop device or object
286 termination.
317 termination.
321 program termination.
348 invalid and may result in data corruption or program termination.
[all …]
/third_party/boost/libs/math/example/
Dcardinal_cubic_b_spline_example.cpp86 auto termination = [](double left, double right) in main() local
93 auto result = boost::math::tools::bisect(f, 1910.0, 1920.0, termination, iterations); in main()
/third_party/boost/boost/coroutine2/detail/
Dpull_control_block_cc.ipp71 // set termination flags
100 // set termination flags
227 // set termination flags
256 // set termination flags
359 // set termination flags
388 // set termination flags
Dpush_control_block_cc.ipp71 // set termination flags
102 // set termination flags
202 // set termination flags
233 // set termination flags
320 // set termination flags
351 // set termination flags
/third_party/boost/boost/math/special_functions/detail/
Dhypergeometric_pFq_checked_series.hpp119 …& aj, const Seq& bj, const Real& z, const Policy& pol, const Terminal& termination, int& log_scale) in hypergeometric_pFq_checked_series_impl() argument
144 …Real> r = hypergeometric_pFq_checked_series_impl(aj, bj, Real(1 / z), pol, termination, log_scale); in hypergeometric_pFq_checked_series_impl()
187 while (!termination(k)) in hypergeometric_pFq_checked_series_impl()
445 …} while (!termination(k - s) && ((diff > boost::math::policies::get_epsilon<Real, Policy>()) || te… in hypergeometric_pFq_checked_series_impl()
564 …} while (!termination(s - k) && ((diff > boost::math::policies::get_epsilon<Real, Policy>()) || (f… in hypergeometric_pFq_checked_series_impl()
/third_party/EGL/extensions/KHR/
DEGL_KHR_display_reference.txt50 termination once they are instantiated. However, EGL does not
130 zero, termination will occur.
208 then query the value to determine how to handle termination.
233 - Full termination portion split off into separate extension
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/
DEGL_KHR_display_reference.txt50 termination once they are instantiated. However, EGL does not
130 zero, termination will occur.
208 then query the value to determine how to handle termination.
233 - Full termination portion split off into separate extension
/third_party/node/deps/npm/node_modules/lockfile/
Dsockets.md21 - if enoent or socket termination, ACQUIRE(lockname)
/third_party/libxml2/optim/
DTOTRY5 (or get rid of 0 termination check in the whole parser, hard !)
/third_party/boost/libs/log/doc/
Drationale.qbk156 [section:init_term_support Does Boost.Log support logging at process initialization and termination
158 …own problems with Boost.Log that prevent it from being used at process termination (i.e. after the…
160 * Do not create any objects at process termination, including loggers, attributes or sinks. Try to …
161 * Do not use global loggers at process termination.
162 * Do not call `logging::core::get()` at process termination. Get that pointer as early as possible …
163 * Do not use named scopes in termination code.
165 These rules don't guarantee that the library will work in termination context but they may help to …
169 [section:why_crash_on_term Why my application crashes on process termination when file sinks are us…
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_robust_buffer_access_behavior.txt82 accesses do not result in abnormal program termination."
92 termination. Out-of-bounds reads may return values from within the buffer
116 and will not result in abnormal program termination. Out-of-bounds
150 abnormal program termination. Out-of-bounds reads return undefined values,
/third_party/openGLES/extensions/ARB/
DARB_robust_buffer_access_behavior.txt92 accesses do not result in abnormal program termination."
102 termination. Out-of-bounds reads may return values from within the buffer
126 and will not result in abnormal program termination. Out-of-bounds
160 abnormal program termination. Out-of-bounds reads return undefined values,
/third_party/openGLES/extensions/EXT/
DEXT_map_buffer_range.txt107 and system errors (possibly including program termination) may occur.
112 and system errors (possibly including program termination) may occur.
135 undefined and system errors (possibly including program termination) may
143 termination) may occur. This flag may not be used in combination with
198 program termination) may occur.

12345678910>>...20