/third_party/rust/crates/nix/test/ |
H A D | test_unistd.rs | 631 let len = fs::metadata(path).unwrap().len(); in test_acct() 772 let metadata = fs::metadata(&path).unwrap(); in test_truncate() 773 assert_eq!(4, metadata.len()); in test_truncate() 791 let metadata = fs::metadata(&path).unwrap(); in test_ftruncate() 792 assert_eq!(2, metadata.len()); in test_ftruncate() 1208 let mut permissions = fs::metadata(&temp_path).unwrap().permissions(); in test_setfsuid()
|
/kernel/linux/linux-5.10/drivers/nvme/host/ |
H A D | lightnvm.c | 34 __le64 metadata; member 630 c->ph_rw.metadata = cpu_to_le64(rqd->dma_meta_list); in nvme_nvm_rqtocmd() 765 __le64 *metadata = NULL; in nvme_nvm_submit_user_cmd() local 802 metadata = dma_pool_alloc(dev->dma_pool, GFP_KERNEL, in nvme_nvm_submit_user_cmd() 804 if (!metadata) { in nvme_nvm_submit_user_cmd() 810 if (copy_from_user(metadata, in nvme_nvm_submit_user_cmd() 817 vcmd->ph_rw.metadata = cpu_to_le64(metadata_dma); in nvme_nvm_submit_user_cmd() 834 if (metadata && !ret && !write) { in nvme_nvm_submit_user_cmd() 835 if (copy_to_user(meta_buf, (void *)metadata, meta_len)) in nvme_nvm_submit_user_cmd() 840 dma_pool_free(dev->dma_pool, metadata, metadata_dm in nvme_nvm_submit_user_cmd() [all...] |
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/ |
H A D | sh_css_sp.c | 376 if (pipe->metadata.height > 0) { in sh_css_sp_start_isys_copy() 1304 sh_css_sp_group.pipe[thread_id].metadata.width = md_info->resolution.width; in sh_css_sp_init_pipeline() 1305 sh_css_sp_group.pipe[thread_id].metadata.height = md_info->resolution.height; in sh_css_sp_init_pipeline() 1306 sh_css_sp_group.pipe[thread_id].metadata.stride = md_info->stride; in sh_css_sp_init_pipeline() 1307 sh_css_sp_group.pipe[thread_id].metadata.size = md_info->size; in sh_css_sp_init_pipeline() 1310 &sh_css_sp_group.pipe[thread_id].metadata.format); in sh_css_sp_init_pipeline() 1445 struct ia_css_metadata *metadata) in sh_css_update_host2sp_offline_frame() 1460 /* Write metadata buffer into SP DMEM */ in sh_css_update_host2sp_offline_frame() 1465 store_sp_array_uint(host_sp_com, offset, metadata ? metadata in sh_css_update_host2sp_offline_frame() 1442 sh_css_update_host2sp_offline_frame( unsigned int frame_num, struct ia_css_frame *frame, struct ia_css_metadata *metadata) sh_css_update_host2sp_offline_frame() argument 1499 sh_css_update_host2sp_mipi_metadata( unsigned int frame_num, struct ia_css_metadata *metadata) sh_css_update_host2sp_mipi_metadata() argument [all...] |
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/ |
H A D | sh_css_sp.c | 374 if (pipe->metadata.height > 0) { in sh_css_sp_start_isys_copy() 1298 sh_css_sp_group.pipe[thread_id].metadata.width = md_info->resolution.width; in sh_css_sp_init_pipeline() 1299 sh_css_sp_group.pipe[thread_id].metadata.height = md_info->resolution.height; in sh_css_sp_init_pipeline() 1300 sh_css_sp_group.pipe[thread_id].metadata.stride = md_info->stride; in sh_css_sp_init_pipeline() 1301 sh_css_sp_group.pipe[thread_id].metadata.size = md_info->size; in sh_css_sp_init_pipeline() 1304 &sh_css_sp_group.pipe[thread_id].metadata.format); in sh_css_sp_init_pipeline() 1412 struct ia_css_metadata *metadata) in sh_css_update_host2sp_offline_frame() 1427 /* Write metadata buffer into SP DMEM */ in sh_css_update_host2sp_offline_frame() 1432 store_sp_array_uint(host_sp_com, offset, metadata ? metadata in sh_css_update_host2sp_offline_frame() 1409 sh_css_update_host2sp_offline_frame( unsigned int frame_num, struct ia_css_frame *frame, struct ia_css_metadata *metadata) sh_css_update_host2sp_offline_frame() argument 1466 sh_css_update_host2sp_mipi_metadata( unsigned int frame_num, struct ia_css_metadata *metadata) sh_css_update_host2sp_mipi_metadata() argument [all...] |
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/ |
H A D | amdgpu_bo.c | 1311 ac_surface_set_bo_metadata(&ws->info, surf, info.metadata.tiling_info, in amdgpu_buffer_get_metadata() 1314 md->size_metadata = info.metadata.size_metadata; in amdgpu_buffer_get_metadata() 1315 memcpy(md->metadata, info.metadata.umd_metadata, sizeof(md->metadata)); in amdgpu_buffer_get_metadata() 1325 struct amdgpu_bo_metadata metadata = {0}; in amdgpu_buffer_set_metadata() local 1329 ac_surface_get_bo_metadata(&ws->info, surf, &metadata.tiling_info); in amdgpu_buffer_set_metadata() 1331 metadata.size_metadata = md->size_metadata; in amdgpu_buffer_set_metadata() 1332 memcpy(metadata.umd_metadata, md->metadata, sizeo in amdgpu_buffer_set_metadata() [all...] |
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsclone.c | 9 * Clone NTFS data and/or metadata to a sparse file, image, device or stdout. 156 int metadata; /* metadata only cloning */ member 364 " -m, --metadata Clone *only* metadata (for NTFS experts)\n" in usage() 372 " --full-logfile Include the full logfile in metadata output\n" in usage() 411 { "metadata", no_argument, NULL, 'm' }, 461 opt.metadata++; 516 if (opt.metadata && opt.save_image) { 521 if (opt.metadata [all...] |
/device/board/hihope/dayu210/camera/vdi_impl/v4l2/pipeline_core/src/node/ |
H A D | v4l2_source_node_rk.h | 39 void OnMetadataChanged(const std::shared_ptr<CameraMetadata>& metadata);
|
/foundation/arkui/ace_engine/frameworks/base/view_data/ |
H A D | page_node_info_wrap.h | 62 virtual void SetMetadata(const std::string& metadata) {} in SetMetadata() argument
|
/foundation/multimedia/image_framework/interfaces/kits/js/common/include/ |
H A D | metadata_napi.h | 23 #include "metadata.h" 34 static napi_value CreateMetadata(napi_env env, std::shared_ptr<ImageMetadata> metadata);
|
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/metadata/source/ |
H A D | MapBackedMetadataContainer.java | 17 package com.google.i18n.phonenumbers.metadata.source;
|
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/metadata/source/ |
H A D | CompositeMetadataContainerTest.java | 17 package com.google.i18n.phonenumbers.metadata.source;
|
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/ |
H A D | OperationTest.java | 17 package com.google.i18n.phonenumbers.metadata.finitestatematcher.compiler;
|
/third_party/skia/src/gpu/ |
H A D | GrMemoryPool.h | 71 fAllocator.currentBlock()->metadata() == 0; in isEmpty()
|
/third_party/skia/third_party/externals/libwebp/examples/ |
H A D | gifdec.h | 85 // Parses the given ICC or XMP extension data and stores it into 'metadata'. 88 struct WebPData* const metadata);
|
/third_party/python/Lib/test/test_importlib/ |
H A D | test_zip.py | 5 from importlib.metadata import (
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_service_impl.cpp | 36 #include "metadata/appid_meta_data.h" 37 #include "metadata/auto_launch_meta_data.h" 38 #include "metadata/capability_meta_data.h" 39 #include "metadata/meta_data_manager.h" 40 #include "metadata/store_debug_info.h" 41 #include "metadata/store_meta_data.h" 747 void RdbServiceImpl::SetReturnParam(StoreMetaData &metadata, RdbSyncerParam ¶m) 749 param.bundleName_ = metadata.bundleName; 750 param.type_ = metadata.storeType; 751 param.level_ = metadata [all...] |
/foundation/ability/idl_tool/metadata/ |
H A D | metadata_builder.cpp | 16 #include "metadata/metadata_builder.h" 38 void* metadata = calloc(size_, 1); in Build() local 39 if (metadata == nullptr) { in Build() 44 new(metadata) MetaComponent, [](MetaComponent* p) { free(p); }); in Build() 46 WriteMetadata(reinterpret_cast<uintptr_t>(metadata)); in Build()
|
/foundation/ability/idl_tool/idl_tool_2/metadata/ |
H A D | metadata_builder.cpp | 16 #include "metadata/metadata_builder.h" 37 void* metadata = calloc(size_, 1); in Build() local 38 if (metadata == nullptr) { in Build() 43 new(metadata) MetaComponent, [](MetaComponent* p) { free(p); }); in Build() 45 WriteMetadata(reinterpret_cast<uintptr_t>(metadata)); in Build()
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | hap_module_info.cpp | 58 const std::string HAP_MODULE_INFO_META_DATA = "metadata"; 75 const std::string PROXY_DATA_METADATA = "metadata"; 112 {PROXY_DATA_METADATA, proxyData.metadata} in to_json() 147 proxyData.metadata, in from_json() 186 {HAP_MODULE_INFO_META_DATA, hapModuleInfo.metadata}, in to_json() 491 hapModuleInfo.metadata, in from_json()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/ |
H A D | single_ver_sync_task_context.cpp | 43 const std::shared_ptr<Metadata> &metadata, ICommunicator *communicator) in Initialize() 45 if (deviceId.empty() || syncInterface == nullptr || metadata == nullptr || in Initialize() 59 int errCode = stateMachine_->Initialize(this, syncInterface, metadata, communicator); in Initialize() 66 errCode = timeHelper_->Initialize(syncInterface, metadata); in Initialize() 42 Initialize(const std::string &deviceId, ISyncInterface *syncInterface, const std::shared_ptr<Metadata> &metadata, ICommunicator *communicator) Initialize() argument
|
/kernel/linux/linux-5.10/sound/soc/ |
H A D | soc-dai.c | 688 struct snd_compr_metadata *metadata) in snd_soc_dai_compr_set_metadata() 694 ret = dai->driver->cops->set_metadata(cstream, metadata, dai); in snd_soc_dai_compr_set_metadata() 702 struct snd_compr_metadata *metadata) in snd_soc_dai_compr_get_metadata() 708 ret = dai->driver->cops->get_metadata(cstream, metadata, dai); in snd_soc_dai_compr_get_metadata() 686 snd_soc_dai_compr_set_metadata(struct snd_soc_dai *dai, struct snd_compr_stream *cstream, struct snd_compr_metadata *metadata) snd_soc_dai_compr_set_metadata() argument 700 snd_soc_dai_compr_get_metadata(struct snd_soc_dai *dai, struct snd_compr_stream *cstream, struct snd_compr_metadata *metadata) snd_soc_dai_compr_get_metadata() argument
|
/kernel/linux/linux-6.6/sound/soc/ |
H A D | soc-dai.c | 840 struct snd_compr_metadata *metadata) in snd_soc_dai_compr_set_metadata() 846 ret = dai->driver->cops->set_metadata(cstream, metadata, dai); in snd_soc_dai_compr_set_metadata() 854 struct snd_compr_metadata *metadata) in snd_soc_dai_compr_get_metadata() 860 ret = dai->driver->cops->get_metadata(cstream, metadata, dai); in snd_soc_dai_compr_get_metadata() 838 snd_soc_dai_compr_set_metadata(struct snd_soc_dai *dai, struct snd_compr_stream *cstream, struct snd_compr_metadata *metadata) snd_soc_dai_compr_set_metadata() argument 852 snd_soc_dai_compr_get_metadata(struct snd_soc_dai *dai, struct snd_compr_stream *cstream, struct snd_compr_metadata *metadata) snd_soc_dai_compr_get_metadata() argument
|
/third_party/ffmpeg/libavfilter/ |
H A D | f_drawgraph.c | 61 { "m1", "set 1st metadata key", OFFSET(key[0]), AV_OPT_TYPE_STRING, {.str=""}, 0, 0, FLAGS }, 63 { "m2", "set 2nd metadata key", OFFSET(key[1]), AV_OPT_TYPE_STRING, {.str=""}, 0, 0, FLAGS }, 65 { "m3", "set 3rd metadata key", OFFSET(key[2]), AV_OPT_TYPE_STRING, {.str=""}, 0, 0, FLAGS }, 67 { "m4", "set 4th metadata key", OFFSET(key[3]), AV_OPT_TYPE_STRING, {.str=""}, 0, 0, FLAGS }, 167 AVDictionary *metadata; in filter_frame() local 214 metadata = in->metadata; in filter_frame() 225 e = av_dict_get(metadata, s->key[i], NULL, 0); in filter_frame() 476 .description = NULL_IF_CONFIG_SMALL("Draw a graph using input video metadata."), 509 .description = NULL_IF_CONFIG_SMALL("Draw a graph using input audio metadata [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | mp3dec.c | 292 av_dict_set(&st->metadata, "encoder", version, 0); in mp3_parse_info_tag() 371 s->metadata = si->id3v2_meta; in mp3_read_header() 390 if (!av_dict_count(s->metadata)) in mp3_read_header() 399 ret = ff_replaygain_export(st, s->metadata); in mp3_read_header()
|
H A D | wavenc.c | 96 if (tag = av_dict_get(s->metadata, key, NULL, 0)) { in bwf_write_bext_string() 117 if (tmp_tag = av_dict_get(s->metadata, "time_reference", NULL, 0)) in bwf_write_bext_chunk() 122 if ((tmp_tag = av_dict_get(s->metadata, "umid", NULL, 0)) && strlen(tmp_tag->value) > 2) { in bwf_write_bext_chunk() 139 if (tmp_tag = av_dict_get(s->metadata, "coding_history", NULL, 0)) in bwf_write_bext_chunk()
|