Home
last modified time | relevance | path

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

12345678910

/external/grpc-grpc/src/python/grpcio_tests/tests/testing/
D_server_test.py45 response, trailing_metadata, code, details = rpc.termination()
55 trailing_metadata, code, details = rpc.termination()
67 response, trailing_metadata, code, details = rpc.termination()
90 trailing_metadata, code, details = rpc.termination()
104 first_termination = rpc.termination()
105 second_termination = rpc.termination()
106 third_termination = rpc.termination()
133 response, trailing_metadata, code, details = rpc.termination()
148 response, trailing_metadata, code, details = rpc.termination()
163 response, trailing_metadata, code, details = rpc.termination()
/external/grpc-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
/external/python/cpython3/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
73 making an explicit call into this module at termination. ::
/external/grpc-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()
/external/grpc-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
D_common.py82 def termination(self): member in ChannelRpcHandler
/external/python/cpython2/Doc/library/
Datexit.rst18 interpreter termination. :mod:`atexit` runs these functions in the *reverse*
20 at interpreter termination time they will be run in the order ``C``, ``B``,
42 Register *func* as a function to be executed at termination. Any optional
47 At normal program termination (for instance, if :func:`sys.exit` is called or
77 making an explicit call into this module at termination. ::
/external/autotest/client/site_tests/cellular_MbimComplianceControlRequest/
Dcontrol.CM138 MBIM Compliance Test: Validation of active context termination on function's
22 Validation of active context termination on function's closing.
/external/oj-libjdwp/src/share/npt/
DREADME.txt33 * So in general, termination can be a pain and slow your process
34 * termination down.
/external/openscreen/osp/msgs/
Dosp_messages.cddl134 presentation-termination-request = {
146 presentation-termination-response = {
152 presentation-termination-event = {
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dbugprone-exception-escape.rst18 leaks or unexpected termination of the program. Throwing move constructor or
23 function also results in unexpected termination.
Dreadability-string-compare.rst15 also be faster than the ``compare`` method due to early termination.
/external/skia/tests/sksl/runtime_errors/
DLoopStructureErrors.skvm3 error: 4: loop must guarantee termination in fewer iterations
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_LoopCond.pbtxt17 This operator represents the loop termination condition used by the
/external/openssh/
Dloginrec.h75 int termination; /* process termination status */ member
/external/libxml2/optim/
DTOTRY5 (or get rid of 0 termination check in the whole parser, hard !)
/external/deqp/external/openglcts/docs/specs/
DCTS_KHR_no_error.txt38 abnormal application termination.
/external/emma/core/res/com/vladium/emma/data/
Dmerge_usage.res24 "use System.exit() on termination";
/external/webrtc/sdk/objc/helpers/
DNSString+StdString.mm26 // std::string may contain null termination character so we construct
/external/emma/core/res/com/vladium/emma/report/
Dreport_usage.res29 "use System.exit() on termination";
/external/emma/core/res/com/vladium/emma/instr/
Dinstr_usage.res44 "use System.exit() on termination";
/external/llvm-project/clang/test/Analysis/
Drdar-6540084.m4 // The case originally identified a non-termination bug.
/external/llvm-project/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/
Da.out.ips34 …"termination" : {"reason":"Namespace SIGNAL, Code 0xb","signal":"Segmentation fault: 11","byProc":…
/external/clang/test/Analysis/
Drdar-6540084.m4 // The case originally identified a non-termination bug.
/external/emma/core/res/com/vladium/emma/
Drun_usage.res60 "use System.exit() on termination";

12345678910