Home
last modified time | relevance | path

Searched refs:insert (Results 1151 - 1175 of 4155) sorted by relevance

1...<<41424344454647484950>>...167

/third_party/skia/infra/bots/assets/go/
H A Dcreate.py19 sys.path.insert(0, INFRA_BOTS_DIR)
/third_party/skia/infra/bots/assets/scripts/
H A Dcreate_and_upload.py19 sys.path.insert(0, INFRA_BOTS_DIR)
/third_party/skia/infra/bots/assets/clang_win/
H A Dcreate.py19 sys.path.insert(0, INFRA_BOTS_DIR)
/third_party/skia/infra/bots/assets/cockroachdb/
H A Dcreate.py20 sys.path.insert(0, INFRA_BOTS_DIR)
/third_party/spirv-tools/source/fuzz/pass_management/
H A Drepeated_pass_manager_looped_with_recommendations.cpp34 recommended_pass_indices_.insert( in RepeatedPassManagerLoopedWithRecommendations()
/third_party/spirv-tools/source/opt/
H A Dlocal_redundancy_elimination.cpp55 auto candidate = value_to_ids->insert({value, inst->result_id()}); in EliminateRedundanciesInBB()
/base/print/print_fwk/services/print_service/src/
H A Dprint_service_ability.cpp267 printUserDataMap_.insert(std::make_pair(callerTokenId, userData)); in StartService()
561 extensionList_.insert(std::make_pair(printExtInfo.GetExtensionId(), extInfo)); in QueryAllExtension()
562 extensionStateList_.insert(std::make_pair(printExtInfo.GetExtensionId(), PRINT_EXTENSION_UNLOAD)); in QueryAllExtension()
1039 printerIdAndPreferenceMap_.insert(std::make_pair(printerId, savePrinterPreference)); in WritePrinterPreference()
1085 printerIdAndPreferenceMap_.insert(std::make_pair(printerId, savePrinterPreference)); in WriteEprinterPreference()
1148 printerJobMap_[printerId].insert(std::make_pair(jobId, true)); in StartNativePrintJob()
1172 printerJobMap_[printerId].insert(std::make_pair(jobId, true)); in StartPrintJob()
1207 queuedJobList_.insert(std::make_pair(jobId, printJob)); in UpdateQueuedJobList()
1208 jobOrderList_.insert(std::make_pair(jobOrderId, jobId)); in UpdateQueuedJobList()
1333 userData->printJobList_.insert(st in SetPrintJobCanceled()
[all...]
/third_party/googletest/googlemock/test/
H A Dgmock-matchers-containers_test.cc1150 container.insert(make_pair("foo", 1)); in TEST()
1153 container.insert(make_pair("bar", 2)); in TEST()
1301 ifib.insert(make_pair(8, 6)); in TEST()
1302 ifib.insert(make_pair(2, 3)); in TEST()
1303 ifib.insert(make_pair(1, 1)); in TEST()
1304 ifib.insert(make_pair(3, 4)); in TEST()
1305 ifib.insert(make_pair(1, 2)); in TEST()
1306 ifib.insert(make_pair(5, 5)); in TEST()
2138 a.insert(1); in TEST_P()
2139 a.insert( in TEST_P()
[all...]
/base/hiviewdfx/hiview/core/
H A Dhiview_platform.cpp323 pluginBundleInfos_.insert(std::pair<std::string, std::shared_ptr<PluginBundle>>(bundleName, bundle)); in LoadPluginBundle()
569 privateWorkLoopMap_.insert(std::make_pair(name, privateLoop)); in GetAvailableWorkLoop()
1001 data->typesInfo_.insert(types.begin(), types.end()); in AddDispatchInfo()
1004 data->tagsInfo_.insert(tags.begin(), tags.end()); in AddDispatchInfo()
1007 data->eventsInfo_.insert(eventNames.begin(), eventNames.end()); in AddDispatchInfo()
1010 data->domainsInfo_.insert(domainRulesMap.begin(), domainRulesMap.end()); in AddDispatchInfo()
1029 it->second.insert(eventNames.begin(), eventNames.end()); in AddListenerInfo()
1037 it->second.insert(domainRulesMap.begin(), domainRulesMap.end()); in AddListenerInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp293 I.insert(Idx, Idx.getNextSlot(), Loc); in addDef()
774 I.insert(Start, Stop, Loc); in extendDef()
843 I.insert(Idx, Idx.getNextSlot(), NewLoc); in addDefsFromCopies()
944 I.insert(RStart, IStop, Loc); in computeIntervals()
956 trimmedDefs.insert(RStart); in computeIntervals()
1093 // Re-insert any removed OldLocNo ranges. in splitLocation()
1095 LocMapI.insert(LStart, LocMapI.start(), OldLoc); in splitLocation()
1101 LocMapI.insert(LII->end, LStop, OldLoc); in splitLocation()
1178 // Use MapVector instead of SetVector because MapVector::insert returns the in rewriteLocations()
1221 auto InsertResult = NewLocations.insert({Lo in rewriteLocations()
[all...]
H A DPrologEpilogInserter.cpp260 I.first->insert(I.first->begin(), I.second.begin(), I.second.end()); in runOnMachineFunction()
354 // Even when we do not change any CSR, we still want to insert the in calculateSaveRestoreBlocks()
364 // then the end point is unreachable and we do not need to insert any in calculateSaveRestoreBlocks()
480 Visited.insert(Entry); in updateLiveness()
482 Visited.insert(Save); in updateLiveness()
500 if (Visited.insert(SuccBB).second) in updateLiveness()
582 "loadRegFromStackSlot didn't insert any code!"); in insertCSRRestores()
583 // Insert in reverse order. loadRegFromStackSlot can insert in insertCSRRestores()
778 ProtectedObjs.insert(i); in AssignProtectedObjSet()
968 SmallArrayObjs.insert( in calculateFrameObjectOffsets()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DVectorUtils.cpp273 // If this is an insert to a variable element, we don't know what it is. in findScalarElement()
278 // If this is an insert to the element we are looking for, return the in findScalarElement()
387 InstructionSet.insert(&I); in computeMinimumValueSizes()
403 Roots.insert(&I); in computeMinimumValueSizes()
417 Visited.insert(Val); in computeMinimumValueSizes()
516 List.insert(AccGroups); in addToAccessGroupList()
523 List.insert(Item); in addToAccessGroupList()
908 // insert each A into B's group if: in analyzeInterleaving()
934 StoreGroups.insert(Group); in analyzeInterleaving()
936 LoadGroups.insert(Grou in analyzeInterleaving()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp195 MF->insert(++MBB.getIterator(), LoadCmpBB); in expandCMP_SWAP()
196 MF->insert(++LoadCmpBB->getIterator(), StoreBB); in expandCMP_SWAP()
197 MF->insert(++StoreBB->getIterator(), DoneBB); in expandCMP_SWAP()
277 MF->insert(++MBB.getIterator(), LoadCmpBB); in expandCMP_SWAP_128()
278 MF->insert(++LoadCmpBB->getIterator(), StoreBB); in expandCMP_SWAP_128()
279 MF->insert(++StoreBB->getIterator(), DoneBB); in expandCMP_SWAP_128()
364 MF->insert(++MBB.getIterator(), LoopBB); in expandSetTagLoop()
365 MF->insert(++LoopBB->getIterator(), DoneBB); in expandSetTagLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
H A DTextStub.cpp460 ArchSet.insert(Library.getArchitectures()); in NormalizedTBD()
463 ArchSet.insert(Library.getArchitectures()); in NormalizedTBD()
469 ArchSet.insert(Architectures); in NormalizedTBD()
537 ArchSet.insert(Architectures); in NormalizedTBD()
808 Targets.insert(Targets.begin(), File->targets().begin(), in NormalizedTBD_V4()
834 CurrentSection.Targets.insert(CurrentSection.Targets.begin(), in NormalizedTBD_V4()
859 CurrentSection.Targets.insert(CurrentSection.Targets.begin(), in NormalizedTBD_V4()
1005 CurrentSection.Targets.insert(CurrentSection.Targets.begin(), in assignTargetsToLibrary()
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
H A DD3D12DescriptorHeapTests.cpp286 heaps.insert(heap); in TEST_P()
317 heaps.insert(heap); in TEST_P()
359 heaps.insert(heap); in TEST_P()
385 heaps.insert(heap); in TEST_P()
410 heaps.insert(heap); in TEST_P()
930 allocatedHeaps.insert(allocation.GetHeapIndex()); in TEST_P()
958 EXPECT_TRUE(allocationPtrs.insert(allocation.OffsetFrom(0, 0).ptr).second); in TEST_P()
974 EXPECT_TRUE(reallocatedPtrs.insert(allocation.OffsetFrom(0, 0).ptr).second); in TEST_P()
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_pass_donate_modules.cpp163 original_id_to_donated_id->insert( in HandleExternalInstructionImports()
592 original_id_to_donated_id->insert({type_or_value.result_id(), new_result_id}); in HandleTypeOrValue()
836 original_id_to_donated_id->insert( in HandleOpArrayLength()
859 skipped_instructions->insert(instruction.result_id()); in HandleDifficultInstruction()
878 skipped_instructions->insert(instruction.result_id()); in HandleDifficultInstruction()
886 original_id_to_donated_id->insert( in HandleDifficultInstruction()
934 original_id_to_donated_id->insert( in PrepareInstructionForDonation()
961 original_id_to_donated_id->insert( in PrepareInstructionForDonation()
/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_memory_test.cpp195 memInfo.insert(pair<string, uint64_t>("Name", pid)); in HWTEST_F()
196 groupMap.insert(pair<string, ValueMap>("test", memInfo)); in HWTEST_F()
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Dpanel_listener_impl.cpp43 auto [it, insert] = cbs.try_emplace(type, cbObject); in Subscribe()
44 if (insert) { in Subscribe()
/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Ddisallowed_running_bundles_plugin.cpp36 perms.insert(std::make_pair(EdmConstants::PERMISSION_TAG_VERSION_11, in InitPlugin()
38 perms.insert(std::make_pair(EdmConstants::PERMISSION_TAG_VERSION_12, in InitPlugin()
/base/customization/enterprise_device_management/test/unittest/interface/plugin_kits/
H A Diplugin_test.cpp76 perms.insert(std::make_pair("tag1", "permission1")); in HWTEST_F()
77 perms.insert(std::make_pair("tag2", "permission2")); in HWTEST_F()
/base/powermgr/battery_statistics/services/native/src/entities/
H A Dphone_entity.cpp156 phoneOnTimerMap_.insert( in GetOrCreateTimer()
170 phoneDataTimerMap_.insert( in GetOrCreateTimer()
/base/powermgr/thermal_manager/application/protector/src/
H A Dthermal_sensor_provision.cpp200 tzPathMap.insert(std::make_pair(tzType, iter->tempPath)); in ParseThermalZoneInfo()
244 typeTempMap_.insert(std::make_pair(sensorIter.first, temp)); in ReportThermalZoneData()
H A Dthermal_sensor_provider.cpp74 typeTempMap_.insert(std::make_pair(intervalIter->first, iter->temp)); in GetThermalSensorInfo()
133 callbackHandler_.insert(std::make_pair(timerFd_, &ThermalSensorProvider::TimerProviderCallback)); in CreateProviderFd()
/base/request/request/services/src/service/client/
H A Dmanager.rs140 v.insert((client, fd)); in handle_open_channel()
158 self.pid_map.insert(tid, pid); in handle_subscribe()
/base/security/asset/services/db_operator/src/
H A Ddatabase.rs72 map.insert(user_id, nf);
89 map.insert((user_id, db_file_name), nf);
467 /// // SQL: insert into table_name(Owner,OwnerType,Alias,value) values('owner',1,'alias','insert_value')
469 /// datas.insert(column::OWNER, Value::Bytes(b"owner".to_ver()));
470 /// datas.insert(column::OWNER_TYPE, Value::Number(OwnerType::Native as u32));
471 /// datas.insert(column::ALIAS, Value::Bytes(b"alias".to_ver()));
472 /// datas.insert("value", Value::Bytes(b"insert_value".to_vec()));
506 /// datas.insert(column::OWNER, Value::Bytes(b"owner".to_ver()));
507 /// datas.insert(column::OWNER_TYPE, Value::Number(OwnerType::Native as u32));
508 /// datas.insert(colum
[all...]

Completed in 30 milliseconds

1...<<41424344454647484950>>...167