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

1 2

  /bionic/libc/arch-arm/syscalls/
truncate.S 5 ENTRY(truncate) function
14 END(truncate)
  /bionic/libc/arch-arm64/syscalls/
truncate.S 5 ENTRY(truncate) function
14 END(truncate)
17 .equ 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)
28 .equ truncate64, truncate
  /bionic/libc/arch-x86/syscalls/
truncate.S 5 ENTRY(truncate) function
26 END(truncate)
  /bionic/libc/arch-x86_64/syscalls/
truncate.S 5 ENTRY(truncate) function
15 END(truncate)
18 .equ truncate64, truncate
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
truncate.c 12 int truncate(const char* pathname, off_t length) { function
  /external/chromium_org/third_party/icu/source/common/
charstr.cpp 30 CharString &CharString::truncate(int32_t newLength) { function in class:CharString
  /external/icu/icu4c/source/common/
charstr.cpp 30 CharString &CharString::truncate(int32_t newLength) { function in class:CharString
  /external/chromium_org/content/child/fileapi/
webfilewriter_base.cc 26 void WebFileWriterBase::truncate(long long length) { function in class:content::WebFileWriterBase
42 // When we cancel a write/truncate, we always get back the result of the write
45 // success [of the write/truncate, in a DidWrite(XXX, true)/DidSucceed() call]
95 // Write never gets a DidSucceed call, so this is either a cancel or truncate
99 // A truncate succeeded, with no complications.
106 // This is the success call of the truncate, which we'll eat, even though
108 // so the truncate will eventually return an error.
124 // A write or truncate failed.
129 // This is the failure of a write or truncate; the next message should be
131 // the write/truncate could have failed for other reasons
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
FileWriterSync.cpp 71 void FileWriterSync::truncate(long long offset, ExceptionState& exceptionState) function in class:blink::FileWriterSync
80 writer()->truncate(offset);
FileWriter.cpp 142 void FileWriter::truncate(long long position, ExceptionState& exceptionState) function in class:blink::FileWriter
270 writer()->truncate(m_truncateLength);
  /external/llvm/lib/MC/MCAnalysis/
MCAtom.cpp 54 void MCDataAtom::truncate(uint64_t TruncPt) { function in class:MCDataAtom
84 void MCTextAtom::truncate(uint64_t TruncPt) { function in class:MCTextAtom
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
breadcrumbs_controller.js 157 this.truncate();
161 * Updates breadcrumbs widths in order to truncate it properly.
163 BreadcrumbsController.prototype.truncate = function() {
231 // Do not truncate separator. Instead let the last crumb be longer.
235 // Truncate the last visible crumb.
  /external/chromium_org/third_party/icu/source/tools/toolutil/
denseranges.cpp 50 void truncate(int32_t newLength) { function in class:__anon17033::LargestGaps
148 gaps.truncate(num-1);
  /external/icu/icu4c/source/tools/toolutil/
denseranges.cpp 50 void truncate(int32_t newLength) { function in class:__anon1779::LargestGaps
148 gaps.truncate(num-1);
  /external/chromium_org/net/disk_cache/simple/
simple_entry_operation.cc 149 bool truncate,
163 truncate,
249 const bool truncate = false; local
263 truncate,
298 int other_op_end = (other_op.type() == TYPE_WRITE && other_op.truncate())
321 bool truncate,
335 truncate_(truncate),
simple_entry_operation.h 66 bool truncate,
108 bool truncate() const { return truncate_; } function in class:disk_cache::SimpleEntryOperation
124 bool truncate,
simple_synchronous_entry.h 111 bool truncate; member in struct:disk_cache::SimpleSynchronousEntry::EntryOperationData
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
fuse.h 115 // Called by truncate(), as well as open() when O_TRUNC is passed.
116 int (*truncate)(const char* path, off_t); member in struct:fuse_operations
  /external/chromium_org/net/disk_cache/blockfile/
stress_cache.cc 158 bool truncate = (rand() % 2 == 0); local
172 "i: %d iter: %d, size: %d, truncate: %d ", i, iteration,
173 size, truncate ? 1 : 0);
175 truncate);
  /external/junit/src/junit/runner/
BaseTestRunner.java 192 public static String truncate(String s) { method in class:BaseTestRunner
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
WTFString.cpp 298 void String::truncate(unsigned position) function in class:WTF::String
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
unistr.h 4445 UnicodeString::truncate(int32_t targetLength) function in class:UnicodeString
    [all...]
  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/
serialutil.py 214 def truncate(self, n=None): member in class:FileLike

Completed in 758 milliseconds

1 2