Home
last modified time | relevance | path

Searched refs:sendString (Results 1 – 4 of 4) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/guide/
Dexample-channel-07.kt13 launch { sendString(channel, "foo", 200L) } in <lambda>()
14 launch { sendString(channel, "BAR!", 500L) } in <lambda>()
21 suspend fun sendString(channel: SendChannel<String>, s: String, time: Long) { in sendString() method
/external/llvm-project/clang/test/CodeGenObjC/
Ddebug-info-block-line.m49 - (void)sendString:(NSString *)string;
85 [connection sendString:@".\r\n"];
/external/clang/test/CodeGenObjC/
Ddebug-info-block-line.m49 - (void)sendString:(NSString *)string;
85 [connection sendString:@".\r\n"];
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DWaltTcpConnection.java141 public void sendString(final String s) throws IOException { in sendString() method in WaltTcpConnection
201 sendString(cmd); in updateClock()