/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/ |
MOTree.java | 238 public static MOTree unmarshal(InputStream in) throws IOException { method in class:MOTree 263 OMAConstructed root = OMANode.unmarshal(in);
|
PasspointManagementObjectManager.java | 186 moTree = MOTree.unmarshal(in); 291 moTree = MOTree.unmarshal(in); 334 moTree = MOTree.unmarshal(in); 424 moTree = MOTree.unmarshal(in); 443 MOTree moTree = MOTree.unmarshal(in); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
callobj.h | 145 virtual HRESULT WINAPI Unmarshal(PVOID pBuffer,ULONG cbBuffer,RPCOLEDATAREP dataRep,CALLFRAME_MARSHALCONTEXT *pcontext,ULONG *pcbUnmarshalled) = 0; 171 HRESULT (WINAPI *Unmarshal)(ICallFrame *This,PVOID pBuffer,ULONG cbBuffer,RPCOLEDATAREP dataRep,CALLFRAME_MARSHALCONTEXT *pcontext,ULONG *pcbUnmarshalled); 199 #define ICallFrame_Unmarshal(This,pBuffer,cbBuffer,dataRep,pcontext,pcbUnmarshalled) (This)->lpVtbl->Unmarshal(This,pBuffer,cbBuffer,dataRep,pcontext,pcbUnmarshalled) 371 virtual HRESULT WINAPI Unmarshal(ULONG iMethod,PVOID pBuffer,ULONG cbBuffer,WINBOOL fForceBufferCopy,RPCOLEDATAREP dataRep,CALLFRAME_MARSHALCONTEXT *pcontext,ULONG *pcbUnmarshalled,ICallFrame **ppFrame) = 0; 380 HRESULT (WINAPI *Unmarshal)(ICallUnmarshal *This,ULONG iMethod,PVOID pBuffer,ULONG cbBuffer,WINBOOL fForceBufferCopy,RPCOLEDATAREP dataRep,CALLFRAME_MARSHALCONTEXT *pcontext,ULONG *pcbUnmarshalled,ICallFrame **ppFrame); 391 #define ICallUnmarshal_Unmarshal(This,iMethod,pBuffer,cbBuffer,fForceBufferCopy,dataRep,pcontext,pcbUnmarshalled,ppFrame) (This)->lpVtbl->Unmarshal(This,iMethod,pBuffer,cbBuffer,fForceBufferCopy,dataRep,pcontext,pcbUnmarshalled,ppFrame)
|
/external/boringssl/src/ssl/test/runner/ |
handshake_messages.go | 399 func (m *clientHelloMsg) unmarshal(data []byte) bool { func 868 func (m *serverHelloMsg) unmarshal(data []byte) bool { func 1042 func (m *certificateMsg) unmarshal(data []byte) bool { func 1100 func (m *serverKeyExchangeMsg) unmarshal(data []byte) bool { func 1143 func (m *certificateStatusMsg) unmarshal(data []byte) bool { func 1172 func (m *serverHelloDoneMsg) unmarshal(data []byte) bool { func 1197 func (m *clientKeyExchangeMsg) unmarshal(data []byte) bool { func 1228 func (m *finishedMsg) unmarshal(data []byte) bool { func 1270 func (m *nextProtoMsg) unmarshal(data []byte) bool { func 1364 func (m *certificateRequestMsg) unmarshal(data []byte) bool func 1482 func (m *certificateVerifyMsg) unmarshal(data []byte) bool { func 1542 func (m *newSessionTicketMsg) unmarshal(data []byte) bool { func 1632 func (m *helloVerifyRequestMsg) unmarshal(data []byte) bool { func 1673 func (m *encryptedExtensionsMsg) unmarshal(data []byte) bool { func 1696 func (*helloRequestMsg) unmarshal(data []byte) bool { func [all...] |
/prebuilts/tools/common/m2/repository/javax/xml/bind/jaxb-api/2.2.12-b140109.1041/ |
jaxb-api-2.2.12-b140109.1041.jar | |
/prebuilts/go/darwin-x86/src/crypto/tls/ |
key_agreement.go | 284 x, y := elliptic.Unmarshal(ka.curve, ckx.ciphertext[1:]) 317 ka.x, ka.y = elliptic.Unmarshal(ka.curve, skx.key[4:4+publicLen]) 360 if _, err := asn1.Unmarshal(sig, ecdsaSig); err != nil {
|
/prebuilts/go/linux-x86/src/crypto/tls/ |
key_agreement.go | 284 x, y := elliptic.Unmarshal(ka.curve, ckx.ciphertext[1:]) 317 ka.x, ka.y = elliptic.Unmarshal(ka.curve, skx.key[4:4+publicLen]) 360 if _, err := asn1.Unmarshal(sig, ecdsaSig); err != nil {
|
/prebuilts/go/darwin-x86/src/encoding/asn1/ |
asn1.go | 897 // Unmarshal parses the DER-encoded ASN.1 data structure b 899 // Because Unmarshal uses the reflect package, the structs 905 // Unmarshal returns a parse error. 931 // The following tags on struct fields have special meaning to Unmarshal: 948 // Unmarshal returns a parse error. 949 func Unmarshal(b []byte, val interface{}) (rest []byte, err error) {
|
/prebuilts/go/linux-x86/src/encoding/asn1/ |
asn1.go | 897 // Unmarshal parses the DER-encoded ASN.1 data structure b 899 // Because Unmarshal uses the reflect package, the structs 905 // Unmarshal returns a parse error. 931 // The following tags on struct fields have special meaning to Unmarshal: 948 // Unmarshal returns a parse error. 949 func Unmarshal(b []byte, val interface{}) (rest []byte, err error) {
|
/docs/source.android.com/src/security/keystore/ |
index.jd | 88 algorithms but only to marshal and unmarshal requests to the secure world. The
|
/external/libevent/ |
evrpc-internal.h | 147 * automatically unmarshal and marshal the http buffers.
|
event_tagging.c | 527 /* Unmarshal a fixed length tag */ 536 /* Now unmarshal a tag and check that it matches the tag we want */
|
/external/testng/src/main/java/org/testng/remote/strprotocol/ |
MessageHelper.java | 12 * Marshal/unmarshal tool for <code>IStringMessage</code>s.
|
/external/tpm2/ |
ContextLoad.c | 161 // All the other handle type should be filtered out at unmarshal
|
ContextSave.c | 160 // All the other handle type should be filtered out at unmarshal
|
/external/tpm2/generator/ |
command_generator.py | 247 // Unmarshal request parameters to input structure. 280 // Unmarshal request parameters to input structure. 441 """Generates a unmarshal function for the command input structure. 460 out_file.write('\n // Unmarshal request parameters.')
|
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/ |
MOManager.java | 188 MOTree moTree = MOTree.unmarshal(in); 295 moTree = MOTree.unmarshal(in); 358 moTree = MOTree.unmarshal(in); 456 moTree = MOTree.unmarshal(in); 473 MOTree moTree = MOTree.unmarshal(in); [all...] |
/prebuilts/go/darwin-x86/src/crypto/elliptic/ |
elliptic.go | 311 // Unmarshal converts a point, serialized by Marshal, into an x, y pair. 313 func Unmarshal(curve Curve, data []byte) (x, y *big.Int) {
|
/prebuilts/go/darwin-x86/src/encoding/json/ |
encode_test.go | 470 err = Unmarshal(b, &back) 472 t.Fatalf("Unmarshal: %v", err)
|
/prebuilts/go/darwin-x86/src/net/ |
dnsclient_unix.go | 50 return nil, errors.New("cannot unmarshal DNS message") 81 return nil, errors.New("cannot unmarshal DNS message")
|
/prebuilts/go/linux-x86/src/crypto/elliptic/ |
elliptic.go | 311 // Unmarshal converts a point, serialized by Marshal, into an x, y pair. 313 func Unmarshal(curve Curve, data []byte) (x, y *big.Int) {
|
/prebuilts/go/linux-x86/src/encoding/json/ |
encode_test.go | 470 err = Unmarshal(b, &back) 472 t.Fatalf("Unmarshal: %v", err)
|
/prebuilts/go/linux-x86/src/net/ |
dnsclient_unix.go | 50 return nil, errors.New("cannot unmarshal DNS message") 81 return nil, errors.New("cannot unmarshal DNS message")
|
/cts/tests/accessibility/src/android/view/accessibility/cts/ |
AccessibilityEventTest.java | 57 // marshal and unmarshal the event
|
/frameworks/data-binding/compiler/src/main/java/android/databinding/annotationprocessor/ |
ProcessExpressions.java | 207 = (ResourceBundle.LayoutFileBundle) mUnmarshaller.unmarshal(is);
|