Home
last modified time | relevance | path

Searched defs:encodeValue (Results 1 – 25 of 324) sorted by relevance

12345678910>>...13

/aosp_15_r20/external/python/pyasn1/pyasn1/codec/ber/
Dencoder.py73 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 DHeaderValue.java137 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/
Dencoder.py17 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 Dcppbor.cpp419 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 DDynamicEncoders.kt90 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 DNoOpEncoder.kt19 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 DStandardDSAEncoding.java64 protected void encodeValue(BigInteger n, ASN1EncodableVector v, BigInteger x) in encodeValue() method in StandardDSAEncoding
H A DPlainDSAEncoding.java56 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 DStandardDSAEncoding.java64 protected void encodeValue(BigInteger n, ASN1EncodableVector v, BigInteger x) in encodeValue() method in StandardDSAEncoding
H A DPlainDSAEncoding.java56 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 DStandardDSAEncoding.java60 protected void encodeValue(BigInteger n, ASN1EncodableVector v, BigInteger x) in encodeValue() method in StandardDSAEncoding
H A DPlainDSAEncoding.java52 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 Dexample-formats-10.kt14 override fun encodeValue(value: Any) { in encodeValue() method in example.exampleFormats10.ListEncoder
H A Dexample-formats-11.kt14 override fun encodeValue(value: Any) { in encodeValue() method in example.exampleFormats11.ListEncoder
H A Dexample-formats-12.kt14 override fun encodeValue(value: Any) { in encodeValue() method in example.exampleFormats12.ListEncoder
H A Dexample-formats-13.kt14 override fun encodeValue(value: Any) { in encodeValue() method in example.exampleFormats13.ListEncoder
H A Dexample-formats-14.kt14 override fun encodeValue(value: Any) { in encodeValue() method in example.exampleFormats14.ListEncoder
/aosp_15_r20/external/python/pyasn1-modules/tools/
Docspclient.py37 def encodeValue(*args): member in ValueOnlyBitStringEncoder
/aosp_15_r20/external/kotlinx.serialization/core/commonMain/src/kotlinx/serialization/encoding/
H A DAbstractEncoder.kt36 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 DBasicTypesSerializationTest.kt48 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 DBasicTypesSerializationTest.kt149 override fun encodeValue(value: Any) { in encodeValue() method in sample.BasicTypesSerializationTest.KeyValueOutput
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Ddebug.go1550 func encodeValue(ctxt *obj.Link, b, v ID) (uint64, bool) { func
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/
H A DCompletableFuture.java276 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/
DCompletableFuture.java276 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/
DCompletableFuture.java276 final Object encodeValue(T t) { in encodeValue() method in CompletableFuture

12345678910>>...13