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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-arm/syscalls/
truncate.S 5 ENTRY(truncate) function
16 END(truncate)
  /bionic/libc/arch-arm64/syscalls/
truncate.S 5 ENTRY(truncate) function
14 END(truncate)
16 ALIAS_SYMBOL(truncate64, truncate)
  /bionic/libc/arch-mips/syscalls/
truncate.S 5 ENTRY(truncate) function
19 END(truncate)
  /bionic/libc/arch-mips64/syscalls/
truncate.S 5 ENTRY(truncate) function
25 END(truncate)
27 ALIAS_SYMBOL(truncate64, truncate)
  /bionic/libc/arch-x86/syscalls/
truncate.S 5 ENTRY(truncate) function
34 END(truncate)
  /bionic/libc/arch-x86_64/syscalls/
truncate.S 5 ENTRY(truncate) function
15 END(truncate)
17 ALIAS_SYMBOL(truncate64, truncate)
  /external/e2fsprogs/tests/scripts/
resize_test 3 # old distros are missing "truncate", emulate it with "dd"
4 truncate() function
20 if truncate -s $SIZE_2 $TMPFILE 2> /dev/null; then
27 if ! truncate -s $SIZE_2 $TMPFILE >> $LOG 2>&1; then
  /external/protobuf/js/binary/
utils_test.js 50 function truncate(x) { function
361 if (truncate(x) != jspb.utils.joinFloat32(jspb.utils.split64Low,
  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 51 void truncate(uint64_t Size) { function in class:llvm::codeview::TypeRecordBuilder
  /external/swiftshader/third_party/LLVM/lib/MC/
MCAtom.cpp 76 void MCAtom::truncate(uint64_t TruncPt) { function in class:MCAtom
  /libcore/ojluni/src/main/java/java/nio/channels/
SeekableByteChannel.java 41 * decreases when it is {@link #truncate <i>truncated</i>}.
43 * <p> The {@link #position(long) position} and {@link #truncate truncate} methods
167 SeekableByteChannel truncate(long size) throws IOException; method in interface:SeekableByteChannel
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
fixdiv.py 338 def truncate(self): member in class:FileContext
  /external/icu/icu4c/source/common/
charstr.cpp 42 CharString &CharString::truncate(int32_t newLength) { function in class:CharString
  /external/skia/tools/
git-sync-deps 103 def truncate(s, length): function in function:status
106 directory = truncate(directory, dlen)
107 checkoutable = truncate(checkoutable, 40)
  /libcore/ojluni/src/main/java/java/sql/
Blob.java 266 void truncate(long len) throws SQLException; method in interface:Blob
Clob.java 309 void truncate(long len) throws SQLException; method in interface:Clob
  /libcore/ojluni/src/main/java/sun/nio/ch/
FileDispatcher.java 41 abstract int truncate(FileDescriptor fd, long size) throws IOException; method in class:FileDispatcher
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
RootInputStream.java 66 public void truncate() { method in class:RootInputStream
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/ui/
HierarchicalFolderTruncationTests.java 36 assertNull(truncate(null)); method
40 assertEquals("name", truncate("name"));
44 assertEquals("parent\u2215folder", truncate("parent/folder"));
48 assertEquals("grandparent\u2215parent\u2215folder", truncate("grandparent/parent/folder"));
53 truncate("grandparent/stuff/stuff/stuff/stuff/parent/folder"));
56 private String truncate(String hierarchy) { method in class:HierarchicalFolderTruncationTests
  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/
dbrecio.py 15 f.truncate([size]) # truncate file at to at most size (default: current pos)
114 def truncate(self, size=None): member in class:DBRecIO
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/
dbrecio.py 15 f.truncate([size]) # truncate file at to at most size (default: current pos)
114 def truncate(self, size=None): member in class:DBRecIO
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbrecio.py 15 f.truncate([size]) # truncate file at to at most size (default: current pos)
114 def truncate(self, size=None): member in class:DBRecIO
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbrecio.py 15 f.truncate([size]) # truncate file at to at most size (default: current pos)
114 def truncate(self, size=None): member in class:DBRecIO
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
StringIO.py 16 f.truncate([size]) # truncate file at to at most size (default: current pos)
187 def truncate(self, size=None): member in class:StringIO
188 """Truncate the file's size.
316 f.truncate(length/2)
320 raise RuntimeError, 'truncate did not adjust length'
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
StringIO.py 16 f.truncate([size]) # truncate file at to at most size (default: current pos)
187 def truncate(self, size=None): member in class:StringIO
188 """Truncate the file's size.
316 f.truncate(length/2)
320 raise RuntimeError, 'truncate did not adjust length'

Completed in 806 milliseconds

1 2 3 4 5 6 7 8 91011>>