Home
last modified time | relevance | path

Searched defs:bytes (Results 1 – 25 of 1359) sorted by relevance

12345678910>>...55

/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/chardet/
Dchardistribution.py88 def feed(self, char: Union[bytes, bytearray], char_len: int) -> None:
124 def get_order(self, _: Union[bytes, bytearray]) -> int:
139 def get_order(self, byte_str: Union[bytes, bytearray]) -> int:
157 def get_order(self, byte_str: Union[bytes, bytearray]) -> int:
175 def get_order(self, byte_str: Union[bytes, bytearray]) -> int:
190 def get_order(self, byte_str: Union[bytes, bytearray]) -> int:
208 def get_order(self, byte_str: Union[bytes, bytearray]) -> int:
228 def get_order(self, byte_str: Union[bytes, bytearray]) -> int:
253 def get_order(self, byte_str: Union[bytes, bytearray]) -> int:
Dcharsetprober.py61 def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState:
72 def filter_high_byte_only(buf: Union[bytes, bytearray]) -> bytes:
77 def filter_international_words(buf: Union[bytes, bytearray]) -> bytearray:
111 def remove_xml_tags(buf: Union[bytes, bytearray]) -> bytes:
Djpcntx.py147 def feed(self, byte_str: Union[bytes, bytearray], num_bytes: int) -> None:
185 def get_order(self, _: Union[bytes, bytearray]) -> Tuple[int, int]:
198 def get_order(self, byte_str: Union[bytes, bytearray]) -> Tuple[int, int]:
220 def get_order(self, byte_str: Union[bytes, bytearray]) -> Tuple[int, int]:
/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/chardet/
Dchardistribution.py88 def feed(self, char: Union[bytes, bytearray], char_len: int) -> None:
124 def get_order(self, _: Union[bytes, bytearray]) -> int:
139 def get_order(self, byte_str: Union[bytes, bytearray]) -> int:
157 def get_order(self, byte_str: Union[bytes, bytearray]) -> int:
175 def get_order(self, byte_str: Union[bytes, bytearray]) -> int:
190 def get_order(self, byte_str: Union[bytes, bytearray]) -> int:
208 def get_order(self, byte_str: Union[bytes, bytearray]) -> int:
228 def get_order(self, byte_str: Union[bytes, bytearray]) -> int:
253 def get_order(self, byte_str: Union[bytes, bytearray]) -> int:
Dcharsetprober.py61 def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState:
72 def filter_high_byte_only(buf: Union[bytes, bytearray]) -> bytes:
77 def filter_international_words(buf: Union[bytes, bytearray]) -> bytearray:
111 def remove_xml_tags(buf: Union[bytes, bytearray]) -> bytes:
Djpcntx.py147 def feed(self, byte_str: Union[bytes, bytearray], num_bytes: int) -> None:
185 def get_order(self, _: Union[bytes, bytearray]) -> Tuple[int, int]:
198 def get_order(self, byte_str: Union[bytes, bytearray]) -> Tuple[int, int]:
220 def get_order(self, byte_str: Union[bytes, bytearray]) -> Tuple[int, int]:
/prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/site-packages/pip/_vendor/chardet/
Dchardistribution.py88 def feed(self, char: Union[bytes, bytearray], char_len: int) -> None:
124 def get_order(self, _: Union[bytes, bytearray]) -> int:
139 def get_order(self, byte_str: Union[bytes, bytearray]) -> int:
157 def get_order(self, byte_str: Union[bytes, bytearray]) -> int:
175 def get_order(self, byte_str: Union[bytes, bytearray]) -> int:
190 def get_order(self, byte_str: Union[bytes, bytearray]) -> int:
208 def get_order(self, byte_str: Union[bytes, bytearray]) -> int:
228 def get_order(self, byte_str: Union[bytes, bytearray]) -> int:
253 def get_order(self, byte_str: Union[bytes, bytearray]) -> int:
Dcharsetprober.py61 def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState:
72 def filter_high_byte_only(buf: Union[bytes, bytearray]) -> bytes:
77 def filter_international_words(buf: Union[bytes, bytearray]) -> bytearray:
111 def remove_xml_tags(buf: Union[bytes, bytearray]) -> bytes:
/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/chardet/
Dchardistribution.py88 def feed(self, char: Union[bytes, bytearray], char_len: int) -> None:
124 def get_order(self, _: Union[bytes, bytearray]) -> int:
139 def get_order(self, byte_str: Union[bytes, bytearray]) -> int:
157 def get_order(self, byte_str: Union[bytes, bytearray]) -> int:
175 def get_order(self, byte_str: Union[bytes, bytearray]) -> int:
190 def get_order(self, byte_str: Union[bytes, bytearray]) -> int:
208 def get_order(self, byte_str: Union[bytes, bytearray]) -> int:
228 def get_order(self, byte_str: Union[bytes, bytearray]) -> int:
253 def get_order(self, byte_str: Union[bytes, bytearray]) -> int:
Dcharsetprober.py61 def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState:
72 def filter_high_byte_only(buf: Union[bytes, bytearray]) -> bytes:
77 def filter_international_words(buf: Union[bytes, bytearray]) -> bytearray:
111 def remove_xml_tags(buf: Union[bytes, bytearray]) -> bytes:
Djpcntx.py147 def feed(self, byte_str: Union[bytes, bytearray], num_bytes: int) -> None:
185 def get_order(self, _: Union[bytes, bytearray]) -> Tuple[int, int]:
198 def get_order(self, byte_str: Union[bytes, bytearray]) -> Tuple[int, int]:
220 def get_order(self, byte_str: Union[bytes, bytearray]) -> Tuple[int, int]:
/prebuilts/module_sdk/art/current/host-exports/include/art/libartbase/base/
Dendian_utils.h27 inline void AppendBytes(std::vector<uint8_t>& bytes, T data) { in AppendBytes()
33 inline void Append1BE(std::vector<uint8_t>& bytes, uint8_t value) { in Append1BE()
37 inline void Append2BE(std::vector<uint8_t>& bytes, uint16_t value) { in Append2BE()
41 inline void Append4BE(std::vector<uint8_t>& bytes, uint32_t value) { in Append4BE()
45 inline void Append8BE(std::vector<uint8_t>& bytes, uint64_t value) { in Append8BE()
49 inline void AppendUtf16BE(std::vector<uint8_t>& bytes, const uint16_t* chars, size_t char_count) { in AppendUtf16BE()
56 inline void AppendUtf16CompressedBE(std::vector<uint8_t>& bytes, in AppendUtf16CompressedBE()
/prebuilts/module_sdk/art/13/include/art/libartbase/base/
Dendian_utils.h27 inline void AppendBytes(std::vector<uint8_t>& bytes, T data) { in AppendBytes()
33 inline void Append1BE(std::vector<uint8_t>& bytes, uint8_t value) { in Append1BE()
37 inline void Append2BE(std::vector<uint8_t>& bytes, uint16_t value) { in Append2BE()
41 inline void Append4BE(std::vector<uint8_t>& bytes, uint32_t value) { in Append4BE()
45 inline void Append8BE(std::vector<uint8_t>& bytes, uint64_t value) { in Append8BE()
49 inline void AppendUtf16BE(std::vector<uint8_t>& bytes, const uint16_t* chars, size_t char_count) { in AppendUtf16BE()
56 inline void AppendUtf16CompressedBE(std::vector<uint8_t>& bytes, in AppendUtf16CompressedBE()
/prebuilts/module_sdk/art/13/common_os/include/art/libartbase/base/
Dendian_utils.h27 inline void AppendBytes(std::vector<uint8_t>& bytes, T data) { in AppendBytes()
33 inline void Append1BE(std::vector<uint8_t>& bytes, uint8_t value) { in Append1BE()
37 inline void Append2BE(std::vector<uint8_t>& bytes, uint16_t value) { in Append2BE()
41 inline void Append4BE(std::vector<uint8_t>& bytes, uint32_t value) { in Append4BE()
45 inline void Append8BE(std::vector<uint8_t>& bytes, uint64_t value) { in Append8BE()
49 inline void AppendUtf16BE(std::vector<uint8_t>& bytes, const uint16_t* chars, size_t char_count) { in AppendUtf16BE()
56 inline void AppendUtf16CompressedBE(std::vector<uint8_t>& bytes, in AppendUtf16CompressedBE()
/prebuilts/module_sdk/art/3/common_os/include/art/libartbase/base/
Dendian_utils.h27 inline void AppendBytes(std::vector<uint8_t>& bytes, T data) { in AppendBytes()
33 inline void Append1BE(std::vector<uint8_t>& bytes, uint8_t value) { in Append1BE()
37 inline void Append2BE(std::vector<uint8_t>& bytes, uint16_t value) { in Append2BE()
41 inline void Append4BE(std::vector<uint8_t>& bytes, uint32_t value) { in Append4BE()
45 inline void Append8BE(std::vector<uint8_t>& bytes, uint64_t value) { in Append8BE()
49 inline void AppendUtf16BE(std::vector<uint8_t>& bytes, const uint16_t* chars, size_t char_count) { in AppendUtf16BE()
56 inline void AppendUtf16CompressedBE(std::vector<uint8_t>& bytes, in AppendUtf16CompressedBE()
/prebuilts/module_sdk/art/17/include/art/libartbase/base/
Dendian_utils.h27 inline void AppendBytes(std::vector<uint8_t>& bytes, T data) { in AppendBytes()
33 inline void Append1BE(std::vector<uint8_t>& bytes, uint8_t value) { in Append1BE()
37 inline void Append2BE(std::vector<uint8_t>& bytes, uint16_t value) { in Append2BE()
41 inline void Append4BE(std::vector<uint8_t>& bytes, uint32_t value) { in Append4BE()
45 inline void Append8BE(std::vector<uint8_t>& bytes, uint64_t value) { in Append8BE()
49 inline void AppendUtf16BE(std::vector<uint8_t>& bytes, const uint16_t* chars, size_t char_count) { in AppendUtf16BE()
56 inline void AppendUtf16CompressedBE(std::vector<uint8_t>& bytes, in AppendUtf16CompressedBE()
/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libartbase/base/
Dendian_utils.h27 inline void AppendBytes(std::vector<uint8_t>& bytes, T data) { in AppendBytes()
33 inline void Append1BE(std::vector<uint8_t>& bytes, uint8_t value) { in Append1BE()
37 inline void Append2BE(std::vector<uint8_t>& bytes, uint16_t value) { in Append2BE()
41 inline void Append4BE(std::vector<uint8_t>& bytes, uint32_t value) { in Append4BE()
45 inline void Append8BE(std::vector<uint8_t>& bytes, uint64_t value) { in Append8BE()
49 inline void AppendUtf16BE(std::vector<uint8_t>& bytes, const uint16_t* chars, size_t char_count) { in AppendUtf16BE()
56 inline void AppendUtf16CompressedBE(std::vector<uint8_t>& bytes, in AppendUtf16CompressedBE()
/prebuilts/module_sdk/art/7/common_os/include/art/libartbase/base/
Dendian_utils.h27 inline void AppendBytes(std::vector<uint8_t>& bytes, T data) { in AppendBytes()
33 inline void Append1BE(std::vector<uint8_t>& bytes, uint8_t value) { in Append1BE()
37 inline void Append2BE(std::vector<uint8_t>& bytes, uint16_t value) { in Append2BE()
41 inline void Append4BE(std::vector<uint8_t>& bytes, uint32_t value) { in Append4BE()
45 inline void Append8BE(std::vector<uint8_t>& bytes, uint64_t value) { in Append8BE()
49 inline void AppendUtf16BE(std::vector<uint8_t>& bytes, const uint16_t* chars, size_t char_count) { in AppendUtf16BE()
56 inline void AppendUtf16CompressedBE(std::vector<uint8_t>& bytes, in AppendUtf16CompressedBE()
/prebuilts/module_sdk/art/1/host-exports/include/art/libartbase/base/
Dendian_utils.h27 inline void AppendBytes(std::vector<uint8_t>& bytes, T data) { in AppendBytes()
33 inline void Append1BE(std::vector<uint8_t>& bytes, uint8_t value) { in Append1BE()
37 inline void Append2BE(std::vector<uint8_t>& bytes, uint16_t value) { in Append2BE()
41 inline void Append4BE(std::vector<uint8_t>& bytes, uint32_t value) { in Append4BE()
45 inline void Append8BE(std::vector<uint8_t>& bytes, uint64_t value) { in Append8BE()
49 inline void AppendUtf16BE(std::vector<uint8_t>& bytes, const uint16_t* chars, size_t char_count) { in AppendUtf16BE()
56 inline void AppendUtf16CompressedBE(std::vector<uint8_t>& bytes, in AppendUtf16CompressedBE()
/prebuilts/module_sdk/art/1/common_os/include/art/libartbase/base/
Dendian_utils.h27 inline void AppendBytes(std::vector<uint8_t>& bytes, T data) { in AppendBytes()
33 inline void Append1BE(std::vector<uint8_t>& bytes, uint8_t value) { in Append1BE()
37 inline void Append2BE(std::vector<uint8_t>& bytes, uint16_t value) { in Append2BE()
41 inline void Append4BE(std::vector<uint8_t>& bytes, uint32_t value) { in Append4BE()
45 inline void Append8BE(std::vector<uint8_t>& bytes, uint64_t value) { in Append8BE()
49 inline void AppendUtf16BE(std::vector<uint8_t>& bytes, const uint16_t* chars, size_t char_count) { in AppendUtf16BE()
56 inline void AppendUtf16CompressedBE(std::vector<uint8_t>& bytes, in AppendUtf16CompressedBE()
/prebuilts/module_sdk/art/current/sdk/include/art/libartbase/base/
Dendian_utils.h27 inline void AppendBytes(std::vector<uint8_t>& bytes, T data) { in AppendBytes()
33 inline void Append1BE(std::vector<uint8_t>& bytes, uint8_t value) { in Append1BE()
37 inline void Append2BE(std::vector<uint8_t>& bytes, uint16_t value) { in Append2BE()
41 inline void Append4BE(std::vector<uint8_t>& bytes, uint32_t value) { in Append4BE()
45 inline void Append8BE(std::vector<uint8_t>& bytes, uint64_t value) { in Append8BE()
49 inline void AppendUtf16BE(std::vector<uint8_t>& bytes, const uint16_t* chars, size_t char_count) { in AppendUtf16BE()
56 inline void AppendUtf16CompressedBE(std::vector<uint8_t>& bytes, in AppendUtf16CompressedBE()
/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/idna/
Dcore.py49 def valid_label_length(label: Union[bytes, str]) -> bool:
55 def valid_string_length(label: Union[bytes, str], trailing_dot: bool) -> bool:
224 def check_label(label: Union[str, bytes, bytearray]) -> None: argument
279 def ulabel(label: Union[str, bytes, bytearray]) -> str: argument
340 def encode(s: Union[str, bytes, bytearray], strict: bool = False, uts46: bool = False, std3_rules: … argument
373 def decode(s: Union[str, bytes, bytearray], strict: bool = False, uts46: bool = False, std3_rules: … argument
/prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/site-packages/pip/_vendor/idna/
Dcore.py49 def valid_label_length(label: Union[bytes, str]) -> bool:
55 def valid_string_length(label: Union[bytes, str], trailing_dot: bool) -> bool:
224 def check_label(label: Union[str, bytes, bytearray]) -> None: argument
279 def ulabel(label: Union[str, bytes, bytearray]) -> str: argument
340 def encode(s: Union[str, bytes, bytearray], strict: bool = False, uts46: bool = False, std3_rules: … argument
373 def decode(s: Union[str, bytes, bytearray], strict: bool = False, uts46: bool = False, std3_rules: … argument
/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/idna/
Dcore.py49 def valid_label_length(label: Union[bytes, str]) -> bool:
55 def valid_string_length(label: Union[bytes, str], trailing_dot: bool) -> bool:
224 def check_label(label: Union[str, bytes, bytearray]) -> None: argument
279 def ulabel(label: Union[str, bytes, bytearray]) -> str: argument
340 def encode(s: Union[str, bytes, bytearray], strict: bool = False, uts46: bool = False, std3_rules: … argument
373 def decode(s: Union[str, bytes, bytearray], strict: bool = False, uts46: bool = False, std3_rules: … argument
/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/idna/
Dcore.py49 def valid_label_length(label: Union[bytes, str]) -> bool:
55 def valid_string_length(label: Union[bytes, str], trailing_dot: bool) -> bool:
224 def check_label(label: Union[str, bytes, bytearray]) -> None: argument
279 def ulabel(label: Union[str, bytes, bytearray]) -> str: argument
340 def encode(s: Union[str, bytes, bytearray], strict: bool = False, uts46: bool = False, std3_rules: … argument
373 def decode(s: Union[str, bytes, bytearray], strict: bool = False, uts46: bool = False, std3_rules: … argument

12345678910>>...55