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

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/
f16cintrin.h 72 /// 011: Truncate \n
97 /// 011: Truncate \n
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/
result.py 101 self._stdout_buffer.truncate()
103 self._stderr_buffer.truncate()
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/
result.py 101 self._stdout_buffer.truncate()
103 self._stderr_buffer.truncate()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
result.py 101 self._stdout_buffer.truncate()
103 self._stderr_buffer.truncate()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
result.py 101 self._stdout_buffer.truncate()
103 self._stderr_buffer.truncate()
  /prebuilts/sdk/renderscript/clang-include/
f16cintrin.h 72 /// 011: Truncate
97 /// 011: Truncate
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
_pyio.py 316 def truncate(self, pos=None): member in class:IOBase
317 """Truncate file to size bytes.
322 self._unsupported("truncate")
362 If False, seek(), tell() and truncate() will raise IOError.
392 If False, write() and truncate() will raise IOError.
702 def truncate(self, pos=None): member in class:_BufferedIOMixin
711 # XXX directly to truncate?
712 return self.raw.truncate(pos)
866 def truncate(self, pos=None): member in class:BytesIO
868 raise ValueError("truncate on closed file")
1100 def truncate(self, pos=None): member in class:BufferedWriter
1256 def truncate(self, pos=None): member in class:BufferedRandom
1310 def truncate(self, pos=None): member in class:TextIOBase
1752 def truncate(self, pos=None): member in class:TextIOWrapper
    [all...]
  /external/swiftshader/third_party/LLVM/unittests/Support/
ConstantRangeTest.cpp 167 ConstantRange TFull = Full.truncate(10);
168 ConstantRange TEmpty = Empty.truncate(10);
169 ConstantRange TOne = One.truncate(10);
170 ConstantRange TSome = Some.truncate(10);
171 ConstantRange TWrap = Wrap.truncate(10);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
_pyio.py 317 def truncate(self, pos=None): member in class:IOBase
318 """Truncate file to size bytes.
323 self._unsupported("truncate")
365 If False, seek(), tell() and truncate() will raise IOError.
395 If False, write() and truncate() will raise IOError.
705 def truncate(self, pos=None): member in class:_BufferedIOMixin
714 # XXX directly to truncate?
715 return self.raw.truncate(pos)
872 def truncate(self, pos=None): member in class:BytesIO
874 raise ValueError("truncate on closed file"
1108 def truncate(self, pos=None): member in class:BufferedWriter
1263 def truncate(self, pos=None): member in class:BufferedRandom
1317 def truncate(self, pos=None): member in class:TextIOBase
1763 def truncate(self, pos=None): member in class:TextIOWrapper
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
_pyio.py 317 def truncate(self, pos=None): member in class:IOBase
318 """Truncate file to size bytes.
323 self._unsupported("truncate")
365 If False, seek(), tell() and truncate() will raise IOError.
395 If False, write() and truncate() will raise IOError.
705 def truncate(self, pos=None): member in class:_BufferedIOMixin
714 # XXX directly to truncate?
715 return self.raw.truncate(pos)
872 def truncate(self, pos=None): member in class:BytesIO
874 raise ValueError("truncate on closed file"
1108 def truncate(self, pos=None): member in class:BufferedWriter
1263 def truncate(self, pos=None): member in class:BufferedRandom
1317 def truncate(self, pos=None): member in class:TextIOBase
1763 def truncate(self, pos=None): member in class:TextIOWrapper
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_pyio.py 317 def truncate(self, pos=None): member in class:IOBase
318 """Truncate file to size bytes.
323 self._unsupported("truncate")
365 If False, seek(), tell() and truncate() will raise IOError.
395 If False, write() and truncate() will raise IOError.
705 def truncate(self, pos=None): member in class:_BufferedIOMixin
714 # XXX directly to truncate?
715 return self.raw.truncate(pos)
872 def truncate(self, pos=None): member in class:BytesIO
874 raise ValueError("truncate on closed file"
1108 def truncate(self, pos=None): member in class:BufferedWriter
1263 def truncate(self, pos=None): member in class:BufferedRandom
1317 def truncate(self, pos=None): member in class:TextIOBase
1763 def truncate(self, pos=None): member in class:TextIOWrapper
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_pyio.py 317 def truncate(self, pos=None): member in class:IOBase
318 """Truncate file to size bytes.
323 self._unsupported("truncate")
365 If False, seek(), tell() and truncate() will raise IOError.
395 If False, write() and truncate() will raise IOError.
705 def truncate(self, pos=None): member in class:_BufferedIOMixin
714 # XXX directly to truncate?
715 return self.raw.truncate(pos)
872 def truncate(self, pos=None): member in class:BytesIO
874 raise ValueError("truncate on closed file"
1108 def truncate(self, pos=None): member in class:BufferedWriter
1263 def truncate(self, pos=None): member in class:BufferedRandom
1317 def truncate(self, pos=None): member in class:TextIOBase
1763 def truncate(self, pos=None): member in class:TextIOWrapper
    [all...]
  /external/icu/icu4c/source/io/
uscanf_p.cpp 452 /* truncate to the width, if specified */
523 /* truncate to the width, if specified */
629 /* truncate to the width, if specified */
714 /* truncate to the width, if specified */
788 /* truncate to the width, if specified */
1022 /* truncate to the width, if specified */
1081 /* truncate to the width, if specified */
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 667 SDValue Trunc = DAG.getNode(ISD::TRUNCATE, dl, VT, SDValue(ExtLoad, 0));
806 return DAG.getNode(ISD::TRUNCATE, dl, VT,
853 return DAG.getNode(ISD::TRUNCATE, dl, VT,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_file2k.py 107 'readline', 'readlines', 'seek', 'tell', 'truncate',
111 methods.remove('truncate')
177 self.assertRaises(IOError, self.f.truncate)
224 self.assertRaises(IOError, sys.stdin.truncate)
271 # "file.truncate fault on windows"
283 f.truncate()
584 self.f.truncate()
  /external/llvm/lib/Target/SystemZ/
SystemZOperands.td 185 // Truncate an immediate to a 8-bit signed quantity.
191 // Truncate an immediate to a 8-bit unsigned quantity.
197 // Truncate an immediate to a 8-bit unsigned quantity and mask off low bit.
203 // Truncate an immediate to a 12-bit unsigned quantity.
209 // Truncate an immediate to a 16-bit signed quantity.
215 // Truncate an immediate to a 16-bit unsigned quantity.
221 // Truncate an immediate to a 32-bit signed quantity.
227 // Truncate an immediate to a 32-bit unsigned quantity.
233 // Negate and then truncate an immediate to a 32-bit unsigned quantity.
  /external/python/cpython2/Lib/test/
test_memoryio.py 77 self.assertEqual(f.truncate(12), 12)
120 self.assertRaises(ValueError, memio.truncate, -1)
122 self.assertEqual(memio.truncate(), 6)
124 self.assertEqual(memio.truncate(4), 4)
126 # truncate() accepts long objects
127 self.assertEqual(memio.truncate(4L), 4)
134 self.assertEqual(memio.truncate(None), pos)
136 self.assertRaises(TypeError, memio.truncate, '0')
138 self.assertRaises(ValueError, memio.truncate, 0)
test_file.py 115 methods.append(('truncate', ()))
192 # "file.truncate fault on windows"
208 f.truncate()
  /external/dng_sdk/source/
dng_iptc.cpp 653 ss.Truncate (maxChars);
686 sss.Truncate (middle);
706 ss.Truncate (lower);
  /external/python/cpython2/Doc/library/
bsddb.rst 56 the default) or ``'n'`` (read-write - truncate to zero length). The other
68 the default) or ``'n'`` (read-write - truncate to zero length). The other
79 the default) or ``'n'`` (read-write - truncate to zero length). The other
  /external/python/cpython3/Lib/test/
test_file.py 109 methods.append(('truncate', ()))
186 # "file.truncate fault on windows"
202 f.truncate()
  /external/python/cpython3/Modules/_io/clinic/
textio.c.h 322 "truncate($self, pos=None, /)\n"
327 {"truncate", (PyCFunction)_io_TextIOWrapper_truncate, METH_VARARGS, _io_TextIOWrapper_truncate__doc__},
338 if (!PyArg_UnpackTuple(args, "truncate",
  /external/tensorflow/tensorflow/contrib/image/kernels/
single_image_random_dot_stereograms_ops.cc 63 int indexMode = 0; // 0 - truncate XY, 1 - round XY, 2 - Interpolate XY (not
224 // Truncate value (Default)
232 case 0: // Truncate
  /external/toybox/toys/pending/
dd.c 28 conv=notrunc Don't truncate output file
188 // seek/truncate as necessary. We handled position zero truncate with
  /frameworks/base/tests/Compatibility/src/com/android/compatibilitytest/
AppCompatibility.java 161 message.append(truncate(err, MAX_CRASH_SNIPPET_LINES)); method
183 * Truncate the text to at most the specified number of lines, and append a marker at the end
189 private static String truncate(String text, int maxLines) { method in class:AppCompatibility

Completed in 2018 milliseconds

<<11121314151617181920>>