Home
last modified time | relevance | path

Searched defs:receiveResult (Results 1 – 3 of 3) sorted by relevance

/external/armnn/profiling/client/src/
DSocketProfilingConnection.cpp182 long receiveResult = arm::pipe::Read(m_Socket[0].fd, &header, sizeof(header)); in ReceivePacket() local
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowActivity.java685 public void receiveResult(Intent requestIntent, int resultCode, Intent resultIntent) { in receiveResult() method in ShadowActivity
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DBufferedChannel.kt1579 private var receiveResult: Any? = NO_RECEIVE_RESULT in <lambda>() variable in kotlinx.coroutines.channels.BufferedChannel.BufferedChannelIterator