/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | udbgutil.cpp | 644 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 D | piex.cc | 59 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 D | autocomplete_w.py | 73 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 D | Evaluator.cpp | 120 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 D | SampleProfWriter.cpp | 284 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 D | AArch64A57FPLoadBalancing.cpp | 207 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 D | A15SDOptimizer.cpp | 179 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 D | HotColdSplitting.cpp | 277 SuccsOutsideRegion.insert(SuccBB); in getOutliningPenalty() 410 RegionBlocks.insert(BB); in create() 606 return !ColdBlocks.insert(Block.first).second; in outlineColdRegions()
|
H A D | ThinLTOBitcodeWriter.cpp | 257 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 D | CGSCCPassManager.h | 591 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 D | descriptor_pool.cc | 143 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 D | test_bisect.py | 11 """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 D | parse.rs | 425 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 D | transformation_propagate_instruction_down.cpp | 104 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 D | trim_capabilities_pass.cpp | 374 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 D | ppc.h | 245 /* 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 D | proc-v7-2level.S | 49 bfi r1, r2, #8, #24 @ insert into new context ID
|
/kernel/linux/linux-5.10/Documentation/ |
H A D | conf.py | 28 sys.path.insert(0, os.path.abspath('sphinx'))
|
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | proc-v7-2level.S | 51 bfi r1, r2, #8, #24 @ insert into new context ID
|
/kernel/linux/linux-6.6/arch/powerpc/xmon/ |
H A D | ppc.h | 245 /* 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 D | verify.sh | 55 $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 D | DirStackFileIncluder.h | 118 includedFiles.insert(path); in readLocalPath()
|
/third_party/benchmark/test/ |
H A D | user_counters_thousands_test.cc | 15 state.counters.insert({ in BM_Counters_Thousands()
|
/third_party/benchmark/src/ |
H A D | csv_reporter.cc | 71 user_counter_names_.insert(cnt.first); in ReportRuns()
|
/third_party/gn/src/gn/ |
H A D | substitution_pattern.cc | 115 bits->used.insert(elem.type); in FillRequiredTypes()
|