/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/ |
H A D | hevc_decoder.cpp | 82 freeIDSet_.erase(freeIDSet_.begin()); in HevcDecoder() 150 decInstanceIDSet_.erase(it); in ~HevcDecoder() 1229 renderSurfaceBufferMap_.erase(curIndex); in RequestBufferFromConsumer()
|
/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/ |
H A D | system_ability_state_scheduler.cpp | 1206 processListeners_.erase(iter); in UnSubscribeSystemProcess() 1316 startEnableOnceMap_.erase(saControl.saId); in CheckStartEnableOnce() 1353 stopEnableOnceMap_.erase(saControl.saId); in CheckStopEnableOnce()
|
/foundation/communication/ipc/ipc/native/test/unittest/common/ |
H A D | ipc_object_proxy_unittest.cpp | 831 current->noticeStub_.erase(object.GetRefPtr()); in HWTEST_F() 871 current->noticeStub_.erase(object.GetRefPtr()); in HWTEST_F() 892 current->noticeStub_.erase(object.GetRefPtr()); in HWTEST_F()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | kvdb_service_impl.cpp | 189 syncAgent.delayTimes_.erase(storeId); in Delete() 579 iter->second.erase(watcher); in Unsubscribe() 584 agent.watchers_.erase(storeId.storeId); in Unsubscribe()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_service_impl.cpp | 195 agents.erase(it); in OnAppExit() 662 agent->second.callBackStores_.erase(it); 1110 tasks.erase(storeName);
|
/foundation/distributedhardware/distributed_input/common/include/ |
H A D | input_hub.cpp | 378 it = closingDevices_.erase(it); in DeviceIsExists() 1040 devices_.erase(device.path); in CloseDeviceLocked() 1052 devices_.erase(device.path); in CloseDeviceForAllLocked()
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | ShaderLang.cpp | 1450 compiler->infoSink.info.erase(); 1451 compiler->infoSink.debug.erase(); 1511 linker->infoSink.info.erase();
|
/third_party/backends/backend/ |
H A D | dc25.c | 249 "erase", 263 "erase-one", 491 erase and shoot operations) in init_dc20() 1725 erase (int fd) in erase() function 1729 DBG (127, "erase() called for image %d\n", dc25_opt_image_number); in erase() 1738 DBG (3, "erase: error: send_pck returned -1\n"); in erase() 1746 * don't have one, it's hard to say for sure. On the DC25, erase in erase() 1748 * any data before the erase is complete. We let this happen in erase() 1764 DBG (3, "erase: error: end_of_data returned -1\n"); in erase() 1773 DBG (3, "erase in erase() [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-debug.cc | 471 breakpoints.erase(insertion_point); in RemoveBreakpoint() 486 debug_side_tables_.erase(code); in RemoveDebugSideTables() 518 per_isolate_data_.erase(per_isolate_data_it); in RemoveIsolate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | LLVMContextImpl.h | 1194 bool erase(unsigned ID); 1206 Attachments.erase(llvm::remove_if(Attachments, shouldRemove), in remove_if() 1234 bool erase(unsigned ID);
|
/third_party/skia/src/gpu/ |
H A D | GrResourceCache.cpp | 719 fBytesOfPid.erase(pid); in removeResource() 907 fBytesOfPid.erase(beforePid); in changeByteOfPid() 1459 fExitedPid_.erase(pid); in purgeUnlockedResourcesByPid()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | InlineFunction.cpp | 2145 Returns.erase(NewEnd, Returns.end()); in InlineFunction() 2422 OrigBB->getInstList().erase(Br); in InlineFunction() 2425 Caller->getBasicBlockList().erase(CalleeEntry); in InlineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIMachineScheduler.cpp | 507 TopReadySUs.erase(I); in nodeScheduled() 1676 ReadyBlocks.erase(Best); in pickBlock() 1702 LiveRegs.erase(Pos); in decreaseLiveRegs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonHardwareLoops.cpp | 1290 LastI = LastMBB->erase(LastI); in convertToHardwareLoop() 1293 LastI = LastMBB->erase(LastI); in convertToHardwareLoop() 1299 LastMBB->erase(LastI); in convertToHardwareLoop()
|
H A D | RDFGraph.cpp | 1017 DefM.erase(I); in releaseBlock() 1458 MaxRefs.erase(NewEnd, MaxRefs.end()); in buildPhis() 1507 MaxRefs.erase(Begin + ClosureIdx[i-1]); in buildPhis()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86SpeculativeLoadHardening.cpp | 823 UncondCodeSeq.erase(std::unique(UncondCodeSeq.begin(), UncondCodeSeq.end()), in tracePredStateThroughCFG() 920 // Now stitch the new instructions into place and erase the old one. in unfoldCallAndJumpLoads() 1778 if (HardenLoadAddr.erase(&MI)) { in tracePredStateThroughBlocksAndHarden() 1795 if (HardenPostLoad.erase(&MI)) { in tracePredStateThroughBlocksAndHarden()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsLongStressCase.cpp | 912 void remove (const string& name) { const int removed = (int)m_objects.erase(name); DE_ASSERT(removed); DE_UNREF(removed); } in remove() 957 m_objects.erase(it); in markAsGarbage() 968 m_garbageObjects.erase(m_garbageObjects.begin() + removeNdx); in removeRandomGarbage()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 4270 Regs.erase(J.base()); in insertNoDuplicates() 6493 Operands.erase(Operands.begin() + 3); in tryConvertingToTwoOperandForm() 6980 Operands.erase(Operands.begin() + 1); in ParseInstruction() 6988 Operands.erase(Operands.begin() + 1); in ParseInstruction() 6997 Operands.erase(Operands.begin() + 1); in ParseInstruction() 6998 Operands.erase(Operands.begin()); in ParseInstruction() 7012 Operands.erase(Operands.begin() + 1); in ParseInstruction() 7013 Operands.erase(Operands.begin()); in ParseInstruction() 7026 Operands.erase(Operands.begin() + 1); in ParseInstruction() 7027 Operands.erase(Operand in ParseInstruction() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | custom_paint_paint_method.cpp | 150 filter.erase(0, filter.find_first_not_of(' ')); in ParseFilter() 160 filterParam.erase(0, filterParam.find_first_not_of(' ')); in ParseFilter() 161 filterParam.erase(filterParam.find_last_not_of(' ') + 1); in ParseFilter() 1710 paramData.erase(paramData.find_last_not_of(' ') + 1); in GetFilterType() 1711 paramData.erase(0, paramData.find_first_not_of(' ')); in GetFilterType()
|
/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | mmi_service.cpp | 430 g_VKeyDownSet.erase(ite); in IsEightFingersDown() 536 g_VKeyModifiersDownSet.erase(keyCode); in SendKeyRelease() 551 g_VKeyModifiersDownSet.erase(keyCode); in SendKeyPress() 2122 iter = pressedKeys.erase(iter); in OnGetKeyState() 3684 clientInfos_.erase(it); in OnSessionDelete()
|
/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | pointer_drawing_manager.cpp | 2319 pidInfos_.erase(it); in DeletePointerVisible() 2360 hapPidInfos_.erase(it); in OnSessionLost() 2373 hapPidInfos_.erase(it); in SetPointerVisible() 2391 pidInfos_.erase(it); in SetPointerVisible() 2649 iter = mouseIcons_.erase(iter); in CheckMouseIconPath()
|
H A D | input_windows_manager.cpp | 731 oldInfo.erase(it++); in UpdateDisplayIdAndName() 832 oldWindow = displayGroupInfo.windowsInfo.erase(oldWindow); in UpdateDisplayInfoByIncrementalInfo() 1817 pointerStyle_.erase(it); in UpdateDisplayInfo() 1931 uiExtensionPointerStyle_.erase(pid); in UpdateDisplayInfo() 1963 it->second.erase(windowIt); in UpdateDisplayInfo() 4240 targetTouchWinIds_.erase(pointerId); in UpdateDisplayInfo() 4486 it = transparentWins_.erase(it); in UpdateDisplayInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | RegisterCoalescer.cpp | 875 MBB->erase(DefMI); in removeCopyByCommutingDef() 1164 ErasedInstrs.erase(NewCopyMI); in removePartialRedundancy() 1959 ErasedInstrs.erase(CopyMI); in joinCopy() 2239 /// Merge this value into OtherVNI and erase the defining instruction. 2649 // to erase the IMPLICIT_DEF instruction. in analyzeValue() 2788 // We cannot erase an IMPLICIT_DEF if we don't have valid values for all in computeAssignment() 2793 LLVM_DEBUG(dbgs() << "Cannot erase implicit_def with missing values\n"); in computeAssignment() 3231 assert(MI && "No instruction to erase"); in eraseInstrs() 3587 // Mark undef, erase record of this DBG_VALUE to avoid revisiting. in checkMergingChangesDbgValuesImpl() 3801 WorkList.erase(st in copyCoalesceInMBB() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 617 Globals.erase(GV); 1283 InsertedScalarizedValues.erase(Load); 2684 bool usedErase(GlobalValue *GV) { return Used.erase(GV); } 2685 bool compilerUsedErase(GlobalValue *GV) { return CompilerUsed.erase(GV); } 2829 M.getAliasList().erase(J);
|
/foundation/window/window_manager/wm/src/ |
H A D | window_session_impl.cpp | 578 subWindows.erase(iter); in DestroySubWindow() 593 subWindows.erase(iter); in DestroySubWindow() 602 subWindows.erase(iter); in DestroySubWindow() 606 subWindowSessionMap_.erase(mainIter); in DestroySubWindow() 634 windowSessionMap_.erase(property_->GetWindowName()); in Destroy() 2416 holder.erase(std::remove_if(holder.begin(), holder.end(), in UnregisterListener() 2426 listeners.erase(persistentId); in ClearUselessListeners()
|