Home
last modified time | relevance | path

Searched full:protobufjs (Results 1 – 25 of 44) sorted by relevance

12

/aosp_15_r20/external/grpc-grpc/examples/node/
H A Dpackage-lock.json26 "protobufjs": "^6.9.0", string
109 "protobufjs": "^6.8.6" string
112 "@protobufjs/aspromise": {
114 "resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz",
117 "@protobufjs/base64": {
119 "resolved": "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz",
122 "@protobufjs/codegen": {
124 "resolved": "https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.4.tgz",
127 "@protobufjs/eventemitter": {
129 "resolved": "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz",
[all …]
/aosp_15_r20/external/flatbuffers/
H A Dyarn.lock32 protobufjs "6.8.8"
94 "@protobufjs/aspromise@^1.1.1", "@protobufjs/aspromise@^1.1.2":
96 …resolved "https://registry.yarnpkg.com/@protobufjs/aspromise/-/aspromise-1.1.2.tgz#9b8b0cc663d669a…
99 "@protobufjs/base64@^1.1.2":
101 …resolved "https://registry.yarnpkg.com/@protobufjs/base64/-/base64-1.1.2.tgz#4c85730e59b9a1f1f3490…
104 "@protobufjs/codegen@^2.0.4":
106 …resolved "https://registry.yarnpkg.com/@protobufjs/codegen/-/codegen-2.0.4.tgz#7ef37f0d010fb028ad1…
109 "@protobufjs/eventemitter@^1.1.0":
111 …resolved "https://registry.yarnpkg.com/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz#355cbc98b…
114 "@protobufjs/fetch@^1.1.0":
[all …]
/aosp_15_r20/external/perfetto/infra/perfetto.dev/
H A Dpnpm-lock.yaml37 protobufjs:
47 /@protobufjs/[email protected]:
51 /@protobufjs/[email protected]:
55 /@protobufjs/[email protected]:
59 /@protobufjs/[email protected]:
63 /@protobufjs/[email protected]:
66 '@protobufjs/aspromise': 1.1.2
67 '@protobufjs/inquire': 1.1.0
70 /@protobufjs/[email protected]:
74 /@protobufjs/[email protected]:
[all …]
H A Dpackage.json21 "protobufjs": "^6.9.0" string
/aosp_15_r20/packages/apps/Car/DebuggingRestrictionController/server/functions/
Dpackage-lock.json159 "protobufjs": "^7.0.0" string
255 "protobufjs": "^7.0.0", string
277 "node_modules/@protobufjs/aspromise": {
279 "resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz",
283 "node_modules/@protobufjs/base64": {
285 "resolved": "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz",
289 "node_modules/@protobufjs/codegen": {
291 "resolved": "https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.4.tgz",
295 "node_modules/@protobufjs/eventemitter": {
297 "resolved": "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz",
[all …]
/aosp_15_r20/packages/apps/Car/DebuggingRestrictionController/server/
Dpackage-lock.json114 "protobufjs": "^7.0.0" string
210 "protobufjs": "^7.0.0", string
232 "node_modules/@protobufjs/aspromise": {
234 "resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz",
238 "node_modules/@protobufjs/base64": {
240 "resolved": "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz",
244 "node_modules/@protobufjs/codegen": {
246 "resolved": "https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.4.tgz",
250 "node_modules/@protobufjs/eventemitter": {
252 "resolved": "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz",
[all …]
/aosp_15_r20/external/perfetto/infra/perfetto.dev/src/
H A Dgen_proto_reference.js19 const protobufjs = require('protobufjs'); constant
60 while (cur && cur.parent != cur && cur.parent instanceof protobufjs.Type) {
69 console.assert(pType instanceof protobufjs.ReflectionObject);
88 if (pType instanceof protobufjs.Enum) {
140 const parser = new protobufjs.Root();
/aosp_15_r20/development/tools/winscope/src/trace_processor/
H A Dengine.ts48 // This is used to skip the decoding of queryResult from protobufjs and deal
116 // Here we override the protobufjs-generated code to skip the parsing of the
120 // TPM_QUERY_STREAMING, we want protobufjs to decode the proto bytes and
126 // 1. We avoid protobufjs decoding the TraceProcessorRpc.query_result field.
135 // All this works only if protobufjs returns the original ArrayBuffer
138 // behavioral changes of protobufjs. We don't want to accidentally
139 // hold onto some internal protobufjs buffer. We are fine holding
H A Dstring_utils.ts19 } from '@protobufjs/base64';
24 } from '@protobufjs/utf8';
H A Dquery_result.ts50 // Import below commented out to prevent the protobufjs initialiation with:
55 import protobuf from 'protobufjs/minimal';
76 // https://github.com/protobufjs/protobuf.js/blob/56b1e64979dae757b67a21d326e16acee39f2267/src/read…
604 // protobufjs's bytes() under the hoods calls slice() and creates
/aosp_15_r20/external/perfetto/ui/src/trace_processor/
H A Dengine.ts32 // This is used to skip the decoding of queryResult from protobufjs and deal
151 // Here we override the protobufjs-generated code to skip the parsing of the
155 // TPM_QUERY_STREAMING, we want protobufjs to decode the proto bytes and
161 // 1. We avoid protobufjs decoding the TraceProcessorRpc.query_result field.
167 // All this works only if protobufjs returns the original ArrayBuffer
170 // behavioral changes of protobufjs. We don't want to accidentally
171 // hold onto some internal protobufjs buffer. We are fine holding
H A Dproto_ring_buffer_unittest.ts15 import protobuf from 'protobufjs/minimal';
38 // For whatever reason the object returned by protobufjs' Writer cannot be
H A Dquery_result.ts52 import protobuf from 'protobufjs/minimal';
77 // https://github.com/protobufjs/protobuf.js/blob/56b1e64979dae757b67a21d326e16acee39f2267/src/read…
645 // protobufjs's bytes() under the hoods calls slice() and creates
/aosp_15_r20/external/perfetto/ui/
H A Dpackage.json18 "@protobufjs/base64": "^1.1.2",
19 "@protobufjs/utf8": "^1.1.0",
41 "protobufjs": "^7.3.2", string
42 "protobufjs-cli": "^1.1.2",
H A Dpnpm-lock.yaml32 '@protobufjs/base64':
35 '@protobufjs/utf8':
101 protobufjs:
104 protobufjs-cli:
106 version: 1.1.2(protobufjs@7.3.2)
1469 /@protobufjs/[email protected]:
1473 /@protobufjs/[email protected]:
1477 /@protobufjs/[email protected]:
1481 /@protobufjs/[email protected]:
1485 /@protobufjs/[email protected]:
[all …]
/aosp_15_r20/tools/netsim/ui/
H A Dpackage-lock.json2141 "node_modules/@protobufjs/aspromise": {
2143 "resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz",
2147 "node_modules/@protobufjs/base64": {
2149 "resolved": "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz",
2153 "node_modules/@protobufjs/codegen": {
2155 "resolved": "https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.4.tgz",
2159 "node_modules/@protobufjs/eventemitter": {
2161 "resolved": "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz",
2165 "node_modules/@protobufjs/fetch": {
2167 "resolved": "https://registry.npmjs.org/@protobufjs/fetch/-/fetch-1.1.0.tgz",
[all …]
/aosp_15_r20/external/protobuf/benchmarks/protobuf.js/
H A Dprotobufjs_benchmark.js19 console.log("ProtobufJs Benchmark: ");
35 benchmarkDataset.messageName, filename, "protobufjs");
/aosp_15_r20/external/cronet/third_party/protobuf/benchmarks/protobuf.js/
H A Dprotobufjs_benchmark.js19 console.log("ProtobufJs Benchmark: ");
35 benchmarkDataset.messageName, filename, "protobufjs");
/aosp_15_r20/external/perfetto/ui/src/base/
H A Dstatic_initializers.ts29 import protobuf from 'protobufjs/minimal';
49 // See also https://github.com/protobufjs/protobuf.js/issues/1253 .
/aosp_15_r20/external/perfetto/ui/config/
H A Drollup.config.js48 // Protobufjs's inquire() uses eval but that's not really needed in
49 // the browser. https://github.com/protobufjs/protobuf.js/issues/593
/aosp_15_r20/development/tools/winscope/
H A Dpackage-lock.json33 "protobufjs": "^7.0.0", string
82 "protobufjs-cli": "^1.1.2",
3624 "node_modules/@protobufjs/aspromise": {
3626 "resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz",
3629 "node_modules/@protobufjs/base64": {
3631 "resolved": "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz",
3634 "node_modules/@protobufjs/codegen": {
3636 "resolved": "https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.4.tgz",
3639 "node_modules/@protobufjs/eventemitter": {
3641 "resolved": "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz",
[all …]
H A Dpackage.json49 "protobufjs": "^7.0.0", string
98 "protobufjs-cli": "^1.1.2",
/aosp_15_r20/development/tools/otagui/
H A Dpackage-lock.json18 "protobufjs": "^6.11.2", string
1944 "node_modules/@protobufjs/aspromise": {
1946 "resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz",
1949 "node_modules/@protobufjs/base64": {
1951 "resolved": "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz",
1954 "node_modules/@protobufjs/codegen": {
1956 "resolved": "https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.4.tgz",
1959 "node_modules/@protobufjs/eventemitter": {
1961 "resolved": "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz",
1964 "node_modules/@protobufjs/fetch": {
[all …]
/aosp_15_r20/development/tools/winscope/src/common/
H A Dglobal_init.ts18 import * as protobuf from 'protobufjs';
/aosp_15_r20/external/perfetto/ui/src/protos/
H A Dindex.ts21 * ProtobufJS's gen/protos.

12