HomeSort by relevance Sort by last modified time
    Searched full:truncate (Results 26 - 50 of 1667) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/compile/mclinker/include/mcld/Support/
FileHandle.h 49 Truncate = 0x10,
91 // truncate - truncate the file up to the pSize.
92 bool truncate(size_t pSize);
  /external/chromium_org/net/base/
mock_file_stream.cc 53 int64 MockFileStream::Truncate(int64 bytes) {
54 return ReturnError64(FileStream::Truncate(bytes));
  /external/chromium_org/content/browser/fileapi/
file_system_operation_runner_unittest.cc 76 operation_runner()->Truncate(URL("foo"), 0,
89 operation_runner()->Truncate(FileSystemURL(), 0,
105 // Call Truncate with non-existent URL, and try to cancel it immediately
108 operation_runner()->Truncate(URL("foo"), 0,
130 // Call Truncate with invalid URL, and try to cancel it immediately
133 operation_runner()->Truncate(FileSystemURL(), 0,
  /external/chromium_org/net/disk_cache/
tracing_cache_backend.cc 27 bool truncate) OVERRIDE;
47 bool truncate; member in struct:disk_cache::EntryProxy::RwOpExtra
100 extra.truncate = false;
113 bool truncate) {
119 extra.truncate = truncate;
123 truncate);
  /external/chromium_org/content/child/fileapi/
webfilewriter_impl.cc 43 void Truncate(const GURL& path, int64 offset,
48 ChildThread::current()->file_system_dispatcher()->Truncate(
137 RunOnMainThread(base::Bind(&WriterBridge::Truncate, bridge_,
webfilewriter_base_unittest.cc 79 DidSucceed(); // truncate completion
83 DidFail(base::PLATFORM_FILE_ERROR_NOT_FOUND); // truncate completion
220 writer()->truncate(kBasicFileTruncate_Offset);
262 writer()->truncate(kErrorFileTruncate_Offset);
356 writer()->truncate(kCancelFileTruncate_Offset);
376 writer()->truncate(kCancelFailedTruncate_Offset);
403 writer()->truncate(kBasicFileTruncate_Offset);
414 writer()->truncate(kErrorFileTruncate_Offset);
webfilewriter_base.h 27 virtual void truncate(long long length);
  /external/chromium_org/net/disk_cache/simple/
simple_entry_operation.h 66 bool truncate,
108 bool truncate() const { return truncate_; } function in class:disk_cache::SimpleEntryOperation
124 bool truncate,
  /external/chromium/net/disk_cache/
net_log_parameters.h 34 // For reads, |truncate| must be false.
35 ReadWriteDataParameters(int index, int offset, int buf_len, bool truncate);
  /external/chromium_org/third_party/WebKit/Source/platform/clipboard/
ClipboardUtilitiesPosix.cpp 56 // Truncate an overly-long filename, reserving one character for a dot.
57 name.truncate(maxFilenameLength - extension.length() - 1);
ClipboardUtilitiesWin.cpp 69 // Truncate overly-long filenames, reserving one character for a dot.
70 name.truncate(maxFilenameLength - extension.length() - 1);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
dic_node_state_input.h 30 // TODO: Merge into DicNodeStatePrevWord::truncate
31 void truncate(const int commitPoint) { function in class:latinime::DicNodeStateInput
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
MediaDescr.py 61 1, # May be longer, truncate
87 1, # May be longer, truncate
  /external/chromium/chrome/browser/ui/omnibox/
location_bar_util.cc 35 // No dot or whitespace, truncate to at most 3 chars.
  /external/chromium_org/sync/notifier/
unacked_invalidation_set.cc 42 Truncate(kMaxBufferedInvalidations);
49 Truncate(kMaxBufferedInvalidations);
74 Truncate(kMaxBufferedInvalidations);
182 void UnackedInvalidationSet::Truncate(size_t max_size) {
  /external/chromium_org/third_party/skia/src/core/
SkBitmapProcState_utils.h 28 // if we truncate frDx and lose its low bits.
  /external/chromium_org/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)");
  /external/e2fsprogs/misc/
e2label.8.in 36 will truncate it and print a warning message.
  /external/llvm/test/CodeGen/NVPTX/
ldu-i8.ll 8 ; Ensure we properly truncate off the high-order 24 bits
  /external/skia/src/core/
SkBitmapProcState_utils.h 28 // if we truncate frDx and lose its low bits.
  /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)");
  /frameworks/compile/libbcc/include/bcc/Support/
OutputFile.h 36 void truncate();
  /system/core/rootdir/
init.trace.rc 31 # Allow only the shell group to read and truncate the kernel trace.
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ui/
breadcrumbs_controller.js 152 this.truncate();
156 * Updates breadcrumbs widths in order to truncate it properly.
158 BreadcrumbsController.prototype.truncate = function() {
226 // Do not truncate separator. Instead let the last crumb be longer.
230 // Truncate the last visible crumb.
  /external/llvm/include/llvm/MC/
MCAtom.h 57 virtual void truncate(uint64_t TruncPt) = 0;
144 /// \name Atom type specific split/truncate logic.
147 void truncate(uint64_t TruncPt) LLVM_OVERRIDE;
175 /// \name Atom type specific split/truncate logic.
178 void truncate(uint64_t TruncPt) LLVM_OVERRIDE;

Completed in 3818 milliseconds

12 3 4 5 6 7 8 91011>>