Home
last modified time | relevance | path

Searched refs:insert (Results 1301 - 1325 of 3510) sorted by relevance

1...<<51525354555657585960>>...141

/third_party/node/deps/v8/src/zone/
H A Dzone-handle-set.h43 void insert(Handle<T> handle, Zone* zone) { in insert() function in v8::internal::final
123 that.insert(value, zone); in remove()
/third_party/musl/libc-test/src/math/gen/
H A Drnd.c45 int insert(uint64_t *tab, size_t len, uint64_t v) in insert() function
131 while (insert(tab, len, randn(n)+1)); in choose()
/third_party/ninja/src/
H A Dclean.cc58 removed_.insert(path); in Remove()
168 cleaned_.insert(target); in DoCleanTarget()
H A Ddisk_interface.cc128 stamps->insert(make_pair(lowername, in StatAllFilesInDir()
211 ci = cache_.insert(make_pair(dir_lowercase, DirCache())).first;
/third_party/node/deps/v8/src/profiler/
H A Dallocation-tracker.cc110 ranges_.insert(RangeMap::value_type(end, new_range)); in AddRange()
170 ranges_.insert(RangeMap::value_type(start, prev_range)); in RemoveRange()
/third_party/node/deps/v8/src/torque/
H A Dcpp-builder.h139 parameters_.insert(
191 void AddInclude(std::string include) { includes_.insert(std::move(include)); } in AddInclude()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_shader.h162 iterator insert(const T& t) { in insert() function in r600_sb::queue
167 cont.insert(I, t); in insert()
/third_party/rust/crates/bindgen/bindgen/ir/analysis/
H A Dtemplate_params.rs538 used_by_this_id.insert(id); in constrain()
576 self.used.insert(id, Some(used_by_this_id)); in constrain()
/third_party/rust/crates/clap/src/parser/
H A Darg_matcher.rs79 vals_map.insert(global_arg.clone(), to_update); in fill_in_global_values()
92 self.matches.args.insert(name.clone(), matched_arg.clone()); in fill_in_global_values()
/third_party/python/Lib/idlelib/
H A Dsqueezer.py9 Double-clicking this button will remove it and insert the original text instead.
164 self.base_text.insert(index, self.s, self.tags)
192 self.text.mark_set("insert", "@%d,%d" % (event.x, event.y))
296 # Set tag_name to the first valid tag found on the "insert" cursor.
302 # The insert cursor doesn't have a "stdout" or "stderr" tag.
322 # insert the ExpandingButton to the Text
333 self.expandingbuttons.insert(i, expandingbutton)
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_hyperparser.py52 self.text.insert('insert', self.code)
81 self.text.insert('end', self.text.get('1.0', 'end')*4)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackRandomLayoutCase.cpp45 str.insert(str.begin(), (char)(first + ((ndx - 1) % alphabetLen))); in genName()
49 str.insert(str.begin(), (char)(first + (ndx % (alphabetLen + 1)) - 1)); in genName()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/
H A DvktRandomUniformBlockCase.cpp44 str.insert(str.begin(), (char)(first + ((ndx - 1) % alphabetLen))); in genName()
48 str.insert(str.begin(), (char)(first + (ndx % (alphabetLen + 1)) - 1)); in genName()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DImageFunctionHLSL.cpp329 mUsesImage.insert(imageFunction); in useImageFunction()
341 mUsedImage2DFunctionNames.insert(imageFunction.name().data()); in imageFunctionHeader()
H A DTranslatorMetal.cpp97 insertSequence.insert(insertSequence.end(), initCode.begin(), initCode.end()); in InitializeUnusedOutputs()
106 mainSequence->insert(mainSequence->begin(), insertSequence.begin(), insertSequence.end()); in InitializeUnusedOutputs()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DInitializeVariables.cpp235 mainBody->insert(mainBody->begin(), initCode.begin(), initCode.end()); in InsertInitCode()
246 mainBody->insert(mainBody->begin(), initCode.begin(), initCode.end()); in InsertInitCode()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
H A DRewriteExpressionsWithShaderStorageBlock.cpp316 insertions.insert(insertions.end(), readBackToSSBOs.begin(), readBackToSSBOs.end()); in visitAggregate()
326 insertions.insert(insertions.end(), readBackToSSBOs.begin(), readBackToSSBOs.end()); in visitAggregate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp189 LiveEntries[Var].insert(NewIndex); in handleNewDebugValue()
201 LiveEntries[Var].insert(NewIndex); in handleNewDebugValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLexicalScopes.cpp290 MBBs.insert(&MBB); in getMachineBasicBlocks()
296 MBBs.insert(R.first->getParent()); in getMachineBasicBlocks()
H A DMachineFrameInfo.cpp94 Objects.insert(Objects.begin(), in CreateFixedObject()
107 Objects.insert(Objects.begin(), in CreateFixedSpillStackObject()
H A DMachineModuleInfo.cpp191 NewEntry.Symbols.insert(NewEntry.Symbols.end(), OldEntry.Symbols.begin(), in UpdateForRAUWBlock()
289 auto I = MachineFunctions.insert( in getOrCreateMachineFunction()
H A DSpillPlacement.cpp192 List.insert(n); in getDissentingNeighbors()
228 TodoList.insert(n); in activate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFileBuilder.cpp110 uint32_t NI = getStringTableBuilder().insert(Name); in addInjectedSource()
111 uint32_t VNI = getStringTableBuilder().insert(VName); in addInjectedSource()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp63 Result.insert(*KV.first); in getResponsibilitySet()
121 InternalSymbols->insert(*SymName); in emit()
/third_party/skia/src/gpu/d3d/
H A DGrD3DResourceProvider.cpp357 entry = fMap.insert(desc, std::unique_ptr<Entry>( in refPipelineState()
390 entry = fMap.insert(cpuDescriptors, std::move(descTable)); in findOrCreateDescTable()

Completed in 29 milliseconds

1...<<51525354555657585960>>...141