/aosp_15_r20/external/webrtc/p2p/base/ |
H A D | turn_port.cc | 1343 << rtc::hex_encode(id()); in OnSent() 1350 << rtc::hex_encode(id()) in OnResponse() 1396 << rtc::hex_encode(id()) << ", code=" << error_code in OnErrorResponse() 1416 << rtc::hex_encode(id()) << ", code=" << error_code in OnErrorResponse() 1425 << rtc::hex_encode(id()) << " timeout"; in OnTimeout() 1533 << rtc::hex_encode(id()); in OnSent() 1540 << rtc::hex_encode(id()) in OnResponse() 1582 << rtc::hex_encode(id()) << ", code=" << error_code in OnErrorResponse() 1593 << rtc::hex_encode(id()); in OnTimeout() 1630 << rtc::hex_encode(id()); in OnSent() [all …]
|
H A D | connection.cc | 441 << err << " id=" << rtc::hex_encode(req->id()); in OnSendStunPacket() 501 << ", id=" << rtc::hex_encode(msg->transaction_id()); in OnReadPacket() 729 << ", id=" << rtc::hex_encode(response.transaction_id()); in SendResponseMessage() 737 << ", id=" << rtc::hex_encode(response.transaction_id()); in SendResponseMessage() 830 oss << rtc::hex_encode(ping.id) << " "; in PrintPingsSinceLastResponse() 835 oss << rtc::hex_encode(ping.id) << " "; in PrintPingsSinceLastResponse() 952 << rtc::hex_encode(req->id()) in Ping() 1067 << rtc::hex_encode(request_id); in HandlePiggybackCheckAcknowledgementIfAny() 1345 << ", id=" << rtc::hex_encode(request->id()) in OnConnectionRequestResponse() 1396 << " id=" << rtc::hex_encode(request->id()) in OnConnectionRequestErrorResponse() [all …]
|
/aosp_15_r20/external/webrtc/rtc_base/ |
H A D | message_digest_unittest.cc | 33 hex_encode(absl::string_view(output, sizeof(output)))); in TEST() 55 hex_encode(absl::string_view(output, sizeof(output)))); in TEST() 103 hex_encode(absl::string_view(output, sizeof(output)))); in TEST() 144 hex_encode(absl::string_view(output, sizeof(output)))); in TEST()
|
H A D | string_encode.cc | 30 char hex_encode(unsigned char val) { in hex_encode() function 68 buffer[bufpos] = hex_encode((ch >> 4) & 0xF); in hex_encode_with_delimiter() 69 buffer[bufpos + 1] = hex_encode((ch)&0xF); in hex_encode_with_delimiter() 82 std::string hex_encode(absl::string_view str) { in hex_encode() function
|
H A D | string_encode_unittest.cc | 39 std::string encoded = hex_encode(data_view_); in TEST_F() 64 std::string encoded = hex_encode(data_view_); in TEST_F() 80 std::string encoded = hex_encode(""); in TEST_F()
|
H A D | message_digest.cc | 77 return hex_encode(absl::string_view(output.get(), digest->Size())); in ComputeDigest() 160 return hex_encode(absl::string_view(output.get(), digest->Size())); in ComputeHmac()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/examples/ |
H A D | hex.rs | 47 let s = hex_encode(&input, &mut dst).unwrap(); in main() 51 fn hex_encode<'a>(src: &[u8], dst: &'a mut [u8]) -> Result<&'a str, usize> { in hex_encode() function 231 assert_eq!(hex_encode(input, &mut tmp()).unwrap(), output); in test() 289 let a = hex_encode(&input, &mut space1).unwrap(); 353 doit(b, SMALL_LEN, hex_encode); in small_default() 363 doit(b, LARGE_LEN, hex_encode); in large_default()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/examples/ |
H A D | hex.rs | 47 let s = hex_encode(&input, &mut dst).unwrap(); in main() 51 fn hex_encode<'a>(src: &[u8], dst: &'a mut [u8]) -> Result<&'a str, usize> { in hex_encode() function 231 assert_eq!(hex_encode(input, &mut tmp()).unwrap(), output); in test() 289 let a = hex_encode(&input, &mut space1).unwrap(); 353 doit(b, SMALL_LEN, hex_encode); in small_default() 363 doit(b, LARGE_LEN, hex_encode); in large_default()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/stdarch/examples/ |
H A D | hex.rs | 47 let s = hex_encode(&input, &mut dst).unwrap(); in main() 51 fn hex_encode<'a>(src: &[u8], dst: &'a mut [u8]) -> Result<&'a str, usize> { in hex_encode() function 231 assert_eq!(hex_encode(input, &mut tmp()).unwrap(), output); in test() 289 let a = hex_encode(&input, &mut space1).unwrap(); 353 doit(b, SMALL_LEN, hex_encode); in small_default() 363 doit(b, LARGE_LEN, hex_encode); in large_default()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/examples/ |
H A D | hex.rs | 47 let s = hex_encode(&input, &mut dst).unwrap(); in main() 51 fn hex_encode<'a>(src: &[u8], dst: &'a mut [u8]) -> Result<&'a str, usize> { in hex_encode() function 231 assert_eq!(hex_encode(input, &mut tmp()).unwrap(), output); in test() 289 let a = hex_encode(&input, &mut space1).unwrap(); 353 doit(b, SMALL_LEN, hex_encode); in small_default() 363 doit(b, LARGE_LEN, hex_encode); in large_default()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/examples/ |
H A D | hex.rs | 47 let s = hex_encode(&input, &mut dst).unwrap(); in main() 51 fn hex_encode<'a>(src: &[u8], dst: &'a mut [u8]) -> Result<&'a str, usize> { in hex_encode() function 231 assert_eq!(hex_encode(input, &mut tmp()).unwrap(), output); in test() 289 let a = hex_encode(&input, &mut space1).unwrap(); 353 doit(b, SMALL_LEN, hex_encode); in small_default() 363 doit(b, LARGE_LEN, hex_encode); in large_default()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/encodings/ |
D | hex_codec.py | 13 def hex_encode(input, errors='strict'): function 23 return hex_encode(input, errors) 48 encode=hex_encode,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/encodings/ |
D | hex_codec.py | 13 def hex_encode(input, errors='strict'): function 23 return hex_encode(input, errors) 48 encode=hex_encode,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/encodings/ |
D | hex_codec.py | 13 def hex_encode(input, errors='strict'): function 23 return hex_encode(input, errors) 48 encode=hex_encode,
|
/aosp_15_r20/external/python/cpython3/Lib/encodings/ |
D | hex_codec.py | 13 def hex_encode(input, errors='strict'): function 23 return hex_encode(input, errors) 48 encode=hex_encode,
|
/aosp_15_r20/external/python/cpython2/Lib/encodings/ |
D | hex_codec.py | 13 def hex_encode(input,errors='strict'): function 48 return hex_encode(input,errors) 73 encode=hex_encode,
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/encodings/ |
H A D | hex_codec.py | 13 def hex_encode(input, errors='strict'): function 23 return hex_encode(input, errors) 48 encode=hex_encode,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/encodings/ |
D | hex_codec.py | 13 def hex_encode(input, errors='strict'): function 23 return hex_encode(input, errors) 48 encode=hex_encode,
|
/aosp_15_r20/external/python/pyserial/serial/tools/ |
D | hexlify_codec.py | 38 def hex_encode(data, errors='strict'): function 119 encode=hex_encode,
|
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/tools/ |
H A D | audio_checksum.h | 53 return rtc::hex_encode(checksum_result_); in Finish()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/ |
H A D | core_arch_docs.md | 255 hex_encode(b"\x01\x02\x03", &mut dst); 262 hex_encode(&src, &mut dst); 266 pub fn hex_encode(src: &[u8], dst: &mut [u8]) {
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/ |
H A D | core_arch_docs.md | 255 hex_encode(b"\x01\x02\x03", &mut dst); 262 hex_encode(&src, &mut dst); 266 pub fn hex_encode(src: &[u8], dst: &mut [u8]) {
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/ |
H A D | core_arch_docs.md | 255 hex_encode(b"\x01\x02\x03", &mut dst); 262 hex_encode(&src, &mut dst); 266 pub fn hex_encode(src: &[u8], dst: &mut [u8]) {
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/ |
H A D | core_arch_docs.md | 255 hex_encode(b"\x01\x02\x03", &mut dst); 262 hex_encode(&src, &mut dst); 266 pub fn hex_encode(src: &[u8], dst: &mut [u8]) {
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/ |
H A D | core_arch_docs.md | 255 hex_encode(b"\x01\x02\x03", &mut dst); 262 hex_encode(&src, &mut dst); 266 pub fn hex_encode(src: &[u8], dst: &mut [u8]) {
|