HomeSort by relevance Sort by last modified time
    Searched full:unmarshal (Results 126 - 150 of 488) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/tpm2/
Marshal_PolicyPassword.c 37 // Unmarshal request parameters to input structure.
Marshal_PolicyPhysicalPresence.c 37 // Unmarshal request parameters to input structure.
Marshal_PolicyRestart.c 37 // Unmarshal request parameters to input structure.
Marshal_ContextSave.c 67 // Unmarshal request parameters to input structure.
Marshal_PolicyGetDigest.c 67 // Unmarshal request parameters to input structure.
Marshal_Unseal.c 67 // Unmarshal request parameters to input structure.
PCR_Extend.c 29 // hash algorithms are correct, the unmarshaling code will unmarshal a digest
Rewrap.c 24 // Unmarshal errors errors during unmarshaling the input encrypted buffer to a ECC public
25 // key, or unmarshal the private buffer to sensitive
57 // TPM_RC_VALUE, TPM_RC_KEY or unmarshal errors may be returned at this
  /frameworks/base/core/java/android/hardware/camera2/marshal/impl/
MarshalQueryableParcelable.java 102 public T unmarshal(ByteBuffer buffer) { method in class:MarshalQueryableParcelable.MarshalerParcelable
104 Log.v(TAG, "unmarshal, buffer remaining " + buffer.remaining());
146 Log.v(TAG, "unmarshal, parcel length was " + actualLength);
147 Log.v(TAG, "unmarshal, value is " + value);
MarshalQueryableString.java 61 public String unmarshal(ByteBuffer buffer) { method in class:MarshalQueryableString.MarshalerString
77 "unmarshal - scanned " + stringLength + " characters; found null? "
MarshalQueryableBoolean.java 44 public Boolean unmarshal(ByteBuffer buffer) { method in class:MarshalQueryableBoolean.MarshalerBoolean
MarshalQueryableNativeByteToInteger.java 46 public Integer unmarshal(ByteBuffer buffer) { method in class:MarshalQueryableNativeByteToInteger.MarshalerNativeByteToInteger
MarshalQueryableSize.java 46 public Size unmarshal(ByteBuffer buffer) { method in class:MarshalQueryableSize.MarshalerSize
MarshalQueryableSizeF.java 48 public SizeF unmarshal(ByteBuffer buffer) { method in class:MarshalQueryableSizeF.MarshalerSizeF
MarshalQueryableArray.java 69 public T unmarshal(ByteBuffer buffer) { method in class:MarshalQueryableArray.MarshalerArray
93 Object elem = mComponentMarshaler.unmarshal(buffer);
102 Object elem = mComponentMarshaler.unmarshal(buffer);
MarshalQueryablePrimitive.java 29 * Marshal/unmarshal built-in primitive types to and from a {@link ByteBuffer}.
64 public T unmarshal(ByteBuffer buffer) { method in class:MarshalQueryablePrimitive.MarshalerPrimitive
147 "Can't unmarshal native type " + mNativeType);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
OMANode.java 147 public static OMAConstructed unmarshal(InputStream in) throws IOException { method in class:OMANode
152 unmarshal(in, (OMAConstructed) node); method
156 private static void unmarshal(InputStream in, OMAConstructed parent) throws IOException { method in class:OMANode
163 unmarshal(in, (OMAConstructed) node); method
  /prebuilts/go/darwin-x86/doc/progs/
json3.go 18 err := json.Unmarshal(b, &f)
  /prebuilts/go/linux-x86/doc/progs/
json3.go 18 err := json.Unmarshal(b, &f)
  /prebuilts/go/darwin-x86/src/crypto/tls/
handshake_messages_test.go 31 unmarshal([]byte) bool
55 if !m2.unmarshal(marshaled) {
56 t.Errorf("#%d failed to unmarshal %#v %x", i, m1, marshaled)
73 if m2.unmarshal(marshaled[0:j]) {
92 m.unmarshal(bytes)
  /prebuilts/go/linux-x86/src/crypto/tls/
handshake_messages_test.go 31 unmarshal([]byte) bool
55 if !m2.unmarshal(marshaled) {
56 t.Errorf("#%d failed to unmarshal %#v %x", i, m1, marshaled)
73 if m2.unmarshal(marshaled[0:j]) {
92 m.unmarshal(bytes)
  /prebuilts/go/darwin-x86/src/net/rpc/jsonrpc/
server.go 93 // Unmarshal into array containing struct for now.
97 return json.Unmarshal(*c.req.Params, &params)
  /prebuilts/go/linux-x86/src/net/rpc/jsonrpc/
server.go 93 // Unmarshal into array containing struct for now.
97 return json.Unmarshal(*c.req.Params, &params)
  /prebuilts/go/darwin-x86/src/encoding/json/
example_test.go 47 err := json.Unmarshal(jsonBlob, &animals)
199 err := json.Unmarshal(j, &colors)
212 err := json.Unmarshal(c.Point, dst)
  /prebuilts/go/linux-x86/src/encoding/json/
example_test.go 47 err := json.Unmarshal(jsonBlob, &animals)
199 err := json.Unmarshal(j, &colors)
212 err := json.Unmarshal(c.Point, dst)

Completed in 671 milliseconds

1 2 3 4 56 7 8 91011>>