HomeSort by relevance Sort by last modified time
    Searched defs:Serialize (Results 1 - 25 of 39) sorted by null

1 2

  /external/google-breakpad/src/processor/
map_serializers-inl.h 100 char *StdMapSerializer<Key, Value>::Serialize(
169 char *RangeMapSerializer<Address, Entry>::Serialize(
249 char *ContainedRangeMapSerializer<AddrType, EntryType>::Serialize(
cfi_frame_info.cc 104 string CFIFrameInfo::Serialize() const {
map_serializers.h 69 char* Serialize(const std::map<Key, Value> &m, unsigned int *size) const;
97 char* Serialize(const AddressMap<Addr, Entry> &m, unsigned int *size) const {
98 return std_map_serializer_.Serialize(m.map_, size);
124 char* Serialize(const RangeMap<Address, Entry> &m, unsigned int *size) const;
154 char* Serialize(const ContainedRangeMap<AddrType, EntryType> *m,
module_serializer.cc 103 char* ModuleSerializer::Serialize(
143 scoped_array<char> symbol_data(Serialize(*basic_module, &size));
204 return Serialize(*(module.get()), size);
static_map_unittest.cc 49 static char* Serialize(const std::map<Key, Value> &stdmap,
146 serializer.Serialize(std_map[testcase], &size[testcase]);
153 serializer.Serialize(std_map[testcase], &size[testcase]);
161 serializer.Serialize(std_map[testcase], &size[testcase]);
169 serializer.Serialize(std_map[testcase], &size[testcase]);
  /external/libchrome/base/json/
json_string_value_serializer.cc 20 bool JSONStringValueSerializer::Serialize(const Value& root) {
json_file_value_serializer.cc 27 bool JSONFileValueSerializer::Serialize(const base::Value& root) {
43 serializer.Serialize(root);
  /external/libchrome/crypto/
secure_hash_default.cc 40 bool Serialize(base::Pickle* pickle) override;
47 bool SecureHashSHA256NSS::Serialize(base::Pickle* pickle) {
secure_hash_openssl.cc 43 bool Serialize(base::Pickle* pickle) override;
50 bool SecureHashSHA256OpenSSL::Serialize(base::Pickle* pickle) {
  /system/keymaster/
serializable.cpp 142 uint8_t* Buffer::Serialize(uint8_t* buf, const uint8_t* end) const {
android_keymaster_messages.cpp 60 uint8_t* KeymasterResponse::Serialize(uint8_t* buf, const uint8_t* end) const {
85 buf = enforced.Serialize(buf, end);
86 return unenforced.Serialize(buf, end);
106 uint8_t* GetKeyCharacteristicsRequest::Serialize(uint8_t* buf, const uint8_t* end) const {
108 return additional_params.Serialize(buf, end);
121 buf = enforced.Serialize(buf, end);
122 return unenforced.Serialize(buf, end);
139 uint8_t* BeginOperationRequest::Serialize(uint8_t* buf, const uint8_t* end) const {
142 return additional_params.Serialize(buf, end);
161 buf = output_params.Serialize(buf, end)
    [all...]
key_blob_test.cpp 77 keymaster_error_t Serialize() {
101 ASSERT_EQ(KM_ERROR_OK, Serialize());
129 ASSERT_EQ(KM_ERROR_OK, Serialize());
139 ASSERT_EQ(KM_ERROR_OK, Serialize());
156 ASSERT_EQ(KM_ERROR_OK, Serialize());
173 ASSERT_EQ(KM_ERROR_OK, Serialize());
190 ASSERT_EQ(KM_ERROR_OK, Serialize());
204 ASSERT_EQ(KM_ERROR_OK, Serialize());
209 hw_enforced_.Serialize(hw_enforced_data.get(), hw_enforced_data.get() + hw_enforced_size);
227 ASSERT_EQ(KM_ERROR_OK, Serialize());
    [all...]
authorization_set.cpp 305 static uint8_t* serialize(const keymaster_key_param_t& param, uint8_t* buf, const uint8_t* end, function in namespace:keymaster
402 uint8_t* AuthorizationSet::Serialize(uint8_t* buf, const uint8_t* end) const {
407 buf = serialize(elems_[i], buf, end, indirect_data_);
  /external/chromium-trace/catapult/telemetry/telemetry/timeline/
trace_data.py 143 def Serialize(self, f, gzip_result=False):
  /external/google-breakpad/src/common/
simple_string_dictionary.h 41 // created in NonAllocatingMap::Serialize and can be deserialized using one of
123 // parameter from Serialize() and |size| should be its return value.
232 size_t Serialize(const SerializedNonAllocatingMap** map) const {
  /external/sfntly/cpp/src/sfntly/table/
font_data_table.cc 41 int32_t FontDataTable::Serialize(OutputStream* os) {
45 int32_t FontDataTable::Serialize(WritableFontData* data) {
84 // Let subclass serialize from model.
  /external/webrtc/talk/app/webrtc/
jsepsessiondescription_unittest.cc 113 std::string Serialize(const SessionDescriptionInterface* desc) {
218 // Test that we can serialize a JsepSessionDescription and deserialize it again.
220 std::string sdp = Serialize(jsep_desc_.get());
225 std::string parsed_sdp = Serialize(parsed_jsep_desc.get());
229 // Tests that we can serialize and deserialize a JsepSesssionDescription
232 std::string sdp = Serialize(jsep_desc_.get());
237 std::string sdp_with_candidate = Serialize(jsep_desc_.get());
242 std::string parsed_sdp_with_candidate = Serialize(parsed_jsep_desc.get());
  /packages/apps/Test/connectivity/sl4n/rapidjson/example/serialize/
serialize.cpp 0 // Serialize example
18 void Serialize(Writer& writer) const {
43 void Serialize(Writer& writer) const {
79 void Serialize(Writer& writer) const {
82 Person::Serialize(writer);
86 education_->Serialize(writer);
112 void Serialize(Writer& writer) const {
115 Person::Serialize(writer);
123 dependentItr->Serialize(writer);
151 employeeItr->Serialize(writer);
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/value/
trace.py 113 raise ValueError('Tried to serialize TraceValue without tempfile.')
121 def Serialize(self, dir_path):
123 raise ValueError('Tried to serialize nonexistent trace.')
  /external/libchrome/base/metrics/
histogram_samples.cc 131 bool HistogramSamples::Serialize(Pickle* pickle) const {
  /system/gatekeeper/
gatekeeper_messages.cpp 79 uint32_t GateKeeperMessage::Serialize(uint8_t *buffer, const uint8_t *end) const {
  /system/keymaster/include/keymaster/
android_keymaster_utils.h 289 uint8_t* Serialize(uint8_t* buf, const uint8_t* end) const {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
admex.h 67 virtual HRESULT WINAPI Serialize(DWORD dwBufferSize,unsigned char *pbBuffer,DWORD *pdwMDRequiredBufferSize) = 0;
79 HRESULT (WINAPI *Serialize)(IMSAdminReplication *This,DWORD dwBufferSize,unsigned char *pbBuffer,DWORD *pdwMDRequiredBufferSize);
93 #define IMSAdminReplication_Serialize(This,dwBufferSize,pbBuffer,pdwMDRequiredBufferSize) (This)->lpVtbl->Serialize(This,dwBufferSize,pbBuffer,pdwMDRequiredBufferSize)
  /system/connectivity/dhcp_client/
dhcp_message.cc 274 bool DHCPMessage::Serialize(ByteString* data) const {
  /external/chromium-trace/catapult/third_party/gsutil/third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/
oauth2_client.py 204 value: the access_token value to serialize.
232 f.write(value.Serialize())
703 def Serialize(self):
705 # There's got to be a better way to serialize a datetime. Unfortunately,

Completed in 294 milliseconds

1 2