Home
last modified time | relevance | path

Searched refs:remove_sequence (Results 1 – 5 of 5) sorted by relevance

/external/rust/android-crates-io/crates/indexmap/src/
Dmap.rs1759 let remove_sequence = &[3, 3, 10, 4, 5, 4, 3, 0, 1]; in swap_remove_index() localVariable
1763 for &rm in remove_sequence { in swap_remove_index()
Dset.rs1736 let remove_sequence = &[3, 3, 10, 4, 5, 4, 3, 0, 1]; in swap_remove_index() localVariable
1740 for &rm in remove_sequence { in swap_remove_index()
/external/python/cpython3/Lib/test/
Dtest_mailbox.py1781 msg.remove_sequence('unseen')
1785 msg.remove_sequence('replied')
/external/python/cpython3/Lib/
Dmailbox.py1853 def remove_sequence(self, sequence): member in MHMessage
/external/python/cpython3/Doc/library/
Dmailbox.rst1284 .. method:: remove_sequence(sequence)