Searched refs:truncate (Results 1 - 10 of 10) sorted by relevance

/frameworks/compile/libbcc/include/bcc/Support/
H A DOutputFile.h42 void truncate();
/frameworks/compile/mclinker/lib/Support/
H A DSpace.cpp80 pHandler.truncate(total_offset);
108 pHandler.truncate(total_offset);
H A DFileHandle.cpp159 bool FileHandle::truncate(size_t pSize) function in class:FileHandle
/frameworks/compile/mclinker/unittests/
H A DReadStageTest.cpp86 pFile.truncate(sstream.str().size() + org_size);
108 pFile.truncate(sstream.str().size() + org_size);
/frameworks/compile/libbcc/lib/Support/
H A DOutputFile.cpp112 void OutputFile::truncate() { function in class:OutputFile
/frameworks/compile/mclinker/include/mcld/Support/
H A DFileHandle.h89 // truncate - truncate the file up to the pSize.
90 bool truncate(size_t pSize);
/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);
/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/base/core/java/android/content/
H A DSyncStorageEngine.java2116 mPendingFile.truncate();

Completed in 1314 milliseconds