/external/llvm/test/CodeGen/X86/ |
widen_conv-1.ll | 5 ; truncate v2i64 to v2i32 29 ; truncate v3i32 to v3i8 65 ; truncate v5i16 to v5i8
|
/external/ltp/testcases/kernel/syscalls/fcntl/ |
fcntl33.c | 21 * When a process (the lease breaker) performs an open(2) or truncate(2) 78 "truncate() conflicts with fcntl(F_SETLEASE, F_WRLCK)"}, 84 "truncate() conflicts with fcntl(F_SETLEASE, F_RDLCK)"},
|
/external/ltp/testcases/kernel/syscalls/ftruncate/ |
ftruncate01.c | 24 * Verify that, ftruncate(2) succeeds to truncate a file to a specified 108 * Call ftruncate(2) to truncate a test file to a 132 * truncate(2) on it.
|
/external/python/cpython2/Lib/bsddb/ |
dbrecio.py | 15 f.truncate([size]) # truncate file at to at most size (default: current pos) 114 def truncate(self, size=None): member in class:DBRecIO
|
/prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/ |
dbrecio.py | 15 f.truncate([size]) # truncate file at to at most size (default: current pos) 114 def truncate(self, size=None): member in class:DBRecIO
|
/prebuilts/gdb/linux-x86/lib/python2.7/bsddb/ |
dbrecio.py | 15 f.truncate([size]) # truncate file at to at most size (default: current pos) 114 def truncate(self, size=None): member in class:DBRecIO
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/ |
dbrecio.py | 15 f.truncate([size]) # truncate file at to at most size (default: current pos) 114 def truncate(self, size=None): member in class:DBRecIO
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/ |
dbrecio.py | 15 f.truncate([size]) # truncate file at to at most size (default: current pos) 114 def truncate(self, size=None): member in class:DBRecIO
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/ |
cStringIO.so | |
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/ |
Parse.c | 67 @param[in] Truncate If the buffer is large enough, this has no effect.
68 If the buffer is is too small and Truncate is TRUE,
70 If the buffer is is too small and Truncate is FALSE,
85 IN BOOLEAN Truncate
132 if (!Truncate) {
|
/libcore/luni/src/test/java/libcore/java/nio/channels/ |
FileChannelTest.java | 170 fc.truncate(truncateArg); // Should not affect the file size, but should move the position. 172 // The RI does not behave properly here, according to the docs for truncate(), position() 192 fc.truncate(truncateArg); 212 fc.truncate(truncateArg); 232 fc.truncate(truncateArg);
|
/system/update_engine/sample_images/ |
generate_images.sh | 60 sudo truncate --size=10240 "${mntdir}"/sparse_empty-10k 61 sudo truncate --size=$(( block_size * 2 )) "${mntdir}"/sparse_empty-2blocks 75 sudo truncate --size=16384 "${mntdir}"/sparse-16k-first_block 78 sudo truncate --size=16384 "${mntdir}"/sparse-16k-holes 228 truncate --size="${size}" "${filename}"
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_fileio.py | 108 'seek', 'tell', 'truncate', 'write', 'seekable',
111 methods.remove('truncate')
187 f.truncate(0)
338 f.truncate(5)
341 f.truncate(15)
349 # "file.truncate fault on windows"
361 f.truncate()
|
/external/python/cpython2/Lib/test/ |
test_fileio.py | 130 'tell', 'truncate', 'flush'] 132 methods.remove('truncate') 225 f.truncate(0) 403 f.truncate(5) 406 f.truncate(15) 414 # "file.truncate fault on windows" 426 f.truncate()
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_fileio.py | 130 'seek', 'tell', 'truncate', 'write', 'seekable', 133 methods.remove('truncate') 217 f.truncate(0) 371 f.truncate(5) 374 f.truncate(15) 382 # "file.truncate fault on windows" 394 f.truncate()
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_fileio.py | 130 'seek', 'tell', 'truncate', 'write', 'seekable', 133 methods.remove('truncate') 217 f.truncate(0) 371 f.truncate(5) 374 f.truncate(15) 382 # "file.truncate fault on windows" 394 f.truncate()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_fileio.py | 130 'seek', 'tell', 'truncate', 'write', 'seekable', 133 methods.remove('truncate') 217 f.truncate(0) 371 f.truncate(5) 374 f.truncate(15) 382 # "file.truncate fault on windows" 394 f.truncate()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_fileio.py | 130 'seek', 'tell', 'truncate', 'write', 'seekable', 133 methods.remove('truncate') 217 f.truncate(0) 371 f.truncate(5) 374 f.truncate(15) 382 # "file.truncate fault on windows" 394 f.truncate()
|
/external/icu/icu4c/source/common/ |
locdispnames.cpp | 61 result.truncate(0); 73 result.truncate(0); 101 result.truncate(0); 113 result.truncate(0); 141 result.truncate(0); 153 result.truncate(0); 181 result.truncate(0); 193 result.truncate(0); 221 result.truncate(0); 233 result.truncate(0) [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
StringIO.py | 16 f.truncate([size]) # truncate file at to at most size (default: current pos)
187 def truncate(self, size=None):
member in class:StringIO 188 """Truncate the file's size.
316 f.truncate(length/2)
320 raise RuntimeError, 'truncate did not adjust length'
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
StringIO.py | 16 f.truncate([size]) # truncate file at to at most size (default: current pos)
187 def truncate(self, size=None):
member in class:StringIO 188 """Truncate the file's size.
316 f.truncate(length/2)
320 raise RuntimeError, 'truncate did not adjust length'
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
cStringIO.c | 295 "truncate(): truncate the file at the current position.");
302 if (!PyArg_ParseTuple(args, "|n:truncate", &pos)) return NULL;
305 /* No argument passed, truncate to current position */
500 {"truncate", (PyCFunction)IO_truncate, METH_VARARGS, IO_truncate__doc__},
607 {"truncate", (PyCFunction)IO_truncate, METH_VARARGS, IO_truncate__doc__},
|
/external/python/cpython2/Lib/ |
StringIO.py | 16 f.truncate([size]) # truncate file at to at most size (default: current pos) 187 def truncate(self, size=None): member in class:StringIO 188 """Truncate the file's size. 316 f.truncate(length/2) 320 raise RuntimeError, 'truncate did not adjust length'
|
/external/syslinux/gpxe/src/arch/i386/firmware/pcbios/ |
e820mangler.S | 85 * Truncate region to memory window 101 /* Truncate to window start */ 108 2: /* Truncate to window end */ 137 /* Convert to (start,len) format and call truncate */ 167 /* Convert to (start,len) format and call truncate */ 373 /* Truncate region to current window */
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
StringIO.py | 16 f.truncate([size]) # truncate file at to at most size (default: current pos) 187 def truncate(self, size=None): member in class:StringIO 188 """Truncate the file's size. 316 f.truncate(length/2) 320 raise RuntimeError, 'truncate did not adjust length'
|