Home
last modified time | relevance | path

Searched defs:proto (Results 1 – 25 of 250) sorted by relevance

12345678910

/frameworks/base/services/usage/java/com/android/server/usage/
DUsageStatsProto.java43 private static List<String> readStringPool(ProtoInputStream proto) throws IOException { in readStringPool()
63 private static void loadUsageStats(ProtoInputStream proto, long fieldId, in loadUsageStats()
155 private static void loadCountAndTime(ProtoInputStream proto, long fieldId, in loadCountAndTime()
173 private static void loadChooserCounts(ProtoInputStream proto, UsageStats usageStats) in loadChooserCounts()
216 private static void loadCountsForAction(ProtoInputStream proto, in loadCountsForAction()
241 private static void loadConfigStats(ProtoInputStream proto, long fieldId, in loadConfigStats()
297 private static void loadEvent(ProtoInputStream proto, long fieldId, IntervalStats statsOut, in loadEvent()
308 private static void writeStringPool(ProtoOutputStream proto, final IntervalStats stats) in writeStringPool()
319 private static void writeUsageStats(ProtoOutputStream proto, long fieldId, in writeUsageStats()
354 private static void writeCountAndTime(ProtoOutputStream proto, long fieldId, int count, in writeCountAndTime()
[all …]
/frameworks/base/libs/protoutil/tests/
DProtoOutputStream_test.cpp29 static std::string flushToString(ProtoOutputStream* proto) { in flushToString()
39 static std::string iterateToString(ProtoOutputStream* proto) { in iterateToString()
53 ProtoOutputStream proto; in TEST() local
95 ProtoOutputStream proto; in TEST() local
139 ProtoOutputStream proto; in TEST() local
188 ProtoOutputStream proto; in TEST() local
227 ProtoOutputStream proto; in TEST() local
263 ProtoOutputStream proto; in TEST() local
288 ProtoOutputStream proto; in TEST() local
320 ProtoOutputStream proto; in TEST() local
[all …]
/frameworks/base/core/java/com/android/internal/print/
DDumpUtils.java56 public static void writePrinterId(@NonNull DualDumpOutputStream proto, String idName, long id, in writePrinterId()
74 @NonNull DualDumpOutputStream proto, String idName, long id, in writePrinterCapabilities()
127 @NonNull DualDumpOutputStream proto, String idName, long id, in writePrinterInfo()
153 public static void writeMediaSize(@NonNull Context context, @NonNull DualDumpOutputStream proto, in writeMediaSize()
171 public static void writeResolution(@NonNull DualDumpOutputStream proto, String idName, long id, in writeResolution()
189 public static void writeMargins(@NonNull DualDumpOutputStream proto, String idName, long id, in writeMargins()
209 @NonNull DualDumpOutputStream proto, String idName, long id, in writePrintAttributes()
242 public static void writePrintDocumentInfo(@NonNull DualDumpOutputStream proto, String idName, in writePrintDocumentInfo()
265 public static void writePageRange(@NonNull DualDumpOutputStream proto, String idName, long id, in writePageRange()
283 @NonNull DualDumpOutputStream proto, String idName, long id, in writePrintJobInfo()
/frameworks/opt/gamesdk/src/tuningfork/tools/validation/
DREADME.md72 ### Validation
86 ### Example
130 ### Annotation size explanation
/frameworks/base/core/java/android/util/proto/
DProtoUtils.java34 public static void toAggStatsProto(ProtoOutputStream proto, long fieldId, in toAggStatsProto()
47 public static void toDuration(ProtoOutputStream proto, long fieldId, long startMs, long endMs) { in toDuration()
58 public static void writeBitWiseFlagsToProtoEnum(ProtoOutputStream proto, long fieldId, in writeBitWiseFlagsToProtoEnum()
79 public static String currentFieldToString(ProtoInputStream proto) throws IOException { in currentFieldToString()
/frameworks/base/services/core/java/com/android/server/
DDiskStatsService.java94 ProtoOutputStream proto = null; in dump() local
122 reportFreeSpace(Environment.getDataDirectory(), "Data", pw, proto, in dump() local
124 reportFreeSpace(Environment.getDownloadCacheDirectory(), "Cache", pw, proto, in dump() local
160 ProtoOutputStream proto, int folderType) { in reportFreeSpace()
244 private void reportCachedValuesProto(ProtoOutputStream proto) { in reportCachedValuesProto()
323 private void reportDiskWriteSpeedProto(ProtoOutputStream proto) { in reportDiskWriteSpeedProto()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DDescriptors.java266 public static FileDescriptor buildFrom(final FileDescriptorProto proto, in buildFrom()
288 final FileDescriptorProto proto, final FileDescriptor[] dependencies, in buildFrom()
336 FileDescriptorProto proto; in internalBuildGeneratedFileFrom() local
411 FileDescriptorProto proto; in internalUpdateFileDescriptor() local
437 private FileDescriptorProto proto; field in Descriptors.FileDescriptor
446 private FileDescriptor(final FileDescriptorProto proto, in FileDescriptor()
552 private void setProto(final FileDescriptorProto proto) { in setProto()
760 private DescriptorProto proto; field in Descriptors.Descriptor
796 private Descriptor(final DescriptorProto proto, in Descriptor()
867 private void setProto(final DescriptorProto proto) { in setProto()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DEnumValueDescriptor.cs41 private readonly EnumValueDescriptorProto proto; field in Google.Protobuf.Reflection.EnumValueDescriptor
43 internal EnumValueDescriptor(EnumValueDescriptorProto proto, FileDescriptor file, in EnumValueDescriptor()
DServiceDescriptor.cs43 private readonly ServiceDescriptorProto proto; field in Google.Protobuf.Reflection.ServiceDescriptor
46 internal ServiceDescriptor(ServiceDescriptorProto proto, FileDescriptor file, int index) in ServiceDescriptor()
DOneofDescriptor.cs45 private readonly OneofDescriptorProto proto; field in Google.Protobuf.Reflection.OneofDescriptor
50 …internal OneofDescriptor(OneofDescriptorProto proto, FileDescriptor file, MessageDescriptor parent… in OneofDescriptor()
DMethodDescriptor.cs40 private readonly MethodDescriptorProto proto; field in Google.Protobuf.Reflection.MethodDescriptor
70 internal MethodDescriptor(MethodDescriptorProto proto, FileDescriptor file, in MethodDescriptor()
DEnumDescriptor.cs43 private readonly EnumDescriptorProto proto; field in Google.Protobuf.Reflection.EnumDescriptor
48 …internal EnumDescriptor(EnumDescriptorProto proto, FileDescriptor file, MessageDescriptor parent, … in EnumDescriptor()
/frameworks/base/core/java/com/android/internal/util/dump/
DDumpUtils.java33 public static void writeStringIfNotNull(@NonNull DualDumpOutputStream proto, String idName, in writeStringIfNotNull()
48 public static void writeComponentName(@NonNull DualDumpOutputStream proto, String idName, in writeComponentName()
/frameworks/base/packages/SystemUI/src/com/android/systemui/analytics/
DSensorLoggerSession.java103 Session proto = new Session(); in toProto() local
119 PhoneEvent proto = new PhoneEvent(); in phoneEventToProto() local
126 SensorEvent proto = new SensorEvent(); in sensorEventToProto() local
136 TouchEvent proto = new TouchEvent(); in motionEventToProto() local
/frameworks/base/services/core/java/com/android/server/wm/
DLocalAnimationAdapter.java84 public void writeToProto(ProtoOutputStream proto) { in writeToProto()
146 default void writeToProto(ProtoOutputStream proto, long fieldId) { in writeToProto()
152 void writeToProtoInner(ProtoOutputStream proto); in writeToProtoInner()
DAnimationAdapter.java85 default void writeToProto(ProtoOutputStream proto, long fieldId) { in writeToProto()
91 void writeToProto(ProtoOutputStream proto); in writeToProto()
DWindowTraceBuffer.java71 void add(ProtoOutputStream proto) { in add()
98 ProtoOutputStream proto = new ProtoOutputStream(); in writeTraceToFile() local
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DLazyStringEndToEndTest.java97 UnittestProto.TestAllTypes proto = UnittestProto.TestAllTypes.newBuilder() in testCaching() local
119 UnittestProto.TestAllTypes proto = in testNoStringCachingIfOnlyBytesAccessed() local
DLiteTest.java1437 TestAllTypesLite proto = TestAllTypesLite.newBuilder() in testToStringPrimitives() local
1457 TestAllTypesLite proto = TestAllTypesLite.newBuilder() in testToStringStringFields() local
1469 TestAllTypesLite proto = TestAllTypesLite.newBuilder() in testToStringNestedMessage() local
1482 TestAllTypesLite proto = TestAllTypesLite.newBuilder() in testToStringRepeatedFields() local
1501 TestAllTypesLite proto = TestAllTypesLite.newBuilder() in testToStringForeignFields() local
/frameworks/base/cmds/bootanimation/iot/
DBootParameters_test.cpp33 android::things::proto::BootParameters proto; in TEST() local
43 android::things::proto::BootParameters proto; in TEST() local
53 android::things::proto::BootParameters proto; in TEST() local
63 android::things::proto::BootParameters proto; in TEST() local
/frameworks/base/cmds/statsd/tests/
DUidMap_test.cpp179 static void protoOutputStreamToUidMapping(ProtoOutputStream* proto, UidMapping* results) { in protoOutputStreamToUidMapping()
215 ProtoOutputStream proto; in TEST() local
243 ProtoOutputStream proto; in TEST() local
275 ProtoOutputStream proto; in TEST() local
318 ProtoOutputStream proto; in TEST() local
383 ProtoOutputStream proto; in TEST() local
/frameworks/opt/gamesdk/samples/device_info_exe/
Dmain.cpp22 androidgamesdk_deviceinfo::InfoWithErrors proto; in main() local
/frameworks/base/cmds/incident_helper/src/parsers/
DCpuInfoParser.cpp26 static void writeSuffixLine(ProtoOutputStream* proto, uint64_t fieldId, in writeSuffixLine()
56 ProtoOutputStream proto; in Parse() local
/frameworks/base/cmds/statsd/src/external/
DGpuStatsPuller.cpp124 static std::string protoOutputStreamToByteString(ProtoOutputStream& proto) { in protoOutputStreamToByteString()
143 ProtoOutputStream proto; in int64VectorToProtoByteString() local
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.cc2964 void BuildField(const FieldDescriptorProto& proto, in BuildField()
2969 void BuildExtension(const FieldDescriptorProto& proto, in BuildExtension()
3188 const FileDescriptorProto& proto) { in BuildFile()
3200 const FileDescriptorProto& proto, in BuildFileCollectingErrors()
3592 const Message& proto, Symbol symbol) { in AddSymbol()
3629 const string& name, const Message& proto, const FileDescriptor* file) { in AddPackage()
3656 const string& name, const string& full_name, const Message& proto) { in ValidateSymbolName()
3756 const FileDescriptorProto& proto, int from_here) { in AddRecursiveImportError()
3768 void DescriptorBuilder::AddTwiceListedError(const FileDescriptorProto& proto, in AddTwiceListedError()
3774 void DescriptorBuilder::AddImportError(const FileDescriptorProto& proto, in AddImportError()
[all …]

12345678910