/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/webencodings/ |
D | __init__.py | 172 def encode(input, encoding=UTF8, errors='strict'): function 262 def _iter_encode_generator(input, encode): argument
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/nio/charset/ |
H A D | Charset.java | 128 public final java.nio.ByteBuffer encode(java.nio.CharBuffer cb) { in encode() method in Charset 132 public final java.nio.ByteBuffer encode(java.lang.String str) { in encode() method in Charset
|
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/tests/generated/rust/ |
D | custom_field_declaration_big_endian.rs | 51 fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError> { in encode() method 89 fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError> { in encode() method
|
D | packet_decl_array_dynamic_element_size_static_count_1_little_endian.rs | 40 fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError> { in encode() method 72 fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError> { in encode() method
|
D | packet_decl_array_dynamic_element_size_big_endian.rs | 40 fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError> { in encode() method 72 fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError> { in encode() method
|
D | packet_decl_array_dynamic_element_size_static_count_big_endian.rs | 40 fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError> { in encode() method 72 fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError> { in encode() method
|
D | custom_field_declaration_little_endian.rs | 51 fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError> { in encode() method 89 fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError> { in encode() method
|
D | packet_decl_array_dynamic_element_size_little_endian.rs | 40 fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError> { in encode() method 72 fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError> { in encode() method
|
D | packet_decl_array_dynamic_element_size_static_count_little_endian.rs | 40 fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError> { in encode() method 72 fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError> { in encode() method
|
D | packet_decl_array_dynamic_element_size_static_count_1_big_endian.rs | 40 fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError> { in encode() method 72 fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError> { in encode() method
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/encodings/ |
D | punycode.py | 200 def encode(self, input, errors='strict'): member in Codec 211 def encode(self, input, final=False): member in IncrementalEncoder
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/encodings/ |
D | punycode.py | 200 def encode(self, input, errors='strict'): member in Codec 211 def encode(self, input, final=False): member in IncrementalEncoder
|
/aosp_15_r20/external/python/cpython2/Lib/encodings/ |
D | punycode.py | 201 def encode(self,input,errors='strict'): member in Codec 212 def encode(self, input, final=False): member in IncrementalEncoder
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/encodings/ |
D | punycode.py | 200 def encode(self, input, errors='strict'): member in Codec 211 def encode(self, input, final=False): member in IncrementalEncoder
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-util/tests/ |
D | framed_write.rs | 34 fn encode(&mut self, item: u32, dst: &mut BytesMut) -> io::Result<()> { in encode() method 47 fn encode(&mut self, item: u64, dst: &mut BytesMut) -> io::Result<()> { in encode() method
|
/aosp_15_r20/frameworks/opt/net/voip/src/jni/rtp/ |
D | AmrCodec.cpp | 100 int AmrCodec::encode(void *payload, int16_t *samples) in encode() function in __anon16bf93050111::AmrCodec 224 int GsmEfrCodec::encode(void *payload, int16_t *samples) in encode() function in __anon16bf93050111::GsmEfrCodec
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/encodings/ |
D | punycode.py | 200 def encode(self, input, errors='strict'): member in Codec 211 def encode(self, input, final=False): member in IncrementalEncoder
|
/aosp_15_r20/external/python/cpython3/Lib/encodings/ |
D | punycode.py | 200 def encode(self, input, errors='strict'): member in Codec 211 def encode(self, input, final=False): member in IncrementalEncoder
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/encodings/ |
H A D | punycode.py | 200 def encode(self, input, errors='strict'): member in Codec 211 def encode(self, input, final=False): member in IncrementalEncoder
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/security/x509/ |
H A D | CertificateExtensions.java | 154 public void encode(OutputStream out) in encode() method in CertificateExtensions 167 public void encode(OutputStream out, boolean isCertReq) in encode() method in CertificateExtensions
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | mimify.py | 449 encode = mimify variable 451 encode = unmimify variable
|
/aosp_15_r20/external/rust/android-crates-io/crates/der/src/ |
D | length.rs | 257 fn encode(&self, writer: &mut impl Writer) -> Result<()> { in encode() method 380 fn encode(&self, writer: &mut impl Writer) -> Result<()> { in encode() method 448 fn encode() { in encode() function
|
/aosp_15_r20/external/xz-java/src/org/tukaani/xz/lzma/ |
H A D | LZMAEncoder.java | 559 void encode() throws IOException { in encode() method in LZMAEncoder.LiteralEncoder 580 void encode() throws IOException { in encode() method in LZMAEncoder.LiteralEncoder.LiteralSubencoder 691 void encode(int len, int posState) throws IOException { in encode() method in LZMAEncoder.LengthEncoder
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SettingsLib/Ipc/SettingsLibIpc/android_common/kotlin_headers/ |
D | SettingsLibIpc.jar | ... ipc.IntMessageCodec INSTANCE
public android.os.Bundle encode (int)
public java.lang.Integer decode ... |
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/util/encoders/ |
H A D | Base64Encoder.java | 55 …public int encode(byte[] inBuf, int inOff, int inLen, byte[] outBuf, int outOff) throws IOException in encode() method in Base64Encoder 106 public int encode(byte[] buf, int off, int len, OutputStream out) in encode() method in Base64Encoder
|