/aosp_15_r20/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/ |
H A D | Encoder.java | 150 public void encode(DataHeader s) { in encode() method in Encoder 159 public void encode(byte v, int offset) { in encode() method in Encoder 166 public void encode(boolean v, int offset, int bit) { in encode() method in Encoder 177 public void encode(short v, int offset) { in encode() method in Encoder 184 public void encode(int v, int offset) { in encode() method in Encoder 191 public void encode(float v, int offset) { in encode() method in Encoder 198 public void encode(long v, int offset) { in encode() method in Encoder 205 public void encode(double v, int offset) { in encode() method in Encoder 212 public void encode(Struct v, int offset, boolean nullable) { in encode() method in Encoder 224 public void encode(Union v, int offset, boolean nullable) { in encode() method in Encoder [all …]
|
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/ |
H A D | sm50.rs | 66 fn encode(&self, e: &mut SM50Encoder<'_>); in encode() method 411 fn encode(&self, e: &mut SM50Encoder<'_>) { in encode() method 463 fn encode(&self, e: &mut SM50Encoder<'_>) { in encode() method 528 fn encode(&self, e: &mut SM50Encoder<'_>) { in encode() method 563 fn encode(&self, e: &mut SM50Encoder<'_>) { in encode() method 620 fn encode(&self, e: &mut SM50Encoder<'_>) { in encode() method 654 fn encode(&self, e: &mut SM50Encoder<'_>) { in encode() method 743 fn encode(&self, e: &mut SM50Encoder<'_>) { in encode() method 781 fn encode(&self, e: &mut SM50Encoder<'_>) { in encode() method 816 fn encode(&self, e: &mut SM50Encoder<'_>) { in encode() method [all …]
|
H A D | sm70.rs | 116 fn encode(&self, e: &mut SM70Encoder<'_>); in encode() method 795 fn encode(&self, e: &mut SM70Encoder<'_>) { in encode() method 828 fn encode(&self, e: &mut SM70Encoder<'_>) { in encode() method 851 fn encode(&self, e: &mut SM70Encoder<'_>) { in encode() method 872 fn encode(&self, e: &mut SM70Encoder<'_>) { in encode() method 951 fn encode(&self, e: &mut SM70Encoder<'_>) { in encode() method 976 fn encode(&self, e: &mut SM70Encoder<'_>) { in encode() method 1004 fn encode(&self, e: &mut SM70Encoder<'_>) { in encode() method 1037 fn encode(&self, e: &mut SM70Encoder<'_>) { in encode() method 1065 fn encode(&self, e: &mut SM70Encoder<'_>) { in encode() method [all …]
|
/aosp_15_r20/dalvik/dx/src/com/android/dx/io/instructions/ |
H A D | InstructionCodec.java | 42 public void encode(DecodedInstruction insn, CodeOutput out) { in FORMAT_00X() method 59 public void encode(DecodedInstruction insn, CodeOutput out) { in FORMAT_10X() method 78 public void encode(DecodedInstruction insn, CodeOutput out) { in FORMAT_12X() method 99 public void encode(DecodedInstruction insn, CodeOutput out) { in FORMAT_11N() method 119 public void encode(DecodedInstruction insn, CodeOutput out) { in FORMAT_11X() method 137 public void encode(DecodedInstruction insn, CodeOutput out) { in FORMAT_10T() method 157 public void encode(DecodedInstruction insn, CodeOutput out) { in FORMAT_20T() method 177 public void encode(DecodedInstruction insn, CodeOutput out) { in FORMAT_20BC() method 198 public void encode(DecodedInstruction insn, CodeOutput out) { in FORMAT_22X() method 220 public void encode(DecodedInstruction insn, CodeOutput out) { in FORMAT_21T() method [all …]
|
/aosp_15_r20/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/ |
H A D | perfetto_proto_classes.py | 35 def encode(self): member in TracePacket 88 def encode(self): member in InternedData 109 def encode(self): member in EventCategory 130 def encode(self): member in ThreadDescriptor 147 def encode(self): member in ChromeEventBundle 164 def encode(self): member in TrackEvent 188 def encode(self): member in LegacyEvent 211 def encode(self): member in ChromeBenchmarkMetadata 256 def encode(self): member in DebugAnnotation 285 def encode(self): member in ChromeMetadata [all …]
|
/aosp_15_r20/external/python/pyasn1/pyasn1/codec/native/ |
D | encoder.py | 27 def encode(self, value, encodeFun, **options): member in AbstractItemEncoder 32 def encode(self, value, encodeFun, **options): member in BooleanEncoder 37 def encode(self, value, encodeFun, **options): member in IntegerEncoder 42 def encode(self, value, encodeFun, **options): member in BitStringEncoder 47 def encode(self, value, encodeFun, **options): member in OctetStringEncoder 52 def encode(self, value, encodeFun, **options): member in TextStringEncoder 57 def encode(self, value, encodeFun, **options): member in NullEncoder 62 def encode(self, value, encodeFun, **options): member in ObjectIdentifierEncoder 67 def encode(self, value, encodeFun, **options): member in RealEncoder 74 def encode(self, value, encodeFun, **options): member in SetEncoder [all …]
|
/aosp_15_r20/system/libcppbor/include/cppbor/ |
H A D | cppbor.h | 251 void encode(OutputIterator i) const { in encode() function 258 std::vector<uint8_t> encode() const { in encode() function 308 uint8_t* encode(uint8_t* pos, const uint8_t* end) const override { in encode() function 312 void encode(EncodeCallback encodeCallback) const override { in encode() function 355 uint8_t* encode(uint8_t* pos, const uint8_t* end) const override { in encode() function 358 void encode(EncodeCallback encodeCallback) const override { in encode() function 392 uint8_t* encode(uint8_t* pos, const uint8_t* end) const override { in encode() function 395 void encode(EncodeCallback encodeCallback) const override { in encode() function 449 void encode(EncodeCallback encodeCallback) const override { in encode() function 502 void encode(EncodeCallback encodeCallback) const override { in encode() function [all …]
|
/aosp_15_r20/external/libchrome/mojo/public/js/lib/ |
H A D | codec.js | 724 Int8.encode = function(encoder, val) { function 728 Uint8.encode = function(encoder, val) { function 754 Int16.encode = function(encoder, val) { function 767 Uint16.encode = function(encoder, val) { function 780 Int32.encode = function(encoder, val) { function 793 Uint32.encode = function(encoder, val) { function 806 Int64.encode = function(encoder, val) { function 819 Uint64.encode = function(encoder, val) { function 832 String.encode = function(encoder, val) { function 854 Float.encode = function(encoder, val) { function [all …]
|
/aosp_15_r20/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/ |
D | EapSimAkaAttribute.java | 147 public abstract void encode(ByteBuffer byteBuffer); in encode() method in EapSimAkaAttribute 200 public void encode(ByteBuffer buffer) { in encode() method in EapSimAkaAttribute.EapSimAkaReservedBytesAttribute 251 public void encode(ByteBuffer byteBuffer) { in encode() method in EapSimAkaAttribute.EapSimAkaUnsupportedAttribute 295 public void encode(ByteBuffer byteBuffer) { in encode() method in EapSimAkaAttribute.AtVersionList 336 public void encode(ByteBuffer byteBuffer) { in encode() method in EapSimAkaAttribute.AtSelectedVersion 389 public void encode(ByteBuffer byteBuffer) { in encode() method in EapSimAkaAttribute.AtNonceMt 487 public void encode(ByteBuffer byteBuffer) { in encode() method in EapSimAkaAttribute.AtIdentity 567 public void encode(ByteBuffer byteBuffer) { in encode() method in EapSimAkaAttribute.AtRandSim 609 public void encode(ByteBuffer byteBuffer) { in encode() method in EapSimAkaAttribute.AtRandAka 641 public void encode(ByteBuffer byteBuffer) { in encode() method in EapSimAkaAttribute.AtPadding [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/profile/ |
D | encode.go | 108 func (p *Profile) encode(b *buffer) { func 301 func (p *ValueType) encode(b *buffer) { func 318 func (p *Sample) encode(b *buffer) { func 347 func (p Label) encode(b *buffer) { func 367 func (p *Mapping) encode(b *buffer) { func 398 func (p *Location) encode(b *buffer) { func 424 func (p *Line) encode(b *buffer) { func 441 func (p *Function) encode(b *buffer) { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/profile/ |
D | encode.go | 132 func (p *Profile) encode(b *buffer) { func 404 func (p *ValueType) encode(b *buffer) { func 421 func (p *Sample) encode(b *buffer) { func 448 func (p label) encode(b *buffer) { func 471 func (p *Mapping) encode(b *buffer) { func 502 func (p *Location) encode(b *buffer) { func 530 func (p *Line) encode(b *buffer) { func 550 func (p *Function) encode(b *buffer) { func
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/proc_macro/src/bridge/ |
H A D | rpc.rs | 11 fn encode(self, w: &mut Writer, s: &mut S); in encode() method 108 fn encode(self, _: &mut Writer, _: &mut S) {} in encode() method 116 fn encode(self, w: &mut Writer, _: &mut S) { in encode() method 133 fn encode(self, w: &mut Writer, s: &mut S) { in encode() method 149 fn encode(self, w: &mut Writer, s: &mut S) { in encode() method 161 fn encode(self, w: &mut Writer, s: &mut S) { in encode() method 173 fn encode(self, w: &mut Writer, s: &mut S) { in encode() method 188 fn encode(self, w: &mut Writer, s: &mut S) { in encode() method 204 fn encode(self, w: &mut Writer, s: &mut S) { in encode() method 216 fn encode(self, w: &mut Writer, s: &mut S) { in encode() method [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/proc_macro/src/bridge/ |
H A D | rpc.rs | 11 fn encode(self, w: &mut Writer, s: &mut S); in encode() method 108 fn encode(self, _: &mut Writer, _: &mut S) {} in encode() method 116 fn encode(self, w: &mut Writer, _: &mut S) { in encode() method 133 fn encode(self, w: &mut Writer, s: &mut S) { in encode() method 149 fn encode(self, w: &mut Writer, s: &mut S) { in encode() method 161 fn encode(self, w: &mut Writer, s: &mut S) { in encode() method 173 fn encode(self, w: &mut Writer, s: &mut S) { in encode() method 188 fn encode(self, w: &mut Writer, s: &mut S) { in encode() method 204 fn encode(self, w: &mut Writer, s: &mut S) { in encode() method 216 fn encode(self, w: &mut Writer, s: &mut S) { in encode() method [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/proc_macro/src/bridge/ |
H A D | rpc.rs | 11 fn encode(self, w: &mut Writer, s: &mut S); in encode() method 108 fn encode(self, _: &mut Writer, _: &mut S) {} in encode() method 116 fn encode(self, w: &mut Writer, _: &mut S) { in encode() method 133 fn encode(self, w: &mut Writer, s: &mut S) { in encode() method 149 fn encode(self, w: &mut Writer, s: &mut S) { in encode() method 161 fn encode(self, w: &mut Writer, s: &mut S) { in encode() method 173 fn encode(self, w: &mut Writer, s: &mut S) { in encode() method 188 fn encode(self, w: &mut Writer, s: &mut S) { in encode() method 204 fn encode(self, w: &mut Writer, s: &mut S) { in encode() method 216 fn encode(self, w: &mut Writer, s: &mut S) { in encode() method [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/proc_macro/src/bridge/ |
H A D | rpc.rs | 11 fn encode(self, w: &mut Writer, s: &mut S); in encode() method 108 fn encode(self, _: &mut Writer, _: &mut S) {} in encode() method 116 fn encode(self, w: &mut Writer, _: &mut S) { in encode() method 133 fn encode(self, w: &mut Writer, s: &mut S) { in encode() method 149 fn encode(self, w: &mut Writer, s: &mut S) { in encode() method 161 fn encode(self, w: &mut Writer, s: &mut S) { in encode() method 173 fn encode(self, w: &mut Writer, s: &mut S) { in encode() method 188 fn encode(self, w: &mut Writer, s: &mut S) { in encode() method 204 fn encode(self, w: &mut Writer, s: &mut S) { in encode() method 216 fn encode(self, w: &mut Writer, s: &mut S) { in encode() method [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/proc_macro/src/bridge/ |
H A D | rpc.rs | 11 fn encode(self, w: &mut Writer, s: &mut S); in encode() method 108 fn encode(self, _: &mut Writer, _: &mut S) {} in encode() method 116 fn encode(self, w: &mut Writer, _: &mut S) { in encode() method 133 fn encode(self, w: &mut Writer, s: &mut S) { in encode() method 149 fn encode(self, w: &mut Writer, s: &mut S) { in encode() method 161 fn encode(self, w: &mut Writer, s: &mut S) { in encode() method 173 fn encode(self, w: &mut Writer, s: &mut S) { in encode() method 188 fn encode(self, w: &mut Writer, s: &mut S) { in encode() method 204 fn encode(self, w: &mut Writer, s: &mut S) { in encode() method 216 fn encode(self, w: &mut Writer, s: &mut S) { in encode() method [all …]
|
/aosp_15_r20/system/libcppbor/src/ |
H A D | cppbor.cpp | 413 uint8_t* Bstr::encode(uint8_t* pos, const uint8_t* end) const { in encode() function in cppbor::Bstr 425 uint8_t* ViewBstr::encode(uint8_t* pos, const uint8_t* end) const { in encode() function in cppbor::ViewBstr 437 uint8_t* Tstr::encode(uint8_t* pos, const uint8_t* end) const { in encode() function in cppbor::Tstr 449 uint8_t* ViewTstr::encode(uint8_t* pos, const uint8_t* end) const { in encode() function in cppbor::ViewTstr 469 uint8_t* Array::encode(uint8_t* pos, const uint8_t* end) const { in encode() function in cppbor::Array 479 void Array::encode(EncodeCallback encodeCallback) const { in encode() function in cppbor::Array 503 uint8_t* Map::encode(uint8_t* pos, const uint8_t* end) const { in encode() function in cppbor::Map 515 void Map::encode(EncodeCallback encodeCallback) const { in encode() function in cppbor::Map 597 uint8_t* SemanticTag::encode(uint8_t* pos, const uint8_t* end) const { in encode() function in cppbor::SemanticTag 605 void SemanticTag::encode(EncodeCallback encodeCallback) const { in encode() function in cppbor::SemanticTag
|
/aosp_15_r20/external/lzma/CPP/7zip/Common/ |
H A D | CreateCoder.cpp | 163 bool encode, in FindMethod_Index() 208 CMethodId methodId, bool encode) in FindMethod_Index() 334 unsigned i, bool encode, in CreateCoder_Index() 426 unsigned index, bool encode, in CreateCoder_Index() 449 CMethodId methodId, bool encode, in CreateCoder_Id() 462 CMethodId methodId, bool encode, in CreateCoder_Id() 485 CMethodId methodId, bool encode, in CreateCoder_Id() 499 CMethodId methodId, bool encode, in CreateFilter()
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | IceRegistersX8632.h | 35 #define X(val, encode, name, base, scratch, preserved, stackptr, frameptr, \ argument 47 #define X(val, encode, name, base, scratch, preserved, stackptr, frameptr, \ argument 59 #define X(val, encode, name, base, scratch, preserved, stackptr, frameptr, \ argument 71 #define X(val, encode, name, base, scratch, preserved, stackptr, frameptr, \ argument 83 #define X(val, encode, name) Encoded_##val = encode, argument 97 #define X(val, encode, name, base, scratch, preserved, stackptr, frameptr, \ in getRegName() argument 110 #define X(val, encode, name, base, scratch, preserved, stackptr, frameptr, \ in getEncodedGPR() argument 124 #define X(val, encode, name, base, scratch, preserved, stackptr, frameptr, \ in getEncodedByteReg() argument 138 #define X(val, encode, name, base, scratch, preserved, stackptr, frameptr, \ in isXmm() argument 150 #define X(val, encode, name, base, scratch, preserved, stackptr, frameptr, \ in getEncodedXmm() argument [all …]
|
H A D | IceRegistersX8664.h | 35 #define X(val, encode, name, base, scratch, preserved, stackptr, frameptr, \ argument 47 #define X(val, encode, name, base, scratch, preserved, stackptr, frameptr, \ argument 59 #define X(val, encode, name, base, scratch, preserved, stackptr, frameptr, \ argument 71 #define X(val, encode, name, base, scratch, preserved, stackptr, frameptr, \ argument 82 #define X(val, encode, name, base, scratch, preserved, stackptr, frameptr, \ in getRegName() argument 95 #define X(val, encode, name, base, scratch, preserved, stackptr, frameptr, \ in getEncodedGPR() argument 109 #define X(val, encode, name, base, scratch, preserved, stackptr, frameptr, \ in getEncodedByteReg() argument 123 #define X(val, encode, name, base, scratch, preserved, stackptr, frameptr, \ in isXmm() argument 135 #define X(val, encode, name, base, scratch, preserved, stackptr, frameptr, \ in getEncodedXmm() argument 149 #define X(val, encode, name, base, scratch, preserved, stackptr, frameptr, \ in getEncoding() argument [all …]
|
H A D | IceRegistersARM32.h | 30 #define X(val, encode, name, cc_arg, scratch, preserved, stackptr, frameptr, \ argument 44 #define X(val, encode, name, cc_arg, scratch, preserved, stackptr, frameptr, \ argument 55 #define X(val, encode, name, cc_arg, scratch, preserved, stackptr, frameptr, \ argument 66 #define X(val, encode, name, cc_arg, scratch, preserved, stackptr, frameptr, \ argument 77 #define X(val, encode, name, cc_arg, scratch, preserved, stackptr, frameptr, \ argument 117 #define X(val, encode, name, cc_arg, scratch, preserved, stackptr, frameptr, \ in getNumGPRegs() argument 132 #define X(val, encode, name, cc_arg, scratch, preserved, stackptr, frameptr, \ in getNumGPRs() argument 167 #define X(val, encode, name, cc_arg, scratch, preserved, stackptr, frameptr, \ in getNumSRegs() argument 187 #define X(val, encode, name, cc_arg, scratch, preserved, stackptr, frameptr, \ in getNumDRegs() argument
|
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/squareup/wire/wire-runtime-jvm/4.7.0/ |
HD | wire-runtime-jvm-4.7.0.jar | ... com.squareup.wire.AnyMessage value
public void encode (com.squareup.wire.ProtoWriter, com ... |
/aosp_15_r20/external/owasp/sanitizer/lib/commons-codec-1.4/ |
D | commons-codec-1.4.jar | ... )
byte[] out
int outPos
int outAvail
void encode (byte[], int, int)
int ... |
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | commons-codec-1.4.jar | ... )
byte[] out
int outPos
int outAvail
void encode (byte[], int, int)
int ... |
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/sun/misc/ |
H A D | CharacterEncoder.java | 67 public void encode(java.io.InputStream inStream, java.io.OutputStream outStream) in encode() method in CharacterEncoder 72 public void encode(byte[] aBuffer, java.io.OutputStream aStream) throws java.io.IOException { in encode() method in CharacterEncoder 77 public java.lang.String encode(byte[] aBuffer) { in encode() method in CharacterEncoder 85 public void encode(java.nio.ByteBuffer aBuffer, java.io.OutputStream aStream) in encode() method in CharacterEncoder 90 public java.lang.String encode(java.nio.ByteBuffer aBuffer) { in encode() method in CharacterEncoder
|