/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/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/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/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/mesa3d/src/compiler/glsl/glcpp/tests/ |
D | glcpp-test-cr-lf.sh | 60 file transformed to use a non-standard line-termination character. Each 61 entire run with a different line-termination character is considered a
|
/external/u-boot/board/freescale/mx6memcal/ |
D | README | 39 6. The On-die termination value for the DRAM lines 41 8. The RTT_NOM and RTT_WR termination settings
|
/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/autotest/client/site_tests/desktopui_ExitOnSupervisedUserCrash/ |
D | control | 17 triggers session termination.
|
D | control.arc | 19 triggers session termination.
|
/external/autotest/client/site_tests/desktopui_ExitOnSupervisedUserCrash_P/ |
D | control | 17 triggers session termination.
|
D | control.arc | 19 triggers session termination.
|
/external/openssh/ |
D | loginrec.h | 73 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/webrtc/base/objc/ |
D | NSString+StdString.mm | 26 // std::string may contain null termination character so we construct
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | MoreExecutors.java | 283 private final Condition termination = lock.newCondition(); field in MoreExecutors.DirectExecutorService 354 nanos = termination.awaitNanos(nanos); in awaitTermination() 389 termination.signalAll(); in endTask()
|
/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/deqp-deps/glslang/Test/baseResults/ |
D | 100LimitsConf.vert.out | 10 ERROR: 0:34: 'limitations' : inductive-loop termination requires the form "loop-index++, loop-index…
|