/frameworks/base/core/java/android/hardware/camera2/marshal/impl/ |
MarshalQueryableParcelable.java | 16 package android.hardware.camera2.marshal.impl; 18 import android.hardware.camera2.marshal.Marshaler; 19 import android.hardware.camera2.marshal.MarshalQueryable; 29 * Marshal any {@code T extends Parcelable} to/from any native type 72 public void marshal(T value, ByteBuffer buffer) { method in class:MarshalQueryableParcelable.MarshalerParcelable 74 Log.v(TAG, "marshal " + value);
|
/external/wayland/tests/ |
connection-test.c | 165 marshal(struct marshal_data *data, const char *format, int size, ...) function 196 marshal(&data, "i", 12, 42); 199 marshal(&data, "u", 12, 55); 202 marshal(&data, "s", 20, "frappo"); 207 marshal(&data, "o", 12, &object); 210 marshal(&data, "n", 12, &object); 213 marshal(&data, "?n", 12, NULL); 218 marshal(&data, "a", 20, &array); 282 marshal(&data, "?o", 12, NULL); 285 marshal(&data, "?a", 12, NULL) [all...] |
/external/tpm2/generator/ |
structure_generator.py | 204 """Write a call to marshal the field this instance represents. 252 # A function to marshal a TPM typedef. 318 marshalled_types: A set of types for which marshal and unmarshal functions 340 """Write a call to Marshal function for TPMType to |out_file|. 369 """Write marshal declarations for TPM typedefs to |out_file|. 376 declared_types: A set of types for which marshal and unmarshal function 389 """Write marshal declarations for a TPM Structure or Union. 395 declared_types: A set of types for which marshal and unmarshal function 437 """Writes marshal implementations for Typedef to |out_file|. 441 marshalled_types: A set of types for which marshal and unmarshal function [all...] |
/frameworks/base/core/java/android/hardware/camera2/marshal/ |
MarshalRegistry.java | 16 package android.hardware.camera2.marshal; 31 * Register a marshal queryable for the managed type {@code T}. 33 * <p>Multiple marshal queryables for the same managed type {@code T} may be registered; 37 * @param queryable a non-{@code null} marshal queryable that supports marshaling {@code T} 49 * marshal queriers get priority.</p>
|
/prebuilts/go/darwin-x86/src/crypto/tls/ |
handshake_client.go | 187 if _, err := c.writeRecord(recordTypeHandshake, hs.hello.marshal()); err != nil { 225 hs.finishedHash.Write(hs.hello.marshal()) 226 hs.finishedHash.Write(hs.serverHello.marshal()) 310 hs.finishedHash.Write(certMsg.marshal()) 393 hs.finishedHash.Write(cs.marshal()) 409 hs.finishedHash.Write(skx.marshal()) 427 hs.finishedHash.Write(certReq.marshal()) 445 hs.finishedHash.Write(shd.marshal()) 453 hs.finishedHash.Write(certMsg.marshal()) 454 if _, err := c.writeRecord(recordTypeHandshake, certMsg.marshal()); err != nil [all...] |
/prebuilts/go/linux-x86/src/crypto/tls/ |
handshake_client.go | 187 if _, err := c.writeRecord(recordTypeHandshake, hs.hello.marshal()); err != nil { 225 hs.finishedHash.Write(hs.hello.marshal()) 226 hs.finishedHash.Write(hs.serverHello.marshal()) 310 hs.finishedHash.Write(certMsg.marshal()) 393 hs.finishedHash.Write(cs.marshal()) 409 hs.finishedHash.Write(skx.marshal()) 427 hs.finishedHash.Write(certReq.marshal()) 445 hs.finishedHash.Write(shd.marshal()) 453 hs.finishedHash.Write(certMsg.marshal()) 454 if _, err := c.writeRecord(recordTypeHandshake, certMsg.marshal()); err != nil [all...] |
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
AccessibilityServiceInfoTest.java | 35 // fully populate the service info to marshal 39 // marshal and unmarshal the service info 106 * Fully populates the {@link AccessibilityServiceInfo} to marshal.
|
/prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/route/ |
route.go | 86 // Marshal returns the binary encoding of m. 87 func (m *RouteMessage) Marshal() ([]byte, error) { 88 return m.marshal()
|
/prebuilts/go/linux-x86/src/vendor/golang_org/x/net/route/ |
route.go | 86 // Marshal returns the binary encoding of m. 87 func (m *RouteMessage) Marshal() ([]byte, error) { 88 return m.marshal()
|
/prebuilts/go/darwin-x86/src/encoding/json/ |
bench_test.go | 61 if data, err = Marshal(&codeStruct); err != nil { 62 panic("marshal code.json: " + err.Error()) 69 println("re-marshal: changed at byte", i) 75 panic("re-marshal code.json: different result") 104 if _, err := Marshal(&codeStruct); err != nil { 105 b.Fatal("Marshal:", err)
|
/prebuilts/go/linux-x86/src/encoding/json/ |
bench_test.go | 61 if data, err = Marshal(&codeStruct); err != nil { 62 panic("marshal code.json: " + err.Error()) 69 println("re-marshal: changed at byte", i) 75 panic("re-marshal code.json: different result") 104 if _, err := Marshal(&codeStruct); err != nil { 105 b.Fatal("Marshal:", err)
|
/external/golang-protobuf/proto/ |
message_set_test.go | 47 b, err := Marshal(in) 49 t.Fatalf("Marshal: %v", err)
|
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/ |
Marshal.java | 30 public interface Marshal { 62 * Register this Marshal with Envelope
|
/external/libmojo/third_party/jinja2/ |
bccache.py | 19 import marshal 27 # marshal works better on 3.x, one hack less required 29 marshal_dump = marshal.dump 30 marshal_load = marshal.load 35 marshal.dump(code, f) 37 f.write(marshal.dumps(code)) 41 return marshal.load(f) 42 return marshal.loads(f.read())
|
/external/python/cpython3/Tools/freeze/ |
makefreeze.py | 1 import marshal 46 str = marshal.dumps(m.__code__)
|
/external/tpm2/ |
Marshal_ActivateCredential.c | 26 // Marshal response parameters. 89 // Marshal output structure to global response buffer.
|
Marshal_Certify.c | 26 // Marshal response parameters. 89 // Marshal output structure to global response buffer.
|
Marshal_CertifyCreation.c | 26 // Marshal response parameters. 98 // Marshal output structure to global response buffer.
|
Marshal_Commit.c | 26 // Marshal response parameters. 94 // Marshal output structure to global response buffer.
|
Marshal_ContextLoad.c | 19 // Marshal response handles. 82 // Marshal output structure to global response buffer.
|
Marshal_Create.c | 26 // Marshal response parameters. 100 // Marshal output structure to global response buffer.
|
Marshal_Duplicate.c | 26 // Marshal response parameters. 92 // Marshal output structure to global response buffer.
|
Marshal_ECC_Parameters.c | 26 // Marshal response parameters. 83 // Marshal output structure to global response buffer.
|
Marshal_ECDH_KeyGen.c | 26 // Marshal response parameters. 80 // Marshal output structure to global response buffer.
|
Marshal_ECDH_ZGen.c | 26 // Marshal response parameters. 84 // Marshal output structure to global response buffer.
|