/aosp12/build/soong/android/ |
H A D | proto.go | 50 if String(p.Proto.Plugin) != "" && String(p.Proto.Type) != "" { 54 if plugin := String(p.Proto.Plugin); plugin != "" { 64 if len(p.Proto.Local_include_dirs) > 0 { 65 localProtoIncludeDirs := PathsForModuleSrc(ctx, p.Proto.Local_include_dirs) 68 if len(p.Proto.Include_dirs) > 0 { 69 rootProtoIncludeDirs := PathsForSource(ctx, p.Proto.Include_dirs) 78 plugin := String(p.Proto.Plugin) 85 if plugin := String(p.Proto.Plugin); plugin != "" { 93 CanonicalPathFromRoot: proptools.BoolDefault(p.Proto.Canonical_path_from_root, true), 100 Proto struct { member
|
/aosp12/build/soong/java/ |
H A D | proto.go | 76 if String(p.Proto.Plugin) == "" { 77 switch String(p.Proto.Type) { 92 String(p.Proto.Type)) 102 if String(p.Proto.Plugin) == "" { 104 switch String(p.Proto.Type) { 118 String(p.Proto.Type)) 128 flags.proto.OutParams = append(flags.proto.OutParams, j.Proto.Output_params...)
|
/aosp12/system/core/fs_mgr/libsnapshot/ |
H A D | fuzz_utils.h | 61 const auto* action_value_desc = GetProtoValueDescriptor(Action::Proto::GetDescriptor()); in CheckConsistency() 75 const typename Action::Proto& action_proto) { in GetValueFieldDescriptor() 76 static auto* action_value_desc = GetProtoValueDescriptor(Action::Proto::GetDescriptor()); in GetValueFieldDescriptor() 78 auto* action_refl = Action::Proto::GetReflection(); in GetValueFieldDescriptor() 87 const typename Action::Proto& action_proto) { in ExecuteActionProto() 101 const google::protobuf::RepeatedPtrField<typename Action::Proto>& action_protos) { in ExecuteAllActionProtos() 215 using Proto = Action##Proto; \ 223 const google::protobuf::RepeatedPtrField<Proto>& action_protos) { \ 253 Action::Proto::ValueCase::FUZZ_FUNCTION_TAG_NAME(FunctionName); \
|
H A D | snapshot_fuzz.cpp | 72 using ProcessUpdateStateArgs = SnapshotManagerAction::Proto::ProcessUpdateStateArgs; 74 SnapshotManagerAction::Proto::CreateLogicalAndSnapshotPartitionsArgs; 76 SnapshotManagerAction::Proto::RecoveryCreateSnapshotDevicesArgs;
|
/aosp12/build/soong/cc/ |
H A D | proto.go | 65 if String(p.Proto.Plugin) == "" { 66 switch String(p.Proto.Type) { 101 String(p.Proto.Type)) 125 if String(p.Proto.Plugin) == "" { 128 switch String(p.Proto.Type) { 148 String(p.Proto.Type))
|
H A D | compiler.go | 194 Proto struct { member 221 Proto android.ProtoProperties member 256 return []interface{}{&compiler.Properties, &compiler.Proto} 270 android.ProtoDeps(ctx, &compiler.Proto) 272 deps = protoDeps(ctx, deps, &compiler.Proto, Bool(compiler.Properties.Proto.Static)) 523 flags = protoFlags(ctx, flags, &compiler.Proto)
|
/aosp12/frameworks/base/core/proto/android/server/ |
H A D | apphibernationservice.proto | 22 // Proto for hibernation states for all packages for a user. 27 // Proto for com.android.server.apphibernation.UserLevelState. 33 // Proto for global hibernation states for all packages. 38 // Proto for com.android.server.apphibernation.GlobalLevelState
|
/aosp12/frameworks/base/core/proto/android/service/ |
H A D | sensor_service.proto | 32 // Proto dump of android::SensorService. dumpsys sensorservice --proto 63 // Proto dump of android::SensorDevice 84 // Proto dump of android::SensorServiceUtil::SensorList 128 // Proto dump of android::SensorFusion 152 // Proto dump of android::SensorServiceUtil::RecentEventLogger 184 // Proto dump of android::SensorService::SensorDirectConnection 201 // Proto dump of android::SensorService::SensorEventConnection 236 // Proto dump of android::SensorService::SensorRegistrationInfo
|
/aosp12/frameworks/base/core/proto/ |
H A D | README.md | 13 * Inner messages whose containing messages have the `Proto` suffix do not 14 need to have a `Proto` suffix. E.g: 34 1. If the proto represents the structure of an object, it should have `Proto` as
|
/aosp12/system/apex/apexer/ |
H A D | conv_apex_manifest.py | 55 def Proto(args): function 92 parser_proto.set_defaults(func=Proto)
|
/aosp12/build/soong/scripts/ |
H A D | conv_linker_config.py | 29 def Proto(args): function 108 parser_proto.set_defaults(func=Proto)
|
/aosp12/packages/modules/Permission/ |
H A D | jarjar-rules.txt | 5 rule com.android.role.*Proto com.android.permission.jarjar.@0
|
/aosp12/packages/modules/Permission/PermissionController/ |
H A D | proguard.flags | 23 # for proto names for Proto.toString
|
/aosp12/packages/modules/GeoTZ/validation/geonames/ |
H A D | Android.bp | 15 // Proto library
|
/aosp12/packages/services/Car/ |
H A D | .clang-format | 39 Language: Proto
|
/aosp12/frameworks/base/core/proto/android/app/ |
H A D | window_configuration.proto | 25 /** Proto representation for WindowConfiguration.java class. */
|
/aosp12/packages/apps/Car/LocalMediaPlayer/ |
H A D | Android.bp | 17 // Proto dependencies
|
/aosp12/system/timezone/input_tools/android/tzids/ |
H A D | Android.bp | 23 // Proto library
|
/aosp12/system/timezone/input_tools/android/telephonylookup_generator/ |
H A D | Android.bp | 23 // Proto library
|
/aosp12/system/timezone/input_tools/android/tzlookup_generator/ |
H A D | Android.bp | 23 // Proto library
|
/aosp12/frameworks/base/startop/view_compiler/ |
H A D | dex_builder.cc | 266 ir::Proto* Prototype::Encode(DexBuilder* dex) const { in Encode() 267 auto* proto = dex->Alloc<ir::Proto>(); in Encode() 695 ir::Proto* DexBuilder::GetOrEncodeProto(Prototype prototype) { in GetOrEncodeProto() 696 ir::Proto*& ir_proto = proto_map_[prototype]; in GetOrEncodeProto()
|
H A D | dex_builder.h | 95 ir::Proto* Encode(DexBuilder* dex) const; 571 ir::Proto* GetOrEncodeProto(Prototype prototype); 605 std::map<Prototype, ir::Proto*> proto_map_;
|
/aosp12/frameworks/base/core/proto/android/util/ |
H A D | event_log_tags.proto | 24 // Proto representation of event.logtags.
|
/aosp12/frameworks/base/core/proto/android/view/ |
H A D | remote_animation_target.proto | 28 /** Proto representation for android.view.RemoteAnimationTarget.java class. */
|
/aosp12/system/teeui/libteeui/include/teeui/ |
H A D | generic_messages.h | 41 template <Protocol Proto, typename CmdT, CmdT cmd> struct Cmd {};
|