/external/grpc-grpc/src/python/grpcio_tests/tests/testing/ |
D | _server_test.py | 45 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.py | 29 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/ |
D | atexit.rst | 14 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.py | 46 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__.py | 322 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.py | 82 def termination(self): member in ChannelRpcHandler
|
/external/python/cpython2/Doc/library/ |
D | atexit.rst | 18 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/ |
D | control.CM13 | 8 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/ |
D | README.txt | 33 * So in general, termination can be a pain and slow your process 34 * termination down.
|
/external/openscreen/osp/msgs/ |
D | osp_messages.cddl | 134 presentation-termination-request = { 146 presentation-termination-response = { 152 presentation-termination-event = {
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | bugprone-exception-escape.rst | 18 leaks or unexpected termination of the program. Throwing move constructor or 23 function also results in unexpected termination.
|
D | readability-string-compare.rst | 15 also be faster than the ``compare`` method due to early termination.
|
/external/skia/tests/sksl/runtime_errors/ |
D | LoopStructureErrors.skvm | 3 error: 4: loop must guarantee termination in fewer iterations
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_LoopCond.pbtxt | 17 This operator represents the loop termination condition used by the
|
/external/openssh/ |
D | loginrec.h | 75 int termination; /* process termination status */ member
|
/external/libxml2/optim/ |
D | TOTRY | 5 (or get rid of 0 termination check in the whole parser, hard !)
|
/external/deqp/external/openglcts/docs/specs/ |
D | CTS_KHR_no_error.txt | 38 abnormal application termination.
|
/external/emma/core/res/com/vladium/emma/data/ |
D | merge_usage.res | 24 "use System.exit() on termination";
|
/external/webrtc/sdk/objc/helpers/ |
D | NSString+StdString.mm | 26 // std::string may contain null termination character so we construct
|
/external/emma/core/res/com/vladium/emma/report/ |
D | report_usage.res | 29 "use System.exit() on termination";
|
/external/emma/core/res/com/vladium/emma/instr/ |
D | instr_usage.res | 44 "use System.exit() on termination";
|
/external/llvm-project/clang/test/Analysis/ |
D | rdar-6540084.m | 4 // The case originally identified a non-termination bug.
|
/external/llvm-project/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/ |
D | a.out.ips | 34 …"termination" : {"reason":"Namespace SIGNAL, Code 0xb","signal":"Segmentation fault: 11","byProc":…
|
/external/clang/test/Analysis/ |
D | rdar-6540084.m | 4 // The case originally identified a non-termination bug.
|
/external/emma/core/res/com/vladium/emma/ |
D | run_usage.res | 60 "use System.exit() on termination";
|