Home
last modified time | relevance | path

Searched refs:set_sequences (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_mailbox.py963 msg1.set_sequences(['bar', 'replied', 'foo'])
967 msg0.set_sequences(['flagged'])
994 msg0.set_sequences(['foo', 'unseen'])
995 msg1.set_sequences(['foo'])
996 msg2.set_sequences(['foo', 'flagged'])
997 msg3.set_sequences(['foo', 'bar', 'replied'])
1274 msg.set_sequences(['foobar'])
1276 msg.set_sequences([])
1290 msg.set_sequences(['foobar', 'replied'])
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dmailbox.py1099 def set_sequences(self, sequences): member in MH
1151 self.set_sequences(sequences)
1165 self.set_sequences(all_sequences)
1655 def set_sequences(self, sequences): member in MHMessage