HomeSort by relevance Sort by last modified time
    Searched refs:Deserialize (Results 76 - 100 of 253) sorted by null

1 2 34 5 6 7 8 91011

  /external/skqp/include/core/
SkTextBlob.h 65 * allowing the caller to what typeface IDs will need to be resolved in Deserialize().
74 static sk_sp<SkTextBlob> Deserialize(const void* data, size_t size,
79 static sk_sp<SkTextBlob> Deserialize(const void* data, size_t size, const SkDeserialProcs&);
80 static sk_sp<SkTextBlob> Deserialize(const void* data, size_t size);
  /frameworks/native/libs/vr/libpdx/private/pdx/rpc/
argument_encoder.h 115 *error = Deserialize(&value, reader_);
136 *error = Deserialize(&value, reader_);
142 return Deserialize(value, reader_);
  /frameworks/rs/rsov/compiler/spirit/
transformer_test.cpp 79 std::unique_ptr<Module> m(Deserialize<Module>(mWordsGreyscale));
98 std::unique_ptr<Module> m(Deserialize<Module>(mWordsGreyscale));
114 std::unique_ptr<Module> m(Deserialize<Module>(mWordsGreyscale));
  /system/keymaster/key_blob_utils/
integrity_assured_key_blob.cpp 140 if (!key_material->Deserialize(&p, end) || //
141 !hw_enforced->Deserialize(&p, end) || //
142 !sw_enforced->Deserialize(&p, end))
  /external/libmojo/mojo/public/cpp/bindings/lib/
native_struct_serialization.h 67 static bool Deserialize(NativeStruct_Data* data,
114 static bool Deserialize(NativeStruct_Data* input,
pipe_control_message_handler.cc 70 internal::Deserialize<pipe_control::RunOrClosePipeMessageParamsDataView>(
string_serialization.h 58 static bool Deserialize(String_Data* input,
control_message_handler.cc 100 Deserialize<interface_control::RunMessageParamsDataView>(params, &params_ptr,
140 Deserialize<interface_control::RunOrClosePipeMessageParamsDataView>(
serialization.h 92 result = Deserialize<MojomType>(data, output, &context);
  /external/libchrome/base/json/
json_file_value_serializer.h 57 // Attempt to deserialize the data structure encoded in the file passed
64 std::unique_ptr<base::Value> Deserialize(int* error_code,
87 // successful |Deserialize()| call.
  /external/libmojo/base/
unguessable_token.h 44 static UnguessableToken Deserialize(uint64_t high, uint64_t low);
  /external/perf_data_converter/src/quipper/
perf_protobuf_io.cc 39 return reader.Deserialize(perf_data_proto) && reader.WriteFile(filename);
  /external/tensorflow/tensorflow/compiler/xla/service/
computation_placer.h 56 static StatusOr<std::unique_ptr<DeviceAssignment>> Deserialize(
  /external/tensorflow/tensorflow/contrib/lite/toco/tflite/
builtin_operator.h 58 std::unique_ptr<Operator> Deserialize(
operator.h 76 virtual std::unique_ptr<Operator> Deserialize(
  /system/chre/apps/wifi_offload/
rpc_log_record.cc 38 bool RpcLogRecord::Deserialize(const RpcLogRecord::FbsType &fbs_record) {
50 LOGE("Failed to deserialize RpcLogRecord. Invalid record type %" PRIu8,
scan_params.cc 43 bool ScanParams::Deserialize(const ScanParams::FbsType &fbs_params) {
47 LOGE("Failed to deserialize ScanParams. Null or incomplete members.");
53 LOGE("Failed to deserialize ScanParams. Null or incomplete members.");
60 LOGE("Failed to deserialize ScanParams. Invalid frequency to scan.");
ssid.cc 49 bool Ssid::Deserialize(const Ssid::FbsType &fbs_ssid) {
52 LOGE("Failed to deserialize Ssid. Null or incomplete members.");
57 LOGE("Failed to deserialize Ssid. Ssid size is larger than max len.");
scan_result.cc 84 bool ScanResult::Deserialize(const ScanResult::FbsType &fbs_result) {
85 if (fbs_result.ssid() == nullptr || !ssid_.Deserialize(*fbs_result.ssid())) {
86 LOGE("Failed to deserialize ScanResult. Null or incomplete members.");
92 LOGE("Failed to deserialize ScanResult. Invalid security mode.");
98 LOGE("Failed to deserialize ScanResult. Null or incomplete members.");
108 LOGE("Failed to deserialize ScanResult. Invalid network capability.");
114 LOGE("Failed to deserialize ScanResult. Invalid channel frequency.");
120 LOGE("Failed to deserialize ScanResult. Positive rssi value.");
  /external/libmojo/mojo/public/cpp/bindings/tests/
wtf_types_unittest.cc 125 mojo::internal::Deserialize<Array<mojo::String>>(data, &strs2, &context);
146 mojo::internal::Deserialize<Array<mojo::String>>(data, &strs2, &context);
166 mojo::internal::Deserialize<Array<mojo::String>>(data, &strs2, &context);
199 mojo::internal::Deserialize<MojomType>(data, &str_map2, &context);
227 mojo::internal::Deserialize<MojomType>(data, &str_map2, &context);
245 ASSERT_TRUE(blink::TestWTFStruct::Deserialize(std::move(data), &output));
  /external/libmojo/mojo/edk/system/
message_pipe_dispatcher.h 80 static scoped_refptr<Dispatcher> Deserialize(
platform_handle_dispatcher.cc 78 scoped_refptr<PlatformHandleDispatcher> PlatformHandleDispatcher::Deserialize(
shared_buffer_dispatcher.h 56 // The "opposite" of SerializeAndClose(). Called by Dispatcher::Deserialize().
57 static scoped_refptr<SharedBufferDispatcher> Deserialize(
  /external/skia/src/core/
SkFontDescriptor.h 55 static bool Deserialize(SkStream*, SkFontDescriptor* result);
  /external/skia/src/effects/
SkToSRGBColorFilter.cpp 68 return Make(SkColorSpace::Deserialize(data->data(), data->size()));

Completed in 383 milliseconds

1 2 34 5 6 7 8 91011