Searched refs:protobuf (Results 1 – 11 of 11) sorted by relevance
/development/tools/winscope/loaders/ |
D | proto-loader.js | 19 var protobuf = require('protobufjs'); variable 27 var root = new protobuf.Root(); 33 var normOrigin = protobuf.util.path.normalize(origin); 34 var normTarget = protobuf.util.path.normalize(target); 36 var resolved = protobuf.util.path.resolve(normOrigin, normTarget, true); 43 var iresolved = protobuf.util.path.resolve(paths[i] + "/", target);
|
/development/vndk/tools/header-checker/ |
D | Android.bp | 148 "src/repr/protobuf/converter.cpp", 149 "src/repr/protobuf/ir_diff_dumper.cpp", 150 "src/repr/protobuf/ir_dumper.cpp", 151 "src/repr/protobuf/ir_reader.cpp",
|
/development/vndk/tools/header-checker/src/repr/protobuf/ |
D | ir_reader.cpp | 45 google::protobuf::io::IstreamInputStream text_is(&input); in ReadDumpImpl() 47 if (!google::protobuf::TextFormat::Parse(&text_is, &tu)) { in ReadDumpImpl() 133 const google::protobuf::RepeatedPtrField<abi_dump::RecordFieldDecl> &rfp) { in RecordFieldsProtobufToIR() 146 const google::protobuf::RepeatedPtrField<abi_dump::CXXBaseSpecifier> &rbs) { in RecordCXXBaseSpecifiersProtobufToIR() 179 const google::protobuf::RepeatedPtrField<abi_dump::EnumFieldDecl> &efp) { in EnumFieldsProtobufToIR()
|
D | converter.cpp | 69 google::protobuf::RepeatedPtrField<T> *dst, in CopyBaseSpecifiersDiffIRToProtobuf() 200 google::protobuf::RepeatedPtrField<abi_dump::EnumFieldDecl> *dst, in AddEnumFields() 212 google::protobuf::RepeatedPtrField<abi_diff::EnumFieldDeclDiff> *dst, in AddEnumFieldDiffs()
|
D | ir_diff_dumper.cpp | 367 google::protobuf::io::OstreamOutputStream text_os(&text_output); in Dump() 368 return google::protobuf::TextFormat::Print(*diff_tu_.get(), &text_os); in Dump()
|
D | ir_reader.h | 37 using RepeatedPtrField = google::protobuf::RepeatedPtrField<T>;
|
D | ir_dumper.cpp | 479 google::protobuf::io::OstreamOutputStream text_os(&text_output); in Dump() 480 return google::protobuf::TextFormat::Print(*tu_ptr_.get(), &text_os); in Dump()
|
/development/tools/winscope/src/ |
D | decode.js | 23 import protobuf from 'protobufjs' 32 var protoDefs = protobuf.Root.fromJSON(jsonProtoDefs)
|
/development/tools/repo_diff/service/repodiff/ |
D | Gopkg.lock | 35 name = "github.com/golang/protobuf"
|
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | project.csv | 103 2018/03/02,platform/external/protobuf,platform/external/protobuf,Modified Projects,1460,448521,8492… 129 2018/03/02,platform/external/golang-protobuf,,Downstream Only Projects,0,0,0,0,0 345 2018/03/02,platform/external/python/protobuf,,Downstream Only Projects,0,0,0,0,0
|
D | commit.csv | 533 …rm/cts,fake_3OnYCO7NSeGtvIwsDM3ktg@fakeemail.com,CTS tests for appwidget dumpsys in protobuf format 1596 …3703bdc,platform/cts,fake_ZZ_mOFqJQCKY_mrtrZHyHw@fakeemail.com,Make the protobuf library accessibl… 3537 …bf14ab64cd9,platform/cts,fake_VTWJLiuGS1SWVzGYDBD5Eg@fakeemail.com,Link protobuf for simpleperf ct… 4516 …platform/cts,fake_ZZ_mOFqJQCKY_mrtrZHyHw@fakeemail.com,Host side tests for protobuf encoded dumpsys 4530 …046fc47,platform/cts,fake_RD2MuSKoR72zwMY2F1nZyQ@fakeemail.com,CTS test for diskstats protobuf dump 6585 …latform/system/core,fake_yLIbJoRGTiSDnsXASrdI-w@fakeemail.com,init: use protobuf for serialization… 7058 …/system/core,fake_yLIbJoRGTiSDnsXASrdI-w@fakeemail.com,init: remove non-protobuf single persistent… 11501 …ks/opt/telephony,fake_0Badg8rmRu2qWSu23UD7sg@fakeemail.com,Make separate copy of protobuf libraries 11755 …fake_ZZ_mOFqJQCKY_mrtrZHyHw@fakeemail.com,"When compiling with the lite protobuf option, pass the … 12062 …,platform/build,fake_ZZ_mOFqJQCKY_mrtrZHyHw@fakeemail.com,Add incident (protobuf bugerport / known… [all …]
|