HomeSort by relevance Sort by last modified time
    Searched full:truncate (Results 451 - 475 of 3526) sorted by null

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/os/
file_windows.go 244 // Truncate changes the size of the named file.
246 func Truncate(name string, size int64) error {
252 e1 := f.Truncate(size)
  /external/llvm/lib/IR/
ConstantRange.cpp 571 /// truncate - Return a new range in the specified integer type, which must be
575 ConstantRange ConstantRange::truncate(uint32_t DstTySize) const {
631 return truncate(DstTySize);
642 return truncate(DstTySize);
714 ConstantRange UR = Result_zext.truncate(getBitWidth());
738 ConstantRange SR = Result_sext.truncate(getBitWidth());
  /external/v8/src/compiler/
representation-change.cc 24 return "truncate-to-bool";
26 return "truncate-to-word32";
28 return "truncate-to-word64";
30 return "truncate-to-float64";
113 // uses truncate to word32 (so they do not care about signedness).
134 // value to the full machine word size and stores implicitly truncate,
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 504 // S + A : result is unsigned truncate.
582 // Exception: R_HEX_B32_PCREL_X : signed truncate
583 // Another Exception: R_HEX_6_PCREL_X is unsigned truncate
832 // R_HEX_GOT_LO16 and its class : (G) Signed Truncate
834 // Exception: R_HEX_GOT_11_X : unsigned truncate
912 // (S + A - GOT) : Signed Truncate
  /cts/tests/tests/telephony/src/android/telephony/cts/
SmsMessageTest.java 314 // but we only have 6 bytes from UDH, so truncate the limit for
316 // so truncate the limit by 3 char in total
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
asynchat.py 69 # del lst[:] is faster than sio.truncate(0)
70 # lst = [] is faster than sio.truncate(0)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
DscFile.c 361 // section name and truncate it at the last dot.
378 // Truncate after the dot
  /external/deqp/framework/delibs/deutil/
deFile.c 79 /* Require write and open when using truncate */
256 /* Require write and open when using truncate */
  /external/e2fsprogs/debugfs/
debug_cmds.c 298 "truncate",
635 "Punch (or truncate) blocks from an inode by deallocating them",
  /external/icu/icu4c/source/i18n/
strrepl.cpp 175 buf.truncate(0);
244 rule.truncate(0);
  /external/libbrillo/brillo/streams/
file_stream.h 30 TRUNCATE_EXISTING, // Open/truncate existing file. Fail if doesn't exist.
46 virtual int Truncate(off64_t length) const = 0;
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.cpp 90 // Extend or truncate the argument to be an i32 value for the call.
92 Src = DAG.getNode(ISD::TRUNCATE, dl, MVT::i32, Src);
  /external/llvm/test/CodeGen/AArch64/
fcvt_combine.ll 33 ; Truncate double to i32
45 ; Truncate float to i16
  /external/ltp/include/
tst_safe_macros.h 263 rval = truncate(path, length);
266 "truncate(%s,%ld) failed",
  /external/protobuf/js/binary/
decoder_test.js 314 function truncate(x) {
325 truncate);
  /external/python/cpython2/Lib/
asynchat.py 74 # del lst[:] is faster than sio.truncate(0)
75 # lst = [] is faster than sio.truncate(0)
  /external/python/cpython2/Lib/bsddb/test/
test_basics.py 599 num = d.truncate()
600 self.assertTrue(num >= 1, "truncate returned <= 0 on non-empty database")
601 num = d.truncate()
603 "truncate on empty DB returned nonzero (%r)" % (num,))
804 num = d.truncate(txn)
805 self.assertTrue(num >= 1, "truncate returned <= 0 on non-empty database")
806 num = d.truncate(txn)
808 "truncate on empty DB returned nonzero (%r)" % (num,))
    [all...]
  /external/python/cpython3/Doc/library/
bz2.rst 82 ``'w'`` does not truncate the file, and is instead equivalent to ``'a'``.
94 :class:`io.BufferedIOBase`, except for :meth:`detach` and :meth:`truncate`.
gzip.rst 65 methods of a :term:`file object`, with the exception of the :meth:`truncate`
107 :meth:`truncate` method isn't implemented.
  /external/python/cpython3/Lib/
asynchat.py 72 # del lst[:] is faster than bio.truncate(0)
73 # lst = [] is faster than bio.truncate(0)
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ConstantRange.h 187 /// truncate - Return a new range in the specified integer type, which must be
191 ConstantRange truncate(uint32_t BitWidth) const;
  /external/syslinux/utils/
mkdiskimage.in 220 # If -s is given, try to simply use truncate...
221 unless ($opt{'s'} && truncate(OUTPUT, $totalsize)) {
  /external/toybox/
Android.mk 141 toys/other/truncate.c \
380 truncate \
  /external/v8/src/
string-builder.h 363 Handle<String> result = SeqString::Truncate(string, length);
413 set_current_part(SeqString::Truncate(
  /frameworks/compile/mclinker/include/mcld/LD/
DiagCommonKinds.inc 108 "cannot truncate file `%0' to size %1",
109 "cannot truncate ffile `%0' to size %1")

Completed in 1484 milliseconds

<<11121314151617181920>>