/external/python/cpython3/Lib/test/ |
test_memoryio.py | 75 self.assertEqual(f.truncate(12), 12) 118 self.assertRaises(ValueError, memio.truncate, -1) 120 self.assertEqual(memio.truncate(), 6) 122 self.assertEqual(memio.truncate(4), 4) 129 self.assertEqual(memio.truncate(None), pos) 131 self.assertRaises(TypeError, memio.truncate, '0') 133 self.assertRaises(ValueError, memio.truncate, 0) 423 self.assertRaises(BufferError, memio.truncate) 434 memio.truncate() 751 # Ensure truncate causes a copy [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
DAGCombiner.cpp | 788 // BuildVectors can truncate their operands. Ignore that case here. [all...] |
/bionic/libc/malloc_hooks/ |
README.md | 116 was necessary to truncate the name to fit. On O, property names can be 117 an order of magnitude larger, so there should be no need to truncate the name
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/ |
result.py | 101 self._stdout_buffer.truncate()
103 self._stderr_buffer.truncate()
|
/external/autotest/client/profilers/lttng/ |
lttng.py | 103 # truncate lttng output file to the specified limit 111 f.truncate(self.outputsize)
|
/external/clang/lib/Headers/ |
f16cintrin.h | 72 /// 011: Truncate 97 /// 011: Truncate
|
/external/e2fsprogs/debugfs/ |
debug_cmds.ct | 166 request do_punch, "Punch (or truncate) blocks from an inode by deallocating them", 167 punch, truncate;
|
/external/icu/icu4c/source/common/ |
bytestrieiterator.cpp | 91 str_->truncate(length); 117 str_->truncate(length&0xffff);
|
ucharstrieiterator.cpp | 90 str_.truncate(length); 116 str_.truncate(length&0xffff);
|
/external/icu/icu4c/source/i18n/ |
name2uni.cpp | 154 name.truncate(0); 203 str.truncate(0);
|
/external/icu/icu4c/source/tools/toolutil/ |
denseranges.cpp | 52 void truncate(int32_t newLength) { function in class:__anon21813::LargestGaps 150 gaps.truncate(num-1);
|
/external/libcups/cups/ |
hash.c | 172 size_t tempsize = 0; /* Truncate to this size? */ 200 * Truncate result to tempsize bytes...
|
/external/llvm/include/llvm/IR/ |
Instruction.def | 161 HANDLE_CAST_INST(36, Trunc , TruncInst ) // Truncate integers 168 HANDLE_CAST_INST(43, FPTrunc , FPTruncInst ) // Truncate floating point
|
/external/llvm/lib/Target/ARM/ |
ARMTargetTransformInfo.cpp | 109 { ISD::TRUNCATE, MVT::v4i32, MVT::v4i64, 0 }, 110 { ISD::TRUNCATE, MVT::v4i16, MVT::v4i32, 1 }, 125 { ISD::TRUNCATE, MVT::v16i8, MVT::v16i32, 6 }, 126 { ISD::TRUNCATE, MVT::v8i8, MVT::v8i32, 3 }, 253 { ISD::TRUNCATE, MVT::i32, MVT::i64, 0 }, 254 { ISD::TRUNCATE, MVT::i16, MVT::i64, 0 }, 255 { ISD::TRUNCATE, MVT::i8, MVT::i64, 0 }, 256 { ISD::TRUNCATE, MVT::i1, MVT::i64, 0 }
|
/external/ltp/testcases/kernel/fs/doio/ |
README | 40 Growfiles will create and truncate files in gradual steps using write, and 49 # truncate file by 408990 bytes. Done to 200 files in dir1.
|
/external/python/cpython2/Lib/unittest/ |
result.py | 101 self._stdout_buffer.truncate() 103 self._stderr_buffer.truncate()
|
/external/python/cpython3/Modules/_decimal/libmpdec/ |
constants.c | 117 "ROUND_DOWN", /* round toward 0 (truncate) */ 124 "ROUND_TRUNC", /* truncate, but set infinity */
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
Instruction.def | 146 HANDLE_CAST_INST(34, Trunc , TruncInst ) // Truncate integers 153 HANDLE_CAST_INST(41, FPTrunc , FPTruncInst ) // Truncate floating point
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
Instruction.def | 161 HANDLE_CAST_INST(36, Trunc , TruncInst ) // Truncate integers 168 HANDLE_CAST_INST(43, FPTrunc , FPTruncInst ) // Truncate floating point
|
/prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/ |
f16cintrin.h | 72 /// 011: Truncate 97 /// 011: Truncate
|
/prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/ |
f16cintrin.h | 72 /// 011: Truncate 97 /// 011: Truncate
|
/prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/ |
f16cintrin.h | 72 /// 011: Truncate \n 97 /// 011: Truncate \n
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/ |
Instruction.def | 161 HANDLE_CAST_INST(36, Trunc , TruncInst ) // Truncate integers 168 HANDLE_CAST_INST(43, FPTrunc , FPTruncInst ) // Truncate floating point
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/ |
Instruction.def | 165 HANDLE_CAST_INST(36, Trunc , TruncInst ) // Truncate integers 172 HANDLE_CAST_INST(43, FPTrunc , FPTruncInst ) // Truncate floating point
|
/prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/ |
f16cintrin.h | 72 /// 011: Truncate \n 97 /// 011: Truncate \n
|