HomeSort by relevance Sort by last modified time
    Searched defs:truncate (Results 1 - 25 of 421) 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
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 57 void truncate(uint64_t Size) { function in class:llvm::codeview::TypeRecordBuilder
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 57 void truncate(uint64_t Size) { function in class:llvm::codeview::TypeRecordBuilder
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 57 void truncate(uint64_t Size) { function in class:llvm::codeview::TypeRecordBuilder
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 57 void truncate(uint64_t Size) { function in class:llvm::codeview::TypeRecordBuilder
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 57 void truncate(uint64_t Size) { function in class:llvm::codeview::TypeRecordBuilder
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 57 void truncate(uint64_t Size) { function in class:llvm::codeview::TypeRecordBuilder
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 57 void truncate(uint64_t Size) { function in class:llvm::codeview::TypeRecordBuilder
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 57 void truncate(uint64_t Size) { function in class:llvm::codeview::TypeRecordBuilder
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 57 void truncate(uint64_t Size) { function in class:llvm::codeview::TypeRecordBuilder
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 57 void truncate(uint64_t Size) { function in class:llvm::codeview::TypeRecordBuilder
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 57 void truncate(uint64_t Size) { function in class:llvm::codeview::TypeRecordBuilder
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 57 void truncate(uint64_t Size) { function in class:llvm::codeview::TypeRecordBuilder
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 57 void truncate(uint64_t Size) { function in class:llvm::codeview::TypeRecordBuilder
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 57 void truncate(uint64_t Size) { function in class:llvm::codeview::TypeRecordBuilder

Completed in 498 milliseconds

1 2 3 4 5 6 7 8 91011>>