Searched defs:tailer (Results 1 – 5 of 5) sorted by relevance
| /external/apache-commons-io/src/test/java/org/apache/commons/io/input/ |
| D | TailerTest.java | 182 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 = new Tailer.Builder(new NonStandardTailable(file), listener).build()) { in testBuilderWithNonStandardTailable() 259 try (Tailer tailer = Tailer.create(file, listener)) { in testCreate() 269 try (Tailer tailer = Tailer.create(file, listener, TEST_DELAY_MILLIS, false, false)) { in testCreaterWithDelayAndFromStartWithReopen() 279 try (Tailer tailer = Tailer.create(file, listener, TEST_DELAY_MILLIS)) { in testCreateWithDelay() 289 try (Tailer tailer = Tailer.create(file, listener, TEST_DELAY_MILLIS, false)) { in testCreateWithDelayAndFromStart() 299 … try (Tailer tailer = Tailer.create(file, listener, TEST_DELAY_MILLIS, false, TEST_BUFFER_SIZE)) { in testCreateWithDelayAndFromStartWithBufferSize() 309 …try (Tailer tailer = Tailer.create(file, listener, TEST_DELAY_MILLIS, false, true, TEST_BUFFER_SIZ… in testCreateWithDelayAndFromStartWithReopenAndBufferSize() 319 …try (Tailer tailer = Tailer.create(file, StandardCharsets.UTF_8, listener, TEST_DELAY_MILLIS, fals… in testCreateWithDelayAndFromStartWithReopenAndBufferSizeAndCharset() [all …]
|
| /external/apache-commons-io/src/main/java/org/apache/commons/io/input/ |
| D | TailerListener.java | 68 void init(Tailer tailer); in init()
|
| D | TailerListenerAdapter.java | 83 public void init(final Tailer tailer) { in init()
|
| D | Tailer.java | 214 …final Tailer tailer = new Tailer(tailable, charset, tailerListener, delayDuration, end, reOpen, bu… in build() local
|
| /external/e2fsprogs/lib/ext2fs/ |
| D | tdb.c | 1898 u32 magic, tailer; in transaction_setup_recovery() local 2971 tdb_off_t tailer_ofs, tailer; in tdb_dump_record() local
|