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

<<11121314151617181920>>

  /libcore/ojluni/src/main/java/sun/nio/ch/
SimpleAsynchronousFileChannelImpl.java 125 public AsynchronousFileChannel truncate(long size) throws IOException { method in class:SimpleAsynchronousFileChannelImpl
139 // truncate file if 'size' less than current size
142 n = nd.truncate(fdObj, size);
  /bionic/libc/seccomp/
arm64_app_policy.cpp 18 BPF_JUMP(BPF_JMP|BPF_JGE|BPF_K, 51, 46, 45), //statfs|fstatfs|truncate|ftruncate|fallocate|faccessat|chdir|fchdir
arm64_global_policy.cpp 16 BPF_JUMP(BPF_JMP|BPF_JGE|BPF_K, 58, 22, 21), //statfs|fstatfs|truncate|ftruncate|fallocate|faccessat|chdir|fchdir|chroot|fchmod|fchmodat|fchownat|fchown|openat|close
arm64_system_policy.cpp 16 BPF_JUMP(BPF_JMP|BPF_JGE|BPF_K, 58, 22, 21), //statfs|fstatfs|truncate|ftruncate|fallocate|faccessat|chdir|fchdir|chroot|fchmod|fchmodat|fchownat|fchown|openat|close
  /bionic/libc/upstream-netbsd/lib/libc/stdlib/
div.c 56 * words, we should always truncate the quotient towards
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
hexnan.c 137 /* truncate high-order word if necessary */
  /cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/
EventGapVerification.java 28 // Number of events to truncate (discard) from the initial events received
  /cts/tests/tests/os/assets/minijail/
isolated-common.policy 137 truncate: return EPERM
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
IIOecho.c 83 (void)InBuf->Truncate(InBuf);
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
hexnan.c 121 /* truncate high-order word if necessary */
  /external/autotest/client/tests/aio_dio_bugs/src/
aio-dio-subblock-eof-read.c 56 fail("truncate returned error %d\n", errno);
  /external/clang/test/CodeGen/
char-literal.c 12 // Should truncate value (equal to last character).
  /external/clang/utils/check_cfc/
obj_diff.py 42 are the first ones. Truncate data before sending to difflib. Returns None
  /external/compiler-rt/test/profile/Linux/
instrprof-merge-vp.c 90 truncate(FileN, 0);
  /external/curl/src/
tool_cb_see.c 116 * Truncate a file handle at a 64-bit position 'where'.
  /external/deqp/framework/delibs/deutil/
deFile.h 39 DE_FILEMODE_TRUNCATE = (1<<5) /*!< Truncate content of file. Requires DE_FILEMODE_OPEN. */
  /external/deqp/scripts/src_util/
check_boms.py 55 f.truncate(readpos-3)
  /external/f2fs-tools/scripts/
verify.sh 55 $XFSTESTS/ltp/fsstress -x "echo 3 > /proc/sys/vm/drop_caches && sleep 1" -X 1 -r -f fsync=8 -f sync=0 -f write=8 -f dwrite=2 -f truncate=6 -f allocsp=0 -f bulkstat=0 -f bulkstat1=0 -f freesp=0 -f zero=1 -f collapse=1 -f insert=1 -f resvsp=0 -f unresvsp=0 -S t -p 10 -n $2 -d $1 >/dev/null
  /external/google-breakpad/src/processor/
binarystream.cc 89 // truncate to 16-bit length
  /external/icu/icu4c/source/i18n/
quant.cpp 102 result.truncate(0);
  /external/libcap/doc/old/
_setfilecap.2 41 If the kernel uses a different size internally, it will truncate or
  /external/libmtp/logs/
mtp-detect-yota-phone.txt 94 95c3: Truncate Object
  /external/libopus/silk/arm/
NSQ_neon.c 90 lower 16 bits of each multiply, but wait until the end to truncate
  /external/llvm/lib/DebugInfo/CodeView/
ListRecordBuilder.cpp 56 Builder.truncate(SubrecordStart);
  /external/llvm/test/CodeGen/AMDGPU/
store.ll 22 ; IG 0: Get the byte index and truncate the value
29 ; IG 1: Truncate the calculated the shift amount for the mask
52 ; IG 0: Get the byte index and truncate the value
62 ; IG 1: Truncate the calculated the shift amount for the mask

Completed in 996 milliseconds

<<11121314151617181920>>