Home
last modified time | relevance | path

Searched defs:truncate (Results 1 – 25 of 102) sorted by relevance

12345

/external/musl/src/unistd/
Dtruncate.c4 int truncate(const char *path, off_t length) in truncate() function
/external/e2fsprogs/tests/scripts/
Dresize_test4 truncate() function
/external/crosvm/common/cros_asyncv2/src/
Diobuf.rs93 pub fn truncate(&mut self, len: usize) { in truncate() method
158 fn truncate() { in truncate() function
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/
Dgcs_helper.cc36 bool TempFile::truncate() { in truncate() function in TempFile
/external/strace/
Dtruncate.c3 SYS_FUNC(truncate) in SYS_FUNC() argument
/external/perfetto/ui/src/traceconv/
Dindex.ts99 truncate?: 'start'|'end'; property
141 truncate?: 'start'|'end'; property
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecordBuilder.h51 void truncate(uint64_t Size) { in truncate() function
/external/tensorflow/tensorflow/core/kernels/
Dcast_op_impl_bfloat.cc35 bool truncate) { in GetGpuCastFromBfloat()
/external/python/google-api-python-client/samples/tasks_appengine/
Dmain.py50 def truncate(s, l): function
/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DDowngradedSeekableByteChannel.java67 public SeekableByteChannel truncate(long size) throws IOException { in truncate() method in DowngradedSeekableByteChannel
DJimfsAsynchronousFileChannel.java65 public AsynchronousFileChannel truncate(long size) throws IOException { in truncate() method in JimfsAsynchronousFileChannel
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DICUResourceBundleCollationTest.java166 boolean truncate, String[] testCases) { in getFunctionalEquivalentTestCases()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/
DICUResourceBundleCollationTest.java163 boolean truncate, String[] testCases) { in getFunctionalEquivalentTestCases()
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DByteBufferChannel.java86 public SeekableByteChannel truncate(long size) throws IOException { in truncate() method in ByteBufferChannel
/external/python/cpython2/Lib/bsddb/
Ddbrecio.py114 def truncate(self, size=None): member in DBRecIO
/external/protobuf/js/compatibility_tests/v3.1.0/binary/
Dutils_test.js50 function truncate(x) { function
Ddecoder_test.js296 function truncate(x) { function
/external/protobuf/js/binary/
Dutils_test.js51 function truncate(x) { function
/external/protobuf/js/compatibility_tests/v3.0.0/binary/
Dutils_test.js50 function truncate(x) { function
Ddecoder_test.js296 function truncate(x) { function
/external/python/cpython2/Lib/
D_pyio.py326 def truncate(self, pos=None): member in IOBase
712 def truncate(self, pos=None): member in _BufferedIOMixin
879 def truncate(self, pos=None): member in BytesIO
1115 def truncate(self, pos=None): member in BufferedWriter
1272 def truncate(self, pos=None): member in BufferedRandom
1326 def truncate(self, pos=None): member in TextIOBase
1778 def truncate(self, pos=None): member in TextIOWrapper
/external/deqp-deps/SPIRV-Tools/utils/
Dgit-sync-deps127 def truncate(s, length): function
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/
Dgit-sync-deps127 def truncate(s, length): function
/external/swiftshader/third_party/SPIRV-Tools/utils/
Dgit-sync-deps127 def truncate(s, length): function
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/utils/
DSeekableInMemoryByteChannel.java98 public SeekableByteChannel truncate(long newSize) { in truncate() method in SeekableInMemoryByteChannel

12345