/third_party/node/deps/icu-small/source/i18n/ |
H A D | number_formatimpl.cpp | 525 length += string.insert( in writeNumber() 532 length += string.insert( in writeNumber() 550 length += string.insert( in writeNumber() 556 length += string.insert( in writeNumber() 563 length += string.insert( in writeNumber() 601 length += string.insert( in writeIntegerDigits()
|
H A D | nfrule.cpp | 705 ruleTextCopy.insert(sub2->getPos(), temp); 709 ruleTextCopy.insert(sub1->getPos(), temp); 741 // first, insert the rule's rule text into toInsertInto at the 742 // specified position, then insert the results of the substitutions 749 toInsertInto.insert(pos, fRuleText); 756 toInsertInto.insert(pos, fRuleText.tempSubString(pluralRuleEnd + 2)); 758 toInsertInto.insert(pos, 761 toInsertInto.insert(pos, fRuleText.tempSubString(0, pluralRuleStart)); 786 // first, insert the rule's rule text into toInsertInto at the 787 // specified position, then insert th [all...] |
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_ssa.cpp | 153 bucket[SEMI(w)].insert(nw); in build() 168 insert(&BasicBlock::get(cfg->getRoot())->dom); in build() 203 bb->getDF().insert(dfLocal); in findDominanceFrontiers() 213 bb->getDF().insert(dfUp); in findDominanceFrontiers() 331 // 2. insert PHI functions in convertToSSA() 364 workList.insert(bb); in convertToSSA() 367 // for each block in workList, insert a phi for lval in the block's in convertToSSA() 394 wI.insert(dfBB); in convertToSSA()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/ |
H A D | vktAmberTestCase.cpp | 462 m_required_features.insert(requirement); in addRequirement() 464 m_required_extensions.insert(requirement); in addRequirement() 500 allRequirements.insert(begin(deviceExtensions), end(deviceExtensions)); in validateRequirements() 501 allRequirements.insert(begin(instanceExtensions), end(instanceExtensions)); in validateRequirements() 502 allRequirements.insert(begin(requiredFeatures), end(requiredFeatures)); in validateRequirements() 505 ctsRequirements.insert(begin(m_required_extensions), end(m_required_extensions)); in validateRequirements()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/ |
H A D | vktAmberTestCase.cpp | 461 m_required_features.insert(requirement); in addRequirement() 463 m_required_extensions.insert(requirement); in addRequirement() 499 allRequirements.insert(begin(deviceExtensions), end(deviceExtensions)); in validateRequirements() 500 allRequirements.insert(begin(instanceExtensions), end(instanceExtensions)); in validateRequirements() 501 allRequirements.insert(begin(requiredFeatures), end(requiredFeatures)); in validateRequirements() 504 ctsRequirements.insert(begin(m_required_extensions), end(m_required_extensions)); in validateRequirements()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineCopyPropagation.cpp | 121 RegsToInvalidate.insert(MI->getOperand(0).getReg()); in invalidateRegister() 122 RegsToInvalidate.insert(MI->getOperand(1).getReg()); in invalidateRegister() 124 RegsToInvalidate.insert(I->second.DefRegs.begin(), in invalidateRegister() 165 auto I = Copies.insert({*RUI, {nullptr, {}, false}}); in trackCopy() 610 MaybeDeadCopies.insert(MI); in ForwardCopyPropagateBlock() 795 MaybeDeadCopies.insert(Copy); in propagateDefs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/ |
H A D | LinkModules.cpp | 392 ValuesToLink.insert(&GV); in linkIfNeeded() 403 Internalize.insert(GV.getName()); in addLazyFor() 417 Internalize.insert(GV2->getName()); in addLazyFor() 481 ReplacedDstComdats.insert(DstC); in run() 541 ValuesToLink.insert(GV2); in run() 547 Internalize.insert(GV->getName()); in run()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | fuzzer_pass.cpp | 127 // In order for transformations to insert new instructions, they need to in ForEachInstructionWithInstructionDescriptor() 128 // be able to identify the instruction to insert before. We describe an in ForEachInstructionWithInstructionDescriptor() 489 basic_types.insert(inst.result_id()); in GetAvailableBasicTypesAndPointers() 490 basic_type_to_pointers.insert({inst.result_id(), {}}); in GetAvailableBasicTypesAndPointers() 495 basic_types.insert(inst.result_id()); in GetAvailableBasicTypesAndPointers() 496 basic_type_to_pointers.insert({inst.result_id(), {}}); in GetAvailableBasicTypesAndPointers() 512 basic_types.insert(inst.result_id()); in GetAvailableBasicTypesAndPointers() 513 basic_type_to_pointers.insert({inst.result_id(), {}}); in GetAvailableBasicTypesAndPointers()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | fuzzer_pass.cpp | 127 // In order for transformations to insert new instructions, they need to in ForEachInstructionWithInstructionDescriptor() 128 // be able to identify the instruction to insert before. We describe an in ForEachInstructionWithInstructionDescriptor() 489 basic_types.insert(inst.result_id()); in GetAvailableBasicTypesAndPointers() 490 basic_type_to_pointers.insert({inst.result_id(), {}}); in GetAvailableBasicTypesAndPointers() 495 basic_types.insert(inst.result_id()); in GetAvailableBasicTypesAndPointers() 496 basic_type_to_pointers.insert({inst.result_id(), {}}); in GetAvailableBasicTypesAndPointers() 512 basic_types.insert(inst.result_id()); in GetAvailableBasicTypesAndPointers() 513 basic_type_to_pointers.insert({inst.result_id(), {}}); in GetAvailableBasicTypesAndPointers()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | MustExecute.cpp | 168 Predecessors.insert(Pred); in collectTransitivePredecessors() 184 if (Predecessors.insert(PredPred).second) in collectTransitivePredecessors() 221 if (CheckedSuccessors.insert(Succ).second && in allLoopPathsLeadToBlock() 602 if (!Visited.insert(ToBB).second) { in findForwardJoinPoint() 702 Visited.insert(I); in reset() 709 if (Next && !Visited.insert(Next).second) in advance()
|
/third_party/skia/tools/skqp/src/ |
H A D | skqp.cpp | 70 auto insert = [&testset](const char* s, size_t l) { in get_unit_tests() local 76 testset.insert(std::string(s, l)); in get_unit_tests() 80 readlines(dat->data(), dat->size(), insert); in get_unit_tests() 98 auto insert = [gmThresholds](const char* s, size_t l) { in get_render_tests() local 122 gmThresholds->insert({std::move(key), value}); // (*gmThresholds)[s] = value; in get_render_tests() 125 readlines(dat->data(), dat->size(), insert); in get_render_tests()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | raw_hash_set_probe_benchmark.cc | 145 while (t.size() < kMinSize) t.insert(t.size()); in GetMinMaxLoadSizes() 149 while (lf <= t.load_factor()) t.insert(t.size()); in GetMinMaxLoadSizes() 152 // Then, insert until we reach min load factor. in GetMinMaxLoadSizes() 157 t.insert(t.size()); in GetMinMaxLoadSizes() 182 while (t.size() < min_max_sizes.min_load) t.insert(elem()); in CollectMeanProbeLengths() 187 t.insert(elem()); in CollectMeanProbeLengths() 191 while (t.size() < min_max_sizes.max_load) t.insert(elem()); in CollectMeanProbeLengths()
|
/third_party/rust/crates/nix/test/ |
H A D | test_stat.rs | 156 mode1.insert(Mode::S_IRUSR); in test_fchmod() 157 mode1.insert(Mode::S_IWUSR); in test_fchmod() 164 mode2.insert(Mode::S_IROTH); in test_fchmod() 185 mode1.insert(Mode::S_IRUSR); in test_fchmodat() 186 mode1.insert(Mode::S_IWUSR); in test_fchmodat() 196 mode2.insert(Mode::S_IROTH); in test_fchmodat()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
H A D | LTO.cpp | 186 UsedCfiDefs.insert(ValueGUID); in computeLTOCacheKey() 188 UsedCfiDecls.insert(ValueGUID); in computeLTOCacheKey() 205 UsedTypeIds.insert(TT); in computeLTOCacheKey() 207 UsedTypeIds.insert(TT.GUID); in computeLTOCacheKey() 209 UsedTypeIds.insert(TT.GUID); in computeLTOCacheKey() 211 UsedTypeIds.insert(TT.VFunc.GUID); in computeLTOCacheKey() 213 UsedTypeIds.insert(TT.VFunc.GUID); in computeLTOCacheKey() 372 GlobalInvolvedWithAlias.insert(&AS->getAliasee()); in thinLTOResolvePrevailingInIndex() 690 AliasedGlobals.insert(GO); in addRegularLTO() 747 NonPrevailingComdats.insert(G in addRegularLTO() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | BitTracker.cpp | 214 BT::RegisterCell &BT::RegisterCell::insert(const BT::RegisterCell &RC, in insert() function in BT::RegisterCell 353 // value. Don't actually insert anything in the map, just return the cell. 371 // If not found, create a "top" entry, but do not insert it in the map. 700 // Copy bits from A1, insert A2 at position AtN. 703 Res.insert(RegisterCell::ref(A2), BT::BitMask(AtN, AtN+W2-1)); 736 Res.insert(RegisterCell::ref(getCell(RS, Inputs)), mask(RD.Reg, SS)); 737 Res.insert(RegisterCell::ref(getCell(RT, Inputs)), mask(RD.Reg, ST)); 753 Res.insert(Src, BitMask(0, WS-1)); 789 Dist.insert(std::make_pair(MI, D)); 932 InstrExec.insert( [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | SampleProfile.cpp | 243 CurrentGUIDToFuncNameMap.insert( in GUIDToFuncNameMapper() 255 CurrentGUIDToFuncNameMap.insert( in GUIDToFuncNameMapper() 782 VisitedBlocks.insert(&BB); in computeBlockWeights() 1001 CIS.insert(CIS.begin(), AllCandidates.begin(), AllCandidates.end()); in inlineHotFunctions() 1005 CIS.insert(CIS.begin(), ColdCandidates.begin(), ColdCandidates.end()); in inlineHotFunctions() 1046 PromotedInsns.insert(I); in inlineHotFunctions() 1154 VisitedBlocks.insert(EC); in findEquivalencesFor() 1370 VisitedEdges.insert(UnknownEdge); in propagateThroughEdges() 1381 VisitedEdges.insert(E); in propagateThroughEdges() 1387 VisitedEdges.insert( in propagateThroughEdges() [all...] |
/base/notification/common_event_service/services/test/unittest/static_subscriber_manager_unit_test/ |
H A D | static_subscriber_manager_unit_test.cpp | 131 events.insert(expectEventName);
in HWTEST_F() 618 events.insert(expectEventName0);
in HWTEST_F() 619 events.insert(expectEventName1);
in HWTEST_F() 684 events.insert(expectEventName1);
in HWTEST_F() 789 events.insert(expectEventName0);
in HWTEST_F() 843 events.insert(expectEventName0);
in HWTEST_F() 1299 events.insert(testEventName);
in HWTEST_F() 1330 manager->validSubscribers_.insert(make_pair(eventName, info0));
in HWTEST_F() 1336 events.insert(testEventName);
in HWTEST_F() 1410 events.insert(testEventName in HWTEST_F() [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | nfrule.cpp | 705 ruleTextCopy.insert(sub2->getPos(), temp); 709 ruleTextCopy.insert(sub1->getPos(), temp); 741 // first, insert the rule's rule text into toInsertInto at the 742 // specified position, then insert the results of the substitutions 749 toInsertInto.insert(pos, fRuleText); 756 toInsertInto.insert(pos, fRuleText.tempSubString(pluralRuleEnd + 2)); 758 toInsertInto.insert(pos, 761 toInsertInto.insert(pos, fRuleText.tempSubString(0, pluralRuleStart)); 786 // first, insert the rule's rule text into toInsertInto at the 787 // specified position, then insert th [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | InstrEmitter.cpp | 94 bool isNew = VRBaseMap.insert(std::make_pair(Op, SrcReg)).second; in EmitCopyFromReg() 184 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in EmitCopyFromReg() 251 // If this def corresponds to a result of the SDNode insert the VRBase into in CreateVirtualRegisters() 257 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in CreateVirtualRegisters() 593 MBB->insert(InsertPos, MIB); 598 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; 621 bool isNew = VRBaseMap.insert(std::make_pair(Op, NewVReg)).second; 650 // insert copies for them in TwoAddressInstructionPass anyway. 667 MBB->insert(InsertPos, MIB); 669 bool isNew = VRBaseMap.insert(st [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFVerifier.cpp | 30 DWARFVerifier::DieRangeInfo::insert(const DWARFAddressRange &R) { in insert() function in DWARFVerifier::DieRangeInfo 45 Ranges.insert(Pos, R); in insert() 50 DWARFVerifier::DieRangeInfo::insert(const DieRangeInfo &RI) { in insert() function in DWARFVerifier::DieRangeInfo 58 Children.insert(RI); in insert() 255 auto Result = AttributeSet.insert(Attribute.Attr); in verifyAbbrevSection() 410 const auto IntersectingRange = RI.insert(Range); in verifyDieRanges() 421 const auto IntersectingChild = ParentRI.insert(RI); in verifyDieRanges() 561 ReferenceToDIEOffsets[*RefVal].insert(Die.getOffset()); in verifyDebugInfoForm() 580 ReferenceToDIEOffsets[*RefVal].insert(Die.getOffset()); in verifyDebugInfoForm() 1153 if (!Attributes.insert(AttrEn in verifyNameIndexAbbrevs() [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | nfrule.cpp | 705 ruleTextCopy.insert(sub2->getPos(), temp); 709 ruleTextCopy.insert(sub1->getPos(), temp); 741 // first, insert the rule's rule text into toInsertInto at the 742 // specified position, then insert the results of the substitutions 749 toInsertInto.insert(pos, fRuleText); 756 toInsertInto.insert(pos, fRuleText.tempSubString(pluralRuleEnd + 2)); 758 toInsertInto.insert(pos, 761 toInsertInto.insert(pos, fRuleText.tempSubString(0, pluralRuleStart)); 786 // first, insert the rule's rule text into toInsertInto at the 787 // specified position, then insert th [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsConstantIslandPass.cpp | 834 BBInfo.insert(BBInfo.begin() + NewBB->getNumber(), BasicBlockInfo()); in updateForInsertedWaterBlock() 839 WaterList.insert(IP, NewBB); in updateForInsertedWaterBlock() 857 MF->insert(MBBI, NewBB); in splitBlockBeforeInstr() 882 BBInfo.insert(BBInfo.begin() + NewBB->getNumber(), BasicBlockInfo()); in splitBlockBeforeInstr() 887 // unconditional branch - in that case we want to insert NewBB). in splitBlockBeforeInstr() 891 WaterList.insert(std::next(IP), NewBB); in splitBlockBeforeInstr() 893 WaterList.insert(IP, OrigBB); in splitBlockBeforeInstr() 894 NewWaterList.insert(OrigBB); in splitBlockBeforeInstr() 1184 // we don't insert more branches than necessary. in findAvailableWater() 1224 // Size of branch to insert in createNewWater() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | EarlyCSE.cpp | 501 /// if so, we replace them with what we find, otherwise we insert them so 876 AvailableValues.insert(Curr, TorF); in handleBranchCondition() 894 if (SimpleValue::canHandle(OPI) && Visited.insert(OPI).second) in handleBranchCondition() 966 AvailableValues.insert(CondI, ConstantInt::getTrue(BB->getContext())); in processNode() 999 AvailableInvariants.insert(MemLoc, CurrentGeneration); in processNode() 1024 AvailableValues.insert(CondI, ConstantInt::getTrue(BB->getContext())); in processNode() 1082 AvailableValues.insert(Inst, Inst); in processNode() 1104 AvailableInvariants.insert(MemLoc, CurrentGeneration); in processNode() 1143 AvailableLoads.insert( in processNode() 1185 AvailableCalls.insert( in processNode() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/ |
H A D | Stage.cpp | 24 Listeners.insert(Listener); in addListener()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-engine.cc | 874 isolates_[isolate]->native_modules.insert(native_module); in ImportNativeModule() 876 native_modules_[native_module]->isolates.insert(isolate); in ImportNativeModule() 1120 log_entry.code.insert(log_entry.code.end(), code_vec.begin(), in LogCode() 1170 auto pair = native_modules_.insert(std::make_pair( in NewNativeModule() 1173 pair.first->second.get()->isolates.insert(isolate); in NewNativeModule() 1175 isolate_info->native_modules.insert(native_module.get()); in NewNativeModule() 1211 native_module_info->isolates.insert(isolate); in MaybeGetNativeModule() 1212 isolates_[isolate]->native_modules.insert(native_module.get()); in MaybeGetNativeModule() 1238 native_modules_[native_module->get()]->isolates.insert(isolate); in UpdateNativeModuleCache() 1240 isolates_[isolate]->native_modules.insert(native_modul in UpdateNativeModuleCache() [all...] |