/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/ |
D | handshake_messages.go | 416 func (m *clientHelloMsg) unmarshal(data []byte) bool { func 864 func (m *serverHelloMsg) unmarshal(data []byte) bool { func 1042 func (m *encryptedExtensionsMsg) unmarshal(data []byte) bool { func 1106 func (m *endOfEarlyDataMsg) unmarshal(data []byte) bool { func 1128 func (m *keyUpdateMsg) unmarshal(data []byte) bool { func 1181 func (m *newSessionTicketMsgTLS13) unmarshal(data []byte) bool { func 1290 func (m *certificateRequestMsgTLS13) unmarshal(data []byte) bool { func 1400 func (m *certificateMsg) unmarshal(data []byte) bool { func 1498 func (m *certificateMsgTLS13) unmarshal(data []byte) bool { func 1592 func (m *serverKeyExchangeMsg) unmarshal(data []byte) bool { func [all …]
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/ |
H A D | handshake_messages.go | 715 func (m *clientHelloMsg) unmarshal(data []byte) bool { func 1289 func (m *serverHelloMsg) unmarshal(data []byte) bool { func 1403 func (m *encryptedExtensionsMsg) unmarshal(data []byte) bool { func 1579 func (m *serverExtensions) unmarshal(data cryptobyte.String, version uint16) bool { func 1754 func (m *clientEncryptedExtensionsMsg) unmarshal(data []byte) bool { func 1857 func (m *helloRetryRequestMsg) unmarshal(data []byte) bool { func 1991 func (m *certificateMsg) unmarshal(data []byte) bool { func 2091 func (m *compressedCertificateMsg) unmarshal(data []byte) bool { func 2125 func (m *serverKeyExchangeMsg) unmarshal(data []byte) bool { func 2162 func (m *certificateStatusMsg) unmarshal(data []byte) bool { func [all …]
|
/aosp_15_r20/external/boringssl/src/ssl/test/runner/ |
H A D | handshake_messages.go | 715 func (m *clientHelloMsg) unmarshal(data []byte) bool { func 1289 func (m *serverHelloMsg) unmarshal(data []byte) bool { func 1403 func (m *encryptedExtensionsMsg) unmarshal(data []byte) bool { func 1579 func (m *serverExtensions) unmarshal(data cryptobyte.String, version uint16) bool { func 1754 func (m *clientEncryptedExtensionsMsg) unmarshal(data []byte) bool { func 1857 func (m *helloRetryRequestMsg) unmarshal(data []byte) bool { func 1991 func (m *certificateMsg) unmarshal(data []byte) bool { func 2091 func (m *compressedCertificateMsg) unmarshal(data []byte) bool { func 2125 func (m *serverKeyExchangeMsg) unmarshal(data []byte) bool { func 2162 func (m *certificateStatusMsg) unmarshal(data []byte) bool { func [all …]
|
/aosp_15_r20/external/grpc-grpc/src/ruby/lib/grpc/generic/ |
H A D | client_stub.rb | 150 def request_response(method, req, marshal, unmarshal, argument 227 def client_streamer(method, requests, marshal, unmarshal, argument 318 def server_streamer(method, req, marshal, unmarshal, argument 440 def bidi_streamer(method, requests, marshal, unmarshal, argument 487 def new_active_call(method, marshal, unmarshal, argument
|
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/ |
HD | jakarta.xml.bind-api-2.3.2.jar | ... sax.SAXException e
public java.lang.Object unmarshal (javax.xml.transform.Source) throws ... |
/aosp_15_r20/prebuilts/tools/common/m2/repository/javax/xml/bind/jaxb-api/2.3.1/ |
HD | jaxb-api-2.3.1.jar | META-INF/MANIFEST.MF
META-INF/
javax/
javax/xml/
javax/ ... |
/aosp_15_r20/prebuilts/tools/common/m2/repository/javax/xml/bind/jaxb-api/2.2.12-b140109.1041/ |
HD | jaxb-api-2.2.12-b140109.1041.jar | ... init> ()
public java.lang.String unmarshal (java.lang.String)
int i
char ... |
/aosp_15_r20/external/golang-protobuf/internal/impl/ |
H A D | codec_tables.go | 21 …unmarshal func(b []byte, p pointer, wtyp protowire.Type, f *coderFieldInfo, opts unmarshalOptions)… member 30 …unmarshal func(b []byte, v protoreflect.Value, num protowire.Number, wtyp protowire.Type, opts unm… member
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/go/analysis/passes/unmarshal/ |
D | doc.go | 14 package unmarshal package
|
D | unmarshal.go | 5 package unmarshal package
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vet/testdata/unmarshal/ |
D | unmarshal.go | 7 package unmarshal package
|
/aosp_15_r20/external/grpc-grpc/src/ruby/bin/ |
H A D | noproto_client.rb | 34 def self.unmarshal(_o) singletonMethod in NoProtoMsg
|
H A D | noproto_server.rb | 34 def self.unmarshal(_o) singletonMethod in NoProtoMsg
|
/aosp_15_r20/frameworks/base/core/java/android/hardware/camera2/marshal/impl/ |
H A D | MarshalQueryableBoolean.java | 44 public Boolean unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableBoolean.MarshalerBoolean
|
H A D | MarshalQueryableNativeByteToInteger.java | 46 public Integer unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableNativeByteToInteger.MarshalerNativeByteToInteger
|
H A D | MarshalQueryableBlackLevelPattern.java | 50 public BlackLevelPattern unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableBlackLevelPattern.MarshalerBlackLevelPattern
|
H A D | MarshalQueryableSize.java | 46 public Size unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableSize.MarshalerSize
|
H A D | MarshalQueryableSizeF.java | 48 public SizeF unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableSizeF.MarshalerSizeF
|
H A D | MarshalQueryableColorSpaceTransform.java | 55 public ColorSpaceTransform unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableColorSpaceTransform.MarshalerColorSpaceTransform
|
H A D | MarshalQueryableStreamConfiguration.java | 53 public StreamConfiguration unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableStreamConfiguration.MarshalerStreamConfiguration
|
H A D | MarshalQueryableRggbChannelVector.java | 48 public RggbChannelVector unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableRggbChannelVector.MarshalerRggbChannelVector
|
H A D | MarshalQueryableRecommendedStreamConfiguration.java | 55 public RecommendedStreamConfiguration unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableRecommendedStreamConfiguration.MarshalerRecommendedStreamConfiguration
|
H A D | MarshalQueryableHighSpeedVideoConfiguration.java | 56 public HighSpeedVideoConfiguration unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableHighSpeedVideoConfiguration.MarshalerHighSpeedVideoConfiguration
|
/aosp_15_r20/frameworks/base/core/java/android/hardware/camera2/marshal/ |
H A D | Marshaler.java | 111 public abstract T unmarshal(ByteBuffer buffer); in unmarshal() method in Marshaler
|
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue387/ |
H A D | YamlExecuteProcessContextTest.java | 63 YamlExecuteProcessContext unmarshal = in parameterizedCollectionTest() local
|