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

1 2 3 4 5 6 78 91011

  /external/skqp/fuzz/
fuzz.cpp 508 sk_sp<SkColorSpace> space(SkColorSpace::Deserialize(bytes->data(), bytes->size()));
510 SkDebugf("[terminated] Couldn't deserialize Colorspace.\n");
521 SkDebugf("[terminated] Couldn't deserialize SkPath.\n");
544 SkDebugf("[terminated] Couldn't deserialize SkTextBlob.\n");
568 auto flattenable = SkImageFilter::Deserialize(bytes->data(), bytes->size());
  /external/skqp/tests/
ColorSpaceTest.cpp 183 sk_sp<SkColorSpace> newSpace1 = SkColorSpace::Deserialize(data1->data(), data1->size());
184 sk_sp<SkColorSpace> newSpace2 = SkColorSpace::Deserialize(data2->data(), data2->size());
FlattenDrawableTest.cpp 222 // Deserialize and verify the drawable
282 // Deserialize and verify the drawable
292 #define test(name) REPORTER_ASSERT(reporter, !name::Deserialize(data->data(), data->size()))
  /prebuilts/gdb/darwin-x86/lib/python2.7/json/
__init__.py 259 """Deserialize ``fp`` (a ``.read()``-supporting file-like object containing
295 """Deserialize ``s`` (a ``str`` or ``unicode`` instance containing a JSON
  /prebuilts/gdb/linux-x86/lib/python2.7/json/
__init__.py 259 """Deserialize ``fp`` (a ``.read()``-supporting file-like object containing
295 """Deserialize ``s`` (a ``str`` or ``unicode`` instance containing a JSON
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
__init__.py 259 """Deserialize ``fp`` (a ``.read()``-supporting file-like object containing
295 """Deserialize ``s`` (a ``str`` or ``unicode`` instance containing a JSON
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
__init__.py 259 """Deserialize ``fp`` (a ``.read()``-supporting file-like object containing
295 """Deserialize ``s`` (a ``str`` or ``unicode`` instance containing a JSON
  /system/keymaster/include/keymaster/
authorization_set.h 70 Deserialize(&serialized_set, serialized_set + serialized_size);
438 bool Deserialize(const uint8_t** buf_ptr, const uint8_t* end);
android_keymaster_utils.h 363 bool Deserialize(const uint8_t** buf_ptr, const uint8_t* end) {
  /frameworks/rs/rsov/driver/
rsovScript.cpp 171 using android::spirit::Deserialize;
182 std::unique_ptr<Module> module(Deserialize<Module>(mSPIRVWords));
779 android::spirit::Deserialize<android::spirit::Module>(spvWords);
  /external/libchrome/base/
values.h 503 // This interface is implemented by classes that know how to deserialize Value
515 virtual std::unique_ptr<Value> Deserialize(int* error_code,
  /external/libmojo/mojo/edk/system/
data_pipe_consumer_dispatcher.cc 386 DataPipeConsumerDispatcher::Deserialize(const void* data,
412 DLOG(ERROR) << "Failed to deserialize shared buffer handle.";
data_pipe_producer_dispatcher.cc 364 DataPipeProducerDispatcher::Deserialize(const void* data,
390 DLOG(ERROR) << "Failed to deserialize shared buffer handle.";
node_channel.cc 681 Channel::MessagePtr message = Channel::Message::Deserialize(
719 Channel::Message::Deserialize(data, payload_size - sizeof(Header));
  /external/libmojo/mojo/public/cpp/bindings/tests/
struct_traits_unittest.cc 355 ASSERT_TRUE(StructWithTraits::Deserialize(std::move(data), &output));
  /external/skia/src/core/
SkTypeface.cpp 188 if (!SkFontDescriptor::Deserialize(stream, &desc)) {
  /external/skia/tests/
FlattenDrawableTest.cpp 222 // Deserialize and verify the drawable
282 // Deserialize and verify the drawable
292 #define test(name) REPORTER_ASSERT(reporter, !name::Deserialize(data->data(), data->size()))
  /external/skqp/src/core/
SkTypeface.cpp 188 if (!SkFontDescriptor::Deserialize(stream, &desc)) {
  /external/v8/src/ast/
modules.cc 97 ModuleDescriptor::Entry* ModuleDescriptor::Entry::Deserialize(
  /hardware/interfaces/keymaster/3.0/vts/functional/
authorization_set.h 234 void Deserialize(std::istream* in);
  /system/gatekeeper/
gatekeeper_messages.cpp 105 gatekeeper_error_t GateKeeperMessage::Deserialize(const uint8_t *payload, const uint8_t *end) {
  /external/protobuf/js/binary/
reader.js 528 * Deserialize a proto into the provided message object using the provided
546 // Deserialize the embedded message.
556 * Deserialize a proto into the provided message object using the provided
572 // Deserialize the message. The deserialization will stop at an END_GROUP tag.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclBase.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
DeclBase.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
DeclBase.h     [all...]

Completed in 1425 milliseconds

1 2 3 4 5 6 78 91011