Home
last modified time | relevance | path

Searched defs:tailer (Results 1 – 5 of 5) sorted by relevance

/external/apache-commons-io/src/test/java/org/apache/commons/io/input/
DTailerTest.java182 public void init(final Tailer tailer) { in init()
230 try (Tailer tailer = new Tailer(file, listener, delay, false, 1)) { in testBufferBreak()
248 try (Tailer tailer = Tailer.builder() in testBuilderWithNonStandardTailable()
263 try (Tailer tailer = Tailer.create(file, listener)) { in testCreate()
273 try (Tailer tailer = Tailer.create(file, listener, TEST_DELAY_MILLIS)) { in testCreateWithDelay()
283 try (Tailer tailer = Tailer.create(file, listener, TEST_DELAY_MILLIS, false)) { in testCreateWithDelayAndFromStart()
293 … try (Tailer tailer = Tailer.create(file, listener, TEST_DELAY_MILLIS, false, TEST_BUFFER_SIZE)) { in testCreateWithDelayAndFromStartWithBufferSize()
303 …try (Tailer tailer = Tailer.create(file, listener, TEST_DELAY_MILLIS, false, true, TEST_BUFFER_SIZ… in testCreateWithDelayAndFromStartWithReopenAndBufferSize()
313 …try (Tailer tailer = Tailer.create(file, StandardCharsets.UTF_8, listener, TEST_DELAY_MILLIS, fals… in testCreateWithDelayAndFromStartWithReopenAndBufferSizeAndCharset()
323 try (Tailer tailer = Tailer.create(file, listener, TEST_DELAY_MILLIS, false, false)) { in testCreatorWithDelayAndFromStartWithReopen()
[all …]
/external/apache-commons-io/src/main/java/org/apache/commons/io/input/
DTailerListener.java68 void init(Tailer tailer); in init()
DTailerListenerAdapter.java83 public void init(final Tailer tailer) { in init()
DTailer.java212 …final Tailer tailer = new Tailer(tailable, getCharset(), tailerListener, delayDuration, end, reOpe… in get() local
/external/e2fsprogs/lib/ext2fs/
Dtdb.c1898 u32 magic, tailer; in transaction_setup_recovery() local
2971 tdb_off_t tailer_ofs, tailer; in tdb_dump_record() local