Searched defs:truncate (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/libbcc/lib/Support/
H A DOutputFile.cpp59 void OutputFile::truncate() { function in class:OutputFile
/frameworks/base/core/java/android/util/
H A DAtomicFile.java160 @Deprecated public void truncate() throws IOException { method in class:AtomicFile
/frameworks/base/core/java/com/android/internal/os/
H A DAtomicFile.java122 public void truncate() throws IOException { method in class:AtomicFile
/frameworks/compile/mclinker/lib/Support/
H A DFileHandle.cpp148 bool FileHandle::truncate(size_t pSize) function in class:FileHandle
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
H A DRRuleTest.java45 private static String[] getFormattedDates(long[] dates, Time time, boolean truncate) { argument
50 if (truncate) {
125 boolean truncate = dtstartStr.length() <= 8; // Just date, not date-time
126 String[] actual = getFormattedDates(out, outCal, truncate);

Completed in 134 milliseconds