Home
last modified time | relevance | path

Searched refs:erase (Results 1626 - 1650 of 3537) sorted by relevance

1...<<61626364656667686970>>...142

/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context_override.cpp350 boundIndexedTransformFeedbackBuffers_.erase(i); in DoObjectDelete()
356 boundIndexedUniformBuffers_.erase(it); in DoObjectDelete()
H A Dwebgl_framebuffer.cpp80 attachments_.erase(it); in ~WebGLFramebuffer()
154 attachments_.erase(iter); in RemoveAttachment()
/foundation/window/window_manager/wmserver/src/
H A Dwindow_layout_policy_tile.cpp249 foregroundNodes.erase(iter); in RemoveNodeFromTileQueue()
288 foregroundNodes.erase(iter); in RefreshTileQueue()
/kernel/linux/linux-5.10/fs/pstore/
H A Dinode.c178 * platform driver to erase the record from persistent store.
186 if (!record->psi->erase) in pstore_unlink()
201 record->psi->erase(record); in pstore_unlink()
/kernel/linux/linux-5.10/drivers/nvdimm/
H A Dsecurity.c337 if (!nvdimm->sec.ops || !nvdimm->sec.ops->erase in security_erase()
348 "Attempt to secure erase in wrong master state.\n"); in security_erase()
357 rc = nvdimm->sec.ops->erase(nvdimm, data, pass_type); in security_erase()
358 dev_dbg(dev, "key: %d erase%s: %s\n", key_serial(key), in security_erase()
477 C( OP_ERASE, "erase", 2), \
535 dev_dbg(dev, "Unable to secure erase while DIMM active.\n"); in nvdimm_security_store()
/kernel/linux/linux-6.6/drivers/mtd/spi-nor/
H A Dotp.c124 * spi_nor_otp_erase_secr() - erase a security register
404 /* OTP erase is optional */ in spi_nor_mtd_otp_erase()
405 if (!ops->erase) in spi_nor_mtd_otp_erase()
434 ret = ops->erase(nor, rstart); in spi_nor_mtd_otp_erase()
/kernel/linux/linux-6.6/fs/pstore/
H A Dinode.c179 * platform driver to erase the record from persistent store.
186 if (!record->psi->erase) in pstore_unlink()
199 record->psi->erase(record); in pstore_unlink()
/test/testfwk/arkxtest/uitest/addon/
H A Dextension_executor.cpp202 g_runningCaptures.erase(name.data); in StopCapture()
224 g_runningCaptures.erase("dumpLayout"); // dumpLayout is sync&once in StartCapture()
/third_party/mesa3d/src/amd/compiler/
H A Daco_live_var_analysis.cpp141 const size_t n = live.erase(temp.id()); in process_live_temps_per_block()
211 const size_t n = live.erase(temp.id()); in process_live_temps_per_block()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr.cpp255 void Block::erase(iterator node) in erase() function in Block
257 m_instructions.erase(node); in erase()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_valtable.cpp246 uses.erase(it); in remove_use()
296 uses.erase(uses.begin(), uses.end()); in delete_uses()
/third_party/libinput/tools/
H A Dlibinput-measure-touchpad-size.py159 def erase(self): member in Touchpad
285 touchpad.erase()
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dasyoutypeformatter.cc224 it = possible_formats_.erase(it); in NarrowDownPossibleFormats()
639 national_number_.erase(0, start_of_national_number); in RemoveNationalPrefixFromNationalNumber()
/third_party/node/deps/v8/src/base/
H A Dregion-allocator.cc83 free_regions_.erase(iter); in FreeListRemoveRegion()
124 all_regions_.erase(next_iter); // prev_iter stays valid. in Merge()
/third_party/protobuf/conformance/
H A Dconformance_test.cc179 if (expected_to_fail_.erase(test_name) != 0) { in ReportSuccess()
194 if (expected_to_fail_.erase(test_name) == 1) { in ReportFailure()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DImage.cpp108 mSourcesOf.erase(imageSource); in removeImageSource()
352 mState.targets.erase(sibling); in orphanSibling()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DRendererGL.cpp383 mWorkerContextPool.erase(it); in bindWorkerContext()
413 mCurrentWorkerContexts.erase(it); in unbindWorkerContext()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.h321 Modules.erase(I);
444 M.UnfinalizedSections.erase(K); in operator ()()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DModule.cpp273 static_cast<StringMap<NamedMDNode *> *>(NamedMDSymTab)->erase(NMD->getName());
274 NamedMDList.erase(NMD->getIterator());
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_interfaces.cpp74 functions.erase(std::unique(functions.begin(), functions.end()), in check_interface_variable()
85 entry_points.erase(std::unique(entry_points.begin(), entry_points.end()), in check_interface_variable()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
H A DContext.cpp76 modify([&]() { listeners->erase(l); }); in remove()
288 contextsWithLock.erase(ctx); in unlock()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDevice.cpp104 map.erase(it); in remove()
441 imageViewSet.erase(it); in unregisterImageView()
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross_containers.hpp482 T *erase(T *itr) SPIRV_CROSS_NOEXCEPT
489 void erase(T *start_erase, T *end_erase) SPIRV_CROSS_NOEXCEPT
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_interfaces.cpp74 functions.erase(std::unique(functions.begin(), functions.end()), in check_interface_variable()
85 entry_points.erase(std::unique(entry_points.begin(), entry_points.end()), in check_interface_variable()
/third_party/skia/tests/
H A DCompressedBackendAllocationTest.cpp99 actual2.erase(SkColors::kTransparent); in check_compressed_mipmaps()
131 actual.erase(SkColors::kTransparent); in check_readback()

Completed in 21 milliseconds

1...<<61626364656667686970>>...142