Home
last modified time | relevance | path

Searched refs:sendResult (Results 1 – 6 of 6) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DLinkedListChannel.kt33 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/
DVMDebugDebuggee.java55 …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/
DBluetoothSL4AAudioSrcMBS.java202 result.sendResult(mediaList); in onLoadChildren()
/external/ltp/testcases/network/nfsv4/locks/
Dlocktests.c451 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/
DRPCUtils.h323 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/
DRPCUtils.h321 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()