/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | MachineBasicBlock.h | 540 /// This is the correct point to insert lowered copies at the beginning of a 545 /// debug. This is the correct point to insert copies at the beginning of a 608 /// MIBundleBuilder::insert() for a more reliable way of doing that. 609 instr_iterator insert(instr_iterator I, MachineInstr *M); 613 void insert(iterator I, IT S, IT E) { in insert() function in llvm::MachineBasicBlock 616 Insts.insert(I.getInstrIterator(), S, E); in insert() 620 iterator insert(iterator I, MachineInstr *MI) { in insert() function in llvm::MachineBasicBlock 624 "Cannot insert instruction with bundle flags"); in insert() 625 return Insts.insert(I.getInstrIterator(), MI); in insert() 633 "Cannot insert instructio in insertAfter() [all...] |
/third_party/vixl/test/ |
H A D | test-api.cc | 407 expected.insert(CPUFeatures::kFP); in TEST() 408 expected.insert(CPUFeatures::kNEON); in TEST() 409 expected.insert(CPUFeatures::kCRC32); in TEST() 412 if (expected.erase(f) == 0) unexpected.insert(f); in TEST() 423 found.insert(f); in TEST()
|
/third_party/spirv-tools/source/opt/ |
H A D | constants.h | 361 another->components_.insert(another->components_.end(), components_.begin(), in CopyVectorConstant() 394 another->components_.insert(another->components_.end(), components_.begin(), in CopyMatrixConstant() 547 // optional |pos| is given, it will insert any newly created instructions at 602 auto ret = const_pool_.insert(cst.get()); in RegisterConstant() 642 if (id_to_const_val_.insert({inst->result_id(), const_value}).second) { in MapConstantToInst() 643 const_val_to_id_.insert({const_value, inst->result_id()}); in MapConstantToInst()
|
/base/hiviewdfx/hiview/utility/common_utils/test/unittest/common/ |
H A D | utility_common_utils_test.cpp | 236 eventInfos.insert(std::pair("END_STACK", stack)); in HWTEST_F() 237 eventInfos.insert(std::pair("PNAME", "foundation")); in HWTEST_F() 274 eventInfos.insert(std::pair("END_STACK", stack)); in HWTEST_F() 275 eventInfos.insert(std::pair("PNAME", "foundation")); in HWTEST_F()
|
/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/ |
H A D | phone_number_matched.cpp | 60 matchedNumberInfoList.insert(matchedNumberInfoList.end(), shortList.begin(), shortList.end()); in GetMatchedPhoneNumber() 89 result.insert(result.end(), shortResult.begin(), shortResult.end()); in DealWithoutFixed() 329 result.insert(result.end(), posList.begin(), posList.end()); in GetPossibleNumberInfos() 345 set.insert(info); in DeleteRepeatedInfo()
|
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_user_input_test.cpp | 323 permitMimeTypes.insert(permitMimeType);
in HWTEST_F() 349 permitMimeTypes.insert(permitMimeType);
in HWTEST_F() 418 permitMimeTypes.insert(permitMimeType1);
in HWTEST_F() 419 permitMimeTypes.insert(permitMimeType2);
in HWTEST_F()
|
/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | widget_json_test.cpp | 71 para.authProfileMap.insert(pair<AuthType, ContextFactory::AuthProfile>(ALL, authProfile)); in CreatePara() 72 para.authProfileMap.insert(pair<AuthType, ContextFactory::AuthProfile>(PIN, authProfile)); in CreatePara() 73 para.authProfileMap.insert(pair<AuthType, ContextFactory::AuthProfile>(FACE, authProfile)); in CreatePara() 74 para.authProfileMap.insert(pair<AuthType, in CreatePara()
|
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/ |
H A D | templates_parser.cpp | 235 lens.insert(lens.end(), prefixLens.begin(), prefixLens.end()); in ParseArgsWithAutoFill() 237 lens.insert(lens.end(), repeatLens.begin(), repeatLens.end()); in ParseArgsWithAutoFill() 239 lens.insert(lens.end(), suffixLens.begin(), suffixLens.end()); in ParseArgsWithAutoFill() 371 newLens.insert(newLens.end(), lens.begin(), lens.end()); in ParseAutoFill()
|
/foundation/arkui/ace_engine/frameworks/core/components/relative_container/ |
H A D | render_relative_container.cpp | 77 reliedList.insert(flexItem->GetId()); in GetDependencyRelationship() 81 reliedOnMap_[alignRule.second.anchor].insert(flexItem->GetId()); in GetDependencyRelationship() 102 anchorSet.insert(alignRule.second.anchor); in PreTopologicalLoopDetection() 113 incomingDegreeMapCopy.insert(incomingDegreeMap_.begin(), incomingDegreeMap_.end()); in PreTopologicalLoopDetection()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | node_context_descriptor_set_manager.cpp | 80 dst.buffers.insert(dst.buffers.end(), src.buffers.begin(), src.buffers.begin() + maxCount); in CopyAndProcessBuffers() 105 dst.images.insert(dst.images.end(), src.images.begin(), src.images.begin() + maxCount); 144 dst.samplers.insert(dst.samplers.end(), src.samplers.begin(), src.samplers.begin() + maxCount); 193 dc.counts.insert(dc.counts.end(), ref.begin(), ref.end());
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/ |
H A D | rs_occlusion_region.cpp | 243 xs.insert(r.left_); in RegionOpLocal() 244 xs.insert(r.right_); in RegionOpLocal() 249 xs.insert(r.left_); in RegionOpLocal() 250 xs.insert(r.right_); in RegionOpLocal()
|
/foundation/multimedia/image_framework/plugins/manager/src/common/ |
H A D | attr_data.cpp | 297 auto result = value_.uint32Set->insert(value); in InsertSet() 299 IMAGE_LOGE("InsertSet: set insert error!"); in InsertSet() 324 auto result = value_.stringSet->insert(value); in InsertSet() 326 IMAGE_LOGE("InsertSet: set insert error!"); in InsertSet() 342 auto result = value_.stringSet->insert(std::move(value)); in InsertSet() 346 IMAGE_LOGE("InsertSet: set insert error!"); in InsertSet() 359 auto result = value_.stringSet->insert(std::move(value)); in InsertSet() 361 IMAGE_LOGE("InsertSet: set insert error!"); in InsertSet()
|
/foundation/multimedia/camera_framework/frameworks/native/camera/src/utils/ |
H A D | metadata_common_utils.cpp | 69 specInfos.insert(specInfos.end(), modeInfo.specInfos.begin(), modeInfo.specInfos.end()); in GetSupportedPreviewSizeRangeFromProfileLevel() 176 sizeList->insert(sizeList->end(), levelList->begin(), levelList->end()); in GetSupportedPreviewSizeRange() 190 sizeList->insert(sizeList->end(), extendList->begin(), extendList->end()); in GetSupportedPreviewSizeRange() 199 sizeList->insert(sizeList->end(), basicList->begin(), basicList->end()); in GetSupportedPreviewSizeRange()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_notify.cpp | 175 notifyDataMap.insert(make_pair(taskData->notifyType_, sendUris)); in AddNotify() 176 MediaLibraryNotify::nfListMap_.insert(make_pair(keyUri, notifyDataMap)); in AddNotify() 181 iter->second.insert(make_pair(taskData->notifyType_, sendUris)); in AddNotify() 338 outAlbums.insert(make_pair(static_cast<PhotoAlbumSubType>(albumSubType), albumId)); in GetDefaultAlbums()
|
/foundation/window/window_manager/utils/src/ |
H A D | wm_occlusion_region.cpp | 225 xs.insert(rect.left_); in RegionOpLocal() 226 xs.insert(rect.right_); in RegionOpLocal() 231 xs.insert(rect.left_); in RegionOpLocal() 232 xs.insert(rect.right_); in RegionOpLocal()
|
/foundation/communication/nfc/services/src/tag/ |
H A D | ndef_bt_data_parser.cpp | 147 res.insert(separatorPoz4, UUID_SEPARATOR);
in FormatUuidTo128Bit() 148 res.insert(separatorPoz3, UUID_SEPARATOR);
in FormatUuidTo128Bit() 149 res.insert(separatorPoz2, UUID_SEPARATOR);
in FormatUuidTo128Bit() 150 res.insert(separatorPoz1, UUID_SEPARATOR);
in FormatUuidTo128Bit()
|
/foundation/distributeddatamgr/relational_store/test/js/rdb/unittest/src/ |
H A D | RdbstoreUpdateJsunit.test.js | 64 let ret = await rdbStore.insert("test", valueBucket) 235 await rdbStore.insert("test", valueBucket) 285 await rdbStore.insert("test", valueBucket) 335 await rdbStore.insert("test", valueBucket)
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/transport/ |
H A D | transport_rfcomm.cpp | 146 transportMap_.insert(std::pair<uint16_t, RfcommTransport *>(handle, newTransport)); in AddTransportInternal() 165 transport->addressMap_.insert( in TransportRfcEventCallback() 169 transport->handleMap_.insert( in TransportRfcEventCallback() 215 transport->remoteAddrMap_.insert( in TransportRfcConnectSuccess()
|
/third_party/gn/src/gn/ |
H A D | command_refs.cc | 39 dep_map->insert(std::make_pair(dep_pair.ptr, target)); in FillDepMap() 196 results.insert(target); in DoAllListOutput() 217 results.insert(cur_dep->second); in DoDirectListOutput() 223 results.insert(target); in DoDirectListOutput()
|
H A D | header_checker.cc | 194 errors_.insert(errors_.end(), errors.begin(), errors.end()); in DoWork() 334 include_dirs.insert(include_dirs.end(), target_include_dirs.begin(), in CheckFile() 585 if (breadcrumbs.insert(std::make_pair(dep.ptr, cur_link)).second) in IsDependencyOf() 596 if (breadcrumbs.insert(std::make_pair(dep.ptr, cur_link)).second) in IsDependencyOf()
|
/third_party/glslang/SPIRV/ |
H A D | SpvPostProcess.cpp | 356 reachableBlocks.insert(b); in postProcessCFG() 358 if (why == ReachDeadMerge) unreachableMerges.insert(b); in postProcessCFG() 366 unreachableDefinitions.insert(ii->get()->getResultId()); in postProcessCFG() 370 unreachableDefinitions.insert(ii->get()->getResultId()); in postProcessCFG()
|
/third_party/json/tests/src/ |
H A D | unit-ordered_map.cpp | 275 SECTION("insert") 287 auto res1 = om.insert(vt1); 292 auto res4 = om.insert(vt4); 300 auto res1 = om.insert({"eins", "1"}); 305 auto res4 = om.insert({"vier", "four"});
|
/third_party/rust/crates/log/src/kv/ |
H A D | source.rs | 356 map.insert("a", 1); in hash_map() 357 map.insert("b", 2); in hash_map() 369 map.insert("a", 1); in btree_map() 370 map.insert("b", 2); in btree_map()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | BranchRelaxation.cpp | 78 // can't tell whether or not it will insert nops. Assume that it will. in postOffset() 210 /// Insert a new empty basic block and insert it after \BB 215 MF->insert(++BB.getIterator(), NewBB); in createNewBlockAfter() 218 BlockInfo.insert(BlockInfo.begin() + NewBB->getNumber(), BasicBlockInfo()); in createNewBlockAfter() 233 MF->insert(++OrigBB->getIterator(), NewBB); in splitBlockBeforeInstr() 245 BlockInfo.insert(BlockInfo.begin() + NewBB->getNumber(), BasicBlockInfo()); in splitBlockBeforeInstr()
|
H A D | LiveRangeEdit.cpp | 77 Remattable.insert(VNI); in checkRematerializable() 176 Rematted.insert(RM.ParentVNI); in rematerializeAt() 328 ToShrink.insert(&LI); in eliminateDeadDef() 368 DeadRemats->insert(MI); in eliminateDeadDef()
|