Home
last modified time | relevance | path

Searched refs:ReaderThread (Results 1 – 8 of 8) sorted by relevance

/external/apache-commons-io/src/test/java/org/apache/commons/io/
DDemuxInputStreamTest.java40 private static class ReaderThread extends Thread { class in DemuxInputStreamTest
45 ReaderThread(final String name, final InputStream input, final DemuxInputStream demux) { in ReaderThread() method in DemuxInputStreamTest.ReaderThread
131 final ReaderThread thread = (ReaderThread) threadMap.get(threadName); in getInput()
144 final ReaderThread thread = new ReaderThread(name, input, demux); in startReader()
/external/testng/src/main/java/org/testng/remote/strprotocol/
DBaseMessageSender.java40 private ReaderThread m_readerThread;
79 m_readerThread = new ReaderThread(); in connect()
222 private class ReaderThread extends Thread { class in BaseMessageSender
224 public ReaderThread() { in ReaderThread() method in BaseMessageSender.ReaderThread
/external/python/pyserial/serial/threaded/
D__init__.py149 class ReaderThread(threading.Thread): class
165 super(ReaderThread, self).__init__()
286 with ReaderThread(ser, PrintLines) as protocol:
292 t = ReaderThread(ser, PrintLines)
/external/python/pyserial/test/
Dtest_threaded.py36 with serial.threaded.ReaderThread(ser, TestLines) as protocol:
59 with serial.threaded.ReaderThread(ser, TestFramedPacket) as protocol:
/external/python/pyserial/examples/
Dat_protocol.py151 with serial.threaded.ReaderThread(ser, PAN1322) as bt_module:
Dtcp_serial_redirect.py158 serial_worker = serial.threaded.ReaderThread(ser, ser_to_net)
/external/python/pyserial/documentation/
Dpyserial_api.rst1119 Protocol as used by the :class:`ReaderThread`. This base class provides empty
1215 .. class:: ReaderThread(threading.Thread)
1292 with ReaderThread(ser, PrintLines) as protocol:
/external/python/pyserial/
DCHANGES.rst562 list_ports (__str__), loop://, renamed ReaderThread