Home
last modified time | relevance | path

Searched defs:terminate (Results 1 – 25 of 145) sorted by relevance

123456

/external/grpc-grpc/src/python/grpcio/grpc/framework/foundation/
Dstream_util.py36 def terminate(self): member in TransformingConsumer
57 def terminate(self): member in IterableConsumer
98 def _spin(self, sink, value, terminate): argument
133 def terminate(self): member in ThreadSwitchingConsumer
Dstream.py34 def terminate(self): member in Consumer
/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_channel/
D_channel_rpc.py29 def terminate(self, response, trailing_metadata, code, details): member in _UnaryUnary
48 def terminate(self, trailing_metadata, code, details): member in _UnaryStream
69 def terminate(self, response, trailing_metadata, code, details): member in _StreamUnary
94 def terminate(self, trailing_metadata, code, details): member in _StreamStream
/external/libbrillo/brillo/message_loops/
Dmessage_loop_utils.cc15 base::Callback<bool()> terminate) { in MessageLoopRunUntil()
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/framework/foundation/
Dstream_testing.py34 def terminate(self): member in TestConsumer
/external/libxcam/xcore/
Dimage_handler.cpp55 ImageHandler::terminate () in terminate() function in XCam::ImageHandler
/external/libcxxabi/src/
Dcxa_handlers.cpp75 terminate() _NOEXCEPT in terminate() function
/external/grpc-grpc/examples/python/interceptors/headers/
Drequest_header_validator_interceptor.py21 def terminate(ignored_request, context): function
/external/nist-sip/java/javax/sip/
DTransaction.java25 void terminate() throws ObjectInUseException; in terminate() method
/external/deqp/framework/delibs/decpp/
DdeProcess.cpp55 void Process::terminate (void) in terminate() function in de::Process
/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/
D__init__.py46 def terminate(self, response, trailing_metadata, code, details): member in UnaryUnaryChannelRpc
89 def terminate(self, trailing_metadata, code, details): member in UnaryStreamChannelRpc
142 def terminate(self, response, trailing_metadata, code, details): member in StreamUnaryChannelRpc
205 def terminate(self, trailing_metadata, code, details): member in StreamStreamChannelRpc
/external/tensorflow/tensorflow/contrib/tensorrt/custom_plugin_examples/
Dinc_op_plugin.h67 void terminate() override {} in terminate() function
/external/toolchain-utils/crosperf/
Dschedv2.py38 def terminate(self): member in DutWorker
414 def terminate(self): member in Schedv2
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DPacketDispatcher.java179 public void terminate() { in terminate() method in PacketDispatcher.EventsSynchronyzer
433 public void terminate() { in terminate() method in PacketDispatcher.CommandsSynchronyzer
/external/python/cpython3/Lib/multiprocessing/
Dpopen_fork.py61 def terminate(self): member in Popen
Dpopen_spawn_win32.py116 def terminate(self): member in Popen
/external/libdrm/tests/planetest/
Dplanetest.c19 static int terminate = 0; variable
Datomictest.c19 static int terminate = 0; variable
/external/libxcam/modules/ocl/
Dcl_device.cpp90 CLDevice::terminate () in terminate() function in XCam::CLDevice
/external/python/cpython2/Lib/multiprocessing/
Dforking.py168 def terminate(self): member in Popen
309 def terminate(self): member in Popen
/external/python/cpython3/Lib/test/
Dtest_readline.py291 def terminate(proc): function
/external/selinux/restorecond/
Drestorecond.c76 int terminate = 0; variable
/external/deqp/framework/common/
DtcuTestContext.hpp70 void setTerminateAfter (bool terminate) { m_terminateAfter = terminate; } in setTerminateAfter()
/external/mockftpserver/tags/1.0/src/main/java/org/mockftpserver/stub/
DStubFtpServer.java149 private volatile boolean terminate = false; field in StubFtpServer
/external/ipsec-tools/
Dmain.c135 static void terminate(int signal) in terminate() function

123456