/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/ |
H A D | drawable_descriptor.h | 113 std::pair<std::unique_ptr<uint8_t[]>, size_t>& foregroundInfo, in LayeredDrawableDescriptor() 114 std::pair<std::unique_ptr<uint8_t[]>, size_t>& backgroundInfo) in LayeredDrawableDescriptor() 129 void InitLayeredParam(std::pair<std::unique_ptr<uint8_t[]>, size_t> &foregroundInfo, 130 std::pair<std::unique_ptr<uint8_t[]>, size_t> &backgroundInfo); 365 static std::unique_ptr<DrawableDescriptor> Create(std::pair<std::unique_ptr<uint8_t[]>, size_t> &foregroundInfo, in Create() 366 std::pair<std::unique_ptr<uint8_t[]>, size_t> &backgroundInfo, std::string &path, DrawableType& drawableType, in Create()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | templates_parser.cpp | 208 std::pair<std::vector<double>, double> ParseArgsWithAutoFill( in ParseArgsWithAutoFill() 287 std::pair<std::vector<double>, double> ParseAutoFill(const std::vector<std::string>& strs, double size, double gap) in ParseAutoFill() 337 std::pair<std::vector<double>, double> ParseArgsWithoutAutoFill(const std::string& args, double size, double gap) in ParseArgsWithoutAutoFill() 391 std::pair<std::vector<double>, double> ParseArgsWithAutoFit( 464 std::pair<std::vector<double>, double> ParseArgsWithAutoStretch(const std::string& args, double size, double gap) 491 std::pair<std::vector<double>, double> ParseTemplateArgs( in ParseTemplateArgs()
|
H A D | templates_parser.h | 23 std::pair<std::vector<double>, double> ParseTemplateArgs(
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/ |
H A D | zip.cpp | 133 const std::vector<std::pair<FilePath, FilePath>> *filesToAdd = ¶ms.GetFilesTozip(); in Zip() 134 std::vector<std::pair<FilePath, FilePath>> allRelativeFiles; in Zip() 181 std::vector<std::pair<FilePath, FilePath>> &allRelativeFiles) in GetZipsAllRelativeFilesInner() 204 void GetZipsAllRelativeFiles(const ZipParams ¶ms, std::vector<std::pair<FilePath, FilePath>> &allRelativeFiles, in GetZipsAllRelativeFiles() 222 const std::vector<std::pair<FilePath, FilePath>> *filesToAdd = ¶ms.GetFilesTozip(); in Zips() 223 std::vector<std::pair<FilePath, FilePath>> allRelativeFiles; in Zips()
|
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/ |
H A D | mtp_data_utils.cpp | 347 for (auto pair : FormatMap) { in GetFormatByPath() 348 if ((pair.second).find(extension) != std::string::npos) { in GetFormatByPath() 349 outFormat = pair.first; in GetFormatByPath() 537 for (auto pair : FormatMap) { in GetMediaTypeByName() 538 if ((pair.second).find(extension) != std::string::npos) { in GetMediaTypeByName() 539 format = pair.first; in GetMediaTypeByName()
|
/foundation/resourceschedule/memmgr/services/memmgrservice/src/purgeable_mem_manager/ |
H A D | purgeable_mem_manager.cpp | 212 std::pair<int32_t, int32_t> appinfo = std::make_pair(uid, state);
in RegisterActiveAppsInner() 237 std::pair<int32_t, int32_t> appinfo = appList_[pid];
in DeregisterActiveAppsInner() 267 std::pair<int32_t, int32_t> appinfo = appList_[pid];
in ChangeAppStateInner() 331 std::pair<int32_t, int32_t> appinfo = appListIter->second;
in ReclaimSubscriberAll() 351 std::pair<int32_t, int32_t> appinfo = appList_[pid];
in ReclaimSubscriberProc() 708 std::pair<int32_t, int32_t> appinfo = appListIter->second;
in DumpSubscribers()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/ |
H A D | cloud_syncer.h | 227 int SaveDatum(SyncParam ¶m, size_t idx, std::vector<std::pair<Key, size_t>> &deletedList, 237 std::vector<std::pair<Key, size_t>> &deletedList); 364 std::pair<int, uint32_t> GetDBAssets(bool isSharedTable, const InnerProcessInfo &info, 396 std::pair<bool, TaskId> TryMergeTask(const std::shared_ptr<DataBaseSchema> &cloudSchema, TaskId tryTaskId); 406 std::pair<TaskId, TaskId> SwapTwoTaskAndCopyTable(TaskId source, TaskId target); 410 std::pair<int, Timestamp> GetLocalWater(const std::string &tableName, UploadParam &uploadParam);
|
/foundation/distributeddatamgr/kv_store/frameworks/common/test/ |
H A D | priority_queue_test.cpp | 282 auto updater = [](TestTask &) { return std::pair{false, Time()};};
in HWTEST_F() 302 auto updater = [](TestTask &) { return std::pair{false, Time()};};
in HWTEST_F() 322 auto updater = [](TestTask &) { return std::pair{false, Time()};};
in HWTEST_F() 343 auto updater = [](TestTask &) { return std::pair{true, Time()};};
in HWTEST_F() 364 auto updater = [](TestTask &) { return std::pair{false, Time()};};
in HWTEST_F() 386 auto updater = [](TestTask &) { return std::pair{true, Time()};};
in HWTEST_F()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/handler/src/ |
H A D | dcamera_handler.cpp | 356 for (auto &pair : formatMap) { in ConfigFormatphoto() 358 cJSON_AddItemToObject(resolutionObj, pair.first.c_str(), array); in ConfigFormatphoto() 359 for (auto &value : pair.second) { in ConfigFormatphoto() 390 for (auto &pair : formatMap) { in ConfigFormatvideo() 392 cJSON_AddItemToObject(resolutionObj, pair.first.c_str(), array); in ConfigFormatvideo() 393 for (auto &value : pair.second) { in ConfigFormatvideo()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce110/ |
H A D | dce110_transform_v.c | 292 int i, phase, pair; in program_multi_taps_filter() local 326 for (pair = 0; pair < taps_pairs; pair++) { in program_multi_taps_filter() 329 set_reg_field_value(select, pair, in program_multi_taps_filter() 343 if (taps % 2 && pair == taps_pairs - 1) { in program_multi_taps_filter()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce110/ |
H A D | dce110_transform_v.c | 289 int i, phase, pair; in program_multi_taps_filter() local 323 for (pair = 0; pair < taps_pairs; pair++) { in program_multi_taps_filter() 326 set_reg_field_value(select, pair, in program_multi_taps_filter() 340 if (taps % 2 && pair == taps_pairs - 1) { in program_multi_taps_filter()
|
/third_party/curl/lib/ |
H A D | http_aws_sigv4.c | 410 struct pair { struct 417 const struct pair *aa = a; in compare_func() 418 const struct pair *bb = b; in compare_func() 436 struct pair array[MAX_QUERYPAIRS]; in canon_query() 437 struct pair *ap = &array[0]; in canon_query() 462 qsort(&array[0], entry, sizeof(struct pair), compare_func); in canon_query()
|
/third_party/json/include/nlohmann/detail/meta/ |
H A D | type_traits.hpp | 199 // std::pair and std::tuple until LWG 2367 fix (see https://cplusplus.github.io/LWG/lwg-defects.html#2367). 205 struct is_default_constructible<std::pair<T1, T2>> 209 struct is_default_constructible<const std::pair<T1, T2>> 225 struct is_constructible<std::pair<T1, T2>> : is_default_constructible<std::pair<T1, T2>> {}; 228 struct is_constructible<const std::pair<T1, T2>> : is_default_constructible<const std::pair<T1, T2>> {};
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-generator.h | 520 ZoneVector<std::pair<FunctionLiteral*, size_t>> function_literals_; 521 ZoneVector<std::pair<NativeFunctionLiteral*, size_t>> 523 ZoneVector<std::pair<ObjectLiteralBoilerplateBuilder*, size_t>> 525 ZoneVector<std::pair<ArrayLiteralBoilerplateBuilder*, size_t>> 527 ZoneVector<std::pair<ClassLiteral*, size_t>> class_literals_; 528 ZoneVector<std::pair<GetTemplateObject*, size_t>> template_objects_;
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | transformation_add_function.cpp | 108 for (auto& pair : access_chain_clamping_info.compare_and_select_ids()) { in IsApplicable() 110 pair.first(), ir_context, &ids_used_by_this_transformation)) { in IsApplicable() 114 pair.second(), ir_context, &ids_used_by_this_transformation)) { in IsApplicable() 781 // Check that there is a (compare_id, select_id) pair for every in TryToClampAccessChainIndices() 948 for (auto& pair : access_chain_clamping_info.compare_and_select_ids()) { in GetFreshIds() 949 result.insert(pair.first()); in GetFreshIds() 950 result.insert(pair.second()); in GetFreshIds()
|
H A D | transformation_duplicate_region_with_selection.cpp | 675 for (auto& pair : message_.original_label_to_duplicate_label()) { in GetFreshIds() 676 result.insert(pair.second()); in GetFreshIds() 678 for (auto& pair : message_.original_id_to_duplicate_id()) { in GetFreshIds() 679 result.insert(pair.second()); in GetFreshIds() 681 for (auto& pair : message_.original_id_to_phi_id()) { in GetFreshIds() 682 result.insert(pair.second()); in GetFreshIds()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | transformation_add_function.cpp | 108 for (auto& pair : access_chain_clamping_info.compare_and_select_ids()) { in IsApplicable() 110 pair.first(), ir_context, &ids_used_by_this_transformation)) { in IsApplicable() 114 pair.second(), ir_context, &ids_used_by_this_transformation)) { in IsApplicable() 781 // Check that there is a (compare_id, select_id) pair for every in TryToClampAccessChainIndices() 948 for (auto& pair : access_chain_clamping_info.compare_and_select_ids()) { in GetFreshIds() 949 result.insert(pair.first()); in GetFreshIds() 950 result.insert(pair.second()); in GetFreshIds()
|
H A D | transformation_duplicate_region_with_selection.cpp | 675 for (auto& pair : message_.original_label_to_duplicate_label()) { in GetFreshIds() 676 result.insert(pair.second()); in GetFreshIds() 678 for (auto& pair : message_.original_id_to_duplicate_id()) { in GetFreshIds() 679 result.insert(pair.second()); in GetFreshIds() 681 for (auto& pair : message_.original_id_to_phi_id()) { in GetFreshIds() 682 result.insert(pair.second()); in GetFreshIds()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIMachineFunctionInfo.h | 360 // A pair of default/requested minimum/maximum flat work group sizes. 362 std::pair<unsigned, unsigned> FlatWorkGroupSizes = {0, 0}; 364 // A pair of default/requested minimum/maximum number of waves per execution 366 std::pair<unsigned, unsigned> WavesPerEU = {0, 0}; 464 using SpillRegMask = std::pair<unsigned, unsigned>; 663 std::pair<const ArgDescriptor *, const TargetRegisterClass *> 823 /// \returns A pair of default/requested minimum/maximum flat work group sizes 825 std::pair<unsigned, unsigned> getFlatWorkGroupSizes() const { in getFlatWorkGroupSizes() 839 /// \returns A pair of default/requested minimum/maximum number of waves per 841 std::pair<unsigne [all...] |
/third_party/spirv-tools/source/fuzz/ |
H A D | transformation_duplicate_region_with_selection.cpp | 675 for (auto& pair : message_.original_label_to_duplicate_label()) { in GetFreshIds() 676 result.insert(pair.second()); in GetFreshIds() 678 for (auto& pair : message_.original_id_to_duplicate_id()) { in GetFreshIds() 679 result.insert(pair.second()); in GetFreshIds() 681 for (auto& pair : message_.original_id_to_phi_id()) { in GetFreshIds() 682 result.insert(pair.second()); in GetFreshIds()
|
/third_party/skia/third_party/externals/spirv-tools/test/val/ |
H A D | val_ext_inst_debug_test.cpp | 40 spvtest::ValidateBase<std::pair<std::string, std::string>>; 42 spvtest::ValidateBase<std::pair<std::string, std::string>>; 44 spvtest::ValidateBase<std::pair<std::string, std::string>>; 46 spvtest::ValidateBase<std::pair<std::string, std::string>>; 48 spvtest::ValidateBase<std::pair<std::string, std::string>>; 50 spvtest::ValidateBase<std::pair<std::string, std::string>>; 52 spvtest::ValidateBase<std::pair<std::string, std::string>>; 54 spvtest::ValidateBase<std::pair<std::string, std::string>>; 56 spvtest::ValidateBase<std::pair<std::string, std::string>>; 58 spvtest::ValidateBase<std::pair<st [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
H A D | val_ext_inst_debug_test.cpp | 40 spvtest::ValidateBase<std::pair<std::string, std::string>>; 42 spvtest::ValidateBase<std::pair<std::string, std::string>>; 44 spvtest::ValidateBase<std::pair<std::string, std::string>>; 46 spvtest::ValidateBase<std::pair<std::string, std::string>>; 48 spvtest::ValidateBase<std::pair<std::string, std::string>>; 50 spvtest::ValidateBase<std::pair<std::string, std::string>>; 52 spvtest::ValidateBase<std::pair<std::string, std::string>>; 54 spvtest::ValidateBase<std::pair<std::string, std::string>>; 56 spvtest::ValidateBase<std::pair<std::string, std::string>>; 58 spvtest::ValidateBase<std::pair<st [all...] |
/third_party/spirv-tools/test/val/ |
H A D | val_ext_inst_debug_test.cpp | 40 spvtest::ValidateBase<std::pair<std::string, std::string>>; 42 spvtest::ValidateBase<std::pair<std::string, std::string>>; 44 spvtest::ValidateBase<std::pair<std::string, std::string>>; 46 spvtest::ValidateBase<std::pair<std::string, std::string>>; 48 spvtest::ValidateBase<std::pair<std::string, std::string>>; 50 spvtest::ValidateBase<std::pair<std::string, std::string>>; 52 spvtest::ValidateBase<std::pair<std::string, std::string>>; 54 spvtest::ValidateBase<std::pair<std::string, std::string>>; 56 spvtest::ValidateBase<std::pair<std::string, std::string>>; 58 spvtest::ValidateBase<std::pair<st [all...] |
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | types.h | 11 unsigned __int128 pair; member
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | proc_table_egl.h | 19 using ProcEntry = std::pair<const char *, __eglMustCastToProperFunctionPointerType>;
|