| /kernel/linux/linux-6.6/arch/x86/kernel/cpu/ |
| H A D | cacheinfo.c | 48 unsigned char descriptor; member
|
| /test/xts/acts/graphic/graphicnapidrawingtest/ |
| H A D | OH_Drawing_TypographyTest.cpp | 1219 OH_Drawing_FontDescriptor *descriptor = OH_Drawing_CreateFontDescriptor(); in HWTEST_F() local
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | videotoolbox.c | 1135 const AVPixFmtDescriptor *descriptor = av_pix_fmt_desc_get(avctx->sw_pix_fmt); in videotoolbox_best_pixel_format() local [all...] |
| /third_party/ffmpeg/libavformat/ |
| H A D | id3v2.c | 429 uint8_t *descriptor = NULL; // 'Content descriptor' in read_uslt() local
|
| /third_party/FreeBSD/sys/dev/usb/ |
| H A D | usb_device.h | 271 struct usb_device_descriptor descriptor; member
|
| /third_party/mesa3d/src/broadcom/vulkan/ |
| H A D | v3dv_descriptor_set.c | 196 struct v3dv_descriptor *descriptor = v3dv_descriptor_map_get_sampler() local 237 struct v3dv_descriptor *descriptor = v3dv_descriptor_map_get_texture_bo() local 994 write_buffer_descriptor(struct v3dv_descriptor *descriptor, VkDescriptorType desc_type, const VkDescriptorBufferInfo *buffer_info) write_buffer_descriptor() argument 1012 write_image_descriptor(struct v3dv_device *device, struct v3dv_descriptor *descriptor, VkDescriptorType desc_type, struct v3dv_descriptor_set *set, const struct v3dv_descriptor_set_binding_layout *binding_layout, struct v3dv_image_view *iview, struct v3dv_sampler *sampler, uint32_t array_index) write_image_descriptor() argument 1050 write_buffer_view_descriptor(struct v3dv_device *device, struct v3dv_descriptor *descriptor, VkDescriptorType desc_type, struct v3dv_descriptor_set *set, const struct v3dv_descriptor_set_binding_layout *binding_layout, struct v3dv_buffer_view *bview, uint32_t array_index) write_buffer_view_descriptor() argument 1070 write_inline_uniform_descriptor(struct v3dv_device *device, struct v3dv_descriptor *descriptor, struct v3dv_descriptor_set *set, const struct v3dv_descriptor_set_binding_layout *binding_layout, const void *data, size_t offset, size_t size) write_inline_uniform_descriptor() argument 1109 struct v3dv_descriptor *descriptor = set->descriptors; v3dv_UpdateDescriptorSets() local 1379 struct v3dv_descriptor *descriptor = v3dv_UpdateDescriptorSetWithTemplate() local [all...] |
| /third_party/mesa3d/src/gallium/frontends/va/ |
| H A D | surface.c | 1269 vlVaExportSurfaceHandle(VADriverContextP ctx, VASurfaceID surface_id, uint32_t mem_type, uint32_t flags, void *descriptor) vlVaExportSurfaceHandle() argument
|
| /third_party/node/deps/icu-small/source/tools/icuexportdata/ |
| H A D | icuexportdata.cpp | 494 uint32_t descriptor; member 1046 uint32_t descriptor = uint32_t(!nonInitialStarter) << 12; in computeDecompositions() local [all...] |
| /third_party/mesa3d/src/intel/tools/ |
| H A D | aub_write.c | 744 aub_dump_execlist(struct aub_file *aub, const struct engine *cs, uint64_t descriptor) in aub_dump_execlist() argument 833 uint64_t descriptor = get_context_descriptor(aub, cs, hw_ctx); in aub_write_exec() local 849 uint64_t descriptor = ((uint64_t)1 << 62 | context_addr | CONTEXT_FLAGS); in aub_write_context_execlists() local
|
| /third_party/icu/icu4c/source/tools/icuexportdata/ |
| H A D | icuexportdata.cpp | 317 uint32_t descriptor; member 842 uint32_t descriptor = uint32_t(!nonInitialStarter) << 12; in computeDecompositions() local [all...] |
| /third_party/node/deps/v8/src/compiler/ |
| H A D | access-info.cc | 410 ComputeDataFieldAccessInfo( MapRef receiver_map, MapRef map, NameRef name, base::Optional<JSObjectRef> holder, InternalIndex descriptor, AccessMode access_mode) const ComputeDataFieldAccessInfo() argument 622 ComputeAccessorDescriptorAccessInfo( MapRef receiver_map, NameRef name, MapRef holder_map, base::Optional<JSObjectRef> holder, InternalIndex descriptor, AccessMode access_mode) const ComputeAccessorDescriptorAccessInfo() argument [all...] |
| H A D | compilation-dependencies.cc | 655 FieldRepresentationDependency(const MapRef& map, InternalIndex descriptor, in FieldRepresentationDependency() argument 708 FieldTypeDependency(const MapRef& map, InternalIndex descriptor, in FieldTypeDependency() argument 753 FieldConstnessDependency(const MapRef& map, InternalIndex descriptor) in FieldConstnessDependency() argument 1069 DependOnFieldConstness( const MapRef& map, InternalIndex descriptor) DependOnFieldConstness() argument 1365 FieldRepresentationDependencyOffTheRecord( const MapRef& map, InternalIndex descriptor, Representation representation) const FieldRepresentationDependencyOffTheRecord() argument 1373 FieldTypeDependencyOffTheRecord( const MapRef& map, InternalIndex descriptor, const ObjectRef& type) const FieldTypeDependencyOffTheRecord() argument [all...] |
| H A D | simplified-operator.h | 677 CallDescriptor* descriptor() const { return descriptor_; } in descriptor() function in v8::internal::AbortReason::FastApiCallParameters 668 FastApiCallParameters(const FastApiCallFunctionVector& c_functions, FeedbackSource const& feedback, CallDescriptor* descriptor) FastApiCallParameters() argument [all...] |
| /third_party/node/deps/v8/src/debug/ |
| H A D | debug-wasm-objects.cc | 196 PropertyDescriptor descriptor; in IndexedDescriptor() local
|
| /third_party/node/deps/v8/src/inspector/ |
| H A D | v8-console.cc | 1023 v8::Local<v8::Value> descriptor; in ~CommandLineAPIScope() local
|
| H A D | injected-script.cc | 381 std::unique_ptr<PropertyDescriptor> descriptor = in getProperties() local 485 std::unique_ptr<PrivatePropertyDescriptor> descriptor in getInternalAndPrivateProperties() local [all...] |
| /third_party/node/deps/v8/src/objects/ |
| H A D | map-updater.cc | 150 GetOrComputeFieldType( InternalIndex descriptor, PropertyLocation location, Representation representation) const GetOrComputeFieldType() argument 163 GetOrComputeFieldType( Handle<DescriptorArray> descriptors, InternalIndex descriptor, PropertyLocation location, Representation representation) GetOrComputeFieldType() argument 176 ReconfigureToDataField(InternalIndex descriptor, PropertyAttributes attributes, PropertyConstness constness, Representation representation, Handle<FieldType> field_type) ReconfigureToDataField() argument 1089 ReconfigureExistingProperty( Isolate* isolate, Handle<Map> map, InternalIndex descriptor, PropertyKind kind, PropertyAttributes attributes, PropertyConstness constness) ReconfigureExistingProperty() argument 1114 UpdateFieldType(Isolate* isolate, Handle<Map> map, InternalIndex descriptor, Handle<Name> name, PropertyConstness new_constness, Representation new_representation, const MaybeObjectHandle& new_wrapped_type) UpdateFieldType() argument [all...] |
| /third_party/node/deps/v8/src/json/ |
| H A D | json-parser.cc | 475 int descriptor = 0; in BuildJsonObject() local 408 ParentOfDescriptorOwner(Isolate* isolate, Handle<Map> maybe_root, Handle<Map> source, int descriptor) ParentOfDescriptorOwner() argument [all...] |
| /third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
| H A D | UnittestCustomOptionsProto3.cs | 22 private static pbr::FileDescriptor descriptor; field in UnitTest.Issues.TestProtos.UnittestCustomOptionsProto3Reflection
|
| H A D | UnittestIssues.cs | 22 private static pbr::FileDescriptor descriptor; field in UnitTest.Issues.TestProtos.UnittestIssuesReflection
|
| H A D | UnittestWellKnownTypes.cs | 22 private static pbr::FileDescriptor descriptor; field in Google.Protobuf.TestProtos.UnittestWellKnownTypesReflection
|
| H A D | UnittestProto3Optional.cs | 22 private static pbr::FileDescriptor descriptor; field in ProtobufUnittest.UnittestProto3OptionalReflection
|
| /third_party/pulseaudio/src/modules/ |
| H A D | module-ladspa-sink.c | 82 const LADSPA_Descriptor *descriptor; member [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
| H A D | vktBindingDescriptorBufferTests.cpp | 290 VkDescriptorType descriptor; // descriptor type under test global() member [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
| H A D | vktBindingDescriptorBufferTests.cpp | 289 VkDescriptorType descriptor; // descriptor type under test global() member [all...] |