/third_party/node/deps/v8/src/zone/ |
H A D | zone-handle-set.h | 43 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 D | rnd.c | 45 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 D | clean.cc | 58 removed_.insert(path); in Remove() 168 cleaned_.insert(target); in DoCleanTarget()
|
H A D | disk_interface.cc | 128 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 D | allocation-tracker.cc | 110 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 D | cpp-builder.h | 139 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 D | sb_shader.h | 162 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 D | template_params.rs | 538 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 D | arg_matcher.rs | 79 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 D | squeezer.py | 9 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 D | test_hyperparser.py | 52 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 D | vktTransformFeedbackRandomLayoutCase.cpp | 45 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 D | vktRandomUniformBlockCase.cpp | 44 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 D | ImageFunctionHLSL.cpp | 329 mUsesImage.insert(imageFunction); in useImageFunction() 341 mUsedImage2DFunctionNames.insert(imageFunction.name().data()); in imageFunctionHeader()
|
H A D | TranslatorMetal.cpp | 97 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 D | InitializeVariables.cpp | 235 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 D | RewriteExpressionsWithShaderStorageBlock.cpp | 316 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 D | DbgEntityHistoryCalculator.cpp | 189 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 D | LexicalScopes.cpp | 290 MBBs.insert(&MBB); in getMachineBasicBlocks() 296 MBBs.insert(R.first->getParent()); in getMachineBasicBlocks()
|
H A D | MachineFrameInfo.cpp | 94 Objects.insert(Objects.begin(), in CreateFixedObject() 107 Objects.insert(Objects.begin(), in CreateFixedSpillStackObject()
|
H A D | MachineModuleInfo.cpp | 191 NewEntry.Symbols.insert(NewEntry.Symbols.end(), OldEntry.Symbols.begin(), in UpdateForRAUWBlock() 289 auto I = MachineFunctions.insert( in getOrCreateMachineFunction()
|
H A D | SpillPlacement.cpp | 192 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 D | PDBFileBuilder.cpp | 110 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 D | RTDyldObjectLinkingLayer.cpp | 63 Result.insert(*KV.first); in getResponsibilitySet() 121 InternalSymbols->insert(*SymName); in emit()
|
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DResourceProvider.cpp | 357 entry = fMap.insert(desc, std::unique_ptr<Entry>( in refPipelineState() 390 entry = fMap.insert(cpuDescriptors, std::move(descTable)); in findOrCreateDescTable()
|