Searched defs:truncate (Results 1 – 6 of 6) sorted by relevance
107 public void truncate(long minTime) { in truncate() method in RollingBuffer
215 @Deprecated public void truncate() throws IOException { in truncate() method in AtomicFile
144 bool FileHandle::truncate(size_t pSize) { in truncate() function in mcld::FileHandle
190 private static String truncate(String text, int maxLines) { in truncate() method in AppCompatibility
192 public static String truncate(String s) { in truncate() method in BaseTestRunner
44 private static String[] getFormattedDates(long[] dates, Time time, boolean truncate) { in getFormattedDates()