Home
last modified time | relevance | path

Searched refs:ProtoFactory (Results 1 – 4 of 4) sorted by relevance

/external/perfetto/test/trace_processor/python/
Dapi_unittest.py19 from trace_processor.protos import ProtoFactory
25 CELL_VARINT = ProtoFactory().CellsBatch().CELL_VARINT
26 CELL_STRING = ProtoFactory().CellsBatch().CELL_STRING
27 CELL_INVALID = ProtoFactory().CellsBatch().CELL_INVALID
33 batch = ProtoFactory().CellsBatch()
54 batch_1 = ProtoFactory().CellsBatch()
64 batch_2 = ProtoFactory().CellsBatch()
82 batch = ProtoFactory().CellsBatch()
92 batch = ProtoFactory().CellsBatch()
105 batch = ProtoFactory().CellsBatch()
[all …]
/external/perfetto/src/trace_processor/python/perfetto/trace_processor/
Dhttp.py18 from .protos import ProtoFactory
24 self.protos = ProtoFactory()
Dprotos.py22 class ProtoFactory: class
Dapi.py19 from .protos import ProtoFactory
179 self.protos = ProtoFactory()