Searched defs:truncate (Results 1 – 10 of 10) sorted by relevance
131 public void truncate() throws IOException { in truncate() method in AtomicFile
50 function truncate(x) { function
313 function truncate(x) { function
124 function truncate(x) { function
107 public void truncate(long minTime) { in truncate() method in RollingBuffer
190 @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
45 private static String[] getFormattedDates(long[] dates, Time time, boolean truncate) { in getFormattedDates()