Searched refs:sendResult (Results 1 – 6 of 6) sorted by relevance
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/ |
D | LinkedListChannel.kt | 33 when (val sendResult = sendBuffered(element)) { in offerInternal() constant 35 is Closed<*> -> return sendResult in offerInternal()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VMDebug/ |
D | VMDebugDebuggee.java | 55 …private void sendResult(boolean is_error, boolean is_debugger_connected, boolean is_debugger_enabl… in sendResult() method in VMDebugDebuggee 108 sendResult( in run()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/media/ |
D | BluetoothSL4AAudioSrcMBS.java | 202 result.sendResult(mediaList); in onLoadChildren()
|
/external/ltp/testcases/network/nfsv4/locks/ |
D | locktests.c | 451 int sendResult(int result) in sendResult() function 916 sendResult(result); in slave() 923 sendResult(result); in slave()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/ |
D | RPCUtils.h | 323 static Error sendResult(ChannelT &C, const FunctionIdT &ResponseId, in sendResult() function 347 static Error sendResult(ChannelT &C, const FunctionIdT &ResponseId, in sendResult() function 369 static Error sendResult(ChannelT &C, const FunctionIdT &ResponseId, in sendResult() function 393 static Error sendResult(ChannelT &C, const FunctionIdT &ResponseId, in sendResult() function 414 template sendResult<WireRetT>(C, ResponseId, SeqNo, std::move(ResultOrErr)); in respond() 424 sendResult(C, ResponseId, SeqNo, std::move(Err)); in respond()
|
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/ |
D | RPCUtils.h | 321 static Error sendResult(ChannelT &C, const FunctionIdT &ResponseId, in sendResult() function 345 static Error sendResult(ChannelT &C, const FunctionIdT &ResponseId, in sendResult() function 367 static Error sendResult(ChannelT &C, const FunctionIdT &ResponseId, in sendResult() function 391 static Error sendResult(ChannelT &C, const FunctionIdT &ResponseId, in sendResult() function 412 template sendResult<WireRetT>(C, ResponseId, SeqNo, std::move(ResultOrErr)); in respond() 422 sendResult(C, ResponseId, SeqNo, std::move(Err)); in respond()
|