/aosp_15_r20/external/python/pyasn1/pyasn1/codec/ber/ |
D | encoder.py | 73 def encodeValue(self, value, asn1Spec, encodeFun, **options): member in AbstractItemEncoder 156 def encodeValue(self, value, asn1Spec, encodeFun, **options): member in EndOfOctetsEncoder 163 def encodeValue(self, value, asn1Spec, encodeFun, **options): member in BooleanEncoder 171 def encodeValue(self, value, asn1Spec, encodeFun, **options): member in IntegerEncoder 188 def encodeValue(self, value, asn1Spec, encodeFun, **options): member in BitStringEncoder 230 def encodeValue(self, value, asn1Spec, encodeFun, **options): member in OctetStringEncoder 292 def encodeValue(self, value, asn1Spec, encodeFun, **options): member in NullEncoder 299 def encodeValue(self, value, asn1Spec, encodeFun, **options): member in ObjectIdentifierEncoder 420 def encodeValue(self, value, asn1Spec, encodeFun, **options): member in RealEncoder 527 def encodeValue(self, value, asn1Spec, encodeFun, **options): member in SequenceEncoder [all …]
|
/aosp_15_r20/external/aws-eventstream-java/src/main/java/software/amazon/eventstream/ |
H A D | HeaderValue.java | 137 abstract void encodeValue(DataOutputStream dos) throws IOException; in encodeValue() method in HeaderValue 189 void encodeValue(DataOutputStream dos) {} in encodeValue() method in HeaderValue.BooleanValue 234 void encodeValue(DataOutputStream dos) {} in encodeValue() method in HeaderValue.ByteValue 275 void encodeValue(DataOutputStream dos) {} in encodeValue() method in HeaderValue.ShortValue 316 void encodeValue(DataOutputStream dos) throws IOException { in encodeValue() method in HeaderValue.IntegerValue 359 void encodeValue(DataOutputStream dos) throws IOException { in encodeValue() method in HeaderValue.LongValue 402 void encodeValue(DataOutputStream dos) throws IOException { in encodeValue() method in HeaderValue.ByteArrayValue 445 void encodeValue(DataOutputStream dos) throws IOException { in encodeValue() method in HeaderValue.StringValue 493 void encodeValue(DataOutputStream dos) throws IOException { in encodeValue() method in HeaderValue.TimestampValue 542 void encodeValue(DataOutputStream dos) throws IOException { in encodeValue() method in HeaderValue.UuidValue
|
/aosp_15_r20/external/python/pyasn1/pyasn1/codec/cer/ |
D | encoder.py | 17 def encodeValue(self, value, asn1Spec, encodeFun, **options): member in BooleanEncoder 44 def encodeValue(self, value, asn1Spec, encodeFun, **options): member in TimeEncoderMixIn 113 def encodeValue(self, value, asn1Spec, encodeFun, **options): member in SetOfEncoder 132 def encodeValue(self, value, asn1Spec, encodeFun, **options): member in SequenceOfEncoder 163 def encodeValue(self, value, asn1Spec, encodeFun, **options): member in SetEncoder
|
/aosp_15_r20/system/libcppbor/src/ |
H A D | cppbor.cpp | 419 void Bstr::encodeValue(EncodeCallback encodeCallback) const { in encodeValue() function in cppbor::Bstr 431 void ViewBstr::encodeValue(EncodeCallback encodeCallback) const { in encodeValue() function in cppbor::ViewBstr 443 void Tstr::encodeValue(EncodeCallback encodeCallback) const { in encodeValue() function in cppbor::Tstr 455 void ViewTstr::encodeValue(EncodeCallback encodeCallback) const { in encodeValue() function in cppbor::ViewTstr
|
/aosp_15_r20/external/kotlinx.serialization/formats/json/jsMain/src/kotlinx/serialization/json/internal/ |
H A D | DynamicEncoders.kt | 90 override fun encodeValue(value: Any) { in encodeValue() method in kotlinx.serialization.json.internal.DynamicObjectEncoder 270 override fun encodeValue(value: Any) { in encodeValue() method in kotlinx.serialization.json.internal.DynamicPrimitiveEncoder
|
/aosp_15_r20/external/kotlinx.serialization/core/commonMain/src/kotlinx/serialization/internal/ |
H A D | NoOpEncoder.kt | 19 public override fun encodeValue(value: Any): Unit = Unit method
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/signers/ |
H A D | StandardDSAEncoding.java | 64 protected void encodeValue(BigInteger n, ASN1EncodableVector v, BigInteger x) in encodeValue() method in StandardDSAEncoding
|
H A D | PlainDSAEncoding.java | 56 private void encodeValue(BigInteger n, BigInteger x, byte[] buf, int off, int len) in encodeValue() method in PlainDSAEncoding
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/signers/ |
H A D | StandardDSAEncoding.java | 64 protected void encodeValue(BigInteger n, ASN1EncodableVector v, BigInteger x) in encodeValue() method in StandardDSAEncoding
|
H A D | PlainDSAEncoding.java | 56 private void encodeValue(BigInteger n, BigInteger x, byte[] buf, int off, int len) in encodeValue() method in PlainDSAEncoding
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/signers/ |
H A D | StandardDSAEncoding.java | 60 protected void encodeValue(BigInteger n, ASN1EncodableVector v, BigInteger x) in encodeValue() method in StandardDSAEncoding
|
H A D | PlainDSAEncoding.java | 52 private void encodeValue(BigInteger n, BigInteger x, byte[] buf, int off, int len) in encodeValue() method in PlainDSAEncoding
|
/aosp_15_r20/external/kotlinx.serialization/guide/example/ |
H A D | example-formats-10.kt | 14 override fun encodeValue(value: Any) { in encodeValue() method in example.exampleFormats10.ListEncoder
|
H A D | example-formats-11.kt | 14 override fun encodeValue(value: Any) { in encodeValue() method in example.exampleFormats11.ListEncoder
|
H A D | example-formats-12.kt | 14 override fun encodeValue(value: Any) { in encodeValue() method in example.exampleFormats12.ListEncoder
|
H A D | example-formats-13.kt | 14 override fun encodeValue(value: Any) { in encodeValue() method in example.exampleFormats13.ListEncoder
|
H A D | example-formats-14.kt | 14 override fun encodeValue(value: Any) { in encodeValue() method in example.exampleFormats14.ListEncoder
|
/aosp_15_r20/external/python/pyasn1-modules/tools/ |
D | ocspclient.py | 37 def encodeValue(*args): member in ValueOnlyBitStringEncoder
|
/aosp_15_r20/external/kotlinx.serialization/core/commonMain/src/kotlinx/serialization/encoding/ |
H A D | AbstractEncoder.kt | 36 public open fun encodeValue(value: Any): Unit = in encodeElement() method in kotlinx.serialization.encoding.AbstractEncoder
|
/aosp_15_r20/external/kotlinx.serialization/core/commonTest/src/kotlinx/serialization/ |
H A D | BasicTypesSerializationTest.kt | 48 override fun encodeValue(value: Any) { in encodeValue() method in kotlinx.serialization.BasicTypesSerializationTest.KeyValueOutput
|
/aosp_15_r20/external/kotlinx.serialization/integration-test/src/commonTest/kotlin/sample/ |
H A D | BasicTypesSerializationTest.kt | 149 override fun encodeValue(value: Any) { in encodeValue() method in sample.BasicTypesSerializationTest.KeyValueOutput
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
D | debug.go | 1550 func encodeValue(ctxt *obj.Link, b, v ID) (uint64, bool) { func
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/ |
H A D | CompletableFuture.java | 276 final Object encodeValue(T t) { in encodeValue() method in CompletableFuture
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/19/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | CompletableFuture.java | 276 final Object encodeValue(T t) { in encodeValue() method in CompletableFuture
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | CompletableFuture.java | 276 final Object encodeValue(T t) { in encodeValue() method in CompletableFuture
|