Home
last modified time | relevance | path

Searched refs:erase (Results 51 - 75 of 1526) sorted by relevance

12345678910>>...62

/third_party/gn/src/gn/
H A Dpointer_set_unittest.cc95 EXPECT_TRUE(set.erase(kFoo1)); in TEST()
98 EXPECT_FALSE(set.erase(kFoo1)); in TEST()
101 EXPECT_TRUE(set.erase(kFoo2)); in TEST()
104 EXPECT_FALSE(set.erase(kFoo2)); in TEST()
107 EXPECT_TRUE(set.erase(kFoo3)); in TEST()
110 EXPECT_FALSE(set.erase(kFoo3)); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DDenseSet.h95 bool erase(const ValueT &V) { in erase() function in llvm::detail::DenseSetImpl
96 return TheMap.erase(V); in erase()
184 void erase(Iterator I) { return TheMap.erase(I.I); } in erase() function in llvm::detail::DenseSetImpl
185 void erase(ConstIterator CI) { return TheMap.erase(CI.I); } in erase() function in llvm::detail::DenseSetImpl
/third_party/glslang/SPIRV/
H A DSPVRemapper.cpp962 fnLocalVars.erase(asId(start+3)); in optLoadStore()
963 idMap.erase(asId(start+3)); in optLoadStore()
972 fnLocalVars.erase(varId); in optLoadStore()
973 idMap.erase(varId); in optLoadStore()
978 fnLocalVars.erase(varId); in optLoadStore()
979 idMap.erase(varId); in optLoadStore()
986 fnLocalVars.erase(varId); // Ignore if crosses flow control in optLoadStore()
987 idMap.erase(varId); in optLoadStore()
1000 fnLocalVars.erase(varId); in optLoadStore()
1001 idMap.erase(varI in optLoadStore()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp203 MI.erase(MI.begin () + 1); in remapInstruction()
204 MI.erase(MI.begin ()); in remapInstruction()
211 MI.erase(MI.begin () + 1); in remapInstruction()
212 MI.erase(MI.begin ()); in remapInstruction()
219 MI.erase(MI.begin () + 1); in remapInstruction()
220 MI.erase(MI.begin ()); in remapInstruction()
227 MI.erase(MI.begin () + 2); in remapInstruction()
228 MI.erase(MI.begin ()); in remapInstruction()
235 MI.erase(MI.begin () + 2); in remapInstruction()
236 MI.erase(M in remapInstruction()
[all...]
/kernel/linux/linux-5.10/drivers/mtd/spi-nor/
H A Dsfdp.c63 * op code and erase sector size to be used by Sector Erase commands.
300 * spi_nor_set_erase_settings_from_bfpt() - set erase type settings from BFPT
301 * @erase: pointer to a structure that describes a SPI NOR erase type
302 * @size: the size of the sector/block erased by the erase type
303 * @opcode: the SPI command op code to erase the sector/block
304 * @i: erase type index as sorted in the Basic Flash Parameter Table
313 spi_nor_set_erase_settings_from_bfpt(struct spi_nor_erase_type *erase, in spi_nor_set_erase_settings_from_bfpt() argument
316 erase->idx = i; in spi_nor_set_erase_settings_from_bfpt()
317 spi_nor_set_erase_type(erase, siz in spi_nor_set_erase_settings_from_bfpt()
756 spi_nor_region_check_overlay(struct spi_nor_erase_region *region, const struct spi_nor_erase_type *erase, const u8 erase_type) spi_nor_region_check_overlay() argument
787 struct spi_nor_erase_type *erase = map->erase_type; spi_nor_init_non_uniform_erase_map() local
1017 const struct sfdp_4bait *erase = &erases[i]; spi_nor_parse_4bait() local
[all...]
/third_party/skia/docs/examples/
H A DPixmap_erase.cpp10 pixmap.erase(SK_ColorBLUE, {0, 0, 1, 1}); in REG_FIDDLE()
11 pixmap.erase(SK_ColorRED, {0, 1, 1, 2}); in REG_FIDDLE()
H A DPixmap_computeIsOpaque.cpp14 pixmap.erase(0x00000000); in REG_FIDDLE()
16 pixmap.erase(0xFFFFFFFF); in REG_FIDDLE()
H A DPixmap_writable_addrF16.cpp11 pixmap.erase({ 0.65f, 0.45f, 0.25f, 1 }, &topPixelBounds); in REG_FIDDLE()
13 pixmap.erase({ 0.25f, 0.65f, 0.45f, 1 }, &bottomPixelBounds); in REG_FIDDLE()
H A DPixmap_erase_3.cpp11 pixmap.erase({ 0.65f, 0.45f, 0.25f, 1 }, &topPixelBounds); in REG_FIDDLE()
13 pixmap.erase({ 0.25f, 0.65f, 0.45f, 1 }, &bottomPixelBounds); in REG_FIDDLE()
H A DPixmap_isOpaque.cpp14 pixmap.erase(0x00000000); in REG_FIDDLE()
16 pixmap.erase(0xFFFFFFFF); in REG_FIDDLE()
/third_party/node/deps/v8/src/inspector/
H A Dv8-inspector-impl.cc160 map.erase(session->sessionId()); in disconnect()
161 if (map.empty()) m_sessions.erase(session->contextGroupId()); in disconnect()
228 m_contextIdToGroupIdMap.erase(contextId); in contextCollected()
244 m_consoleStorageMap.erase(contextGroupId); in resetContextGroup()
245 m_muteExceptionsMap.erase(contextGroupId); in resetContextGroup()
250 m_uniqueIdToContextId.erase(map_entry.second->uniqueId().pair()); in resetContextGroup()
251 m_contexts.erase(contextsIt); in resetContextGroup()
361 m_uniqueIdToContextId.erase(context->uniqueId().pair()); in discardInspectedContext()
362 m_contexts[contextGroupId]->erase(contextId); in discardInspectedContext()
363 if (m_contexts[contextGroupId]->empty()) m_contexts.erase(contextGroupI in discardInspectedContext()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp411 QRI->second.erase(Name); in removeQueryDependence()
413 QueryRegistrations.erase(QRI); in removeQueryDependence()
505 SymbolFlags.erase(KV.first); in replace()
531 SymbolFlags.erase(I); in delegate()
570 Symbols.erase(Name); in discard()
609 Aliases.erase(I); in materialize()
664 RequestedAliases.erase(KV.first); in materialize()
739 Aliases.erase(Name); in discard()
812 DefGenerators.erase(I); in removeGenerator()
838 Symbols.erase(S in defineMaterializing()
[all...]
/third_party/json/docs/examples/
H A Dordered_map.cpp33 // erase and re-add "one" key in main()
34 m_ordered.erase("one"); in main()
37 m_std.erase("one"); in main()
/third_party/nghttp2/src/
H A Dshrpx_downstream_connection_pool.cc55 pool_.erase(it); in pop_downstream_connection()
62 pool_.erase(dconn); in remove_downstream_connection()
/third_party/spirv-tools/test/util/
H A Dsmall_vector_test.cpp287 vec.erase(vec.begin()); in TEST()
297 vec.erase(vec.begin()); in TEST()
308 vec.erase(vec.begin() + 3); in TEST()
319 vec.erase(vec.begin() + 3); in TEST()
329 vec.erase(vec.begin() + 2); in TEST()
339 vec.erase(vec.begin() + 2); in TEST()
349 vec.erase(vec.begin(), vec.end()); in TEST()
359 vec.erase(vec.begin(), vec.end()); in TEST()
369 vec.erase(vec.begin(), vec.begin() + 2); in TEST()
379 vec.erase(ve in TEST()
[all...]
/drivers/peripheral/codec/hal/src/
H A Dcodec_death_recipient.cpp82 g_addrPidMap.erase(addrPid); in CleanMapperOfDiedService()
83 g_pidCompsMap.erase(comps); in CleanMapperOfDiedService()
95 comps->second.erase(componentId); in RemoveDestoryedComponent()
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/
H A Dmtd.c21 static int ef4_mtd_erase(struct mtd_info *mtd, struct erase_info *erase) in ef4_mtd_erase() argument
25 return efx->type->mtd_erase(mtd, erase->addr, erase->len); in ef4_mtd_erase()
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H A Dmtd.c21 static int efx_mtd_erase(struct mtd_info *mtd, struct erase_info *erase) in efx_mtd_erase() argument
25 return efx->type->mtd_erase(mtd, erase->addr, erase->len); in efx_mtd_erase()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/
H A Dmtd.c21 static int ef4_mtd_erase(struct mtd_info *mtd, struct erase_info *erase) in ef4_mtd_erase() argument
25 return efx->type->mtd_erase(mtd, erase->addr, erase->len); in ef4_mtd_erase()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Dmtd.c21 static int efx_mtd_erase(struct mtd_info *mtd, struct erase_info *erase) in efx_mtd_erase() argument
25 return efx->type->mtd_erase(mtd, erase->addr, erase->len); in efx_mtd_erase()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
H A Dmtd.c21 static int efx_mtd_erase(struct mtd_info *mtd, struct erase_info *erase) in efx_mtd_erase() argument
25 return efx->type->mtd_erase(mtd, erase->addr, erase->len); in efx_mtd_erase()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dcfg.h99 id2block_.erase(blk->id()); in ForgetBlock()
100 label2preds_.erase(blk->id()); in ForgetBlock()
109 if (it != preds_list.end()) preds_list.erase(it); in RemoveEdge()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dcfg.h99 id2block_.erase(blk->id()); in ForgetBlock()
100 label2preds_.erase(blk->id()); in ForgetBlock()
109 if (it != preds_list.end()) preds_list.erase(it); in RemoveEdge()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DInstructionPrecedenceTracking.cpp66 FirstSpecialInsts.erase(BB); in fill()
106 FirstSpecialInsts.erase(BB); in insertInstructionTo()
112 FirstSpecialInsts.erase(Inst->getParent()); in removeInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DSmallSet.h107 bool erase(const T &V) { in erase() function in llvm::SmallSet
109 return Set.erase(V); in erase()
112 Vector.erase(I); in erase()

Completed in 12 milliseconds

12345678910>>...62