/device/soc/rockchip/rk3566/hardware/display/src/display_device/ |
H A D | drm_plane.cpp | 153 for (auto &drmEnum : prop.enums) { in Init()
|
/device/soc/rockchip/rk3568/hardware/display/src/display_device/ |
H A D | drm_plane.cpp | 153 for (auto &drmEnum : prop.enums) { in Init()
|
/device/soc/rockchip/rk3588/hardware/display/src/display_device/ |
H A D | drm_plane.cpp | 142 for (auto &drmEnum : prop.enums) {
in Init()
|
/third_party/mesa3d/src/util/tests/ |
H A D | xmlconfig.cpp | 102 TEST_F(xmlconfig_test, enums) in TEST_F()
|
/third_party/skia/third_party/externals/dawn/generator/ |
H A D | opengl_loader_generator.py | 104 VersionBlock = namedtuple('VersionBlock', ['version', 'procs', 'enums']) 105 HeaderBlock = namedtuple('HeaderBlock', ['description', 'procs', 'enums']) 107 ['extension', 'procs', 'enums', 'supported_specs']) 115 # Parse all the commands and enums 123 for enum in root.findall('''enums[@namespace='GL']/enum'''): 137 # Get list of enums and procs per OpenGL ES/Desktop OpenGL version 200 for enum in block.enums:
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | btf.c | 4062 const struct btf_enum *enums = btf_type_enum(t); in btf_enum_check_meta() local 4069 meta_needed = nr_enums * sizeof(*enums); in btf_enum_check_meta() 4093 if (!btf_name_offset_valid(btf, enums[i].name_off)) { in btf_enum_check_meta() 4095 enums[i].name_off); in btf_enum_check_meta() 4100 if (!enums[i].name_off || in btf_enum_check_meta() 4101 !btf_name_valid_identifier(btf, enums[i].name_off)) { in btf_enum_check_meta() 4110 __btf_name_by_offset(btf, enums[i].name_off), in btf_enum_check_meta() 4111 enums[i].val); in btf_enum_check_meta() 4127 const struct btf_enum *enums = btf_type_enum(t); in btf_enum_show() local 4139 if (v != enums[ in btf_enum_show() 4170 const struct btf_enum64 *enums = btf_type_enum64(t); btf_enum64_check_meta() local 4230 const struct btf_enum64 *enums = btf_type_enum64(t); btf_enum64_show() local [all...] |
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | json_c_generator.py | 634 enums = groupElem.findall('enum') 636 for enum in enums: 647 #TODO: Some enums have no offset. How to handle those?
|
H A D | validitygenerator.py | 672 bitselem = self.registry.tree.find("enums[@name='" + bitsname + "']") 679 bitselem = self.registry.tree.find("enums[@name='" + alias + "']") 1430 def findRequiredEnums(self, enums): 1431 """Check each enumerant name in the enums list and remove it if not 1435 return self.keepOnlyRequired(enums, self.registry.enumdict)
|
/third_party/vk-gl-cts/external/vulkan-docs/src/config/spec-macros/ |
H A D | extension.rb | 228 $apiNames.enums.has_key? target
|
/third_party/mesa3d/src/intel/common/ |
H A D | intel_decoder.c | 106 struct hash_entry *entry = _mesa_hash_table_search(spec->enums, in intel_spec_find_enum() 504 _mesa_hash_table_insert(spec->enums, e->name, e); in end_element() 582 spec->enums = in intel_spec_init()
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | btf.c | 3166 const struct btf_enum *enums = btf_type_enum(t); in btf_enum_check_meta() local 3172 meta_needed = nr_enums * sizeof(*enums); in btf_enum_check_meta() 3201 if (!btf_name_offset_valid(btf, enums[i].name_off)) { in btf_enum_check_meta() 3203 enums[i].name_off); in btf_enum_check_meta() 3208 if (!enums[i].name_off || in btf_enum_check_meta() 3209 !btf_name_valid_identifier(btf, enums[i].name_off)) { in btf_enum_check_meta() 3217 __btf_name_by_offset(btf, enums[i].name_off), in btf_enum_check_meta() 3218 enums[i].val); in btf_enum_check_meta() 3234 const struct btf_enum *enums = btf_type_enum(t); in btf_enum_show() local 3246 if (v != enums[ in btf_enum_show() [all...] |
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_dump.c | 78 const char **enums, in dump_enum() 84 ctx->dump_printf( ctx, "%s", enums[e] ); in dump_enum() 75 dump_enum( struct dump_ctx *ctx, uint e, const char **enums, uint enum_count ) dump_enum() argument
|
/third_party/protobuf/src/google/protobuf/ |
H A D | generated_message_table_driven_lite.h | 313 table.aux[field_number].enums.validator; in HandleEnum() 798 table.aux[field_number].enums.validator; in MergePartialFromCodedStreamInlined()
|
/third_party/protobuf/python/google/protobuf/ |
H A D | descriptor_pool.py | 228 If the Descriptor contains nested messages or enums, the caller must 362 If the FileDescriptor contains messages or enums, the caller must explicitly 380 If the FileDescriptor contains messages or enums, the caller must explicitly 856 enums = [ 886 enum_types=enums,
|
/third_party/libdrm/tests/modetest/ |
H A D | modetest.c | 378 printf(" %s=%"PRIu64, prop->enums[i].name, in dump_prop() 379 (uint64_t)prop->enums[i].value); in dump_prop() 384 printf(" %s=0x%llx", prop->enums[i].name, in dump_prop() 385 (1LL << prop->enums[i].value)); in dump_prop()
|
/third_party/libdrm/ |
H A D | xf86drmMode.h | 141 struct drm_mode_property_enum *enums; member
|
H A D | xf86drmMode.c | 673 r->enums = drmAllocCpy(U642VOID(prop.enum_blob_ptr), prop.count_enum_blobs, sizeof(struct drm_mode_property_enum)); in drmModeGetProperty() 695 drmFree(ptr->enums); in drmModeFreeProperty()
|
/third_party/mesa3d/src/util/ |
H A D | driconf.h | 109 .enums = { values }, \
|
/third_party/vulkan-loader/scripts/ |
H A D | loader_extension_generator.py | 300 enums = interface[0].findall('enum') 304 for item in enums:
|
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.c | 3514 const upb_enumdef *enums; member 4997 e = (upb_enumdef*)&ctx->file->enums[ctx->file->enum_count++]; in create_enumdef() 5011 "enums must contain at least one value (%s)", in create_enumdef() 5056 const google_protobuf_EnumDescriptorProto *const *enums; in create_msgdef() local 5107 /* This message is built. Now build nested messages and enums. */ in create_msgdef() 5109 enums = google_protobuf_DescriptorProto_enum_type(msg_proto, &n); in create_msgdef() 5111 CHK(create_enumdef(ctx, m->full_name, enums[i])); in create_msgdef() 5240 const google_protobuf_EnumDescriptorProto *const *enums; in build_filedef() local 5249 file->enums = upb_malloc(alloc, sizeof(*file->enums) * count in build_filedef() [all...] |
/kernel/linux/linux-6.6/scripts/ |
H A D | sphinx-pre-install | 900 printf " structs, enums,...). This is known Sphinx bug. For more details, see:\n";
|
/third_party/mesa3d/src/compiler/isaspec/ |
H A D | decode.c | 481 const struct isa_enum *e = field->enums; in display_enum_field()
|
/third_party/python/Parser/ |
H A D | asdl_c.py | 216 enums = ", ".join(enum) 218 s = "typedef enum _%s { %s } %s;" % (name, enums, ctype)
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.c | 3069 const upb_enumdef *enums; member 4526 e = (upb_enumdef*)&ctx->file->enums[ctx->file->enum_count++]; in create_enumdef() 4540 "enums must contain at least one value (%s)", in create_enumdef() 4585 const google_protobuf_EnumDescriptorProto *const *enums; in create_msgdef() local 4636 /* This message is built. Now build nested messages and enums. */ in create_msgdef() 4638 enums = google_protobuf_DescriptorProto_enum_type(msg_proto, &n); in create_msgdef() 4640 CHK(create_enumdef(ctx, m->full_name, enums[i])); in create_msgdef() 4769 const google_protobuf_EnumDescriptorProto *const *enums; in build_filedef() local 4778 file->enums = upb_malloc(alloc, sizeof(*file->enums) * count in build_filedef() [all...] |
/third_party/EGL/api/ |
H A D | reg.py | 98 # GroupInfo - registry information about a group of related enums. 99 # enums - dictionary of enum names which are in the group 104 self.enums = {} 557 # Accumulate types, enums, function pointer typedefs, end function 769 # Create dictionary of registry enums from toplevel <enums> tags 771 # There are usually many <enums> tags in different namespaces, but 774 # Required <enums> attributes: 'name', 'value' 776 for enum in self.reg.findall('enums/enum'): 865 # Loop over types, enums, an [all...] |