HomeSort by relevance Sort by last modified time
    Searched refs:Serialize (Results 251 - 275 of 296) sorted by null

<<1112

  /external/dng_sdk/source/
dng_xmp_sdk.cpp 1314 dng_memory_block * dng_xmp_sdk::Serialize (dng_memory_allocator &allocator,
dng_xmp.cpp 560 dng_memory_block * dng_xmp::Serialize (bool asPacket,
567 return fSDK->Serialize (fAllocator,
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZAsmPrinter.cpp 419 case SystemZ::Serialize:
  /external/perfetto/src/ipc/
client_impl_unittest.cc 183 auto buf = BufferedFrameDeserializer::Serialize(frame);
host_impl_unittest.cc 154 std::string buf = BufferedFrameDeserializer::Serialize(frame);
  /external/protobuf/src/google/protobuf/
unknown_field_set_unittest.cc 212 TEST_F(UnknownFieldSetTest, Serialize) {
text_format_unittest.cc     [all...]
wire_format_unittest.cc 86 // Serialize using the generated code.
103 // Serialize using the generated code.
120 // Serialize using the generated code.
134 // Serialize using the generated code.
150 // Serialize using the generated code.
169 // Serialize using the generated code.
186 // Serialize using the generated code.
208 // Serialize and parse to oneof message.
273 TEST(WireFormatTest, Serialize) {
281 // Serialize using the generated code
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/toco/tflite/
operator_test.cc 54 // Use the given BaseOperator to serialize the tf.mini operator into a set of
63 Options input_options = op.Serialize(toco_op, &builder);
  /external/v8/src/profiler/
heap-snapshot-generator.h 582 void Serialize(v8::OutputStream* stream);
  /frameworks/rs/rsov/compiler/spirit/
module.h 74 void Serialize(OutputWordStream &OS) const override;
  /hardware/intel/common/libmix/videoencoder/
IntelMetadataBuffer.cpp 620 IMB_Result IntelMetadataBuffer::Serialize(uint8_t* &data, uint32_t& size)
  /hardware/interfaces/keymaster/3.0/vts/functional/
authorization_set.cpp 241 OutStreams& serialize(TAG_INVALID_t&&, OutStreams& out, const KeyParameter&) { function in namespace:android::hardware::keymaster::V3_0
245 template <typename T> OutStreams& serialize(T ttag, OutStreams& out, const KeyParameter& param) { function in namespace:android::hardware::keymaster::V3_0
252 static OutStreams& serialize(OutStreams& out, const KeyParameter& param) { function in struct:android::hardware::keymaster::V3_0::choose_serializer
253 return choose_serializer<Tags...>::serialize(out, param);
257 static OutStreams& serialize(OutStreams& out, const KeyParameter&) { return out; } function in struct:android::hardware::keymaster::V3_0::choose_serializer
261 static OutStreams& serialize(OutStreams& out, const KeyParameter& param) { function in struct:android::hardware::keymaster::V3_0::choose_serializer
263 return V3_0::serialize(TypedTag<tag_type, tag>(), out, param);
265 return choose_serializer<Tail...>::serialize(out, param);
270 OutStreams& serialize(OutStreams& out, const KeyParameter& param) { function in namespace:android::hardware::keymaster::V3_0
271 return choose_serializer<all_tags_t>::serialize(out, param)
274 std::ostream& serialize(std::ostream& out, const std::vector<KeyParameter>& params) { function in namespace:android::hardware::keymaster::V3_0
    [all...]
  /hardware/interfaces/keymaster/4.0/support/
authorization_set.cpp 230 OutStreams& serialize(TAG_INVALID_t&&, OutStreams& out, const KeyParameter&) { function in namespace:android::hardware::keymaster::V4_0
235 OutStreams& serialize(T ttag, OutStreams& out, const KeyParameter& param) { function in namespace:android::hardware::keymaster::V4_0
244 static OutStreams& serialize(OutStreams& out, const KeyParameter& param) { function in struct:android::hardware::keymaster::V4_0::choose_serializer
245 return choose_serializer<Tags...>::serialize(out, param);
251 static OutStreams& serialize(OutStreams& out, const KeyParameter&) { return out; } function in struct:android::hardware::keymaster::V4_0::choose_serializer
256 static OutStreams& serialize(OutStreams& out, const KeyParameter& param) { function in struct:android::hardware::keymaster::V4_0::choose_serializer
258 return V4_0::serialize(TypedTag<tag_type, tag>(), out, param);
260 return choose_serializer<Tail...>::serialize(out, param);
265 OutStreams& serialize(OutStreams& out, const KeyParameter& param) { function in namespace:android::hardware::keymaster::V4_0
266 return choose_serializer<all_tags_t>::serialize(out, param)
269 std::ostream& serialize(std::ostream& out, const std::vector<KeyParameter>& params) { function in namespace:android::hardware::keymaster::V4_0
    [all...]
  /system/bt/profile/avrcp/
connection_handler.cc 486 message->Serialize(packet);
  /system/keymaster/android_keymaster/
authorization_set.cpp 331 static uint8_t* serialize(const keymaster_key_param_t& param, uint8_t* buf, const uint8_t* end, function in namespace:keymaster
428 uint8_t* AuthorizationSet::Serialize(uint8_t* buf, const uint8_t* end) const {
433 buf = serialize(elems_[i], buf, end, indirect_data_);
  /system/keymaster/include/keymaster/
authorization_set.h 437 uint8_t* Serialize(uint8_t* serialized_set, const uint8_t* end) const;
  /system/security/keystore/
authorization_set.cpp 238 OutStreams& serialize(TAG_INVALID_t&&, OutStreams& out, const KeyParameter&) { function in namespace:keystore
243 OutStreams& serialize(T ttag, OutStreams& out, const KeyParameter& param) { function in namespace:keystore
252 static OutStreams& serialize(OutStreams& out, const KeyParameter& param) { function in struct:keystore::choose_serializer
253 return choose_serializer<Tags...>::serialize(out, param);
258 static OutStreams& serialize(OutStreams& out, const KeyParameter&) { function in struct:keystore::choose_serializer
264 static OutStreams& serialize(OutStreams& out, const KeyParameter& param) { function in struct:keystore::choose_serializer
266 return keystore::serialize(TypedTag<tag_type, tag>(), out, param);
268 return choose_serializer<Tail...>::serialize(out, param);
273 OutStreams& serialize(OutStreams& out, const KeyParameter& param) { function in namespace:keystore
274 return choose_serializer<all_tags_t>::serialize(out, param)
277 std::ostream& serialize(std::ostream& out, const std::vector<KeyParameter>& params) { function in namespace:keystore
    [all...]
key_store_service.cpp     [all...]
  /device/generic/goldfish/keymaster/trusty/
trusty_keymaster_device.cpp 767 req.Serialize(send_buf, send_buf + req_size);
  /external/v8/src/snapshot/
serializer.cc 379 // Serialize the map (first word of the object).
384 // Instead of serializing this as an external string, we serialize
424 // Serialize string header (except for map).
430 // Serialize string content.
477 void Serializer::ObjectSerializer::Serialize() {
484 // We cannot serialize typed array objects correctly.
516 // Serialize the rest of the object.
548 // Serialize the rest of the object.
740 // and wipe all pointers in the copy, which we then serialize.
  /system/core/trusty/keymaster/
trusty_keymaster_device.cpp 766 req.Serialize(send_buf, send_buf + req_size);
trusty_keymaster_device_test.cpp 78 rsp.Serialize(out, out + *out_size);
  /system/tpm/attestation/server/
pkcs11_key_store_test.cc 219 parsed.Serialize(attributes_out);
  /external/protobuf/csharp/src/Google.Protobuf.Test/
CodedInputStreamTest.cs 260 // Serialize and parse it. Make sure to parse from an InputStream, not

Completed in 838 milliseconds

<<1112