HomeSort by relevance Sort by last modified time
    Searched refs:truncate (Results 1 - 25 of 205) sorted by null

1 2 3 4 5 6 7 8 9

  /bionic/libc/arch-arm/syscalls/
truncate.S 5 .type truncate, #function
6 .globl truncate
10 truncate: label
  /bionic/libc/arch-sh/syscalls/
truncate.S 5 .type truncate, @function
6 .globl truncate
9 truncate: label
  /bionic/libc/arch-x86/syscalls/
truncate.S 5 .type truncate, @function
6 .globl truncate
9 truncate: label
  /libcore/luni/src/main/java/java/sql/
Blob.java 172 * Truncate the value of this {@code Blob} object to a specified length in
181 public void truncate(long len) throws SQLException; method in interface:Blob
Clob.java 174 * truncate this {@code Clob}.
178 public void truncate(long len) throws SQLException; method in interface:Clob
  /external/webkit/WebCore/loader/
FTPDirectoryParser.h 134 fileSize.truncate(0);
  /packages/apps/Email/src/org/apache/james/mime4j/
RootInputStream.java 66 public void truncate() { method in class:RootInputStream
  /external/chromium/net/disk_cache/
entry_impl.h 45 bool truncate);
144 bool PrepareTarget(int index, int offset, int buf_len, bool truncate);
147 bool GrowUserBuffer(int index, int offset, int buf_len, bool truncate);
  /external/chromium/third_party/icu/source/i18n/
esctrn.cpp 147 buf.truncate(0);
155 buf.truncate(0);
159 buf.truncate(prefixLen);
name2uni.cpp 150 name.truncate(0);
199 str.truncate(0);
funcrepl.cpp 97 rule.truncate(0);
uni2name.cpp 100 str.truncate(OPEN_DELIM_LEN);
  /external/icu4c/i18n/
esctrn.cpp 147 buf.truncate(0);
155 buf.truncate(0);
159 buf.truncate(prefixLen);
name2uni.cpp 150 name.truncate(0);
199 str.truncate(0);
funcrepl.cpp 97 rule.truncate(0);
uni2name.cpp 100 str.truncate(OPEN_DELIM_LEN);
  /external/chromium/third_party/icu/source/test/intltest/
tokiter.cpp 29 token.truncate(0);
  /external/icu4c/test/intltest/
tokiter.cpp 29 token.truncate(0);
  /external/webkit/WebCore/css/
FontFamilyValue.cpp 93 m_familyName.truncate(length);
  /libcore/luni/src/main/java/org/apache/harmony/luni/platform/
IFileSystem.java 96 public void truncate(int fileDescriptor, long size) throws IOException; method in interface:IFileSystem
OSFileSystem.java 113 public native void truncate(int fd, long size) throws IOException; method in class:OSFileSystem
  /external/icu4c/common/
locdispnames.cpp 59 result.truncate(0);
71 result.truncate(0);
99 result.truncate(0);
111 result.truncate(0);
139 result.truncate(0);
151 result.truncate(0);
179 result.truncate(0);
191 result.truncate(0);
219 result.truncate(0);
231 result.truncate(0)
    [all...]
  /external/v8/test/mjsunit/
toint32.js 45 assertEquals(0, toInt32(0.6), "truncate positive (0.6)");
46 assertEquals(1, toInt32(1.6), "truncate positive (1.6)");
47 assertEquals(0, toInt32(-0.6), "truncate negative (-0.6)");
48 assertEquals(-1, toInt32(-1.6), "truncate negative (-1.6)");
  /libcore/luni/src/main/java/java/nio/channels/
FileChannel.java 565 public abstract FileChannel truncate(long size) throws IOException; method in class:FileChannel
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/nio/internal/
ReadOnlyFileChannel.java 64 public final FileChannel truncate(long size) throws IOException { method in class:ReadOnlyFileChannel

Completed in 396 milliseconds

1 2 3 4 5 6 7 8 9