/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl2_rendering_context_override.cpp | 350 boundIndexedTransformFeedbackBuffers_.erase(i); in DoObjectDelete() 356 boundIndexedUniformBuffers_.erase(it); in DoObjectDelete()
|
H A D | webgl_framebuffer.cpp | 80 attachments_.erase(it); in ~WebGLFramebuffer() 154 attachments_.erase(iter); in RemoveAttachment()
|
/foundation/window/window_manager/wmserver/src/ |
H A D | window_layout_policy_tile.cpp | 249 foregroundNodes.erase(iter); in RemoveNodeFromTileQueue() 288 foregroundNodes.erase(iter); in RefreshTileQueue()
|
/kernel/linux/linux-5.10/fs/pstore/ |
H A D | inode.c | 178 * 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 D | security.c | 337 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 D | otp.c | 124 * 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 D | inode.c | 179 * 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 D | extension_executor.cpp | 202 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 D | aco_live_var_analysis.cpp | 141 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 D | sfn_instr.cpp | 255 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 D | sb_valtable.cpp | 246 uses.erase(it); in remove_use() 296 uses.erase(uses.begin(), uses.end()); in delete_uses()
|
/third_party/libinput/tools/ |
H A D | libinput-measure-touchpad-size.py | 159 def erase(self): member in Touchpad 285 touchpad.erase()
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
H A D | asyoutypeformatter.cc | 224 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 D | region-allocator.cc | 83 free_regions_.erase(iter); in FreeListRemoveRegion() 124 all_regions_.erase(next_iter); // prev_iter stays valid. in Merge()
|
/third_party/protobuf/conformance/ |
H A D | conformance_test.cc | 179 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 D | Image.cpp | 108 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 D | RendererGL.cpp | 383 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 D | OrcMCJITReplacement.h | 321 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 D | Module.cpp | 273 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 D | validate_interfaces.cpp | 74 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 D | Context.cpp | 76 modify([&]() { listeners->erase(l); }); in remove() 288 contextsWithLock.erase(ctx); in unlock()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkDevice.cpp | 104 map.erase(it); in remove() 441 imageViewSet.erase(it); in unregisterImageView()
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_cross_containers.hpp | 482 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 D | validate_interfaces.cpp | 74 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 D | CompressedBackendAllocationTest.cpp | 99 actual2.erase(SkColors::kTransparent); in check_compressed_mipmaps() 131 actual.erase(SkColors::kTransparent); in check_readback()
|