Home
last modified time | relevance | path

Searched refs:text_format (Results 1 – 8 of 8) sorted by relevance

/packages/modules/common/tools/
Dconv_classpaths_proto.py20 import google.protobuf.text_format as text_format namespace
28 text_format.Parse(args.input.read(), pb)
40 args.output.write(text_format.MessageToString(pb).encode('utf_8'))
/packages/modules/UprobeStats/src/test/
Dhello_uprobestats.py9 import google.protobuf.text_format as text_format namespace
25 message = text_format.Parse(
/packages/modules/Bluetooth/system/tools/scripts/
Ddump_metrics_ascii.py23 import google.protobuf.text_format as text_format namespace
89 return text_format.MessageToString(binary_proto_msg)
/packages/modules/SdkExtensions/gen_sdk/
Dgen_sdk.py30 import google.protobuf.text_format
158 database = google.protobuf.text_format.Parse(f.read(), ExtensionDatabase())
171 f.write(google.protobuf.text_format.MessageToString(database))
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dlogging_client_interceptor.py21 from google.protobuf import text_format
33text_format.MessageToString(request, as_one_line=True, message_formatter=custom_message_formatter))
Devent_stream.py25 from google.protobuf import text_format
59 …return '{} {}'.format(type(proto_event).__name__, text_format.MessageToString(proto_event, as_one_…
/packages/providers/TelephonyProvider/assets/
DREADME44 from google.protobuf import text_format
52 text_format.Merge(rd.read(), carrierList)
/packages/modules/Bluetooth/system/blueberry/utils/
Dmetrics_utils.py110 return text_format.MessageToString(self._metrics)