Home
last modified time | relevance | path

Searched refs:insert (Results 1451 - 1475 of 3480) sorted by relevance

1...<<51525354555657585960>>...140

/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dudbgutil.cpp644 ticket.insert(0, ICU_BUG_PREFIX); in mapTicketId()
670 fTable[ticket][where].insert(std::string(icu::CStr(ustr)())); in add()
693 fTable[ticket][where].insert(str); in add()
/third_party/skia/third_party/externals/piex/src/
H A Dpiex.cc59 desired_tags.insert(extended_tags.cbegin(), extended_tags.cend()); in GetDngInformation()
91 desired_tags.insert(extended_tags.cbegin(), extended_tags.cend()); in GetPreviewData()
128 desired_tags.insert(extended_tags.cbegin(), extended_tags.cend()); in GetThumbnailOffsetAndLength()
/third_party/python/Lib/idlelib/
H A Dautocomplete_w.py73 self.widget.insert("%s+%dc" % (self.startindex, i),
157 self.listbox.insert(END, item)
171 self.start = self.widget.get(self.startindex, "insert")
198 listbox.insert(END, item)
409 # two tabs in a row; insert current selection and close acw
442 if self.widget.index("insert") != \
444 # If we didn't catch an event which moved the insert, close window
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp120 if (!SimpleConstants.insert(C).second) in isSimpleEnoughValueToCommit()
519 // We don't insert an entry into Values, as it doesn't have a in EvaluateBlock()
534 Invariants.insert(GV); in EvaluateBlock()
717 if (!ExecutedBlocks.insert(NextBB).second) in EvaluateFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp284 NameTable.insert(std::make_pair(FName, 0)); in addName()
307 V.insert(I.first); in stablizeNameTable()
432 IndexMap.insert({static_cast<uint32_t>(SecHdrTable[i].Type), i}); in writeSecHdrTable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64A57FPLoadBalancing.cpp207 Insts.insert(MI); in Chain()
220 Insts.insert(MI); in add()
358 EC.insert(I.get()); in runOnBasicBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DA15SDOptimizer.cpp179 DeadInstr.insert(MI); in eraseInstrWithNoUses()
234 DeadInstr.insert(Def); in eraseInstrWithNoUses()
289 // See if all bar one of the operands are IMPLICIT_DEF and insert the in optimizeSDPattern()
368 Reached.insert(MI); in elideCopiesAndPHIs()
566 // REG_SEQUENCE pseudos that insert an SPR value into a DPR register or in runOnInstruction()
588 // IMPLICIT_DEFs, insert the VDUP pattern for just the in runOnInstruction()
659 // Since the A15SDOptimizer pass can insert VDUP instructions, it can only be in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp277 SuccsOutsideRegion.insert(SuccBB); in getOutliningPenalty()
410 RegionBlocks.insert(BB); in create()
606 return !ColdBlocks.insert(Block.first).second; in outlineColdRegions()
H A DThinLTOBitcodeWriter.cpp257 MergedMComdats.insert(C); in splitAndWriteThinLTOBitcode()
270 EligibleVirtualFns.insert(F); in splitAndWriteThinLTOBitcode()
301 CfiFunctions.insert(&F); in splitAndWriteThinLTOBitcode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DCGSCCPassManager.h591 CallCounts.insert(std::make_pair(&N.getFunction(), CountLocal)) in run()
783 RCWorklist.insert(&*RCI++); in run()
801 CWorklist.insert(&C); in run()
/third_party/protobuf/python/google/protobuf/pyext/
H A Ddescriptor_pool.cc143 if (!descriptor_pool_map->insert( in PyDescriptorPool_NewWithUnderlay()
167 if (!descriptor_pool_map->insert(std::make_pair(cpool->pool, cpool)).second) { in PyDescriptorPool_NewWithDatabase()
740 descriptor_pool_map->insert( in InitDescriptorPool()
/third_party/python/Lib/test/
H A Dtest_bisect.py11 """A trivial range()-like object that has an insert() method."""
28 def insert(self, idx, item): member in Range
293 def insert(self, index, item): member in TestInsort.test_listDerived.List
294 self.data.insert(index, item)
/third_party/rust/crates/syn/codegen/src/
H A Dparse.rs425 tokens.insert(token, ty.to_string()); in parse_token_macro()
452 features.insert(parse_feature(&nested)?); in parse_features()
459 features.insert(parse_feature(input)?); in parse_features()
597 lookup.items.insert(found.ast.ident.clone(), found); in do_load_file()
602 lookup.items.insert( in do_load_file()
637 lookup.aliases.insert(use_tree.rename, use_tree.ident); in load_aliases()
/third_party/spirv-tools/source/fuzz/
H A Dtransformation_propagate_instruction_down.cpp104 assert(insert_before_inst && "Can't insert into one of the successors"); in Apply()
121 visited_predecessors.insert(predecessor_id); in Apply()
136 assert(it != successor_ids.end() && "Unable to insert OpPhi"); in Apply()
425 // Get the result id of the block we will insert OpPhi instruction into. in IsApplicableToBlock()
514 result.insert(successor_id);
545 // We can't insert an OpPhi into |merge_block_id| if it's an acceptable
586 result.insert(pair.second());
/third_party/spirv-tools/source/opt/
H A Dtrim_capabilities_pass.cpp374 output.insert(desc->extensions[i]); in getExtensionsRelatedTo()
488 capabilities->insert(*result); in addInstructionRequirements()
557 capabilities_to_trim.insert(capability); in TrimUnrequiredCapabilities()
/kernel/linux/linux-5.10/arch/powerpc/xmon/
H A Dppc.h245 /* Insertion function. This is used by the assembler. To insert an
263 unsigned long (*insert)
316 insert function with any op value. The disassembler should call
262 unsigned long (*insert) global() member
/kernel/linux/linux-5.10/arch/arm/mm/
H A Dproc-v7-2level.S49 bfi r1, r2, #8, #24 @ insert into new context ID
/kernel/linux/linux-5.10/Documentation/
H A Dconf.py28 sys.path.insert(0, os.path.abspath('sphinx'))
/kernel/linux/linux-6.6/arch/arm/mm/
H A Dproc-v7-2level.S51 bfi r1, r2, #8, #24 @ insert into new context ID
/kernel/linux/linux-6.6/arch/powerpc/xmon/
H A Dppc.h245 /* Insertion function. This is used by the assembler. To insert an
263 unsigned long (*insert)
316 insert function with any op value. The disassembler should call
262 unsigned long (*insert) global() member
/third_party/f2fs-tools/scripts/
H A Dverify.sh55 $XFSTESTS/ltp/fsstress -x "echo 3 > /proc/sys/vm/drop_caches && sleep 1" -X 1 -r -f fsync=8 -f sync=0 -f write=8 -f dwrite=2 -f truncate=6 -f allocsp=0 -f bulkstat=0 -f bulkstat1=0 -f freesp=0 -f zero=1 -f collapse=1 -f insert=1 -f resvsp=0 -f unresvsp=0 -S t -p 10 -n $2 -d $1 >/dev/null
/third_party/glslang/StandAlone/
H A DDirStackFileIncluder.h118 includedFiles.insert(path); in readLocalPath()
/third_party/benchmark/test/
H A Duser_counters_thousands_test.cc15 state.counters.insert({ in BM_Counters_Thousands()
/third_party/benchmark/src/
H A Dcsv_reporter.cc71 user_counter_names_.insert(cnt.first); in ReportRuns()
/third_party/gn/src/gn/
H A Dsubstitution_pattern.cc115 bits->used.insert(elem.type); in FillRequiredTypes()

Completed in 29 milliseconds

1...<<51525354555657585960>>...140