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

1 2 3 4 56 7 8 91011>>

  /external/llvm/test/CodeGen/X86/
2012-08-07-CmpISelBug.ll 3 ; Cmp lowering should not look past the truncate unless the high bits are known
  /external/ltp/testcases/kernel/security/tomoyo/
tomoyo_file_test.c 141 show_prompt("truncate()");
142 show_result(truncate(truncate_path, 0));
240 set_profile(3, "file::truncate");
264 set_profile(0, "file::truncate");
  /external/perf_data_converter/src/quipper/
data_writer.h 38 // longer than |size|, it will truncate the string, and will not add a null
  /external/python/cpython3/Modules/_io/clinic/
bytesio.c.h 297 "truncate($self, size=None, /)\n"
300 "Truncate the file to at most size bytes.\n"
306 {"truncate", (PyCFunction)_io_BytesIO_truncate, METH_VARARGS, _io_BytesIO_truncate__doc__},
317 if (!PyArg_UnpackTuple(args, "truncate",
fileio.c.h 322 "truncate($self, size=None, /)\n"
325 "Truncate the file to at most size bytes and return the truncated size.\n"
331 {"truncate", (PyCFunction)_io_FileIO_truncate, METH_VARARGS, _io_FileIO_truncate__doc__},
342 if (!PyArg_UnpackTuple(args, "truncate",
  /external/skia/src/core/
SkBitmapProcState_utils.h 35 // if we truncate frDx and lose its low bits.
SkDither.cpp 21 since the other 4x4 sub pieces all look the same once we truncate the bits.
SkStringUtils.cpp 77 end = last; // truncate input string
  /external/skqp/src/core/
SkBitmapProcState_utils.h 35 // if we truncate frDx and lose its low bits.
SkDither.cpp 21 since the other 4x4 sub pieces all look the same once we truncate the bits.
  /external/strace/tests/
truncate64.c 43 int rc = truncate(fname, len);
  /external/strace/tests-m32/
truncate64.c 43 int rc = truncate(fname, len);
  /external/strace/tests-mx32/
truncate64.c 43 int rc = truncate(fname, len);
  /external/syslinux/gpxe/src/util/
padimg.pl 39 truncate $filename, $newsize
  /frameworks/base/core/java/android/hardware/camera2/marshal/impl/
MarshalQueryableNativeByteToInteger.java 42 buffer.put((byte)(int)value); // truncate down to byte
  /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
  /packages/apps/Dialer/java/com/android/voicemail/impl/
OmtpConstants.java 214 truncate(
223 truncate(
233 truncate(
244 private static final String truncate(String string, int length) { method in class:OmtpConstants
  /prebuilts/go/darwin-x86/src/math/
floor_386.s 40 ORW $0x0c00, AX // Rounding Control set to truncate
  /prebuilts/go/linux-x86/src/math/
floor_386.s 40 ORW $0x0c00, AX // Rounding Control set to truncate
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_StringIO.py 61 f.truncate()
63 f.truncate(5)
67 self.assertRaises(IOError, f.truncate, -1)
  /external/autotest/client/tests/bash_shared_mapping/
ext3-tools.tar.gz 
  /external/autotest/client/tests/connectathon/
connectathon.tar.bz2 
  /external/autotest/client/tests/fsx/
ext3-tools.tar.gz 
  /external/icu/icu4c/source/i18n/
esctrn.cpp 149 buf.truncate(0);
157 buf.truncate(0);
161 buf.truncate(prefixLen);
  /external/icu/icu4c/source/tools/genrb/
derb.1.in 31 .BI "\-t\fP, \fB\-\-truncate" " \fR[ \fPsize\fR ]\fP"
113 .BI "\-t\fP, \fB\-\-truncate" " \fR[ \fPsize\fR ]\fP"
114 Truncate individual resources (strings or binary data) to

Completed in 615 milliseconds

1 2 3 4 56 7 8 91011>>