Searched refs:truncate (Results 1 – 15 of 15) sorted by relevance
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/ |
D | RRuleTest.java | 45 private static String[] getFormattedDates(long[] dates, Time time, boolean truncate) { in getFormattedDates() argument 50 if (truncate) { in getFormattedDates() 125 boolean truncate = dtstartStr.length() <= 8; // Just date, not date-time in runRecurrenceIteratorTest() 126 String[] actual = getFormattedDates(out, outCal, truncate); in runRecurrenceIteratorTest()
|
/frameworks/compile/libbcc/include/bcc/Support/ |
D | OutputFile.h | 36 void truncate();
|
/frameworks/compile/mclinker/lib/Support/ |
D | Space.cpp | 92 pHandler.truncate(total_offset); in Create() 124 pHandler.truncate(total_offset); in Create()
|
D | FileHandle.cpp | 148 bool FileHandle::truncate(size_t pSize) in truncate() function in FileHandle
|
/frameworks/compile/libbcc/lib/Support/ |
D | OutputFile.cpp | 59 void OutputFile::truncate() { in truncate() function in OutputFile
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | FileHandle.h | 92 bool truncate(size_t pSize);
|
/frameworks/base/core/java/android/util/ |
D | AtomicFile.java | 160 @Deprecated public void truncate() throws IOException { in truncate() method in AtomicFile
|
/frameworks/base/core/java/com/android/internal/os/ |
D | AtomicFile.java | 122 public void truncate() throws IOException { in truncate() method in AtomicFile
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | DiagCommonKinds.inc | 26 …_change_file_size, DiagnosticEngine::Error, "cannot truncate file `%0' to size %1", "cannot trunca…
|
/frameworks/base/docs/html/tools/help/ |
D | lint.jd | 122 <td>Don't truncate long messages or lists of alternate locations.</td>
|
/frameworks/base/docs/html/tools/adk/ |
D | adk.jd | 561 /* might want to truncate here */
|
/frameworks/base/services/java/com/android/server/content/ |
D | SyncStorageEngine.java | 2391 mPendingFile.truncate(); in writePendingOperationsLocked()
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 1587 # becomes larger than this value, doxygen will truncate the graph, which is
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | contacts-provider.jd | 1898 {@link android.text.Html#fromHtml(String) fromHtml()}. The provider may truncate or
|
/frameworks/base/api/ |
D | current.txt | 37481 method public abstract java.nio.channels.FileChannel truncate(long) throws java.io.IOException; 39417 method public abstract void truncate(long) throws java.sql.SQLException; 39556 method public abstract void truncate(long) throws java.sql.SQLException; 47387 method public static java.lang.String truncate(java.lang.String);
|