/system/update_engine/payload_consumer/ |
D | extent_reader.h | 35 const google::protobuf::RepeatedPtrField<Extent>& extents, 53 const google::protobuf::RepeatedPtrField<Extent>& extents, 60 google::protobuf::RepeatedPtrField<Extent> extents_; 64 google::protobuf::RepeatedPtrField<Extent>::iterator cur_extent_;
|
D | file_descriptor_utils.h | 39 const google::protobuf::RepeatedPtrField<Extent>& src_extents, 41 const google::protobuf::RepeatedPtrField<Extent>& tgt_extents, 51 const google::protobuf::RepeatedPtrField<Extent>& extents,
|
D | extent_writer.h | 44 const google::protobuf::RepeatedPtrField<Extent>& extents, 70 const google::protobuf::RepeatedPtrField<Extent>& extents, in Init() 87 google::protobuf::RepeatedPtrField<Extent> extents_; 89 google::protobuf::RepeatedPtrField<Extent>::iterator cur_extent_; 105 const google::protobuf::RepeatedPtrField<Extent>& extents, in Init()
|
D | xz_extent_writer.h | 43 const google::protobuf::RepeatedPtrField<Extent>& extents,
|
D | bzip_extent_writer.h | 44 const google::protobuf::RepeatedPtrField<Extent>& extents,
|
D | fake_extent_writer.h | 37 const google::protobuf::RepeatedPtrField<Extent>& /* extents */, in Init()
|
D | extent_reader.cc | 25 using google::protobuf::RepeatedPtrField;
|
D | bzip_extent_writer.cc | 19 using google::protobuf::RepeatedPtrField;
|
D | file_descriptor_utils.cc | 28 using google::protobuf::RepeatedPtrField;
|
D | xz_extent_writer.cc | 19 using google::protobuf::RepeatedPtrField;
|
D | bzip_extent_writer_unittest.cc | 32 using google::protobuf::RepeatedPtrField;
|
/system/update_engine/payload_generator/ |
D | extent_utils.h | 55 google::protobuf::RepeatedPtrField<Extent>* out); 58 void ExtentsToVector(const google::protobuf::RepeatedPtrField<Extent>& extents, 67 google::protobuf::RepeatedPtrField<Extent>* extents, 68 const google::protobuf::RepeatedPtrField<Extent>& extents_to_add);
|
D | extent_utils.cc | 57 google::protobuf::RepeatedPtrField<Extent>* extents, in ExtendExtents() 58 const google::protobuf::RepeatedPtrField<Extent>& extents_to_add) { in ExtendExtents() 73 google::protobuf::RepeatedPtrField<Extent>* out) { in StoreExtents() 81 void ExtentsToVector(const google::protobuf::RepeatedPtrField<Extent>& extents, in ExtentsToVector()
|
D | extent_ranges.h | 57 const ::google::protobuf::RepeatedPtrField<Extent> &exts); 59 const ::google::protobuf::RepeatedPtrField<Extent> &exts);
|
D | annotated_operation.cc | 32 const google::protobuf::RepeatedPtrField<Extent>& extents) { in OutputExtents()
|
/system/security/keystore/ |
D | keystore_client_impl.cpp | 106 EncryptedData protobuf; in encryptWithAuthentication() local 107 protobuf.set_init_vector(init_vector); in encryptWithAuthentication() 108 protobuf.set_authentication_data(raw_authentication_data); in encryptWithAuthentication() 109 protobuf.set_encrypted_data(raw_encrypted_data); in encryptWithAuthentication() 110 if (!protobuf.SerializeToString(encrypted_data)) { in encryptWithAuthentication() 120 EncryptedData protobuf; in decryptWithAuthentication() local 121 if (!protobuf.ParseFromString(encrypted_data)) { in decryptWithAuthentication() 131 protobuf.init_vector() + protobuf.encrypted_data(), in decryptWithAuthentication() 132 protobuf.authentication_data(), &output_params, &output_data)) { in decryptWithAuthentication() 140 encrypt_params.Authorization(TAG_NONCE, protobuf.init_vector().data(), in decryptWithAuthentication() [all …]
|
/system/extras/perfprofd/ |
D | perfprofd_io.cc | 44 class FileCopyingOutputStream : public ::google::protobuf::io::CopyingOutputStream { 56 using google::protobuf::io::ZeroCopyOutputStream; 70 google::protobuf::int64 ByteCount() const override; 121 google::protobuf::int64 GzipOutputStream::ByteCount() const { in ByteCount() 264 google::protobuf::io::CopyingOutputStreamAdaptor cosa(&fcos); in SerializeProtobuf()
|
/system/extras/simpleperf/ |
D | cmd_report_sample.cpp | 37 class ProtobufFileWriter : public google::protobuf::io::CopyingOutputStream { 49 class ProtobufFileReader : public google::protobuf::io::CopyingInputStream { 113 google::protobuf::io::CodedOutputStream* coded_os_; 160 std::unique_ptr<google::protobuf::io::CopyingOutputStreamAdaptor> protobuf_os; in Run() 161 std::unique_ptr<google::protobuf::io::CodedOutputStream> protobuf_coded_os; in Run() 164 protobuf_os.reset(new google::protobuf::io::CopyingOutputStreamAdaptor( in Run() 167 new google::protobuf::io::CodedOutputStream(protobuf_os.get())); in Run() 252 google::protobuf::io::CopyingInputStreamAdaptor adaptor(&protobuf_reader); in DumpProtobufReport() 253 google::protobuf::io::CodedInputStream coded_is(&adaptor); in DumpProtobufReport()
|
/system/timezone/tzlookup_generator/ |
D | Android.mk | 21 LOCAL_PROTOC_FLAGS := -Iexternal/protobuf/src
|
/system/tpm/trunks/ |
D | interface.proto | 5 // exported method is represented here by a request and response protobuf.
|
/system/timezone/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/ |
D | CountryZonesFileSupport.java | 19 import com.google.protobuf.TextFormat;
|
/system/extras/perfprofd/binder_interface/ |
D | perfprofd_binder.cc | 229 struct IstreamCopyingInputStream : public google::protobuf::io::CopyingInputStream { in StartProfilingProtobufFd() 247 std::unique_ptr<google::protobuf::io::CopyingInputStreamAdaptor> is_adaptor( in StartProfilingProtobufFd() 248 new google::protobuf::io::CopyingInputStreamAdaptor(is.get())); in StartProfilingProtobufFd()
|
/system/extras/simpleperf/scripts/ |
D | profile_pb2.py | 6 from google.protobuf import descriptor as _descriptor 7 from google.protobuf import message as _message 8 from google.protobuf import reflection as _reflection 9 from google.protobuf import symbol_database as _symbol_database 10 from google.protobuf import descriptor_pb2
|
/system/timezone/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/zonetree/ |
D | CountryZoneTreeTest.java | 19 import com.google.protobuf.TextFormat;
|
/system/update_engine/scripts/update_payload/ |
D | update_metadata_pb2.py | 4 from google.protobuf import descriptor as _descriptor 5 from google.protobuf import message as _message 6 from google.protobuf import reflection as _reflection 7 from google.protobuf import descriptor_pb2
|