Home
last modified time | relevance | path

Searched refs:bytestring (Results 1 – 23 of 23) sorted by relevance

/third_party/python/Lib/test/test_email/
D__init__.py51 def _bytes_msg(self, bytestring, message=None, policy=None): argument
56 return email.message_from_bytes(bytestring, message, policy=policy)
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dconstant-evaluate.h20 const char* bytestring = "Foo"; variable
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-5/
Dconstant-evaluate.rs24 pub const bytestring: &[u8; 4usize] = b"Foo\0"; constant
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-9/
Dconstant-evaluate.rs24 pub const bytestring: &[u8; 4usize] = b"Foo\0"; constant
/third_party/protobuf/ruby/compatibility_tests/v3.0.0/tests/
Dbasic.rb628 bytestring = ["FFFF"].pack("H*")
629 m[bytestring] = 1
633 bytestring = ["FFFF"].pack("H*")
634 m[bytestring] = 1
/third_party/protobuf/ruby/tests/
Dcommon_tests.rb499 bytestring = ["FFFF"].pack("H*")
500 m[bytestring] = 1
504 bytestring = ["FFFF"].pack("H*")
505 m[bytestring] = 1
/third_party/python/Doc/library/
Dwsgiref.rst158 returns an empty bytestring, iteration is ended and is not resumable.
218 Calling ``bytes()`` on a :class:`Headers` object returns a formatted bytestring
221 by a carriage return and line feed, and the bytestring is terminated with a
697 The error response body. This should be an HTTP response body bytestring. It
Dzlib.rst246 available. If the whole bytestring turned out to contain compressed data, this is
281 :attr:`unconsumed_tail`. This bytestring must be passed to a subsequent call to
Dbinascii.rst107 Accept only bytestring or bytearray objects as input.
Dxml.etree.elementtree.rst559 comment string can be either a bytestring or a Unicode string. *text* is a
706 generate a Unicode string (otherwise, a bytestring is generated). *method*
730 generate a Unicode string (otherwise, a bytestring is generated). *method*
1273 either a bytestring, or a Unicode string.
Dsqlite3.rst282 Registers a callable to convert a bytestring from the database into a custom
574 You can also set it to any other callable that accepts a single bytestring
Dsocket.rst1558 new bytestring. The return value is a pair ``(nbytes, address)`` where *nbytes* is
1568 rather than creating a new bytestring. If *nbytes* is not specified (or 0),
1744 case it is up to the caller to ensure that the bytestring contains the
Dos.rst1209 Return a bytestring containing the bytes read. If the end of the file
1276 Write the bytestring in *str* to file descriptor *fd* at position of
1353 Return a bytestring containing the bytes read. If the end of the file
1511 Write the bytestring in *str* to file descriptor *fd*.
1896 Return a bytestring representing the current working directory.
Dstdtypes.rst3802 Return the data in the buffer as a bytestring. This is equivalent to
/third_party/python/Lib/test/
Dpickletester.py2856 bytestring = b"abcdefgh"
2857 yield ZeroCopyBytes(bytestring)
2858 yield ZeroCopyBytearray(bytestring)
2860 items = list(bytestring)
2861 value = int.from_bytes(bytestring, byteorder='little')
Dtest_codecs.py1105 bytestring = codecs.BOM_UTF8 + b"ABC\xC2\xA1\xE2\x88\x80XYZ"
1110 istream = reader(io.BytesIO(bytestring))
1127 bytestring = b"ABC\xC2\xA1\xE2\x88\x80XYZ"
1132 istream = reader(io.BytesIO(bytestring))
/third_party/python/Misc/NEWS.d/
D3.6.0b2.rst540 bytestring is passed.
D3.10.0a7.rst577 Fix a regression introduced in GH-24562, where an empty bytestring was
D3.5.3rc1.rst851 bytestring is passed.
D3.7.0a1.rst4533 bytestring is passed.
/third_party/python/Doc/howto/
Dcurses.rst303 bytestring as the value to be displayed. The contents of bytestrings
310 either a string of length 1, a bytestring of length 1, or an integer.
/third_party/protobuf/
DMakefile.am1321 js/experimental/runtime/bytestring.js \
/third_party/python/Doc/whatsnew/
D2.6.rst2760 return a pure ASCII bytestring.