Home
last modified time | relevance | path

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

123456789

/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/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/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/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/mesa3d/src/compiler/glsl/glcpp/tests/
Dglcpp-test-cr-lf.sh60 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/
DREADME39 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/
Dapi_def_LoopCond.pbtxt17 This operator represents the loop termination condition used by the
/external/autotest/client/site_tests/desktopui_ExitOnSupervisedUserCrash/
Dcontrol17 triggers session termination.
Dcontrol.arc19 triggers session termination.
/external/autotest/client/site_tests/desktopui_ExitOnSupervisedUserCrash_P/
Dcontrol17 triggers session termination.
Dcontrol.arc19 triggers session termination.
/external/openssh/
Dloginrec.h73 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/webrtc/base/objc/
DNSString+StdString.mm26 // std::string may contain null termination character so we construct
/external/guava/guava/src/com/google/common/util/concurrent/
DMoreExecutors.java283 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/
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/deqp-deps/glslang/Test/baseResults/
D100LimitsConf.vert.out10 ERROR: 0:34: 'limitations' : inductive-loop termination requires the form "loop-index++, loop-index…

123456789