/aosp_15_r20/external/python/apitools/apitools/gen/ |
D | extended_descriptor.py | 243 def PrintEnum(self, enum_type): argument 258 def __PrintEnumCommentLines(self, enum_type): argument 272 def PrintEnum(self, enum_type): argument 374 def __PrintEnumDocstringLines(self, enum_type): argument 382 def PrintEnum(self, enum_type): argument
|
/aosp_15_r20/external/pytorch/aten/src/ATen/ |
H A D | Dispatch.h | 47 #define RECORD_KERNEL_FUNCTION_DTYPE(NAME, enum_type) \ argument 51 #define RECORD_KERNEL_FUNCTION_DTYPE(NAME, enum_type) argument 54 #define AT_PRIVATE_CHECK_SELECTIVE_BUILD(enum_type) \ argument 66 #define AT_PRIVATE_CASE_TYPE_USING_HINT(enum_type, HINT, ...) \ argument 73 #define AT_DISPATCH_CASE(enum_type, ...) \ argument 76 #define AT_DISPATCH_CASE_QINT(enum_type, scalar_type, ...) \ argument 87 enum_type, scalar_type, bitwidth, qmin, qmax, ...) \ argument
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | utility.cc | 196 const google::protobuf::Enum* enum_type, StringPiece enum_name) { in FindEnumValueByNameOrNull() 209 const google::protobuf::Enum* enum_type, int32_t value) { in FindEnumValueByNumberOrNull() 222 const google::protobuf::Enum* enum_type, StringPiece enum_name) { in FindEnumValueByNameWithoutUnderscoreOrNull()
|
/aosp_15_r20/external/protobuf/src/google/protobuf/util/internal/ |
H A D | utility.cc | 196 const google::protobuf::Enum* enum_type, StringPiece enum_name) { in FindEnumValueByNameOrNull() 209 const google::protobuf::Enum* enum_type, int32_t value) { in FindEnumValueByNumberOrNull() 222 const google::protobuf::Enum* enum_type, StringPiece enum_name) { in FindEnumValueByNameWithoutUnderscoreOrNull()
|
/aosp_15_r20/external/sandboxed-api/sandboxed_api/tools/clang_generator/ |
H A D | types.cc | 89 if (const clang::EnumType* enum_type = qual->getAs<clang::EnumType>()) { in CollectRelatedTypes() local 282 } else if (const auto* enum_type = qual->getAs<clang::EnumType>()) { in MapQualType() local
|
/aosp_15_r20/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | FieldDescriptor.php | 47 private $enum_type; variable in Google\\Protobuf\\Internal\\FieldDescriptor 155 public function setEnumType($enum_type)
|
/aosp_15_r20/external/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | FieldDescriptor.php | 47 private $enum_type; variable in Google\\Protobuf\\Internal\\FieldDescriptor 155 public function setEnumType($enum_type)
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/ |
H A D | type_resolver_util.cc | 91 Enum* enum_type) override { in ResolveEnumType() 280 Enum* enum_type) { in ConvertEnumDescriptor()
|
/aosp_15_r20/external/perfetto/protos/perfetto/common/ |
H A D | descriptor.proto | 45 repeated EnumDescriptorProto enum_type = 5; field 62 repeated EnumDescriptorProto enum_type = 4; field
|
/aosp_15_r20/external/protobuf/src/google/protobuf/util/ |
H A D | type_resolver_util.cc | 91 Enum* enum_type) override { in ResolveEnumType() 280 Enum* enum_type) { in ConvertEnumDescriptor()
|
/aosp_15_r20/system/chre/api_parser/ |
H A D | chre_api_annotations.json | 23 "enum_type": "chreError" string 53 "enum_type": "chreWwanCellInfoType" string 219 "enum_type": "chreWifiNanSubscribeType" string
|
/aosp_15_r20/development/vndk/tools/header-checker/src/repr/json/ |
H A D | ir_dumper.cpp | 248 static void AddEnumFields(JsonObject &enum_type, const EnumTypeIR *enum_ir) { in AddEnumFields() 257 JsonObject enum_type; in ConvertEnumTypeIR() local
|
H A D | ir_reader.cpp | 288 void JsonIRReader::ReadEnumFields(const JsonObjectRef &enum_type, in ReadEnumFields() 350 EnumTypeIR JsonIRReader::EnumTypeJsonToIR(const JsonObjectRef &enum_type) { in EnumTypeJsonToIR()
|
/aosp_15_r20/out/soong/.intermediates/external/libbpf/libbpf_headers/gen/bpf/ |
D | bpf_core_read.h | 271 #define bpf_core_enum_value_exists(enum_type, enum_value) \ argument 274 #define bpf_core_enum_value_exists(enum_type, enum_value) \ argument 287 #define bpf_core_enum_value(enum_type, enum_value) \ argument 290 #define bpf_core_enum_value(enum_type, enum_value) \ argument
|
/aosp_15_r20/external/libbpf/src/ |
H A D | bpf_core_read.h | 271 #define bpf_core_enum_value_exists(enum_type, enum_value) \ argument 274 #define bpf_core_enum_value_exists(enum_type, enum_value) \ argument 287 #define bpf_core_enum_value(enum_type, enum_value) \ argument 290 #define bpf_core_enum_value(enum_type, enum_value) \ argument
|
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/ |
D | descriptor.proto | 71 repeated EnumDescriptorProto enum_type = 5; field 96 repeated EnumDescriptorProto enum_type = 4; field
|
/aosp_15_r20/external/nos/host/generic/nugget/proto/google/protobuf/ |
D | descriptor.proto | 74 repeated EnumDescriptorProto enum_type = 5; field 99 repeated EnumDescriptorProto enum_type = 4; field
|
/aosp_15_r20/external/python/apitools/apitools/base/py/ |
D | encoding_helper.py | 579 def AddCustomJsonEnumMapping(enum_type, python_name, json_name, argument 631 def GetCustomJsonEnumMapping(enum_type, python_name=None, json_name=None): argument
|
/aosp_15_r20/external/executorch/kernels/portable/cpu/ |
H A D | selective_build.h | 29 #define ET_INTERNAL_CHECK_SELECTIVE_BUILD(enum_type) \ argument
|
/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | descriptor.proto | 76 repeated EnumDescriptorProto enum_type = 5; field 101 repeated EnumDescriptorProto enum_type = 4; field
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/proto/google/protobuf/ |
D | descriptor.proto | 76 repeated EnumDescriptorProto enum_type = 5; field 101 repeated EnumDescriptorProto enum_type = 4; field
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/benchmarks/ |
D | descriptor.proto | 71 repeated EnumDescriptorProto enum_type = 5; field 96 repeated EnumDescriptorProto enum_type = 4; field
|
D | descriptor_sv.proto | 73 repeated EnumDescriptorProto enum_type = 5; field 98 repeated EnumDescriptorProto enum_type = 4; field
|
/aosp_15_r20/external/nanopb-c/generator/proto/google/protobuf/ |
H A D | descriptor.proto | 75 repeated EnumDescriptorProto enum_type = 5; field 100 repeated EnumDescriptorProto enum_type = 4; field
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | descriptor.proto | 76 repeated EnumDescriptorProto enum_type = 5; field 101 repeated EnumDescriptorProto enum_type = 4; field
|