Home
last modified time | relevance | path

Searched refs:insert (Results 201 - 225 of 3320) sorted by relevance

12345678910>>...133

/third_party/python/Lib/idlelib/idle_test/
H A Dtest_editor.py95 def insert(text, string): function
97 text.insert('end', string)
171 insert(text, test.text)
172 text.mark_set('insert', test.mark)
177 insert(text, ' def f1(self, a, b):\n return a + b')
209 insert(text, code)
H A Dtest_editmenu.py43 text.insert('1.0', 'one', tag)
55 entry.insert(0, 'one')
67 spin.insert(0, 'one')
H A Dtest_replace.py41 self.text.insert('insert', 'This is a sample sTring')
79 text.mark_set('insert', '1.0')
92 text.mark_set('insert', 'end')
93 text.insert('insert', '\nline42:')
101 text.mark_set('insert', '1.9')
133 # replace candidate found both after and before 'insert'
134 text.mark_set('insert', '1.4')
146 # replace candidate found only before 'insert'
[all...]
/third_party/skia/third_party/externals/spirv-cross/tests-other/
H A Dsmall_vector.cpp68 ints.insert(ints.end(), new_ints, new_ints + 3); in insert_end()
85 ints.insert(ints.begin(), new_ints, new_ints + 3); in insert_begin_realloc()
102 ints.insert(ints.begin() + 1, new_ints, new_ints + 3); in insert_middle_realloc()
120 ints.insert(ints.begin(), new_ints, new_ints + 3); in insert_begin_no_realloc()
138 ints.insert(ints.begin() + 1, new_ints, new_ints + 3); in insert_middle_no_realloc()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
H A DRISCVMergeBaseOffset.cpp109 DeadInstrs.insert(&Tail); in foldOffset()
165 DeadInstrs.insert(&OffsetTail); in matchLargeOffset()
166 DeadInstrs.insert(&OffsetLui); in matchLargeOffset()
173 DeadInstrs.insert(&OffsetTail); in matchLargeOffset()
251 DeadInstrs.insert(&LoADDI); in detectAndFoldOffset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DDominanceFrontierImpl.h78 tmpSet.insert(BB); in compareDomSet()
105 tmpFrontiers.insert(std::make_pair(I->first, I->second)); in compare()
182 if (visited.insert(currentBB).second) { in calculate()
187 S.insert(Succ); in calculate()
219 parentSet.insert(*CDFI); in calculate()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DTranslatorMetalDirect.h58 originalNames.insert({id, name}); in addOriginalName()
62 samplerBindings.insert({name, samplerBinding}); in addSamplerBinding()
66 textureBindings.insert({name, textureBinding}); in addTextureBinding()
70 userUniformBufferBindings.insert({name, userUniformBufferBinding}); in addUserUniformBufferBinding()
74 uniformBufferBindings.insert({name, bindingInfo}); in addUniformBufferBinding()
/third_party/node/deps/v8/src/codegen/arm64/
H A Ddecoder-arm64.cc30 visitors_.insert(it, new_visitor); in InsertVisitorBefore()
37 visitors_.insert(it, new_visitor); in InsertVisitorBefore()
47 visitors_.insert(it, new_visitor); in InsertVisitorAfter()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DValueSymbolTable.cpp63 // Try insert the vmap entry with this suffix. in makeUniqueName()
64 auto IterBool = vmap.insert(std::make_pair(UniqueName, V)); in makeUniqueName()
73 assert(V->hasName() && "Can't insert nameless Value into symbol table"); in reinsertValue()
76 if (vmap.insert(V->getValueName())) { in reinsertValue()
98 /// createValueName - This method attempts to create a value name and insert
103 auto IterBool = vmap.insert(std::make_pair(Name, V)); in createValueName()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Deliminate_dead_constant_pass.cpp51 working_list.insert(c); in Process()
84 working_list.insert(def_inst); in Process()
91 dead_consts.insert(inst); in Process()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Deliminate_dead_constant_pass.cpp51 working_list.insert(c); in Process()
84 working_list.insert(def_inst); in Process()
91 dead_consts.insert(inst); in Process()
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/subtly/
H A Dmerger.cc40 fonts_.insert(std::make_pair(i, fonts->at(i))); in Merger()
73 font_info->chars_to_glyph_ids()->insert( in MergeFontInfos()
76 font_info->resolved_glyph_ids()->insert( in MergeFontInfos()
/third_party/spirv-tools/source/opt/
H A Deliminate_dead_constant_pass.cpp50 working_list.insert(c); in Process()
83 working_list.insert(def_inst); in Process()
90 dead_consts.insert(inst); in Process()
/third_party/elfutils/libdwfl/
H A Dsegment.c54 insert (Dwfl *dwfl, size_t i, GElf_Addr start, GElf_Addr end, int segndx) in insert() function
174 if (unlikely (insert (dwfl, 0, start, end, -1))) in reify_segments()
182 if (unlikely (insert (dwfl, idx + 1, start, end, in reify_segments()
192 if (unlikely (insert (dwfl, idx + 1, start, end, -1))) in reify_segments()
202 if (unlikely (insert (dwfl, idx + 1, in reify_segments()
320 if (unlikely (insert (dwfl, i, start, end, ndx))) in INTDEF()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DPassResourceUsageTracker.cpp139 mExternalTextureUsages.insert(externalTexture); in AddBindGroup()
183 mUsage.referencedBuffers.insert(buffer); in AddReferencedBuffer()
192 mUsage.referencedBuffers.insert(group->GetBindingAsBufferBinding(index).buffer); in AddResourcesReferencedByBindGroup()
197 mUsage.referencedTextures.insert( in AddResourcesReferencedByBindGroup()
213 mUsage.referencedExternalTextures.insert(externalTexture); in AddResourcesReferencedByBindGroup()
214 mUsage.referencedTextures.insert(textureViews[0].Get()->GetTexture()); in AddResourcesReferencedByBindGroup()
/third_party/gn/src/gn/
H A Dpointer_set.h68 PointerSet(const PointerSet& other) : BaseType() { insert(other); } in PointerSet()
127 void insert(T* ptr) { add(ptr); } in insert() function in PointerSet
131 void insert(InputIter first, InputIter last) { in insert() function in PointerSet
138 // with insert(other.begin(), other.end()).
139 void insert(const PointerSet& other) { in insert() function in PointerSet
205 // the best place to insert it.
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DHandleAllocator_unittest.cpp24 allocationList.insert(id); in TEST()
38 allocatedList.insert(handle); in TEST()
55 allocationList.insert(randomHandle); in TEST()
63 allocationList.insert(normalHandle); in TEST()
/third_party/skia/src/sksl/lex/
H A DRegexNode.cpp51 result.insert(result.end(), states.begin(), states.end()); in createStates()
53 result.insert(result.end(), states.begin(), states.end()); in createStates()
67 result.insert(result.end(), accept.begin(), accept.end()); in createStates()
77 result.insert(result.end(), accept.begin(), accept.end()); in createStates()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp68 WorkList.insert(NextInst); in collectInstructionsInBetween()
72 WorkList.insert(&Succ->front()); in collectInstructionsInBetween()
85 if (!InBetweenInsts.insert(CurInst).second) in collectInstructionsInBetween()
138 InstsToCheck.insert(&InsertPoint); in isSafeToMoveBefore()
H A DSSAUpdaterBulk.cpp107 // The block really is live in here, insert it into the set. If already in
109 if (!LiveInBlocks.insert(BB).second)
135 // The IDF blocks are the blocks where we need to insert new phi-nodes.
142 DefBlocks.insert(Def.first);
147 UsingBlocks.insert(getUserBB(U));
156 // We've computed IDF, now insert new phi-nodes there.
177 if (!ProcessedUses.insert(U).second)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
H A DProvenanceAnalysis.cpp74 if (UniqueSrc.insert(PV1).second && related(PV1, B, DL)) in relatedPHI()
88 Visited.insert(P); in IsStoredObjCPointer()
106 if (Visited.insert(Ur).second) in IsStoredObjCPointer()
177 CachedResults.insert(std::make_pair(ValuePairTy(A, B), true)); in related()
/third_party/glslang/glslang/MachineIndependent/
H A DSymbolTable.h280 parameters.insert(parameters.begin(), p); in addThisParameter()
286 mangledName.insert(0, prefix);
411 bool insert(const TString& name, TSymbol* symbol) { in insert() function in glslang::TSymbolTableLevel
412 return level.insert(tLevelPair(name, symbol)).second; in insert()
415 bool insert(TSymbol& symbol, bool separateNameSpaces, const TString& forcedKeyName = TString()) in insert() function in glslang::TSymbolTableLevel
422 return level.insert(tLevelPair(forcedKeyName, &symbol)).second; in insert()
427 // Give it a name and insert its members in the symbol table, pointing to the container. in insert()
443 // insert, and whatever happens is okay in insert()
444 level.insert(tLevelPair(insertName, &symbol)); in insert()
448 return level.insert(tLevelPai in insert()
694 bool insert(TSymbol& symbol) insert() function in glslang::TSymbolTable
[all...]
/third_party/node/deps/brotli/c/enc/
H A Dcompress_fragment.c566 size_t insert = (size_t)(base - next_emit); in BrotliCompressFragmentFastImpl() local
569 if (BROTLI_PREDICT_TRUE(insert < 6210)) { in BrotliCompressFragmentFastImpl()
570 EmitInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
572 } else if (ShouldUseUncompressedMode(metablock_start, next_emit, insert, in BrotliCompressFragmentFastImpl()
581 EmitLongInsertLen(insert, cmd_depth, cmd_bits, cmd_histo, in BrotliCompressFragmentFastImpl()
584 EmitLiterals(next_emit, insert, lit_depth, lit_bits, in BrotliCompressFragmentFastImpl()
667 last insert-only command. */ in BrotliCompressFragmentFastImpl()
682 const size_t insert = (size_t)(ip_end - next_emit); in BrotliCompressFragmentFastImpl() local
683 if (BROTLI_PREDICT_TRUE(insert < 6210)) { in BrotliCompressFragmentFastImpl()
684 EmitInsertLen(insert, cmd_dept in BrotliCompressFragmentFastImpl()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp767 Result.LIs.insert(Old.LIs.begin(), Old.LIs.end()); in computeFromBCI()
768 Result.Is.insert(Old.Is.begin(), Old.Is.end()); in computeFromBCI()
769 Result.Is.insert(BCI); in computeFromBCI()
826 Result.LIs.insert(LHS.LIs.begin(), LHS.LIs.end()); in computeFromSVI()
827 Result.Is.insert(LHS.Is.begin(), LHS.Is.end()); in computeFromSVI()
830 Result.LIs.insert(RHS.LIs.begin(), RHS.LIs.end()); in computeFromSVI()
831 Result.Is.insert(RHS.Is.begin(), RHS.Is.end()); in computeFromSVI()
833 Result.Is.insert(SVI); in computeFromSVI()
884 Result.LIs.insert(LI); in computeFromLI()
885 Result.Is.insert(L in computeFromLI()
[all...]
H A DLiveVariables.cpp115 WorkList.insert(WorkList.end(), MBB->pred_rbegin(), MBB->pred_rend()); in MarkVirtRegAliveInBlock()
213 PartDefRegs.insert(LastDefReg); in FindLastPartialDef()
222 PartDefRegs.insert(*SubRegs); in FindLastPartialDef()
264 Processed.insert(*SS); in HandlePhysRegUse()
355 PartUses.insert(*SS); in HandlePhysRegKill()
450 Live.insert(*SubRegs); in HandlePhysRegDef()
465 Live.insert(*SS); in HandlePhysRegDef()
579 DistanceMap.insert(std::make_pair(&MI, Dist++)); in runOnBlock()
609 LiveOuts.insert(LI.PhysReg); in runOnBlock()
743 Kills.insert(V in isLiveOut()
[all...]

Completed in 19 milliseconds

12345678910>>...133